.our-legacy-page-block {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.our-legacy-page-block .our-legacy-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.our-legacy-page-block .our-legacy-swiper .swiper-wrapper {
  height: 100%;
  display: flex;
}
.our-legacy-page-block .our-legacy-swiper .swiper-slide {
  height: 100%;
  width: 100vw;
  min-width: 100vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-legacy-page-block .hero-slide {
  background-color: #2D2C2A;
  color: #FFFDF4;
  position: relative;
  border-bottom: 1px solid #FFFDF4;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide {
    border-bottom: 1px solid #FFFDF4;
    padding: 7rem 0 0;
  }
}
.our-legacy-page-block .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 1px;
  height: 100vh;
  background-color: #FFFDF4;
  z-index: 1;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide::before {
    display: none;
  }
}
.our-legacy-page-block .hero-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  width: 1px;
  height: 100vh;
  background-color: #FFFDF4;
  z-index: 1;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide::after {
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.our-legacy-page-block .hero-slide .hero-slide-container {
  width: 90%;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-slide-container {
    gap: 0;
    height: 100%;
  }
}
.our-legacy-page-block .hero-slide .hero-slide-container::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #FFFDF4;
  bottom: 0;
  z-index: 1;
}
.our-legacy-page-block .hero-slide .hero-slide-content {
  display: flex;
  flex-direction: column;
  max-width: 80rem;
  padding: 0 2rem 0 2rem;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-slide-content {
    padding: 15rem 2rem 0 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10rem 5rem 8rem;
    gap: 5rem;
    max-width: 100%;
  }
}
.our-legacy-page-block .hero-slide .hero-title {
  font-size: 2.9rem;
  position: relative;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-title {
    font-size: 6.5rem;
    flex: 0 0 auto;
    max-width: 56rem;
  }
}
.our-legacy-page-block .hero-slide .hero-title p {
  font-size: inherit;
  margin: 0;
  padding-top: 3.5rem;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-title p {
    padding-top: 0;
  }
}
.our-legacy-page-block .hero-slide .hero-title strong {
  font-size: inherit;
  font-family: "Greta Text Pro_HL", serif;
  font-style: italic;
  font-weight: 400;
}
.our-legacy-page-block .hero-slide .hero-description {
  font-size: 1.8rem;
  max-width: 65rem;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-description {
    font-size: 2.2rem;
    flex: 1;
    max-width: 41rem;
  }
}
.our-legacy-page-block .hero-slide .hero-description p {
  padding: 1rem 0 0;
}
.our-legacy-page-block .hero-slide .hero-description p:last-child {
  margin-bottom: 0;
}
.our-legacy-page-block .hero-slide .hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  text-decoration: none;
  color: #2D2C2A;
  background-color: #FFFDF4;
  padding: 0.4rem;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  border: none;
  outline: none;
}
.our-legacy-page-block .hero-slide .hero-button:hover:not(:disabled) {
  background-color: #FFFDF4;
  border-radius: 0 4rem 0 0;
}
.our-legacy-page-block .hero-slide .hero-button:active:not(:disabled) {
  background-color: #6C6E72;
}
.our-legacy-page-block .hero-slide .hero-button:disabled, .our-legacy-page-block .hero-slide .hero-button.disabled {
  background-color: #D7D4C1;
  cursor: not-allowed;
  opacity: 0.6;
}
.our-legacy-page-block .hero-slide .hero-button {
  margin-top: 1.6rem;
  flex-shrink: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-button {
    width: 11.5rem;
    height: 11.5rem;
    margin-top: 0;
  }
}
.our-legacy-page-block .hero-slide .hero-button-text {
  display: inline-block;
  font-size: 1.5rem;
  max-width: 10rem;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-button-text {
    font-size: 2rem;
    max-width: 12rem;
  }
}
.our-legacy-page-block .hero-slide .hero-image-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.our-legacy-page-block .hero-slide .hero-image-content img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.our-legacy-page-block .hero-slide .hero-image-content .hero-image--mobile {
  display: block;
  height: 31.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-image-content .hero-image--mobile {
    display: none;
    height: auto;
  }
}
.our-legacy-page-block .hero-slide .hero-image-content .hero-image--desktop {
  display: none;
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-image-content .hero-image--desktop {
    display: block;
  }
}
@media (min-width: 769px) {
  .our-legacy-page-block .hero-slide .hero-image-content {
    width: 100vw;
    max-width: 100vw;
    margin-inline-start: calc(-50vw + 50%);
    margin-inline-end: calc(-50vw + 50%);
  }
}
.our-legacy-page-block .content-slide {
  background-color: #FFFDF4;
  position: relative;
  padding: 0;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.our-legacy-page-block .content-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 1px;
  height: 100vh;
  background-color: #D7D4C1;
  z-index: 1;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide::before {
    display: none;
  }
}
.our-legacy-page-block .content-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  width: 1px;
  height: 100vh;
  background-color: #D7D4C1;
  z-index: 1;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide {
    padding-inline-start: 5%;
  }
}
.our-legacy-page-block .content-slide .decorative-lines {
  display: none;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .decorative-lines {
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
}
.our-legacy-page-block .content-slide .decorative-lines .line {
  position: absolute;
  inset-inline-start: 0;
  width: 100%;
  height: 1px;
  background-color: #D7D4C1;
}
.our-legacy-page-block .content-slide .decorative-lines .line--1 {
  top: 32.7rem;
}
.our-legacy-page-block .content-slide .decorative-lines .line--2 {
  top: 50.8rem;
}
.our-legacy-page-block .content-slide .decorative-lines .line--3 {
  top: 68.9rem;
}
.our-legacy-page-block .content-slide .content-slide-wrapper {
  width: 90%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 6rem;
  padding-bottom: 17rem;
  padding-top: 4rem;
  align-self: flex-start;
  top: 6.5rem;
  justify-content: flex-start;
}
.our-legacy-page-block .content-slide .content-slide-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-slide-wrapper::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-slide-wrapper {
    padding-top: 10rem;
    top: 0;
    width: 100%;
    height: 100%;
    gap: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-inline: 0;
    flex-direction: initial;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 32.7rem 18.1rem 18.1rem;
    padding-top: 0;
  }
}
.our-legacy-page-block .content-slide .content-text {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  flex-shrink: 0;
  z-index: 11;
  margin-bottom: auto;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-text {
    padding: 0;
    flex-direction: initial;
    flex-shrink: initial;
    margin-bottom: 0;
    grid-row: 1/4;
    display: grid;
    grid-template-rows: subgrid;
  }
}
.our-legacy-page-block .content-slide .content-text .content-title {
  font-size: 2.9rem;
  font-style: italic;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-text .content-title {
    font-size: 5.5rem;
  }
}
.our-legacy-page-block .content-slide .content-text .content-description {
  font-size: 1.6rem;
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-text .content-description {
    font-size: 2.2rem;
    padding-top: 3rem;
  }
}
.our-legacy-page-block .content-slide .content-text .desktop-year {
  display: none;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-text .desktop-year {
    display: block;
    font-family: "Greta Text Pro_HL", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 6.5rem;
    line-height: 0.92;
    align-self: end;
    grid-row: 3;
    padding-top: 0;
  }
}
.our-legacy-page-block .content-slide .mobile-image-year-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  bottom: 15rem;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .mobile-image-year-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    display: contents;
  }
}
.our-legacy-page-block .content-slide .mobile-year-shapes-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}
.our-legacy-page-block .content-slide .mobile-year-shapes-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  z-index: 1;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .mobile-year-shapes-row::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .mobile-year-shapes-row {
    display: none;
  }
}
.our-legacy-page-block .content-slide .mobile-year {
  display: block;
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 3.5rem;
  line-height: 0.92;
  padding: 0;
  margin-bottom: 0;
  padding-top: 0;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .mobile-year {
    display: none;
  }
}
.our-legacy-page-block .content-slide .mobile-shapes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  margin-inline-start: auto;
}
.our-legacy-page-block .content-slide .mobile-shapes img {
  width: auto;
  height: auto;
  max-width: 16.4rem;
  max-height: 8.2rem;
  display: block;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .mobile-shapes {
    display: none;
  }
}
.our-legacy-page-block .content-slide .content-image {
  width: 100%;
  position: relative;
  overflow: visible;
  height: 30rem;
  flex-shrink: 0;
  margin-bottom: 0;
  align-self: flex-end;
}
.mobile-image-year-wrapper .our-legacy-page-block .content-slide .content-image {
  align-self: stretch;
}
.our-legacy-page-block .content-slide .content-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  z-index: 1;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-image::before {
    display: none;
  }
}
.our-legacy-page-block .content-slide .content-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  z-index: 1;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-image::after {
    display: none;
  }
}
.our-legacy-page-block .content-slide .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .our-legacy-page-block .content-slide .content-image {
    width: auto;
    flex: initial;
    flex-shrink: initial;
    height: auto;
    overflow: visible;
    margin-top: 0;
    align-self: initial;
    padding-bottom: 0;
  }
}
.our-legacy-page-block .timeline-navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
}
@media (min-width: 769px) {
  .our-legacy-page-block .timeline-navigation {
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-width: none;
    padding-inline-start: 5%;
    padding-bottom: 4rem;
  }
}
.our-legacy-page-block .timeline-navigation .timeline-range {
  display: flex;
  align-items: center;
  pointer-events: auto;
  flex-wrap: nowrap;
  overflow: visible;
  width: 100%;
  justify-content: flex-start;
  min-width: 0;
}
@media (min-width: 769px) {
  .our-legacy-page-block .timeline-navigation .timeline-range {
    width: 48%;
    max-width: none;
  }
}
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-prev,
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-next {
  width: 2.4rem;
  height: 2.4rem;
  background: transparent !important;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.2s ease;
  flex-shrink: 0;
  border-radius: 0;
  direction: ltr;
}
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-prev img,
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-prev .icon-light,
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-next .icon-light {
  display: block;
}
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-prev .icon-dark,
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-next .icon-dark {
  display: none;
}
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-prev:hover,
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-next:hover {
  transform: scale(1.05);
}
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-prev:focus,
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-next:focus {
  outline: none;
}
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-prev:disabled,
.our-legacy-page-block .timeline-navigation .timeline-range button.timeline-next:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
[dir=rtl] .our-legacy-page-block .timeline-navigation .timeline-range button.timeline-prev {
  order: 5;
}
[dir=rtl] .our-legacy-page-block .timeline-navigation .timeline-range button.timeline-next {
  order: -1;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-start-year,
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-end-year {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  transition: opacity 0.2s ease;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-start-year:hover,
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-end-year:hover {
  opacity: 0.85;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-start-year [class*=__year],
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-end-year [class*=__year] {
  display: block;
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 2rem;
  color: #2D2C2A;
  white-space: nowrap;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-start-year [class*=__line],
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-end-year [class*=__line] {
  display: block;
  width: 1.8rem;
  height: 1px;
  background-color: #2D2C2A;
  flex-shrink: 0;
  transition: width 0.3s ease;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-start-year {
  margin-inline-end: 0.5rem;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-end-year {
  margin-inline-start: 0.5rem;
}
.our-legacy-page-block .timeline-navigation .timeline-range .swiper-pagination-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.our-legacy-page-block .timeline-navigation .timeline-range .swiper-pagination-wrapper::before {
  display: none;
}
.our-legacy-page-block .timeline-navigation .timeline-range .swiper-pagination {
  position: static !important;
  left: auto;
  width: 100% !important;
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
  display: flex !important;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
}
.our-legacy-page-block .timeline-navigation .timeline-range .swiper-pagination-bullet-line {
  display: flex !important;
  align-items: center;
  cursor: pointer;
  opacity: 1 !important;
  flex: 1 1 0;
  min-width: 0;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-bullet-year {
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 2rem;
  color: #2D2C2A;
  display: none;
  white-space: nowrap;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-bullet-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
  flex-shrink: 1;
}
.our-legacy-page-block .timeline-navigation .timeline-range .timeline-bullet-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #2D2C2A;
  opacity: 0.2;
  transition: width 0.3s ease;
}
.our-legacy-page-block .timeline-navigation .timeline-range .swiper-pagination-bullet-line-active .timeline-bullet-line::before {
  width: 100%;
  opacity: 1;
}
.our-legacy-page-block.is-hero-slide .timeline-range {
  display: none;
}

.content-slide--layout-1 .shapes-image {
  display: none;
}
@media (min-width: 769px) {
  .content-slide--layout-1 .shapes-image {
    display: block;
    position: absolute;
    grid-column: 2;
    grid-row: 1;
    top: 14.7rem;
    inset-inline-end: 0;
    z-index: 5;
    pointer-events: none;
  }
  .content-slide--layout-1 .shapes-image img {
    width: auto;
    height: auto;
    display: block;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-1 .content-text {
    grid-row: 1/4;
    display: grid;
    grid-template-rows: subgrid;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-1 .content-text .content-title {
    grid-row: 1;
    align-self: end;
    max-width: 56rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-1 .content-text .content-description {
    grid-row: 2;
    max-width: 90%;
    align-self: start;
    max-width: 55rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-1 .content-text .desktop-year {
    grid-row: 3;
    grid-column: 2;
    align-self: end;
    justify-self: end;
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-1 .content-image {
    position: relative;
    grid-column: 2/3;
    grid-row: 2/5;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.content-slide--layout-1 .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.content-slide--layout-2 .mobile-year-shapes-row {
  margin-bottom: 2.1rem !important;
  padding-top: 2.9rem !important;
}
.content-slide--layout-2 .mobile-shapes {
  display: none !important;
}
@media (min-width: 769px) {
  .content-slide--layout-2.content-slide .content-text {
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: column;
    grid-template-rows: initial;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-2.content-slide .content-text .content-title {
    padding-top: 21.5rem;
    max-width: 52rem;
  }
  [dir=rtl] .content-slide--layout-2.content-slide .content-text .content-title {
    padding-top: 8rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-2.content-slide .content-text .content-description {
    margin-top: 2.2rem;
    max-width: 55rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-2.content-slide .content-text .desktop-year {
    margin-top: auto;
    align-self: flex-end;
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-2 .content-image {
    position: relative;
    grid-column: 2/3;
    grid-row: 1/5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 7rem;
    box-sizing: border-box;
  }
}
.content-slide--layout-2 .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .content-slide--layout-2 .content-image img {
    height: calc(100% - 7rem);
  }
}

.content-slide--layout-3 .shapes-image-3 {
  display: none;
}
@media (min-width: 769px) {
  .content-slide--layout-3 .shapes-image-3 {
    display: block;
    position: absolute;
    grid-row: 2;
    grid-column: 1;
    z-index: 5;
    pointer-events: none;
    inset-inline-start: 0;
    top: 0;
  }
  .content-slide--layout-3 .shapes-image-3 img {
    width: auto;
    height: auto;
    max-width: 54.3rem;
    max-height: 18.1rem;
    display: block;
  }
}
.content-slide--layout-3 .mobile-shapes img {
  max-width: 16.6rem;
  max-height: 8.3rem;
}
@media (min-width: 769px) {
  .content-slide--layout-3 .content-text {
    grid-template-columns: subgrid;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .content-slide--layout-3 .content-text .content-title {
    grid-row: 1;
    grid-column: 1/3;
    align-self: center;
    max-width: 66rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-3 .content-text .content-description {
    display: none;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .content-slide--layout-3 .content-text .desktop-year {
    grid-row: 3;
    grid-column: 2;
    align-self: end;
    justify-self: end;
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-3 .content-image {
    grid-row: 2/4;
  }
}

@media (min-width: 769px) {
  .content-slide--layout-4 .content-text {
    grid-row: 1/4;
    display: grid;
    grid-template-rows: subgrid;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-4 .content-text .content-title {
    grid-row: 1;
    align-self: end;
    max-width: 56rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-4 .content-text .content-description {
    grid-row: 2;
    max-width: 90%;
    align-self: start;
    max-width: 55rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-4 .content-text .desktop-year {
    grid-row: 3;
    grid-column: 2;
    align-self: end;
    justify-self: end;
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-4 .content-image {
    position: relative;
    grid-column: 2/3;
    grid-row: 1/4;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 7rem;
    box-sizing: border-box;
  }
}
.content-slide--layout-4 .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .content-slide--layout-4 .content-image img {
    height: calc(100% - 7rem);
  }
}

.content-slide--layout-5 {
  overflow: hidden;
}
@media (min-width: 769px) {
  .content-slide--layout-5 {
    padding-inline-start: 0;
    overflow-x: visible;
  }
}
.content-slide--layout-5 .content-images-wrapper .mobile-shapes {
  display: none !important;
}
.content-slide--layout-5 .content-slide-wrapper {
  position: relative;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-slide-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    width: 100%;
  }
}
.content-slide--layout-5 .content-text-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
  flex-shrink: 0;
  margin-bottom: auto;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-text-wrapper {
    grid-column: 1/5;
    grid-row: 1;
    display: grid;
    grid-template-columns: subgrid;
    position: relative;
    z-index: 3;
    padding: 0;
    padding-bottom: 7.7rem;
    flex-shrink: initial;
    margin-bottom: 0;
  }
}
.content-slide--layout-5 .content-text-wrapper .content-title {
  font-size: 2.9rem;
  font-style: italic;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-text-wrapper .content-title {
    font-size: 5.5rem;
    grid-column: 1/3;
    align-self: end;
    max-width: 56rem;
  }
}
.content-slide--layout-5 .content-text-wrapper .content-description {
  font-size: 1.6rem;
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-text-wrapper .content-description {
    font-size: 2.2rem;
    padding-top: 0;
    grid-column: 3/5;
    align-self: end;
    max-width: 55rem;
  }
}
.content-slide--layout-5 .mobile-year-shapes-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 2.1rem !important;
  padding-top: 2.9rem !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.content-slide--layout-5 .mobile-year-shapes-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  z-index: 1;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .mobile-year-shapes-row::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-5 .mobile-year-shapes-row {
    display: none;
  }
}
.content-slide--layout-5 .mobile-year {
  font-family: "Greta Text Pro_HL", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 3.5rem;
  line-height: 0.92;
  padding: 0;
  margin-bottom: 0;
  padding-top: 0;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .mobile-year {
    display: none;
  }
}
.content-slide--layout-5 .desktop-year {
  display: none;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .desktop-year {
    display: block;
    padding-inline: 2rem;
    font-family: "Greta Text Pro_HL", serif;
    font-weight: 300;
    font-style: italic;
    font-size: 6.5rem;
    line-height: 0.92;
    position: relative;
    right: 30%;
    grid-column: 2/4;
    grid-row: 3;
    align-self: end;
    justify-self: center;
    padding-top: 0;
    z-index: 3;
  }
  [dir=rtl] .content-slide--layout-5 .desktop-year {
    right: auto;
    left: 56%;
  }
}
.content-slide--layout-5 .content-images-wrapper {
  position: absolute;
  bottom: 15rem;
  left: 0;
  right: 0;
  width: 100%;
  flex-shrink: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    order: unset;
    margin-left: -5rem;
    grid-column: 1/5;
    grid-row: 2/4;
    display: grid;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
    width: 100%;
    height: 100%;
    flex-direction: initial;
    gap: initial;
  }
}
.content-slide--layout-5 .content-images-wrapper .mobile-image-row {
  display: grid;
  grid-template-columns: 28% 72%;
  width: 100%;
  gap: 0;
  position: relative;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper .mobile-image-row {
    background-image: none;
  }
}
.content-slide--layout-5 .content-images-wrapper .mobile-image-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper .mobile-image-row::before {
    display: none;
  }
}
.content-slide--layout-5 .content-images-wrapper .mobile-image-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper .mobile-image-row::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper .mobile-image-row {
    display: contents;
  }
}
.content-slide--layout-5 .content-images-wrapper .content-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  flex-shrink: 0;
  margin-bottom: 0;
  align-self: stretch;
}
.content-slide--layout-5 .content-images-wrapper .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper .content-image {
    grid-column: 4/5;
    grid-row: 1/3;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    flex-shrink: initial;
    overflow: visible;
  }
}
.content-slide--layout-5 .content-images-wrapper .shapes-top {
  display: none;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper .shapes-top {
    display: block;
    grid-column: 1/4;
    grid-row: 1;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
  }
  .content-slide--layout-5 .content-images-wrapper .shapes-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
}
.content-slide--layout-5 .content-images-wrapper .shapes-bottom {
  display: none;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper .shapes-bottom {
    display: block;
    grid-column: 1/4;
    grid-row: 2;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
  }
  .content-slide--layout-5 .content-images-wrapper .shapes-bottom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
}
.content-slide--layout-5 .content-images-wrapper .layout5-mobile-shape {
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  z-index: 1;
  pointer-events: none;
  align-self: stretch;
}
@media (min-width: 769px) {
  .content-slide--layout-5 .content-images-wrapper .layout5-mobile-shape {
    display: none;
  }
}
.content-slide--layout-5 .content-images-wrapper .layout5-mobile-shape img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-slide--layout-5 .content-images-wrapper .shapes-top img,
.content-slide--layout-5 .content-images-wrapper .shapes-bottom img {
  width: 100%;
  transform: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

@media (min-width: 769px) {
  .content-slide--layout-6.content-slide .content-text {
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: column;
    grid-template-rows: initial;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-6.content-slide .content-text .content-title {
    padding-top: 17rem;
    max-width: 52rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-6.content-slide .content-text .content-description {
    margin-top: 2.2rem;
    max-width: 55rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-6.content-slide .content-text .desktop-year {
    margin-top: auto;
    align-self: flex-end;
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
}
@media (min-width: 769px) {
  .content-slide--layout-6 .content-image {
    position: relative;
    grid-column: 2/3;
    grid-row: 1/5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 7rem;
    box-sizing: border-box;
  }
}
.content-slide--layout-6 .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .content-slide--layout-6 .content-image img {
    height: calc(100% - 7rem);
  }
}
