#page-about .section-next-page .wrapper-image img, #page-about .section-partners .flex-wrapper .right-video--image img, #page-about .section-partners .flex-wrapper .right-video--image, #page-about .section-partners .flex-wrapper .right-video--link, #page-about .section-feac .wrapper-image img, #page-about .section-location .location-titles, #page-about .section-location .location-lines, #page-about .section-location .location-dots, #page-about .section-location .location-image img, #page-about .section-location .location-image-mobile img, #page-about .section-location .wrapper-image img, #page-about .section-manifest .slide-bottom--manifest .manifest-link, #page-about .section-manifest .slide-arrows, #page-about .section-manifest .slide-items .item-image img, #page-about .section-manifest .slide-items .item-image, #page-about .section-manifest .slide-items .item, #page-about .section-hero .slide-arrows, #page-about .section-hero .slide-items .item-image img, #page-about .section-hero .slide-items .item-image, #page-about .section-hero .slide-items .item, .modal-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-about .section-partners .flex-wrapper a.right-video--image, #page-about .section-partners .flex-wrapper a.right-video--link, #page-about .section-location a.location-titles, #page-about .section-location a.location-lines, #page-about .section-location a.location-dots, #page-about .section-manifest .slide-bottom--manifest a.manifest-link, #page-about .section-manifest a.slide-arrows, #page-about .section-manifest .slide-items a.item-image, #page-about .section-manifest .slide-items a.item, #page-about .section-hero a.slide-arrows, #page-about .section-hero .slide-items a.item-image, #page-about .section-hero .slide-items a.item, a.modal-video {
  text-indent: -999px;
  overflow: hidden;
}

#page-about .section-partners .flex-wrapper button.right-video--image, #page-about .section-partners .flex-wrapper button.right-video--link, #page-about .section-location button.location-titles, #page-about .section-location button.location-lines, #page-about .section-location button.location-dots, #page-about .section-manifest .slide-bottom--manifest button.manifest-link, #page-about .section-manifest button.slide-arrows, #page-about .section-manifest .slide-items button.item-image, #page-about .section-manifest .slide-items button.item, #page-about .section-hero button.slide-arrows, #page-about .section-hero .slide-items button.item-image, #page-about .section-hero .slide-items button.item, button.modal-video {
  text-indent: -999px;
  overflow: hidden;
}

.modal-video {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 500;
}
.modal-video * {
  pointer-events: none;
}
.modal-video .wrapper {
  position: relative;
  display: flex;
  width: 960rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .modal-video .wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 100%;
  }
}
.modal-video .wrapper .close {
  position: absolute;
  top: 0;
  right: -40rem;
  z-index: 5;
}
@media (max-width: 1023px) {
  .modal-video .wrapper .close {
    top: -40rem;
    right: 0;
  }
}
.modal-video .wrapper .close svg path {
  stroke: white;
}
.modal-video .wrapper-video {
  position: relative;
  width: 100%;
  height: unset;
  aspect-ratio: 1/0.56;
}
.modal-video .wrapper-video iframe,
.modal-video .wrapper-video video {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 1023px) {
  .modal-video .wrapper-video iframe,
  .modal-video .wrapper-video video {
    width: 100%;
    height: 80vh;
  }
}
.modal-video.open {
  opacity: 1;
  pointer-events: initial;
}
.modal-video.open * {
  pointer-events: initial;
}
.modal-video.open iframe,
.modal-video.open video {
  display: block;
}

body #main-header {
  background-color: #09454a !important;
}

body .cta-contact {
  background-color: #09454a !important;
}

#page-about {
  background-color: #e2dcce;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#page-about .section-hero {
  padding: 0 0 20rem;
}
#page-about .section-hero .container {
  background-color: #09454a;
  padding-top: 112rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
