/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/css/pages/about-page.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
.hero-section {
  margin-top: calc(var(--header-height, max(62px, 4.7916666667vw)) * -1);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section h1 {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: max(340px, 40.1041666667vw);
  z-index: 1;
  opacity: 0;
}
.hero-section .swiper {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.hero-section .swiper-pagination {
  top: unset !important;
  bottom: 50px !important;
  pointer-events: none;
}
.hero-section .swiper-pagination-bullet {
  pointer-events: all;
  width: max(15px, 0.78125vw);
  height: max(15px, 0.78125vw);
  background-color: #fff;
  opacity: 0.1;
  margin: 0 max(3px, 0.4166666667vw) !important;
}
.hero-section .swiper-pagination-bullet-active {
  opacity: 0.6;
}
.hero-section .hero-navigation {
  position: absolute;
  z-index: 1;
  inset: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
  padding-inline: 20px;
}
.hero-section .hero-navigation__button {
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(29, 55, 83, 0.3);
  border-radius: max(4px, 0.2083333333vw);
  width: max(54px, 2.8125vw);
  height: max(54px, 2.8125vw);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero-section .hero-navigation__button:hover {
  background-color: #1d3753;
}
.hero-section .hero-navigation__button:first-child {
  margin-right: max(15px, 0.78125vw);
}
.hero-section .hero-navigation__button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.info-section {
  padding-block: 60px 0;
  padding-inline: 10px;
}
.info-section__uppertitle {
  margin-bottom: 24px;
  max-width: 206px;
  margin-inline: auto;
}
.info-section__title {
  margin-bottom: 20px;
  width: 100%;
  margin-inline: auto;
}
.info-section__text {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
}
.info-section__photos {
  margin-inline: -10px;
}
.info-section__photos img {
  width: 160px;
  height: 200px;
  object-fit: cover;
  border-radius: max(4px, 0.2083333333vw);
  margin-right: 20px;
}
.info-section__photos img:nth-child(3n+1) {
  margin-top: 24px;
}
.info-section__photos img:nth-child(3n+2) {
  margin-top: auto;
}
.info-section__photos img:nth-child(3n+3) {
  margin-bottom: 24px;
}

/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
.marquee-section__photos .marquee__slide {
  align-items: start;
}
.marquee-section__photos .marquee__item {
  margin-right: max(20px, 2.2916666667vw);
  width: max(240px, 21.3541666667vw);
}
.marquee-section__photos .marquee__item:nth-child(5n+1) {
  margin-top: max(60px, 6.25vw);
}
.marquee-section__photos .marquee__item:nth-child(5n+2) {
  margin-top: max(30px, 3.125vw);
}
.marquee-section__photos .marquee__item:nth-child(5n+3) {
  margin-top: max(50px, 5.2083333333vw);
}
.marquee-section__photos .marquee__item:nth-child(5n+4) {
  margin-top: 0;
}
.marquee-section__photos .marquee__item:nth-child(5n+5) {
  margin-top: max(30px, 3.125vw);
}
.marquee-section__photos .marquee__item img {
  width: 100%;
}
.marquee-section__photos .marquee__item .label {
  margin: unset;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(29, 55, 83, 0.4);
  padding-block: max(12px, 0.625vw);
}

.about-page .villa-story {
  background-image: url(../static/9fdf1388ac180effd223.jpg);
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: max(70px, 8.8541666667vw);
  overflow: hidden;
}
.about-page .villa-story__info {
  background-image: url(../static/9fdf1388ac180effd223.jpg);
  background-repeat: repeat;
  padding-bottom: 40px;
}
.about-page .villa-story__columns {
  background-image: url(../static/9fdf1388ac180effd223.jpg);
  background-repeat: repeat;
  padding-inline: 10px;
  padding-bottom: max(25px, 6.5104166667vw);
}
.about-page .villa-story__columns .column p {
  margin-bottom: 1.5em;
}
.about-page .villa-story__columns .logo {
  width: max(90px, 4.6875vw);
  margin-inline: 20px;
  margin-block: 30px;
}
.about-page .villa-story__columns .logo__helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../static/9fdf1388ac180effd223.jpg);
  background-repeat: repeat;
}
.about-page .villa-story__marquee {
  background-image: url(../static/9fdf1388ac180effd223.jpg);
  background-repeat: repeat;
}
.about-page .sustainability {
  background-image: url(../static/9fdf1388ac180effd223.jpg);
  background-repeat: repeat;
  width: 100%;
  height: max(1010px, 55.7291666667vw);
}
.about-page .sustainability__image {
  width: 100%;
  height: 810px;
  object-fit: cover;
}
.about-page .sustainability__title {
  width: 100%;
  top: 107px;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1.2;
}
.about-page .sustainability__box {
  width: 100%;
  max-width: 340px;
  padding-block: 30px;
  padding-inline: 10px;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 0);
  border-radius: max(4px, 0.2083333333vw);
  /* stylelint-disable */
  /* stylelint-enable */
}
.about-page .sustainability__box .box-title {
  margin-bottom: max(15px, 0.78125vw);
}
.about-page .sustainability__box p:not(:last-child) {
  margin-bottom: 1.5em;
}
.about-page .sustainability__box p:last-child {
  margin-bottom: unset;
}
.about-page .booking {
  background-image: url(../static/9fdf1388ac180effd223.jpg);
  background-repeat: repeat;
  padding-block: 40px;
}
.about-page .booking__title {
  margin-bottom: max(30px, 1.5625vw);
  line-height: 1.2;
}
.about-page .booking__cta {
  padding-block: max(18px, 1.1979166667vw);
  padding-inline: max(40px, 2.9166666667vw);
  border-radius: max(4px, 0.2083333333vw);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.about-page .booking__cta:hover {
  background-color: #fff;
  color: #1d3753;
}
@media (min-width: 576px) {
  .hero-section .hero-navigation {
    padding-inline: max(20px, 5.7291666667vw);
    inset: 0;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .info-section {
    padding-block: max(60px, 4.6354166667vw) 0;
    padding-inline: max(10px, 9.375vw);
  }
  .info-section__uppertitle {
    margin-bottom: max(24px, 1.71875vw);
    max-width: unset;
  }
  .info-section__title {
    margin-bottom: max(20px, 1.09375vw);
    max-width: 42.96875vw;
  }
  .info-section__text {
    margin-bottom: max(40px, 5.5208333333vw);
    max-width: 47.3958333333vw;
  }
  .info-section__photos {
    margin-inline: unset;
  }
  .info-section__photos img {
    margin-right: unset;
    width: max(160px, 23.9583333333vw);
    height: max(200px, 30.7291666667vw);
  }
  .info-section__photos img:nth-child(3n+1) {
    margin-top: max(24px, 1.5625vw);
  }
  .info-section__photos img:nth-child(3n+3) {
    margin-bottom: max(24px, 5.2083333333vw);
  }
  .about-page .villa-story__info {
    padding-bottom: max(40px, 8.8541666667vw);
  }
  .about-page .villa-story__info .info-section__title {
    max-width: 53.3854166667vw;
  }
  .about-page .villa-story__info .info-section__text {
    max-width: 63.0208333333vw;
  }
  .about-page .villa-story__columns .column {
    width: max(340px, 23.6979166667vw);
  }
  .about-page .villa-story__columns .logo {
    margin-inline: max(20px, 5.2083333333vw);
    margin-block: unset;
  }
  .about-page .sustainability__image {
    height: 100%;
  }
  .about-page .sustainability__title {
    top: 8.59375vw;
    left: 9.3229166667vw;
    max-width: max(340px, 27.3958333333vw);
    transform: translate(0, 0);
  }
  .about-page .sustainability__box {
    max-width: max(340px, 31.7708333333vw);
    padding-block: max(30px, 2.7083333333vw) max(30px, 3.0208333333vw);
    padding-inline: max(10px, 2.9166666667vw) max(10px, 3.1770833333vw);
    right: 9.4791666667vw;
    transform: translate(0, 0);
    border-radius: max(4px, 0.2083333333vw) max(4px, 0.2083333333vw) 0 0;
  }
  .about-page .booking {
    padding-block: max(40px, 6.5625vw) max(40px, 5.7291666667vw);
  }
}
@media (min-width: 992px) {
  .about-page .villa-story__columns {
    padding-inline: max(10px, 7.2916666667vw);
  }
}
@media (min-width: 1280px) {
  .about-page .villa-story__info .info-section__title {
    max-width: 42.96875vw;
  }
  .about-page .villa-story__info .info-section__text {
    max-width: 47.3958333333vw;
  }
  .about-page .villa-story__columns {
    padding-inline: max(10px, 17.7083333333vw);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/css/components/_marquee.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Colors
 *
 * Colors:
 * blue: #1d3753
 * blue-light: #2a4d73
 * red: #852a2a
 * black: #1b1b1b
 * gray: #929292
 * gray-light: #f2f2f2
 * beige: #f1eae1
 * white: #fff
 *
 * Style guide: colors
 */
/**
 * Typography
 *
 * Markup: <div class="{{modifier_class}}">Hello world</div>
 *
 * .type--h1 - Heading 1
 * .type--h2 - Heading 2
 * .type--h3 - Heading 3
 * .type--h4 - Heading 4
 * .type--h5 - Heading 5
 * .type--h6 - Heading 6
 * .type--h7 - Heading 7
 * .type--text - Paragraph N
 * .type--text-sm - Paragraph S
 *
 * Style guide: typography
 */
/**
 * Marquee
 *
 * See: <a href="/docs/js/#marquee">JS docs Marquee</a>

 * Markup:
 * <div class="marquee">
 *  <div class="marquee__item">
 *    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 *  </div>
 *  <div class="marquee__item">
 *    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 *  </div>
 *  <div class="marquee__item">
 *    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 *  </div>
 *  <div class="marquee__item">
 *    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 *  </div>
 *  <div class="marquee__item">
 *    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 *  </div>
 * </div>
 *
 * Style guide: Components.Marquee
 */
.marquee {
  -webkit-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.marquee--draggable {
  cursor: grab;
}
.marquee--dragging {
  cursor: grabbing;
}
.marquee__slide {
  flex-shrink: 0;
  position: relative;
  will-change: left;
  display: flex;
  align-items: center;
}
.marquee__item {
  flex-shrink: 0;
}

/*# sourceMappingURL=about-page.css.map*/