/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/timeline/timeline.scss ***!
  \************************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.timeline {
  background: #222222;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media all and (max-width: 768px) {
  .timeline {
    padding: 50px 0;
  }
}
@media all and (max-width: 480px) {
  .timeline {
    padding: 50px 0 25px;
  }
}
.timeline__info {
  max-width: 38.425925925%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-self: center;
}
@media all and (max-width: 1280px) {
  .timeline__info {
    max-width: 60%;
  }
}
@media all and (max-width: 768px) {
  .timeline__info {
    max-width: 90%;
  }
}
.timeline__title {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #ffcc00;
}
@media all and (max-width: 580px) {
  .timeline__title {
    font-size: 32px;
  }
}
.timeline__text {
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
@media all and (max-width: 580px) {
  .timeline__text {
    font-size: 16px;
  }
}
.timeline__slider {
  width: 100%;
  position: relative;
}
.timeline__slide {
  display: flex;
  justify-content: flex-end;
  column-gap: 50px;
  padding-left: 20.891203703%;
}
@media all and (max-width: 1280px) {
  .timeline__slide {
    padding-left: 10%;
  }
}
@media all and (max-width: 768px) {
  .timeline__slide {
    flex-direction: column;
    padding-left: 15%;
  }
}
@media all and (max-width: 480px) {
  .timeline__slide {
    padding-left: 20%;
  }
}
.timeline__slide-info {
  max-width: 39.483675019%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 73px 0 65px 0;
  background: #222222;
}
@media all and (max-width: 768px) {
  .timeline__slide-info {
    max-width: 80%;
    padding: 0;
    margin-bottom: -25px;
    background: #222222;
    z-index: 2;
  }
}
@media all and (max-width: 480px) {
  .timeline__slide-info {
    max-width: 90%;
  }
}
.timeline__slide-info-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 39px;
  color: #ffffff;
}
@media all and (max-width: 1280px) {
  .timeline__slide-info-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.timeline__slide-info-year {
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: #79797b;
  font-family: "Oswald", sans-serif;
  background: #222222;
}
@media all and (max-width: 1280px) {
  .timeline__slide-info-year {
    font-size: 142px;
  }
}
@media all and (max-width: 480px) {
  .timeline__slide-info-year {
    font-size: 84px;
  }
}
.timeline__slide-img {
  padding: 56px 0 65px 0;
  background-image: url("/wp-content/themes/element/assets/images/t11/timeline-bg.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 768px) {
  .timeline__slide-img img {
    height: auto;
  }
}
.timeline__slide-nav {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: absolute;
  bottom: 70px;
  right: calc(100% + 20px);
  background: #222222;
}
@media all and (max-width: 768px) {
  .timeline__slide-nav {
    right: 20px;
    bottom: 100%;
    z-index: 3;
  }
}
@media all and (max-width: 480px) {
  .timeline__slide-nav {
    bottom: calc(100% - 25px);
  }
}
.timeline__slide-nav .swiper-button-prev, .timeline__slide-nav .swiper-button-next {
  position: static;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.timeline__slide-nav .swiper-button-prev:after, .timeline__slide-nav .swiper-button-next:after {
  content: url("/wp-content/themes/element/assets/images/t11/timeline-arr.svg");
  line-height: 0;
  width: 8px;
  height: 12px;
  font-family: unset;
  font-size: unset;
}
.timeline__slide-nav .swiper-button-prev {
  transform: rotateZ(180deg);
}
.timeline__years {
  position: absolute;
  top: 0;
  left: 7.92824074%;
  height: 100%;
  width: fit-content;
  padding: 54px 0 68px 0;
  display: flex;
}
@media all and (max-width: 1280px) {
  .timeline__years {
    left: 2.5%;
  }
}
@media all and (max-width: 768px) {
  .timeline__years {
    padding: 0;
  }
}
.timeline__years .swiper-pagination {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .timeline__years .swiper-pagination {
    row-gap: 10px;
  }
}
.timeline__years .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 !important;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #dddddd;
  background: none;
}
.timeline__years .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-weight: 700;
  color: #ffffff;
  background: none;
}

/*# sourceMappingURL=timeline.css.map*/