#page-about .section-hero .wrapper-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 30rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-hero .wrapper.appear .wrapper-line {
  transform: scaleX(1);
}
#page-about .section-hero .wrapper-small {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  #page-about .section-hero .wrapper-small {
    font-size: 21rem;
  }
}
#page-about .section-hero .wrapper-title {
  margin-top: 40rem;
}
@media (max-width: 1023px) {
  #page-about .section-hero .wrapper-title {
    margin-top: 20rem;
  }
}
#page-about .section-hero .wrapper-title p {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 36rem;
  font-weight: 500;
  line-height: 48rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #page-about .section-hero .wrapper-title p {
    font-size: 23rem;
    line-height: 1.3;
  }
}
#page-about .section-hero .wrapper-title p strong {
  font-family: "Roboto Condensed";
}
#page-about .section-hero .wrapper-description {
  margin-top: 15rem;
}
#page-about .section-hero .wrapper-description p {
  color: white;
  font-size: 20rem;
  font-weight: 300;
  line-height: 28rem;
}
@media (max-width: 1023px) {
  #page-about .section-hero .wrapper-description p {
    font-size: 16rem;
    line-height: 1.5;
  }
}
#page-about .section-hero .wrapper-description p strong {
  font-weight: 600;
}
#page-about .section-hero .wrapper-description p:not(:last-child) {
  margin-bottom: 20rem !important;
}
#page-about .section-hero .slide {
  position: relative;
  margin-top: 32rem;
  pointer-events: none;
  transform: scale(1);
  transform-origin: 50% 0%;
  transition-property: opacity;
}
#page-about .section-hero .slide-items {
  position: relative;
  width: 100%;
  height: 720rem;
  pointer-events: initial;
}
@media (max-width: 1023px) {
  #page-about .section-hero .slide-items {
    height: unset;
    aspect-ratio: 1/0.6;
  }
}
#page-about .section-hero .slide-items .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  overflow: hidden;
  z-index: 1;
}
#page-about .section-hero .slide-items .item.active {
  opacity: 1;
  z-index: 2;
}
#page-about .section-hero .slide-items .item.active .item-image {
  display: block;
  transform: scale(1);
}
#page-about .section-hero .slide-items .item-image {
  display: none;
  transform: scale(1.05);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-about .section-hero .slide-items .item-image.loaded {
  display: block;
}
#page-about .section-hero .slide-items .item-title {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  z-index: 2;
}
#page-about .section-hero .slide-legend {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-about .section-hero .slide-legend {
    bottom: 20rem;
    left: 20rem;
  }
}
#page-about .section-hero .slide-arrows {
  z-index: 5;
}
#page-about .section-hero .slide-arrows .arrow-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
#page-about .section-hero .slide-arrows .arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
#page-about .section-hero .slide-bottom {
  color: white;
  font-size: 8rem;
  font-weight: normal;
  margin-top: 15rem;
  padding-bottom: 30rem;
  text-align: right;
}
#page-about .section-manifest {
  padding: 20rem 0;
}
#page-about .section-manifest .container {
  background-color: #09454a;
  padding-top: 40rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
#page-about .section-manifest .headline-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-manifest .headline.appear .headline-line {
  transform: scaleX(1);
}
#page-about .section-manifest .headline-title {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .headline-title {
    font-size: 21rem;
  }
}
#page-about .section-manifest .headline-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24rem;
  grid-row-gap: 25rem;
  margin-top: 50rem;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .headline-columns {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25rem;
  }
}
#page-about .section-manifest .headline-columns .column {
  transition-duration: 4s;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .headline-columns .column {
    transition-duration: 0.5s;
  }
}
#page-about .section-manifest .headline-columns .column p {
  color: white;
  font-size: 18rem;
  font-weight: 300;
  line-height: 24rem;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .headline-columns .column p {
    font-size: 16rem;
    line-height: 20rem;
  }
}
#page-about .section-manifest .headline-columns .column p strong {
  font-weight: 500;
}
#page-about .section-manifest .headline-columns .column p:not(:last-child) {
  margin-bottom: 25rem !important;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .headline-columns .column p:not(:last-child) {
    margin-bottom: 15rem !important;
  }
}
#page-about .section-manifest .slide {
  position: relative;
  margin-top: 50rem;
}
#page-about .section-manifest .slide-items {
  position: relative;
  width: 100%;
  height: 720rem;
  pointer-events: initial;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .slide-items {
    height: unset;
    aspect-ratio: 1/0.6;
  }
}
#page-about .section-manifest .slide-items .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  overflow: hidden;
  z-index: 1;
}
#page-about .section-manifest .slide-items .item.active {
  opacity: 1;
  z-index: 2;
}
#page-about .section-manifest .slide-items .item.active .item-image {
  display: block;
  transform: scale(1);
}
#page-about .section-manifest .slide-items .item-image {
  display: none;
  transform: scale(1.05);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-about .section-manifest .slide-items .item-image.loaded {
  display: block;
}
#page-about .section-manifest .slide-items .item-title {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  z-index: 2;
}
#page-about .section-manifest .slide-legend {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .slide-legend {
    bottom: 20rem;
    left: 20rem;
  }
}
#page-about .section-manifest .slide-arrows {
  z-index: 5;
}
#page-about .section-manifest .slide-arrows .arrow-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
#page-about .section-manifest .slide-arrows .arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
#page-about .section-manifest .slide-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15rem;
  padding-bottom: 30rem;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .slide-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#page-about .section-manifest .slide-bottom--manifest {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-about .section-manifest .slide-bottom--manifest {
    margin-top: 20rem;
  }
}
#page-about .section-manifest .slide-bottom--manifest .manifest-link {
  z-index: 5;
}
#page-about .section-manifest .slide-bottom--manifest .manifest-title {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: 15rem;
}
#page-about .section-manifest .slide-bottom--manifest .manifest-action:not(:last-child) {
  margin-right: 10rem;
}
#page-about .section-manifest .slide-bottom--manifest .manifest-action a,
#page-about .section-manifest .slide-bottom--manifest .manifest-action button {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32rem;
  height: 32rem;
  padding-left: 3rem;
  border-radius: 50px;
}
#page-about .section-manifest .slide-bottom--manifest .manifest-action a svg,
#page-about .section-manifest .slide-bottom--manifest .manifest-action button svg {
  position: relative;
  left: -1rem;
}
#page-about .section-manifest .slide-bottom--manifest .manifest-action a svg path,
#page-about .section-manifest .slide-bottom--manifest .manifest-action button svg path {
  stroke: white;
}
#page-about .section-manifest .slide-bottom--text {
  color: white;
  font-size: 8rem;
  text-align: right;
  font-weight: normal;
}
#page-about .section-location {
  padding: 20rem 0;
}
#page-about .section-location .container {
  background-color: #f0ebe1;
  padding-top: 40rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
