.grid-and-padding {
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-and-padding {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-and-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-no-padding {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-no-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-no-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.articulatCF-normal {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.articulatCF-regular {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.articulatCF-medium {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.articulatCF-demibold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.articulatCF-bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.arrow-button {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: calc(15rem * 1 / 18) 0;
  color: #101921;
  text-decoration: none;
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-weight: 500;
  transition: background-color 0.3s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    align-items: center;
  }
}
.arrow-button svg {
  margin-right: calc(15rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button svg {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button svg {
    margin-right: 10px;
  }
}
.arrow-button:hover {
  color: #FA851E;
}
.arrow-button:hover svg {
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(5rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.arrow-button:hover svg path {
  stroke: #FA851E;
}
.font-size72 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(72rem * 1 / 18);
  line-height: calc(82rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size72 {
    font-size: 44px;
    line-height: 48.5px;
  }
}
.font-size56 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(56rem * 1 / 18);
  line-height: calc(61.6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size56 {
    font-size: 56px;
    line-height: 61.6px;
  }
}
.section-title {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}
.font-size42 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(42rem * 1 / 18);
  line-height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size42 {
    font-size: 42px;
    line-height: 50px;
  }
}
.font-size40 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(40rem * 1 / 18);
  line-height: calc(48rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .font-size40 {
    font-size: 40px;
    line-height: 48px;
  }
}
.font-size36 {
  font-size: calc(36rem * 1 / 18);
  line-height: calc(47rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size36 {
    font-size: 36px;
    line-height: 47px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18);
  line-height: calc(32.5rem * 1 / 18);
  letter-spacing: calc(0.8rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size30 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.font-size28 {
  font-size: calc(28rem * 1 / 18);
  line-height: calc(30.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size28 {
    font-size: 28px;
    line-height: 30.5px;
    letter-spacing: 0.6px;
  }
}
.font-size26 {
  font-size: calc(26rem * 1 / 18);
  line-height: calc(28.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 26px;
    line-height: 28.5px;
    letter-spacing: 0.6px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18);
  line-height: calc(26.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 26.5px;
    letter-spacing: 0.5px;
  }
}
.font-size22 {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size22 {
    font-size: 22px;
    line-height: 24.5px;
    letter-spacing: 0.5px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.5px;
  }
}
.font-size18-demibold {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-demibold {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size18-regular {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-regular {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size17 {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size16 {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size14-bold {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14-bold {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size12 {
  font-size: calc(12rem * 1 / 18);
  line-height: calc(13.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
  }
}
.radius5 {
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .radius5 {
    border-radius: 5px;
  }
}
.hts {
  padding: calc(50rem * 1 / 18) 0;
  background-color: #b7babc;
  background: linear-gradient(50deg, #4f0006 0%, #101921 100%);
  height: calc(1116rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts {
    padding: 50px 0;
    height: auto;
  }
}
.hts__heading {
  margin-top: calc(50rem * 1 / 18);
  margin-bottom: calc(40rem * 1 / 18);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 calc(215rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__heading {
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 0 100px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__heading {
    padding: 0 20px;
    margin-top: 0;
  }
}
.hts__heading .text {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 500;
  text-transform: uppercase;
  color: #FA851E;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__heading .text {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__heading .text {
    margin-right: 20px;
  }
}
.hts__heading .line {
  flex-grow: 1;
  height: 1px;
  background-color: #70757A;
}
.hts__title {
  padding: 0 calc(215rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__title {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__title {
    padding: 0 20px;
  }
}
.hts__title .title {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
  color: #B7CECD;
}
@media only screen and (max-width: 1023px) {
  .hts__title .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__title .title {
    font-size: 36px;
    line-height: 39.6px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__title .title {
    margin-bottom: 40px;
  }
}
.hts__title .text {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #B7CECD;
  max-width: calc(430rem * 1 / 18);
  margin-top: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__title .text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__title .text {
    max-width: 430px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__title .text {
    display: none;
  }
}
.hts__timeline {
  position: relative;
  padding: 0 calc(135rem * 1 / 18);
  height: calc(700rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__timeline {
    display: none;
  }
}
.hts__timeline-bar {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding: 0;
  height: calc(600rem * 1 / 18);
  max-width: calc(1630rem * 1 / 18);
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  position: absolute;
  width: 90%;
  margin: auto;
  top: 40%;
  transform: translateY(-50%);
  margin-left: 20px;
}
.hts__timeline-bar li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: calc(330rem * 1 / 18);
  width: calc(75rem * 1 / 18);
  position: relative;
}
.hts__timeline-bar li:nth-of-type(2) {
  grid-column: 2;
}
.hts__timeline-bar li:nth-of-type(3) {
  grid-column: 3;
}
.hts__timeline-bar li:nth-of-type(4) {
  grid-column: 4;
}
.hts__timeline-bar li:nth-of-type(5) {
  grid-column: 5;
}
.hts__timeline-bar li:nth-of-type(6) {
  grid-column: 6;
}
.hts__timeline-bar li:nth-of-type(7) {
  grid-column: 7;
}
.hts__timeline-bar li:nth-of-type(8) {
  grid-column: 8;
}
.hts__timeline-bar li:nth-of-type(9) {
  grid-column: 9;
}
.hts__timeline-bar li:nth-of-type(10) {
  grid-column: 9;
}
.hts__timeline-bar li:nth-of-type(11) {
  grid-column: 10;
}
.hts__timeline-bar li:nth-of-type(12) {
  grid-column: 11;
}
.hts__timeline-bar li:nth-of-type(13) {
  grid-column: 12;
}
.hts__timeline-bar li:nth-of-type(14) {
  grid-column: 13;
}
.hts__timeline-bar li:nth-of-type(15) {
  grid-column: 13;
}
.hts__timeline-bar li:nth-of-type(16) {
  grid-column: 14;
}
.hts__timeline-bar li:nth-of-type(17) {
  grid-column: 15;
}
.hts__timeline-bar li:nth-of-type(18) {
  grid-column: 15;
}
.hts__timeline-bar li:nth-of-type(19) {
  grid-column: 16;
  position: absolute;
}
.hts__timeline-bar li:nth-of-type(20) {
  grid-column: 17;
}
.hts__timeline-bar li:last-child::after {
  display: none;
}
.hts__timeline-bar li:nth-child(even) {
  grid-row: 1;
  top: 0;
  justify-content: flex-end;
}
.hts__timeline-bar li:nth-child(even)::before {
  content: "";
  position: absolute;
  height: calc(30rem * 1 / 18);
  width: calc(1rem * 1 / 18);
  bottom: calc(28rem * 1 / 18);
  left: 0;
  background-color: #707579;
}
.hts__timeline-bar li:nth-child(even)::after {
  content: "";
  position: absolute;
  right: calc(-35rem * 1 / 18);
  bottom: calc(15rem * 1 / 18);
  height: calc(1rem * 1 / 18);
  width: calc(60rem * 1 / 18);
  background-color: #B7CECD;
  z-index: 0;
}
.hts__timeline-bar li:nth-child(even) span {
  order: 1;
}
.hts__timeline-bar li:nth-child(even) p:last-of-type {
  margin-bottom: calc(20rem * 1 / 18);
}
.hts__timeline-bar li:nth-child(odd) {
  grid-row: 2;
  top: calc(-30rem * 1 / 18);
  justify-content: flex-start;
}
.hts__timeline-bar li:nth-child(odd)::before {
  content: "";
  position: absolute;
  height: calc(30rem * 1 / 18);
  width: calc(1rem * 1 / 18);
  top: calc(28rem * 1 / 18);
  left: 0;
  background-color: #707579;
}
.hts__timeline-bar li:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: calc(-35rem * 1 / 18);
  top: calc(15rem * 1 / 18);
  height: calc(1rem * 1 / 18);
  width: calc(60rem * 1 / 18);
  background-color: #B7CECD;
  z-index: 0;
}
.hts__timeline-bar li:nth-child(odd) p {
  order: 1;
}
.hts__timeline-bar li:nth-child(odd) p:first-of-type {
  margin-top: calc(20rem * 1 / 18);
}
.hts__timeline-bar li span {
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #101921;
  background-color: #B7CECD;
  transition: all 0.3s ease;
  width: calc(50rem * 1 / 18);
  height: calc(30rem * 1 / 18);
  border-radius: calc(3rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: left center;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .hts__timeline-bar li span {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
.hts__timeline-bar li span:hover {
  background-color: #FA851E;
  color: #fff;
  transform: scaleX(1.25) scaleY(1.25);
}
.hts__timeline-bar li span:hover::before {
  background-color: #FA851E;
}
.hts__timeline-bar li p {
  color: #878c90;
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-weight: 800;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: calc(0.25rem * 1 / 18);
  max-width: calc(100rem * 1 / 18);
  padding-top: calc(10rem * 1 / 18);
  padding-bottom: calc(10rem * 1 / 18);
  line-height: calc(20rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #878c90;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .hts__timeline-bar li p {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.hts__timeline-bar li p:last-of-type {
  border: none;
}
.hts__timeline-bar li p:hover {
  color: #FA851E;
}
.hts__timeline-bar li.active span {
  background-color: #FA851E;
  color: #fff;
}
.hts__timeline-bar li.active span::before {
  background-color: #FA851E;
}
.hts__details-wrapper {
  position: relative;
  display: none;
  height: calc(880rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__details-wrapper {
    display: block;
    height: auto;
  }
}
.hts__details-wrapper .close {
  position: absolute;
  right: calc(220rem * 1 / 18);
  top: calc(50rem * 1 / 18);
  width: calc(40rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .hts__details-wrapper .close {
    display: none;
    right: 200px;
    top: -100px;
    width: 40px;
    height: 40px;
  }
}
.hts__details-wrapper .close svg {
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hts__details {
  display: none;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1023px) {
  .hts__details {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
.hts__details .swiper-wrapper {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .hts__details .swiper-wrapper {
    margin-top: 100px;
  }
}
.hts__details-card {
  padding: calc(50rem * 1 / 18) calc(145rem * 1 / 18);
  border-radius: calc(10rem * 1 / 18);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .hts__details-card {
    padding: 100px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__details-card {
    padding: 0 20px;
  }
}
.hts__details-card .wrapper {
  height: 300px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 150px;
  z-index: -1;
}
.hts__details-card .year-bg {
  position: relative;
  height: 300px;
  top: 0;
  left: 0;
  z-index: -1;
}
.hts__details-card .year-bg-wrapper {
  position: relative;
  top: 120px;
  white-space: nowrap;
  font-size: calc(350rem * 1 / 18);
  letter-spacing: calc(-14rem * 1 / 18);
  color: #40474d;
  margin-bottom: 1rem;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.4s ease;
  animation: slideYear 30s linear infinite;
}
@media only screen and (max-width: 1023px) {
  .hts__details-card .year-bg-wrapper {
    display: none;
  }
}
.hts__details-card .year-bg-wrapper span {
  display: inline-block;
  margin: calc(20rem * 1 / 18) calc(20rem * 1 / 18);
}
.hts__details-card .year-bg-wrapper.show {
  left: 50%;
  opacity: 1;
}
.hts__details-content {
  background-image: url(/wp-content/uploads/2025/06/timelinebgd.jpg);
  display: flex;
  gap: calc(50rem * 1 / 18);
  width: calc(1033rem * 1 / 18);
  height: calc(600rem * 1 / 18);
  padding: calc(50rem * 1 / 18);
  border-radius: calc(10rem * 1 / 18);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9.68% 100%, 0 83.33%);
}
@media only screen and (max-width: 1023px) {
  .hts__details-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 50px;
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 90%);
  }
}
@media only screen and (max-width: 600px) {
  .hts__details-content {
    padding: 20px;
    padding-bottom: 0;
    gap: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
    min-height: 520px;
    justify-content: flex-end;
  }
}
.hts__details-content .text {
  text-align: left;
  width: calc(440rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text {
    width: 100%;
  }
}
.hts__details-content .text__heading {
  display: flex;
  align-items: center;
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text__heading {
    gap: 10px;
    display: none;
  }
}
.hts__details-content .text__heading .date {
  text-transform: uppercase;
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #ffffff;
  padding: calc(5rem * 1 / 18) calc(10rem * 1 / 18);
  margin-bottom: calc(30rem * 1 / 18);
  width: fit-content;
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text__heading .date {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text__heading .date {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text__heading .date {
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__details-content .text__heading .date {
    margin-bottom: 15px;
  }
}
.hts__details-content .text__heading .heading {
  text-transform: uppercase;
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #101921;
  color: #878c90;
  padding: calc(5rem * 1 / 18) calc(10rem * 1 / 18);
  margin-bottom: calc(30rem * 1 / 18);
  width: fit-content;
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text__heading .heading {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text__heading .heading {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text__heading .heading {
    padding: 5px 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__details-content .text__heading .heading {
    margin-bottom: 15px;
  }
}
.hts__details-content .text h3 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__details-content .text h3 {
    font-size: 36px;
    line-height: 39.6px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__details-content .text h3 {
    font-size: 28px;
    line-height: 110%;
  }
}
.hts__details-content .text .paragraph {
  color: #ffffff;
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: calc(30rem * 1 / 18);
  max-width: calc(400rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text .paragraph {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .text .paragraph {
    margin-top: 30px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__details-content .text .paragraph {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.hts__details-content .image {
  width: calc(443rem * 1 / 18);
  height: 100%;
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .image {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .image {
    width: 100%;
    height: auto;
  }
}
.hts__details-content .image .text__heading {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .image .text__heading {
    display: flex;
  }
}
.hts__details-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .image img {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .hts__details-content .image img {
    height: 183px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .image img.desktop {
    display: none;
  }
}
.hts__details-content .image img.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .hts__details-content .image img.mobile {
    display: block;
  }
}
.hts__thumbnails {
  width: calc(1615rem * 1 / 18);
  margin: auto;
  overflow: visible;
  margin-left: calc(145rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__thumbnails {
    width: unset;
    margin-left: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hts__thumbnails::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .hts__thumbnails {
    margin-top: -20px;
  }
}
.hts__thumbnails ul {
  width: 100%;
}
.hts__thumbnails-card {
  cursor: pointer;
  width: calc(104rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .hts__thumbnails-card {
    width: 110px !important;
    flex-shrink: 0;
  }
}
.hts__thumbnails-card:first-of-type {
  margin-left: 0;
}
.hts__thumbnails-card.active span {
  background-color: #FA851E;
  color: #ffffff;
}
.hts__thumbnails-card.active span::after {
  background-color: #FA851E;
}
.hts__thumbnails-card .year {
  background-color: #707579;
  color: #101921;
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: all 0.3s ease;
  width: calc(50rem * 1 / 18);
  height: calc(30rem * 1 / 18);
  border-radius: calc(3rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: calc(35rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts__thumbnails-card .year {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .hts__thumbnails-card .year {
    width: 50px;
    height: 30px;
    border-radius: 3px;
    margin-top: 35px;
  }
}
.hts__thumbnails-card .year::after {
  content: "";
  position: absolute;
  height: calc(1rem * 1 / 18);
  width: calc(60rem * 1 / 18);
  top: 50%;
  right: calc(-60rem * 1 / 18);
  background-color: #9FA3A6;
}
@media only screen and (max-width: 1023px) {
  .hts__thumbnails-card .year::after {
    height: 1px;
    width: 60px;
    right: -60px;
  }
}
.hts__thumbnails-card .year.active {
  background-color: #FA851E;
  color: #ffffff;
}
.hts__thumbnails-card .year.active::after {
  background-color: #FA851E;
}
.hts__thumbnails-card:last-of-type .year::after {
  display: none;
}
.hts__thumbnails-card p {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  opacity: 0;
  color: #878c90;
  max-width: calc(100rem * 1 / 18);
  padding-top: calc(10rem * 1 / 18);
  padding-bottom: calc(10rem * 1 / 18);
  line-height: calc(20rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #878c90;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .hts__thumbnails-card p {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.hts__thumbnails-card p:last-of-type {
  border: none;
}
.hts__thumbnails .swiper-wrapper {
  transform: none;
}
@media only screen and (max-width: 1023px) {
  .hts__thumbnails .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
  }
}
.hts.expanded {
  height: calc(1330rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hts.expanded {
    height: auto;
  }
}
.hts.expanded .hts__details {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.hts.expanded .hts__timeline-bar {
  opacity: 0.5;
  pointer-events: none;
}
.hts .hts__details .swiper-slide {
  opacity: 0;
}
.hts .hts__details .swiper-slide-active {
  opacity: 1;
}
.swiper-slide-thumb-active span {
  background-color: #FA851E;
  color: #ffffff;
}
.swiper-slide-thumb-active p {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  bottom: 7% !important;
  top: auto;
  z-index: 11;
  border: calc(1rem * 1 / 18) solid #a1a6ab;
  border-radius: 50%;
  width: calc(50rem * 1 / 18);
  height: calc(50rem * 1 / 18);
  padding: calc(12rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .swiper-button-next,
  .swiper-button-prev {
    border: 1px solid #a1a6ab;
    width: 50px;
    height: 50px;
    padding: 15px;
    top: 30px !important;
    bottom: auto;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev {
  transform: rotate(180deg);
  left: 64%;
}
@media only screen and (max-width: 1023px) {
  .swiper-button-prev {
    left: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .swiper-button-prev {
    left: 5%;
  }
}
.swiper-button-next {
  right: 29%;
}
@media only screen and (max-width: 1023px) {
  .swiper-button-next {
    right: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .swiper-button-next {
    right: 60%;
  }
}
@keyframes slideYear {
  0% {
    transform: translateX(0) translateY(-50%);
  }
  100% {
    transform: translateX(-73.5%) translateY(-50%);
  }
}
/* Container to mask overflow */
.content-mask {
  overflow: hidden;
  position: relative;
}
.animate-out-up {
  animation: slideOutUp 0.9s ease-in forwards;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.animate-in-up {
  animation: slideInUp 0.9s ease-out forwards;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut 0.5s ease-out forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
