.ag-format-container {
  width: 1142px;
  margin: 0 auto; }

.ag-timeline-block {
  padding: 0px 0px 80px 0px; }
  @media (max-width: 600px) {
    .ag-timeline-block {
      padding: 0px 0px 40px 0px; } }

.ag-timeline_box {
  position: relative; }

.ag-timeline-carousel-arrow_box {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0; }

.ag-timeline-carousel-arrow {
  cursor: pointer;
  position: absolute;
  top: 0px;
  font-size: 14pt;
  color: var(--zero);
  width: 50px;
  height: 49px;
  background-size: 100%;
  background-repeat: no-repeat; }

.ag-timeline-carousel-arrow:hover {
  opacity: 0.5; }

.js-ag-timeline-carousel-arrow_prev {
  background-image: url("../images/design/button-prev.svg");
  top: 60px; }

.js-ag-timeline-carousel-arrow_next {
  background-image: url("../images/design/button-next.svg"); }

.svg-arrow-left,
.svg-arrow-right {
  height: 18px;
  width: 10px;
  margin: -8px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%; }

.ag-timeline-carousel_list {
  padding: 0 0 0 100px; }

.ag-timeline_year {
  line-height: 1;
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 70px;
  color: var(--secondary); }

.ag-timeline_text p {
  line-height: 1.36;
  margin: 0 0 15px;
  font-size: 16px;
  color: var(--primary); }

.ag-timeline_text a {
  text-decoration: underline;
  color: var(--tertiary); }

.ag-timeline_text a:hover {
  text-decoration: none; }

.ag-timeline-carousel-nav_box {
  position: relative; }

.ag-timeline-carousel-nav_box:before,
.ag-timeline-carousel-nav_box:after {
  content: "";
  height: 150px;
  width: 20%;
  margin: 0 0;
  z-index: 9999;
  position: absolute;
  bottom: 0; }

.ag-timeline-carousel-nav_box:before {
  right: 0; }

.ag-timeline-carousel-nav_box:after {
  left: 0; }

.ag-timeline-carousel-nav_list {
  position: relative; }
  .ag-timeline-carousel-nav_list .slick-current {
    font-weight: 500; }

.ag-timeline-carousel-nav_list:after {
  content: "";
  height: 1px;
  background-color: var(--tertiary);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px; }

.ag-timeline-carousel-nav_item {
  display: inline-block;
  line-height: 1;
  width: 50px;
  padding: 130px 15px 0;
  cursor: pointer;
  vertical-align: bottom;
  text-align: center;
  font-size: 16px;
  color: var(--secondary);
  position: relative; }

.ag-timeline-carousel-nav_item:before {
  content: "";
  margin: 0 auto;
  background-color: var(--light);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 102px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.ag-timeline-carousel-nav_item:after {
  content: "";
  height: 40px;
  width: 2px;
  margin: 0 auto;
  background-color: var(--tertiary);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px; }

.ag-timeline-carousel-nav_item.slick-current {
  margin: -5px 0 0;
  font-weight: 700;
  font-size: 22px;
  color: var(--tertiary); }

.ag-timeline-carousel-nav_item.slick-current:before {
  height: 16px;
  width: 16px;
  background-color: var(--tertiary);
  bottom: 110px; }

.ag-timeline-carousel-nav_item.slick-current:after {
  bottom: 59px; }

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%; }

  .ag-timeline-carousel_list {
    padding: 0; }

  .ag-timeline-carousel-arrow_box {
    padding: 12px 0 12px 12px;
    background-color: var(--zero);
    z-index: 1000;
    position: absolute;
    top: 0;
    left: auto;
    right: 70px; }

  .ag-timeline-carousel-arrow {
    display: inline-block;
    height: 33px;
    width: 33px; }

  .js-ag-timeline-carousel-arrow_prev {
    margin: 0 8px 0 0;
    top: 40px; }

  .js-ag-timeline-carousel-arrow_prev:before,
  .js-ag-timeline-carousel-arrow_next:before {
    height: 12px;
    width: 8px;
    margin: -6px auto 0; }

  .ag-timeline_year {
    font-size: 60px; }

  .ag-timeline-carousel-nav_box:before,
  .ag-timeline-carousel-nav_box:after {
    display: none;
    background: none;
    position: static; }

  .svg-arrow-left, .svg-arrow-right {
    height: 12px;
    width: 8px;
    margin: -6px 0 0 -4px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px; } }
@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px; } }