#page-about .section-location .headline:not(:first-child) {
  margin-top: 50rem;
}
@media (max-width: 1023px) {
  #page-about .section-location .headline:not(:first-child) {
    margin-top: 50rem;
  }
}
#page-about .section-location .headline.small {
  margin-top: 50rem;
}
#page-about .section-location .headline-line {
  background-color: black;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-location .headline.appear .headline-line {
  transform: scaleX(1);
}
#page-about .section-location .headline-title {
  margin-bottom: 15rem;
}
#page-about .section-location .headline-title p {
  color: black;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  #page-about .section-location .headline-title p {
    font-size: 21rem;
  }
}
#page-about .section-location .headline-title p strong {
  font-family: "Roboto Condensed";
  font-weight: 500;
}
#page-about .section-location .headline-title.large p {
  font-size: 36rem;
  font-weight: normal;
  line-height: 44rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  #page-about .section-location .headline-title.large p {
    font-size: 23rem;
    line-height: 1.3;
  }
}
#page-about .section-location .headline-title.large p strong {
  font-weight: 500;
}
#page-about .section-location .headline-subtitle {
  margin-top: 10rem;
}
#page-about .section-location .headline-subtitle p {
  color: black;
  font-size: 28rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 36rem;
}
@media (max-width: 1023px) {
  #page-about .section-location .headline-subtitle p {
    font-size: 19rem;
    line-height: 1.3;
  }
}
#page-about .section-location .headline-description {
  margin-top: 80rem;
}
#page-about .section-location .headline-description p {
  color: black;
  font-size: 20rem;
  font-weight: 300;
  line-height: 24rem;
}
@media (max-width: 1023px) {
  #page-about .section-location .headline-description p {
    font-size: 16rem;
    line-height: 24rem;
  }
  #page-about .section-location .headline-description p br {
    display: none;
  }
}
#page-about .section-location .headline-description p strong {
  font-weight: 500;
}
#page-about .section-location .headline-description p:not(:last-child) {
  margin-bottom: 25rem !important;
}
#page-about .section-location .wrapper {
  margin-top: 30rem;
}
#page-about .section-location .wrapper *:not(:last-child) {
  margin-bottom: 30rem;
}
#page-about .section-location .wrapper-image {
  position: relative;
  width: 100%;
  height: 720rem;
}
@media (max-width: 1023px) {
  #page-about .section-location .wrapper-image {
    height: unset;
    aspect-ratio: 1/0.6;
  }
}
#page-about .section-location .wrapper-image img {
  z-index: 1;
}
#page-about .section-location .wrapper-image span {
  color: white;
  font-size: 11rem;
  font-weight: normal;
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-about .section-location .wrapper-image span {
    bottom: 20rem;
    left: 20rem;
  }
}
#page-about .section-location .wrapper-description p {
  color: black;
  font-size: 14rem;
  font-weight: 500;
  line-height: 24rem;
}
#page-about .section-location .location {
  position: relative;
  margin-top: 30rem;
}
@media (max-width: 1023px) {
  #page-about .section-location .location-image {
    display: none;
  }
}
#page-about .section-location .location-image-mobile {
  display: none;
}
@media (max-width: 1023px) {
  #page-about .section-location .location-image-mobile {
    display: block;
  }
}
#page-about .section-location .location-image, #page-about .section-location .location-image-mobile {
  position: relative;
  width: 100%;
  height: 850rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-about .section-location .location-image, #page-about .section-location .location-image-mobile {
    height: unset;
    aspect-ratio: 1/0.75;
  }
}
#page-about .section-location .location-image img, #page-about .section-location .location-image-mobile img {
  z-index: 1;
}
#page-about .section-location .location-image span, #page-about .section-location .location-image-mobile span {
  color: white;
  font-size: 11rem;
  font-weight: normal;
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-about .section-location .location-image span, #page-about .section-location .location-image-mobile span {
    bottom: 20rem;
    left: 20rem;
  }
}
#page-about .section-location .location-dots {
  z-index: 3;
}
@media (max-width: 1023px) {
  #page-about .section-location .location-dots {
    display: none;
  }
}
#page-about .section-location .location-dots .dot {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50px;
}
#page-about .section-location .location-dots .dot:first-child {
  background-color: #d7d4cf;
  top: 530rem;
  left: calc(50% - 9rem);
  border: 1px solid red;
}
#page-about .section-location .location-dots .dot:not(:first-child) {
  background-color: black;
}
#page-about .section-location .location-dots .dot:nth-child(2) {
  top: 80rem;
  left: calc(50% - 230rem);
}
#page-about .section-location .location-dots .dot:nth-child(3) {
  top: 489rem;
  left: calc(50% - 190rem);
}
#page-about .section-location .location-dots .dot:nth-child(4) {
  top: 679rem;
  left: calc(50% - 130rem);
}
#page-about .section-location .location-dots .dot:nth-child(5) {
  top: 623rem;
  left: calc(50% + 15rem);
}
#page-about .section-location .location-dots .dot:nth-child(6) {
  top: 715rem;
  left: calc(50% + 100rem);
}
#page-about .section-location .location-dots .dot:nth-child(7) {
  top: 595rem;
  left: calc(50% + 295rem);
}
#page-about .section-location .location-lines {
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-about .section-location .location-lines {
    display: none;
  }
}
#page-about .section-location .location-lines .line {
  position: absolute;
  transform-origin: 100% 50%;
  width: 500rem;
  top: 534rem;
  left: calc(50% - 504rem);
  transform: rotate(12.8deg);
  height: 1px;
}
#page-about .section-location .location-lines .line-el {
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: 100% 50%;
}
#page-about .section-location .location-lines .line-km {
  color: black;
  font-size: 12rem;
  font-weight: normal;
  position: absolute;
  top: -16rem;
}
#page-about .section-location .location-lines .line:nth-child(1) {
  transform: rotate(63.8deg);
}
#page-about .section-location .location-lines .line:nth-child(1) .line-el {
  width: 500rem;
}
#page-about .section-location .location-lines .line:nth-child(1) .line-km {
  right: 230rem;
}
#page-about .section-location .location-lines .line:nth-child(2) {
  transform: rotate(12.8deg);
}
#page-about .section-location .location-lines .line:nth-child(2) .line-el {
  width: 189rem;
}
#page-about .section-location .location-lines .line:nth-child(2) .line-km {
  right: 70rem;
}
#page-about .section-location .location-lines .line:nth-child(3) {
  transform: rotate(-51.2deg);
}
#page-about .section-location .location-lines .line:nth-child(3) .line-el {
  width: 189rem;
}
#page-about .section-location .location-lines .line:nth-child(3) .line-km {
  right: 70rem;
}
#page-about .section-location .location-lines .line:nth-child(4) {
  transform: rotate(-104.5deg);
}
#page-about .section-location .location-lines .line:nth-child(4) .line-el {
  width: 100rem;
}
#page-about .section-location .location-lines .line:nth-child(4) .line-km {
  right: 30rem;
}
#page-about .section-location .location-lines .line:nth-child(5) {
  transform: rotate(-120.5deg);
}
#page-about .section-location .location-lines .line:nth-child(5) .line-el {
  width: 210rem;
}
#page-about .section-location .location-lines .line:nth-child(5) .line-km {
  right: 95rem;
  transform: rotate(180deg);
}
#page-about .section-location .location-lines .line:nth-child(6) {
  transform: rotate(-167.7deg);
}
#page-about .section-location .location-lines .line:nth-child(6) .line-el {
  width: 310rem;
}
#page-about .section-location .location-lines .line:nth-child(6) .line-km {
  transform: rotate(180deg);
  right: 140rem;
}
#page-about .section-location .location-titles {
  z-index: 4;
}
@media (max-width: 1023px) {
  #page-about .section-location .location-titles {
    display: none;
  }
}
#page-about .section-location .location-titles .title {
  position: absolute;
  color: black;
  font-family: "Roboto Condensed";
  font-size: 16rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}
