.image-overlay .overlay {
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay {
    display: none;
  }
}
.image-overlay .overlay a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #C68945;
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 899px) {
  .image-overlay .overlay a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.image-overlay:hover .overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .image-overlay:hover .overlay {
    display: none;
  }
}
.display_grid {
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .display_grid {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
.font_graphie_book {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_graphie_regular {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_graphie_semiBold {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_graphie_bold {
  font-family: "graphie", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_regular {
  font-family: "calluna", serif;
  font-weight: 400;
  font-style: normal;
}
.font_calluna_bold {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
}
.font_calluna_bold_italic {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: italic;
}
.font_calluna_semiBold {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: normal;
}
.font_calluna_semiBold_italic {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
}
.font_h1 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
.font_15 {
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_15 {
    font-size: 15px;
    line-height: 1.1;
  }
}
.font_16 {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_16 {
    font-size: 16px;
    line-height: 1.1;
  }
}
.font_17 {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_17 {
    font-size: 17px;
    line-height: 1.1;
  }
}
.font_18 {
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_18 {
    font-size: 18px;
    line-height: 1.1;
  }
}
.font_20 {
  font-size: calc(0.94rem * var(--text-multiplier));
  line-height: calc(1.22rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_20 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.font_22 {
  font-size: calc(0.97rem * var(--text-multiplier));
  line-height: calc(1.25rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_22 {
    font-size: 22px;
    line-height: 1.1;
  }
}
.font_24 {
  font-size: calc(1.125rem * var(--text-multiplier));
  line-height: calc(1.405rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_24 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.font_30 {
  font-size: calc(1.41rem * var(--text-multiplier));
  line-height: calc(1.69rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_30 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.font_32 {
  font-size: calc(1.5rem * var(--text-multiplier));
  line-height: calc(1.78rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_32 {
    font-size: 32px;
    line-height: 1.1;
  }
}
.font_36 {
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_36 {
    font-size: 35px;
    line-height: 1.1;
  }
}
.font_64 {
  font-size: calc(3rem * var(--text-multiplier));
  line-height: calc(3.2800000000000002rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_64 {
    font-size: 64px;
    line-height: 1.1;
  }
}
.font_75 {
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_75 {
    font-size: 75px;
    line-height: 1.1;
  }
}
.font_80 {
  font-size: calc(4rem * var(--text-multiplier));
  line-height: calc(4.28rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .font_80 {
    font-size: 80px;
    line-height: 1.1;
  }
}
.blue_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #25384A;
  color: #DACEC5;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .blue_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.blue_btn:hover {
  background-color: #535F6D;
  color: #EBE6E2;
}
.grey_btn {
  font-family: "calluna", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
  background-color: #EBE6E2;
  color: #25384A;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0.38rem 1.5rem;
  width: fit-content;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .grey_btn {
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: 700;
  }
}
.grey_btn:hover {
  background-color: #fff;
  transition: opacity 0.5s ease-in-out;
}
#sustainability {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media only screen and (max-width: 899px) {
  #sustainability {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.as__header {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1.5rem repeat(4, 5.3rem) repeat(4, 5.2rem) repeat(4, 5.3rem) repeat(3, 5.2rem) 5.8rem;
  grid-template-rows: auto;
}
@media only screen and (max-width: 899px) {
  .as__header {
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 899px) {
  .as__header {
    margin-bottom: 20px;
  }
}
.as__header-name {
  grid-column: 4 / span 2;
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  margin: 0;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 899px) {
  .as__header-name {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__header-name {
    grid-column: 1 / span 10;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .as__header-name {
    font-size: 12px;
  }
}
.as__header-title {
  grid-column: 4 / span 4;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 899px) {
  .as__header-title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__header-title {
    grid-column: 1 / span 10;
  }
}
@media only screen and (max-width: 600px) {
  .as__header-title {
    font-size: 28px;
  }
}
.as__header-description {
  grid-column: 10 / span 6;
  width: 32rem;
}
@media only screen and (max-width: 899px) {
  .as__header-description {
    grid-column: 1 / span 10;
    width: 100%;
  }
}
.as__header-description p {
  font-size: calc(0.8rem * var(--text-multiplier));
  line-height: calc(1.08rem * var(--text-multiplier));
  line-height: 1.2rem;
}
@media only screen and (max-width: 899px) {
  .as__header-description p {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__header-description p {
    grid-column: 1 / span 10;
    width: 100%;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 600px) {
  .as__header-description p {
    font-size: 15px;
    max-width: 95%;
  }
}
.as__swiper {
  padding-bottom: 10rem;
  padding-left: 7rem;
  position: relative;
}
.as__swiper::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .as__swiper {
    padding-bottom: 100px;
    padding-left: 0;
    height: 800px;
  }
}
.as__swiper-wrapper {
  width: 100%;
}
.as__swiper-wrapper .swiper-slide {
  height: 24rem;
}
@media only screen and (max-width: 899px) {
  .as__swiper-wrapper .swiper-slide {
    height: 450px;
  }
}
.as__swiper-wrapper .swiper-slide-active {
  height: 26.5rem;
}
@media only screen and (max-width: 899px) {
  .as__swiper-wrapper .swiper-slide-active {
    height: 450px;
  }
}
@media only screen and (max-width: 899px) {
  .as__swiper-wrapper .swiper-slide-active .as__slide-text {
    display: flex;
    margin-left: 10px;
  }
}
.as__swiper .swiper-button-next,
.as__swiper .swiper-button-prev {
  top: auto;
  bottom: 10rem;
  color: #7F9D97;
  z-index: 11;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-next,
  .as__swiper .swiper-button-prev {
    bottom: 60px;
  }
}
.as__swiper .swiper-button-next::after,
.as__swiper .swiper-button-prev::after {
  font-size: 2rem;
  font-weight: 100;
  display: none;
}
.as__swiper .swiper-button-next {
  right: 20rem;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-next {
    right: auto;
    left: 50px;
  }
}
.as__swiper .swiper-button-next::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-next::before {
    width: 12px;
    height: 24px;
  }
}
.as__swiper .swiper-button-prev {
  right: 24rem;
  left: auto;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-prev {
    justify-content: left;
    right: auto;
    left: 15px;
  }
}
.as__swiper .swiper-button-prev::before {
  content: "";
  background-image: url('/wp-content/uploads/2023/12/slide-arrow.svg');
  width: 1rem;
  height: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-button-prev::before {
    width: 12px;
    height: 24px;
  }
}
.as__swiper .swiper-pagination {
  left: 21rem;
  top: auto;
  bottom: 10.3rem;
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-pagination {
    display: none;
  }
}
.as__swiper .swiper-pagination .swiper-pagination-current {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    line-height: 1.1;
  }
}
.as__swiper .swiper-pagination .swiper-pagination-total {
  font-family: "calluna", serif;
  font-weight: 600;
  font-style: italic;
  font-size: calc(0.85rem * var(--text-multiplier));
  line-height: calc(1.13rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .as__swiper .swiper-pagination .swiper-pagination-total {
    font-size: 18px;
    line-height: 1.1;
  }
}
.as__slide {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 899px) {
  .as__slide {
    flex-wrap: wrap;
  }
}
.as__slide.swiper-slide-next {
  opacity: 0.3;
}
.as__slide-image {
  width: 47rem;
  height: 100%;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .as__slide-image {
    width: 100%;
    border-radius: 5px;
  }
}
.as__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.as__slide-text {
  width: 15rem;
  margin-left: 5rem;
  max-width: 14.5rem;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .as__slide-text {
    width: 100%;
    margin-left: 10px;
    max-width: 100%;
    display: none;
    flex-wrap: wrap;
  }
}
.as__slide-text .before {
  position: absolute;
  left: -5rem;
  width: 10.5rem;
  height: 5.5rem;
  border: 1rem solid #C68945;
  border-left: none !important;
  border-bottom: none !important;
  border-radius: 0 3rem 0 0;
}
@media only screen and (max-width: 899px) {
  .as__slide-text .before {
    display: none;
  }
}
.as__slide-text .number {
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(3.52rem * var(--text-multiplier));
  line-height: calc(3.8rem * var(--text-multiplier));
  margin-bottom: 0;
  letter-spacing: -0.2rem;
}
@media only screen and (max-width: 899px) {
  .as__slide-text .number {
    font-size: 75px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__slide-text .number {
    letter-spacing: -3px;
    width: 30%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .as__slide-text .number {
    font-size: 54px;
  }
}
.as__slide-text .smallTitle {
  text-transform: uppercase;
  font-family: "graphie", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  font-size: calc(0.705rem * var(--text-multiplier));
  line-height: calc(0.985rem * var(--text-multiplier));
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  .as__slide-text .smallTitle {
    font-size: 15px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__slide-text .smallTitle {
    display: none;
  }
}
.as__slide-text .title {
  font-family: "graphie", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(1.69rem * var(--text-multiplier));
  line-height: calc(1.97rem * var(--text-multiplier));
  margin-bottom: 0;
  letter-spacing: 0.09rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 899px) {
  .as__slide-text .title {
    font-size: 35px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__slide-text .title {
    letter-spacing: 1px;
    max-width: 70%;
    width: 60%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .as__slide-text .title {
    font-size: 28px;
  }
}
.as__slide-text .description {
  font-size: calc(0.75rem * var(--text-multiplier));
  line-height: calc(1.03rem * var(--text-multiplier));
}
@media only screen and (max-width: 899px) {
  .as__slide-text .description {
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .as__slide-text .description {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .as__slide-text .description {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.4;
  }
}