#page-about .section-location .location-titles .title:nth-child(1) {
  color: black;
  font-weight: bold;
  top: 490rem;
  left: calc(50% + 4rem);
}
#page-about .section-location .location-titles .title:nth-child(2) {
  top: 100rem;
  left: calc(50% - 300rem);
}
#page-about .section-location .location-titles .title:nth-child(3) {
  top: 459rem;
  left: calc(50% - 240rem);
}
#page-about .section-location .location-titles .title:nth-child(4) {
  top: 700rem;
  left: calc(50% - 160rem);
}
#page-about .section-location .location-titles .title:nth-child(5) {
  top: 643rem;
  left: calc(50% - 35rem);
}
#page-about .section-location .location-titles .title:nth-child(6) {
  top: 735rem;
  left: calc(50% + 30rem);
}
#page-about .section-location .location-titles .title:nth-child(7) {
  top: 595rem;
  left: calc(50% + 315rem);
}
#page-about .section-location .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22rem;
  grid-row-gap: 55rem;
  margin-top: 30rem;
  padding-bottom: 70rem;
}
@media (max-width: 1023px) {
  #page-about .section-location .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #page-about .section-location .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-about .section-location .grid .item {
  position: relative;
  width: 100%;
}
#page-about .section-location .grid .item-line {
  background-color: black;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-location .grid .item.appear .item-line {
  transform: scaleX(1);
}
#page-about .section-location .grid .item-title {
  position: relative;
  display: inline-block;
}
#page-about .section-location .grid .item-title--text {
  color: black;
  font-size: 150rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  #page-about .section-location .grid .item-title--text {
    font-size: 100rem;
  }
}
#page-about .section-location .grid .item-title--icons {
  position: absolute;
  top: 20rem;
  left: calc(100% + 10rem);
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-about .section-location .grid .item-title--icons {
    top: 12rem;
  }
}
#page-about .section-location .grid .item-title--icons svg {
  flex-shrink: 0;
  width: 28rem;
  height: 28rem;
  display: inline-block;
}
#page-about .section-location .grid .item-title--icons svg:not(:last-child) {
  margin-right: 12rem;
}
#page-about .section-location .grid .item-subtitle {
  color: black;
  font-size: 20rem;
  font-weight: 500;
  display: block;
  margin-top: 5rem;
}
@media (max-width: 1023px) {
  #page-about .section-location .grid .item-subtitle {
    font-size: 16rem;
  }
}
#page-about .section-feac {
  padding: 20rem 0;
}
#page-about .section-feac .container {
  background-color: #09454a;
  padding-top: 40rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
#page-about .section-feac .headline-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-feac .headline.appear .headline-line {
  transform: scaleX(1);
}
#page-about .section-feac .headline-title {
  margin-bottom: 15rem;
}
#page-about .section-feac .headline-title p {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 36rem;
  line-height: 48rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  #page-about .section-feac .headline-title p {
    font-size: 21rem;
  }
}
#page-about .section-feac .headline-title p strong {
  font-family: "Roboto Condensed";
  font-weight: 500;
}
#page-about .section-feac .headline-description p {
  color: white;
  font-size: 18rem;
  font-weight: 300;
  line-height: 24rem;
}
@media (max-width: 1023px) {
  #page-about .section-feac .headline-description p {
    font-size: 16rem;
    line-height: 24rem;
  }
  #page-about .section-feac .headline-description p br {
    display: none;
  }
}
#page-about .section-feac .headline-description p strong {
  font-weight: 500;
}
#page-about .section-feac .headline-description p:not(:last-child) {
  margin-bottom: 25rem !important;
}
#page-about .section-feac .flex-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 50rem;
  margin-top: 60rem;
}
@media (max-width: 1023px) {
  #page-about .section-feac .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30rem;
    margin-top: 30rem;
  }
}
#page-about .section-feac .flex-wrapper::before {
  content: "";
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-feac .flex-wrapper.appear::before {
  transform: scaleX(1);
}
#page-about .section-feac .flex-wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
#page-about .section-feac .flex-wrapper .description {
  width: 630rem;
}
@media (max-width: 1023px) {
  #page-about .section-feac .flex-wrapper .description {
    width: 100%;
    margin-top: 30rem;
  }
}
#page-about .section-feac .flex-wrapper .description p {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  line-height: 24rem;
}
#page-about .section-feac .flex-wrapper .description p:not(:last-child) {
  margin-bottom: 25rem !important;
}
#page-about .section-feac .flex-wrapper .description p a {
  color: white;
}
#page-about .section-feac .wrapper {
  margin-top: 30rem;
}
#page-about .section-feac .wrapper-image {
  position: relative;
  width: 100%;
}
#page-about .section-feac .wrapper-image img {
  z-index: 1;
}
#page-about .section-feac .wrapper-image span {
  color: white;
  font-size: 11rem;
  font-weight: normal;
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-about .section-feac .wrapper-image span {
    bottom: 20rem;
    left: 20rem;
  }
}
#page-about .section-feac .wrapper-image.size-1 {
  height: 640rem;
}
@media (max-width: 1023px) {
  #page-about .section-feac .wrapper-image.size-1 {
    height: unset;
    aspect-ratio: 1/0.55;
  }
}
#page-about .section-feac .wrapper-image.size-2 {
  height: 560rem;
}
@media (max-width: 1023px) {
  #page-about .section-feac .wrapper-image.size-2 {
    height: unset;
    aspect-ratio: 1/0.5;
  }
}
#page-about .section-feac .bottom {
  padding: 50rem 0 60rem;
}
#page-about .section-feac .bottom-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-feac .bottom.appear .bottom-line {
  transform: scaleX(1);
}
#page-about .section-partners {
  padding: 20rem 0;
}
#page-about .section-partners .container {
  background-color: #09454a;
  padding-top: 40rem;
  padding-bottom: 40rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
#page-about .section-partners .headline {
  margin-bottom: 50rem;
}
#page-about .section-partners .headline-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-partners .headline.appear .headline-line {
  transform: scaleX(1);
}
#page-about .section-partners .headline-title {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15rem;
}
@media (max-width: 1023px) {
  #page-about .section-partners .headline-title {
    font-size: 21rem;
  }
}
#page-about .section-partners .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-about .section-partners .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-about .section-partners .flex-wrapper:not(:last-child) {
  margin-bottom: 36rem;
}
#page-about .section-partners .flex-wrapper .left,
#page-about .section-partners .flex-wrapper .right {
  width: calc(50% - 10rem);
}
@media (max-width: 1023px) {
  #page-about .section-partners .flex-wrapper .left,
  #page-about .section-partners .flex-wrapper .right {
    width: 100%;
  }
}
#page-about .section-partners .flex-wrapper .left-line,
#page-about .section-partners .flex-wrapper .right-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-partners .flex-wrapper .left.appear .left-line, #page-about .section-partners .flex-wrapper .left.appear .right-line,
#page-about .section-partners .flex-wrapper .right.appear .left-line,
#page-about .section-partners .flex-wrapper .right.appear .right-line {
  transform: scaleX(1);
}
#page-about .section-partners .flex-wrapper .left-title {
  margin-top: 30rem;
}
#page-about .section-partners .flex-wrapper .left-title p {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 118rem;
}
@media (max-width: 1023px) {
  #page-about .section-partners .flex-wrapper .left-title p {
    font-size: 21rem;
    height: unset;
  }
}
#page-about .section-partners .flex-wrapper .left-title p strong {
  font-family: "Roboto Condensed";
  font-weight: 500;
}
#page-about .section-partners .flex-wrapper .left-description {
  margin-top: 10rem;
}
#page-about .section-partners .flex-wrapper .left-description p {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  line-height: 24rem;
}
#page-about .section-partners .flex-wrapper .left-description p:not(:last-child) {
  margin-bottom: 25rem !important;
}
#page-about .section-partners .flex-wrapper .left-description p a {
  color: white;
}
@media (max-width: 1023px) {
  #page-about .section-partners .flex-wrapper .right-line {
    display: none;
  }
}
#page-about .section-partners .flex-wrapper .right-video {
  position: relative;
  width: 100%;
  height: 420rem;
  margin-top: 160rem;
}
@media (max-width: 1023px) {
  #page-about .section-partners .flex-wrapper .right-video {
    height: unset;
    aspect-ratio: 1/0.6;
    margin-top: 30rem;
  }
}
#page-about .section-partners .flex-wrapper .right-video--link {
  z-index: 5;
}
#page-about .section-partners .flex-wrapper .right-video--play {
  position: absolute;
  bottom: 30rem;
  right: 30rem;
  width: 55rem;
  height: 55rem;
  background-color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-about .section-partners .flex-wrapper .right-video--play {
    bottom: 15rem;
    right: 15rem;
    width: 40rem;
    height: 40rem;
  }
}
#page-about .section-partners .flex-wrapper .right-video--play svg {
  position: relative;
  right: -1rem;
  width: 18rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-about .section-partners .flex-wrapper .right-video--play svg {
    width: 16rem;
  }
}
#page-about .section-partners .flex-wrapper .right-video--play svg path {
  stroke: white;
}
#page-about .section-next-page {
  padding: 20rem 0;
}
#page-about .section-next-page .container {
  background-color: #b99141;
  padding-top: 40rem;
  box-shadow: 25px 25px 20px 5px rgba(153, 152, 148, 0.3);
}
#page-about .section-next-page .headline-line {
  background-color: white;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 20rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-next-page .headline.appear .headline-line {
  transform: scaleX(1);
}
#page-about .section-next-page .headline-small {
  display: flex;
  align-items: center;
  margin-bottom: 40rem;
}
#page-about .section-next-page .headline-small span {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 28rem;
  font-weight: normal;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20rem;
}
@media (max-width: 1023px) {
  #page-about .section-next-page .headline-small span {
    font-size: 21rem;
    margin-right: 15rem;
  }
}
#page-about .section-next-page .headline-small a {
  background-color: transparent;
  color: white;
  font-size: 12rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 88rem;
  height: 32rem;
  padding-top: 1rem;
  border: 1px solid white;
  border-radius: 50px;
  transition-property: background-color, color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-about .section-next-page .headline-small a:hover {
  background-color: white;
  color: black;
}
#page-about .section-next-page .headline-title {
  margin-bottom: 15rem;
}
#page-about .section-next-page .headline-title p {
  color: white;
  font-family: "Roboto Condensed";
  font-size: 36rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 1023px) {
  #page-about .section-next-page .headline-title p {
    font-size: 21rem;
  }
}
#page-about .section-next-page .headline-description p {
  color: white;
  font-size: 20rem;
  font-weight: 300;
  line-height: 24rem;
}
@media (max-width: 1023px) {
  #page-about .section-next-page .headline-description p {
    font-size: 16rem;
  }
  #page-about .section-next-page .headline-description p br {
    display: none;
  }
}
#page-about .section-next-page .headline-description p strong {
  font-weight: 500;
}
#page-about .section-next-page .headline-description p:not(:last-child) {
  margin-bottom: 25rem !important;
}
#page-about .section-next-page .wrapper-image {
  position: relative;
  width: 100%;
  height: 700rem;
  margin-top: 50rem;
}
@media (max-width: 1023px) {
  #page-about .section-next-page .wrapper-image {
    height: unset;
    aspect-ratio: 1/0.6;
  }
}
#page-about .section-next-page .wrapper-image img {
  z-index: 1;
}
#page-about .section-next-page .wrapper-image span {
  color: white;
  font-size: 16rem;
  font-weight: normal;
  position: absolute;
  bottom: 30rem;
  left: 30rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-about .section-next-page .wrapper-image span {
    bottom: 20rem;
    left: 20rem;
  }
}
#page-about .section-next-page .wrapper-image-text {
  color: white;
  font-size: 8rem;
  text-align: right;
  font-weight: normal;
  margin-top: 15rem;
  padding-bottom: 30rem;
}
/*# sourceMappingURL=about.min.css.map */
