<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical&gt;.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode&gt;.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode&gt;.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode&gt;.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered&gt;.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal&gt;.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical&gt;.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered&gt;.swiper-wrapper&gt;.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled&gt;.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical&gt;.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal&gt;.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical&gt;.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal&gt;.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical&gt;.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container&gt;canvas,.swiper-zoom-container&gt;img,.swiper-zoom-container&gt;svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode&gt;.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid&gt;.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column&gt;.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

a {
  color: #000;
}

strong {
  font-weight: 600;
}

.container {
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 992px) {
  #app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  main {
    flex: 1;
  }
  .container {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.btn-form, .home-aquapark-info .cnt .right .btn-see-more, .btn-form-alt {
  display: block;
  border: 0;
  border-radius: 29px;
  background: linear-gradient(93.62deg, #2ba0c5 16.08%, #3287b3 52.98%), #3287b3;
  font-weight: 600;
  font-size: 17px;
  line-height: 56px;
  color: #fff;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.btn-form:hover, .home-aquapark-info .cnt .right .btn-see-more:hover, .btn-form-alt:hover {
  opacity: 0.9;
}

.btn-form-alt {
  background: linear-gradient(93.62deg, #454e79 16.08%, #002761 52.98%), #3287b3;
}

.point-tooltip {
  position: relative;
  box-sizing: border-box;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: space-evenly;
  background-color: rgba(50, 135, 179, 0.85);
  border-radius: 20px;
  border-bottom-right-radius: 0;
  transform: translateX(10px);
}
.point-tooltip--img {
  flex: 1;
  margin-right: 1rem;
}
.point-tooltip--img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.point-tooltip--text {
  flex: 1.5;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}
.point-tooltip::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 25px;
  transform: translateY(100%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iV2Fyc3R3YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMwLjEgMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwLjEgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMjg3QjM7ZmlsbC1vcGFjaXR5OjAuODU7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMC4xLTk4LjVWMThDMjMuMywzLjIsMTAuOS0wLjIsNS42LDBoLTIzNC41Yy0xOC44LDAtMjQuNS0xNC0yNS0yMXYtNzJjMC0yMC44LDE0LjMtMjYsMjEuNS0yNkg2LjENCglDMjMuNy0xMTksMjkuNC0xMDUuMywzMC4xLTk4LjV6Ii8+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-size: contain;
}

.masthead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 39, 97, 0.86);
}
.masthead--wrapper {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.masthead--brand {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.masthead--brand a img {
  display: block;
  height: 1.5rem;
  width: auto;
}
.masthead--contact {
  display: none;
}
.masthead--lang {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.masthead--lang svg {
  display: block;
  width: 1.5rem;
  height: auto;
  margin-right: 0.5rem;
}
.masthead--lang select {
  background: transparent;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.masthead--lang select option {
  color: #000;
}
.masthead--btn {
  padding: 1rem 0 1rem 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.masthead--btn button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.masthead--btn button svg {
  display: block;
  width: 2rem;
  height: auto;
}
.masthead--nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(21, 58, 112, 0.8);
  transition: visibility 0s, opacity 0.3s linear;
}
.masthead--nav &gt; ul {
  list-style: none;
  padding: 0 0 3rem;
  margin: 0 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.masthead--nav &gt; ul &gt; li &gt; a {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 55px;
}
.masthead--nav &gt; ul &gt; li:last-child {
  margin-bottom: 0;
}
.masthead.toggled {
  background-color: rgba(21, 58, 112, 0.8);
  transition: background-color 0.3s linear;
}
.masthead.toggled .masthead--nav {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .masthead--wrapper {
    padding-left: calc((100vw - 960px) / 2 + 1rem);
  }
}
@media (min-width: 1200px) {
  .masthead--wrapper {
    padding-left: calc((100vw - 1140px) / 2 + 1rem);
    padding-right: 3rem;
  }
  .masthead--brand a img {
    width: 250px;
    height: auto;
  }
  .masthead--contact {
    position: relative;
    display: block;
  }
  .masthead--contact-top {
    box-sizing: border-box;
    width: 330px;
    padding: 2rem 1.5rem;
    background-color: #0b3460;
    border-right: 1px solid #53608c;
    border-left: 1px solid #53608c;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
  }
  .masthead--contact-top h2 {
    margin: 0 0 1rem;
    font-size: 21px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
  }
  .masthead--contact-top p {
    margin: 0;
    font-size: 12px;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.27;
  }
  .masthead--contact-form {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.77);
    transform: translateY(-100%);
    z-index: -9;
    transition: transform 0.3s;
  }
  .masthead--contact-form .wpcf7-form &gt; p {
    margin: 0;
  }
  .masthead--contact-form .wpcf7-form &gt; p:nth-of-type(2) {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
  }
  .masthead--contact-form .wpcf7-form .floating-label &gt; span {
    display: block;
    position: relative;
  }
  .masthead--contact-form .wpcf7-form .floating-label &gt; span span:not(.wpcf7-not-valid-tip) {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s;
    cursor: text;
  }
  .masthead--contact-form .wpcf7-form .floating-label &gt; span input:focus + span,
  .masthead--contact-form .wpcf7-form .floating-label &gt; span textarea:focus + span,
  .masthead--contact-form .wpcf7-form .floating-label &gt; span input:not(:placeholder-shown) + span,
  .masthead--contact-form .wpcf7-form .floating-label &gt; span textarea:not(:placeholder-shown) + span {
    top: -11px;
    font-size: 9px;
  }
  .masthead--contact-form .wpcf7-form .floating-label &gt; span .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    font-size: 11px;
    transform: translateY(2px);
  }
  .masthead--contact-form .wpcf7-form-control-wrap {
    display: block;
  }
  .masthead--contact-form .wpcf7-form-control-wrap input[type=text], .masthead--contact-form .wpcf7-form-control-wrap input[type=tel], .masthead--contact-form .wpcf7-form-control-wrap input[type=email] {
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: 0;
    border-bottom: solid 1px #000;
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: 18px;
    border-radius: 0;
  }
  .masthead--contact-form .wpcf7-form-control-wrap input[type=text]::placeholder, .masthead--contact-form .wpcf7-form-control-wrap input[type=tel]::placeholder, .masthead--contact-form .wpcf7-form-control-wrap input[type=email]::placeholder {
    color: #333;
  }
  .masthead--contact-form .wpcf7-form-control-wrap input[type=text]:focus, .masthead--contact-form .wpcf7-form-control-wrap input[type=tel]:focus, .masthead--contact-form .wpcf7-form-control-wrap input[type=email]:focus {
    outline: none;
  }
  .masthead--contact-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: 0;
    border-bottom: solid 1px #000;
    font-size: 14px;
    padding: 6px 0;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .masthead--contact-form .wpcf7-form-control-wrap textarea::placeholder {
    color: #333;
  }
  .masthead--contact-form .wpcf7-form-control-wrap textarea:focus {
    outline: none;
  }
  .masthead--contact-form .wpcf7-form-control-wrap select {
    width: 100%;
    padding: 2px 4px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .masthead--contact-form .wpcf7-form-control-wrap select + .wpcf7-not-valid-tip {
    font-size: 11px;
    text-align: right;
  }
  .masthead--contact-form .wpcf7-form.submitting .wpcf7-submit {
    background-color: #153A70;
    cursor: not-allowed;
    opacity: 0.8;
  }
  .masthead--contact-form .wpcf7-acceptance {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  .masthead--contact-form .wpcf7-acceptance &gt; span {
    display: block;
    margin: 0;
  }
  .masthead--contact-form .wpcf7-acceptance &gt; span &gt; label {
    display: flex;
    align-items: flex-start;
  }
  .masthead--contact-form .wpcf7-acceptance &gt; span &gt; label &gt; input {
    margin-right: 10px;
    margin-top: 4px;
  }
  .masthead--contact-form .wpcf7-acceptance &gt; span &gt; label &gt; span {
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
  }
  .masthead--contact-form .wpcf7-acceptance + .wpcf7-not-valid-tip {
    bottom: -11px;
    display: inline-block;
    font-size: 10px;
  }
  .masthead--contact-form .wpcf7-response-output {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 1rem !important;
    margin: 5px 0 0 0 !important;
    font-size: 10px;
    line-height: 1.4;
    border-width: 1px !important;
    border-color: #000 !important;
  }
  .masthead--contact-form .wpcf7-spinner {
    display: none;
  }
  .masthead--contact-form .wpcf7-submit {
    line-height: 44px;
    font-size: 14px;
  }
  .masthead--contact-form.toggled {
    transform: translateY(0);
  }
  .masthead--lang {
    padding: 0 1.5rem;
  }
  .masthead--lang svg {
    width: 100%;
    height: auto;
  }
  .masthead--btn {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 0 0 3rem;
  }
  .masthead--btn button svg {
    width: 3rem;
    height: auto;
  }
  .masthead--nav {
    top: 152px;
  }
  .masthead--nav &gt; ul &gt; li {
    margin-bottom: 1.5rem;
  }
  .masthead--nav &gt; ul &gt; li &gt; a {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-height: 630px) {
  .masthead--brand {
    padding: 43px 0;
  }
  .masthead--contact {
    display: none;
  }
}
.mastfoot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 0.9rem;
}
.mastfoot--brand {
  margin-bottom: 2rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003a78;
}
.mastfoot--brand img {
  display: block;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mastfoot p {
  margin: 0 0 2rem;
}
.mastfoot p span {
  font-weight: 600;
}
.mastfoot p a {
  text-decoration: none;
}
.mastfoot p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .mastfoot {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1rem;
  }
  .mastfoot--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mastfoot--brand {
    margin-bottom: 0;
  }
  .mastfoot p {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .mastfoot {
    font-size: 1.1rem;
  }
}
.cookie-notice {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 1rem 0;
  background-color: #153A70;
}
.cookie-notice--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cookie-notice p {
  margin: 0 0 0.5rem;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}
.cookie-notice p a {
  color: #fff;
}
.cookie-notice .btn {
  display: inline-block;
  background: #fff;
  border: 0;
  padding: 0 2rem;
  line-height: 2;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 992px) {
  .cookie-notice {
    padding: 1.5rem 0;
  }
  .cookie-notice--wrapper {
    flex-direction: row;
  }
  .cookie-notice p {
    margin: 0 2rem 0 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .cookie-notice .btn {
    line-height: 2.4;
    font-size: 16px;
  }
}
.content-single-listing--wrapper {
  position: relative;
  padding-top: calc(60px + 2rem);
}
.content-single-listing--wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30%;
  left: 0;
  background: linear-gradient(270.16deg, #dae6f4 14%, #9ac1e2 58%), #9ac1e2;
}
.content-single-listing--header {
  position: relative;
  margin-bottom: 2rem;
}
.content-single-listing--header h1 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.content-single-listing--data {
  position: relative;
  margin-bottom: 4rem;
}
.content-single-listing--data-wrapper {
  background-color: #fff;
  border-radius: 15px;
  filter: drop-shadow(0 4px 22px rgba(0, 0, 0, 0.25));
  padding: 2rem 1rem;
}
.content-single-listing--data-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.content-single-listing--data-header-title {
  display: flex;
  align-items: center;
}
.content-single-listing--data-header-title svg {
  display: block;
  width: 2rem;
  height: auto;
  margin-right: 1rem;
}
.content-single-listing--data-header-title h2 {
  margin: 0;
  color: #737373;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
.content-single-listing--data-header-card {
  display: none;
}
.content-single-listing--data-main {
  margin-bottom: 3rem;
}
.content-single-listing--data-main-table {
  margin-bottom: 1rem;
}
.content-single-listing--data-main-table table {
  width: 100%;
  border-collapse: collapse;
}
.content-single-listing--data-main-table table tbody tr td {
  padding: 10px;
  font-size: 0.9rem;
}
.content-single-listing--data-main-table table tbody tr td:last-child {
  font-weight: 700;
}
.content-single-listing--data-main-table table tbody tr:nth-child(2n-1) {
  background-color: #f3f6f8;
}
.content-single-listing--data-main-img {
  position: relative;
}
.content-single-listing--data-main-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content-single-listing--data-main-img-stamp {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  z-index: 9;
  border-radius: 50%;
  background-color: rgba(154, 193, 226, 0.88);
}
.content-single-listing--data-main-img-stamp span {
  max-width: 70px;
  display: block;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(9.25deg);
  color: #fff;
}
.content-single-listing--data-main-img-stamp::before {
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.content-single-listing--data-footer a:first-child {
  margin-bottom: 1rem;
}
.content-single-listing--form-header {
  margin-bottom: 3rem;
}
.content-single-listing--form-header h2 {
  margin: 0;
  text-align: center;
  font-size: 2.2rem;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: calc(50% + 10px) bottom;
  background-size: 140px auto;
}
.content-single-listing--form-main .wpcf7-form &gt; p {
  margin: 0;
}
.content-single-listing--form-main .wpcf7-form &gt; p:nth-last-of-type(2) {
  margin-bottom: 2rem;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  color: #6f6f6f;
}
.content-single-listing--form-main .wpcf7-form .floating-label &gt; span {
  display: block;
  position: relative;
}
.content-single-listing--form-main .wpcf7-form .floating-label &gt; span span:not(.wpcf7-not-valid-tip) {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 17px;
  color: #838383;
  font-weight: 300;
  transition: all 0.3s;
  cursor: text;
}
.content-single-listing--form-main .wpcf7-form .floating-label &gt; span input:focus + span,
.content-single-listing--form-main .wpcf7-form .floating-label &gt; span textarea:focus + span,
.content-single-listing--form-main .wpcf7-form .floating-label &gt; span input:not(:placeholder-shown) + span,
.content-single-listing--form-main .wpcf7-form .floating-label &gt; span textarea:not(:placeholder-shown) + span {
  top: -11px;
  font-size: 13px;
  color: #153A70;
}
.content-single-listing--form-main .wpcf7-form .floating-label &gt; span .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  font-size: 13px;
  transform: translateY(2px);
}
.content-single-listing--form-main .wpcf7-form-control-wrap {
  display: block;
}
.content-single-listing--form-main .wpcf7-form-control-wrap input[type=text], .content-single-listing--form-main .wpcf7-form-control-wrap input[type=tel], .content-single-listing--form-main .wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-bottom: solid 1px #000;
  font-size: 17px;
  padding: 6px 0;
  margin-bottom: 17px;
  border-radius: 0;
}
.content-single-listing--form-main .wpcf7-form-control-wrap input[type=text]::placeholder, .content-single-listing--form-main .wpcf7-form-control-wrap input[type=tel]::placeholder, .content-single-listing--form-main .wpcf7-form-control-wrap input[type=email]::placeholder {
  color: #838383;
}
.content-single-listing--form-main .wpcf7-form-control-wrap input[type=text]:focus, .content-single-listing--form-main .wpcf7-form-control-wrap input[type=tel]:focus, .content-single-listing--form-main .wpcf7-form-control-wrap input[type=email]:focus {
  outline: none;
}
.content-single-listing--form-main .wpcf7-form-control-wrap input + .wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 12px;
  transform: translateY(-7px);
}
.content-single-listing--form-main .wpcf7-form-control-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-bottom: solid 1px #000;
  font-size: 14px;
  padding: 6px 0;
  height: 100px;
  margin-bottom: 10px;
}
.content-single-listing--form-main .wpcf7-form-control-wrap textarea::placeholder {
  color: #838383;
}
.content-single-listing--form-main .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}
.content-single-listing--form-main .wpcf7-form.submitting .wpcf7-submit {
  background-color: #0053b7;
  cursor: not-allowed;
  opacity: 0.8;
}
.content-single-listing--form-main .wpcf7-acceptance {
  display: block;
  margin-bottom: 1rem;
}
.content-single-listing--form-main .wpcf7-acceptance &gt; span {
  display: block;
  margin: 0;
}
.content-single-listing--form-main .wpcf7-acceptance &gt; span &gt; label {
  display: flex;
  align-items: flex-start;
}
.content-single-listing--form-main .wpcf7-acceptance &gt; span &gt; label &gt; input {
  margin-right: 10px;
  margin-top: 4px;
}
.content-single-listing--form-main .wpcf7-acceptance &gt; span &gt; label &gt; span {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  color: #6f6f6f;
}
.content-single-listing--form-main .wpcf7-acceptance + .wpcf7-not-valid-tip {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 12px;
}
.content-single-listing--form-main .wpcf7-response-output {
  padding: 0.5rem 1rem !important;
  margin: 2rem 0 0 0 !important;
  font-size: 12px;
  line-height: 1.4;
  border-width: 1px !important;
}
.content-single-listing--form-main .wpcf7-spinner {
  display: none;
}

@media (min-width: 768px) {
  .content-single-listing--form-main {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .content-single-listing--data-wrapper {
    padding: 3rem;
  }
  .content-single-listing--data-header {
    margin-bottom: 2rem;
  }
  .content-single-listing--data-header-title svg {
    width: 55px;
    margin-right: 2rem;
  }
  .content-single-listing--data-header-title h2 {
    font-size: 22px;
  }
  .content-single-listing--data-header-card {
    display: block;
  }
  .content-single-listing--data-header-card a {
    display: block;
  }
  .content-single-listing--data-header-card a svg {
    display: block;
    width: 3rem;
    height: auto;
  }
  .content-single-listing--data-main {
    display: flex;
  }
  .content-single-listing--data-main-table {
    flex: 1;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .content-single-listing--data-main-table table tbody tr td {
    font-size: 1.1rem;
    padding: 0.8rem 1rem;
  }
  .content-single-listing--data-main-img {
    flex: 1;
  }
  .content-single-listing--data-main-img-stamp {
    left: auto;
    right: 0;
    bottom: initial;
    top: 90%;
  }
  .content-single-listing--data-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .content-single-listing--data-footer a {
    margin: 0;
  }
  .content-single-listing--data-footer a:first-child {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .content-single-listing--wrapper {
    padding-top: calc(152px + 3rem);
  }
  .content-single-listing--header {
    margin-bottom: 3rem;
  }
  .content-single-listing--header h1 {
    font-size: 36px;
  }
  .content-single-listing--form-header {
    margin-bottom: 4rem;
  }
  .content-single-listing--form-header h2 {
    font-size: 66px;
    background-position: calc(50% + 30px) bottom;
    background-size: 280px auto;
  }
  .content-single-listing--form-main {
    max-width: 960px;
  }
  .content-single-listing--form-main .wpcf7-form &gt; p:first-of-type {
    display: flex;
  }
  .content-single-listing--form-main .wpcf7-form &gt; p:first-of-type label {
    margin-right: 1rem;
  }
  .content-single-listing--form-main .wpcf7-form &gt; p:first-of-type label:last-child {
    margin-right: 0;
  }
  .content-single-listing--form-main .wpcf7-form &gt; p:nth-of-type(3) {
    margin-top: 1rem;
  }
  .content-single-listing--form-main .wpcf7-form &gt; p:nth-of-type(5) {
    text-align: center;
  }
  .content-single-listing--form-main .wpcf7-form &gt; p:nth-last-of-type(2) {
    font-size: 14px;
  }
  .content-single-listing--form-main .wpcf7-acceptance &gt; span &gt; label &gt; input {
    margin-right: 1rem;
    margin-top: 4px;
  }
  .content-single-listing--form-main .wpcf7-acceptance &gt; span &gt; label &gt; span {
    font-size: 14px;
  }
  .content-single-listing--form-main .wpcf7-acceptance + .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.home-hero {
  box-sizing: border-box;
  height: 80vh;
  min-height: 400px;
  padding: calc(60px + 4rem) 0 4rem 0;
  background-image: var(--background-url);
  background-repeat: no-repeat;
  background-position: center right 10%;
  background-size: cover;
  color: #fff;
}
.home-hero--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-hero--content h1 {
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  max-width: 340px;
  line-height: 1;
}
.home-hero--content p {
  margin: 0 0 3rem;
  font-size: 1.2rem;
}
.home-hero--content img {
  display: block;
  width: 200px;
  height: auto;
}

@media (min-width: 768px) {
  .home-hero {
    min-height: 500px;
    padding: calc(60px + 6rem) 0 6rem 0;
  }
  .home-hero--content h1 {
    max-width: 405px;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .home-hero--content p {
    font-size: 1.3rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .home-hero {
    height: 850px;
    max-height: 100vh;
    padding-top: calc(4rem + 132px);
  }
  .home-hero--content h1 {
    max-width: 540px;
    font-size: 4rem;
  }
  .home-hero--content p {
    font-size: 21px;
    margin-bottom: 6rem;
  }
  .home-hero--content img {
    width: 260px;
  }
}
.home-mobile-form {
  padding-top: 3rem;
}
.home-mobile-form--header {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.home-mobile-form--header h2 {
  margin: 0 0 1rem;
  font-size: 21px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #153A70;
  font-weight: 600;
}
.home-mobile-form--header p {
  margin: 0;
  font-size: 14px;
  color: #153A70;
  line-height: 1.27;
}
.home-mobile-form--form {
  max-width: 600px;
  margin: 0 auto;
}
.home-mobile-form--form .wpcf7-form &gt; p {
  margin: 0;
}
.home-mobile-form--form .wpcf7-form &gt; p:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
}
.home-mobile-form--form .wpcf7-form .floating-label &gt; span {
  display: block;
  position: relative;
}
.home-mobile-form--form .wpcf7-form .floating-label &gt; span span:not(.wpcf7-not-valid-tip) {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s;
  cursor: text;
}
.home-mobile-form--form .wpcf7-form .floating-label &gt; span input:focus + span,
.home-mobile-form--form .wpcf7-form .floating-label &gt; span textarea:focus + span,
.home-mobile-form--form .wpcf7-form .floating-label &gt; span input:not(:placeholder-shown) + span,
.home-mobile-form--form .wpcf7-form .floating-label &gt; span textarea:not(:placeholder-shown) + span {
  top: -11px;
  font-size: 9px;
}
.home-mobile-form--form .wpcf7-form .floating-label &gt; span .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  font-size: 11px;
  transform: translateY(2px);
}
.home-mobile-form--form .wpcf7-form-control-wrap {
  display: block;
}
.home-mobile-form--form .wpcf7-form-control-wrap input[type=text], .home-mobile-form--form .wpcf7-form-control-wrap input[type=tel], .home-mobile-form--form .wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-bottom: solid 1px #000;
  font-size: 14px;
  padding: 6px 0;
  margin-bottom: 18px;
  border-radius: 0;
}
.home-mobile-form--form .wpcf7-form-control-wrap input[type=text]::placeholder, .home-mobile-form--form .wpcf7-form-control-wrap input[type=tel]::placeholder, .home-mobile-form--form .wpcf7-form-control-wrap input[type=email]::placeholder {
  color: #333;
}
.home-mobile-form--form .wpcf7-form-control-wrap input[type=text]:focus, .home-mobile-form--form .wpcf7-form-control-wrap input[type=tel]:focus, .home-mobile-form--form .wpcf7-form-control-wrap input[type=email]:focus {
  outline: none;
}
.home-mobile-form--form .wpcf7-form-control-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-bottom: solid 1px #000;
  font-size: 14px;
  padding: 6px 0;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 0;
}
.home-mobile-form--form .wpcf7-form-control-wrap textarea::placeholder {
  color: #333;
}
.home-mobile-form--form .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}
.home-mobile-form--form .wpcf7-form-control-wrap select {
  width: 100%;
  padding: 2px 4px;
  margin-bottom: 10px;
  font-size: 14px;
}
.home-mobile-form--form .wpcf7-form-control-wrap select + .wpcf7-not-valid-tip {
  font-size: 11px;
  text-align: right;
}
.home-mobile-form--form .wpcf7-form.submitting .wpcf7-submit {
  background-color: #153A70;
  cursor: not-allowed;
  opacity: 0.8;
}
.home-mobile-form--form .wpcf7-acceptance {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.home-mobile-form--form .wpcf7-acceptance &gt; span {
  display: block;
  margin: 0;
}
.home-mobile-form--form .wpcf7-acceptance &gt; span &gt; label {
  display: flex;
  align-items: flex-start;
}
.home-mobile-form--form .wpcf7-acceptance &gt; span &gt; label &gt; input {
  margin-right: 10px;
  margin-top: 4px;
}
.home-mobile-form--form .wpcf7-acceptance &gt; span &gt; label &gt; span {
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
}
.home-mobile-form--form .wpcf7-acceptance + .wpcf7-not-valid-tip {
  bottom: -11px;
  display: inline-block;
  font-size: 10px;
}
.home-mobile-form--form .wpcf7-response-output {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 1rem !important;
  margin: 5px 0 0 0 !important;
  font-size: 10px;
  line-height: 1.4;
  border-width: 1px !important;
  border-color: #000 !important;
}
.home-mobile-form--form .wpcf7-spinner {
  display: none;
}
.home-mobile-form--form .wpcf7-submit {
  line-height: 44px;
  font-size: 14px;
}
.home-mobile-form--form.toggled {
  transform: translateY(0);
}

@media (min-width: 1200px) {
  .home-mobile-form {
    display: none !important;
  }
}
.home-about {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: var(--background-url);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.home-about--main {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5rem;
}
.home-about--main-content h2 {
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 1;
}
.home-about--main-content h2 span {
  color: #3287b3;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: center bottom;
}
.home-about--main-content &gt; span {
  display: block;
  margin-bottom: 2rem;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
}
.home-about--main-content-text p {
  line-height: 1.59;
  color: #fff;
}
.home-about--main-content-text p:first-child {
  margin-top: 0;
}
.home-about--main-content-text p:last-child {
  margin-bottom: 0;
}
.home-about--main-img {
  margin-bottom: 2rem;
}
.home-about--main-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home-about--scheme img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 760px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .home-about--main {
    flex-direction: row;
  }
  .home-about--main-content {
    flex: 1;
  }
  .home-about--main-content h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .home-about--main-content &gt; span {
    margin-bottom: 3rem;
    font-size: 22px;
  }
  .home-about--main-content-text p {
    color: #000;
  }
  .home-about--main-img {
    flex: 1;
  }
}
.home-amenities {
  position: relative;
  z-index: 2;
}
.home-amenities--wrapper {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #c8e7f9;
}
.home-amenities--header {
  margin-bottom: 3rem;
}
.home-amenities--header h2 {
  margin: 0 0 2rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 0.3rem;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: calc(50% + 50px) bottom;
  background-size: 130px auto;
}
.home-amenities--header p {
  margin: 0;
  font-family: "Playfair Display", serif;
  text-align: center;
  letter-spacing: 0.11em;
  line-height: 1.2;
  font-size: 17px;
}
.home-amenities--item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto 2rem;
  padding: 2rem;
}
.home-amenities--item-icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 2rem;
}
.home-amenities--item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.home-amenities--item p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #143548;
  text-align: center;
  font-size: 15px;
}
.home-amenities--item:last-child {
  margin-bottom: 0;
}
.home-amenities--footer {
  margin-top: -5px;
}
.home-amenities--footer img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .home-amenities--items {
    display: flex;
    flex-wrap: wrap;
  }
  .home-amenities--item {
    flex: 0 1 calc(50% - 2rem);
    margin-right: 4rem;
    margin-bottom: 4rem;
    max-width: none;
  }
  .home-amenities--item:nth-child(2n) {
    margin-right: 0;
  }
  .home-amenities--item:last-child {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .home-amenities--wrapper {
    padding-bottom: 0;
  }
  .home-amenities--header {
    margin-bottom: 4rem;
  }
  .home-amenities--header h2 {
    font-size: 4rem;
    padding-bottom: 0.7rem;
    background-position: calc(50% + 25px) bottom;
    background-size: 280px auto;
  }
  .home-amenities--header p {
    font-size: 25px;
    max-width: 950px;
    margin: 0 auto;
  }
  .home-amenities--item {
    flex: 0 1 calc(25% - 2.25rem);
    margin-right: 3rem;
    margin-bottom: 3rem;
    padding: 3rem 2rem 2rem;
  }
  .home-amenities--item:nth-child(2n) {
    margin-right: 3rem;
  }
  .home-amenities--item:nth-child(4n) {
    margin-right: 0;
  }
  .home-amenities--item:last-child {
    margin-bottom: 3rem;
  }
}
.home-model {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: var(--background-url);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.home-model--header {
  margin-bottom: 3rem;
}
.home-model--header h2 {
  margin: 0 auto 2rem;
  padding-bottom: 0.3rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  max-width: 250px;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: calc(50% + 10px) bottom;
  background-size: 130px auto;
}
.home-model--header p {
  margin: 0;
  font-family: "Playfair Display", serif;
  text-align: center;
  letter-spacing: 0.11em;
  line-height: 1.2;
  font-size: 17px;
}
.home-model--item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.home-model--item-top {
  padding: 3rem 2rem 2rem;
}
.home-model--item-top img {
  display: block;
  width: 100%;
  height: 4rem;
  margin-bottom: 1.5rem;
}
.home-model--item-top p {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.home-model--item-img {
  position: relative;
}
.home-model--item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.home-model--item-img-stamp {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  z-index: 9;
  border-radius: 50%;
  background-color: rgba(49, 134, 179, 0.88);
}
.home-model--item-img-stamp span {
  max-width: 70px;
  display: block;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(9.25deg);
  color: #fff;
}
.home-model--item-img-stamp::before {
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 10px;
  content: "";
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-model--item-benefits {
  padding: 1rem 1rem 2rem;
  border: 1px solid #e1e1e1;
}
.home-model--item-benefits-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.home-model--item-benefits-header svg {
  display: block;
  margin-right: 1rem;
}
.home-model--item-benefits-header span {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 13px;
}
.home-model--item-benefits-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-model--item-benefits-items li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #bebebe;
}
.home-model--item-benefits-items li svg {
  flex: 0 0 26px;
  display: block;
  margin-right: 1rem;
}
.home-model--item-benefits-items li div p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}
.home-model--item-benefits-items li div p:first-child {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.home-model--item-benefits-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.home-model--item:nth-child(2n-1) .home-model--item-top {
  background-color: #edf4f9;
}
.home-model--item:nth-child(2n) .home-model--item-top {
  background-color: #c5e2f5;
}
.home-model--item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .home-model {
    padding-bottom: 0;
    background-size: auto;
  }
  .home-model--header {
    margin-bottom: 5rem;
  }
  .home-model--header h2 {
    font-size: 4rem;
    max-width: 500px;
    margin: 0 auto 2rem;
    background-position: calc(50% + 20px) bottom;
    background-size: 280px auto;
  }
  .home-model--header p {
    font-size: 25px;
    max-width: 950px;
    margin: 0 auto;
  }
  .home-model--items {
    display: flex;
    flex-wrap: wrap;
  }
  .home-model--item {
    flex: 0 1 calc(50% - 2.5rem);
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .home-model--item-top {
    padding: 4rem 4rem 2rem;
  }
  .home-model--item-top p {
    font-size: 21px;
    max-width: 330px;
    margin: 0 auto;
  }
  .home-model--item-img-stamp {
    bottom: -2rem;
    left: -2rem;
  }
  .home-model--item:nth-child(2n) {
    margin-right: 0;
  }
  .home-model--item:last-child {
    margin-bottom: 5rem;
  }
}
.home-investors--header {
  margin-bottom: 5rem;
}
.home-investors--header h2 {
  margin: 0 0 2rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 0.3rem;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: 50% bottom;
  background-size: 140px auto;
}
.home-investors--header p {
  margin: 0;
  font-family: "Playfair Display", serif;
  text-align: center;
  letter-spacing: 0.11em;
  line-height: 1.2;
  font-size: 17px;
}
.home-investors--items {
  position: relative;
  background-color: #153a70;
}
.home-investors--items-wrapper {
  transform: translateY(-2rem);
}
.home-investors--item {
  position: relative;
  height: 350px;
  width: 250px;
  margin: 0 auto 2rem;
}
.home-investors--item-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-investors--item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-investors--item-content {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2rem 2rem 2rem;
}
.home-investors--item-content h3 {
  width: 100%;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.home-investors--item-content p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
}
.home-investors--item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home-investors--items-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .home-investors--item {
    flex: 0 1 calc(50% - 2rem);
    margin-right: 4rem;
    margin-bottom: 4rem;
    max-width: none;
  }
  .home-investors--item:nth-child(2n) {
    margin-right: 0;
  }
  .home-investors--item:last-child {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .home-investors--header {
    margin-bottom: 7rem;
  }
  .home-investors--header h2 {
    font-size: 4rem;
    max-width: 620px;
    margin: 0 auto 2rem;
    background-position: calc(50% + 10px) bottom;
    background-size: 280px auto;
  }
  .home-investors--header p {
    font-size: 25px;
    max-width: 920px;
    margin: 0 auto;
  }
  .home-investors--items-wrapper {
    transform: translateY(-3rem);
  }
  .home-investors--item {
    flex: 0 1 calc(30% - 1.3333333333rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .home-investors--item h3 {
    font-size: 31px;
    line-height: 1;
    max-width: 300px;
  }
  .home-investors--item p {
    font-weight: 600;
  }
  .home-investors--item:nth-child(2n) {
    margin-right: 2rem;
  }
  .home-investors--item:nth-child(3n) {
    margin-right: 0;
  }
  .home-investors--item:nth-child(3n-1) {
    flex: 0 1 calc(40% - 1.3333333333rem);
  }
  .home-investors--item:last-child {
    margin-bottom: 2rem;
  }
}
.home-location {
  display: none;
}

@media (min-width: 992px) {
  .home-location {
    display: block;
  }
  .home-location--header {
    padding-bottom: 3rem;
    background-color: #153a70;
  }
  .home-location--header h2 {
    margin: 0 0 2rem;
    line-height: 1;
    text-transform: uppercase;
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    padding-bottom: 0.3rem;
    background: url("../images/heading_wave_white.svg") no-repeat;
    background-position: 50% bottom;
    background-size: 140px auto;
  }
  .home-location--header p {
    margin: 0;
    font-family: "Playfair Display", serif;
    text-align: center;
    letter-spacing: 0.11em;
    line-height: 1.2;
    font-size: 17px;
    color: #fff;
  }
  .home-location--map img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .home-location--header h2 {
    font-size: 4rem;
    padding-bottom: 0.7rem;
    background-position: calc(50% + 25px) bottom;
    background-size: 280px auto;
  }
  .home-location--header p {
    font-size: 25px;
    max-width: 950px;
    margin: 0 auto;
  }
}
.home-explorer {
  padding-top: 3rem;
}
.home-explorer--header {
  margin-bottom: 3rem;
}
.home-explorer--header h2 {
  max-width: 250px;
  margin: 0 auto 2rem;
  padding-bottom: 0.3rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: 50% bottom;
  background-size: 140px auto;
}
.home-explorer--map iframe {
  display: block;
  width: 100%;
  height: 80vh;
  min-height: 400px;
}

@media (min-width: 992px) {
  .home-explorer--map iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .home-explorer--header h2 {
    font-size: 4rem;
    max-width: 500px;
    margin: 0 auto 2rem;
    padding-bottom: 0.6rem;
    background-position: calc(50% + 20px) bottom;
    background-size: 280px auto;
  }
}
.home-investment-main {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.home-investment-main--header {
  margin-bottom: 3rem;
}
.home-investment-main--header h2 {
  margin: 0 0 3rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: 50% center;
  background-size: 140px auto;
}
.home-investment-main--header img {
  display: block;
  width: 100%;
  height: auto;
}
.home-investment-main--features h3 {
  margin: 0 0 2rem;
}
.home-investment-main--features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-investment-main--features ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.home-investment-main--features ul li div:nth-child(1) {
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e2f5;
}
.home-investment-main--features ul li div:nth-child(1) img {
  display: block;
  width: 55%;
  height: 55%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.home-investment-main--features ul li div:nth-child(2) p {
  font-size: 15px;
  line-height: 1.56;
}
.home-investment-main--features ul li div:nth-child(2) p:first-child {
  margin-top: 0;
}
.home-investment-main--features ul li div:nth-child(2) p:last-child {
  margin-bottom: 0;
}
.home-investment-main--features ul li:last-child {
  margin-bottom: 0;
}
.home-investment-wide--img {
  position: relative;
}
.home-investment-wide--img svg {
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.home-investment-wide--img img {
  display: block;
  width: 100%;
  height: auto;
}
.home-investment-wide--main {
  position: relative;
  margin-top: -2rem;
  color: #fff;
}
.home-investment-wide--main-wrapper {
  padding: 2rem;
  background-color: #153a70;
}
.home-investment-wide--main-left {
  margin-bottom: 2rem;
}
.home-investment-wide--main-left p {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
}
.home-investment-wide--main-right h3 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.home-investment-wide--main-right-text p {
  line-height: 1.56;
}
.home-investment-wide--main-right-text p:first-child {
  margin-top: 0;
}
.home-investment-wide--main-right-text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .home-investment-main {
    padding-bottom: 0;
  }
  .home-investment-main--header {
    margin-bottom: 0;
  }
  .home-investment-main--header h2 {
    font-size: 4rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    background-position: calc(50% + 10px) calc(50% + 33px);
    background-size: 280px auto;
  }
  .home-investment-main--features {
    margin-top: -2rem;
  }
  .home-investment-main--features h3 {
    font-size: 21px;
    margin-bottom: 5rem;
  }
  .home-investment-main--features ul {
    display: flex;
    flex-wrap: wrap;
  }
  .home-investment-main--features ul li {
    flex: 0 1 calc(50% - 1rem);
    margin-right: 2rem;
    margin-bottom: 4rem;
  }
  .home-investment-main--features ul li:nth-child(2n) {
    margin-right: 0;
  }
  .home-investment-main--features ul li:last-child {
    margin-bottom: 4rem;
  }
  .home-investment-wide {
    margin-top: -3rem;
  }
  .home-investment-wide--img svg {
    top: -5px;
  }
  .home-investment-wide--main {
    margin-top: -6rem;
    max-width: 1140px !important;
  }
  .home-investment-wide--main-wrapper {
    display: flex;
    padding: 4rem 3rem;
  }
  .home-investment-wide--main-left {
    flex: 1;
    margin-right: 4rem;
  }
  .home-investment-wide--main-left p {
    font-size: 36px;
    line-height: 1.36;
  }
  .home-investment-wide--main-right {
    flex: 1;
  }
  .home-investment-wide--main-right h3 {
    font-size: 19px;
    margin-bottom: 2rem;
  }
}
.home-timeline {
  padding-top: 3rem;
}
.home-timeline--header {
  margin-bottom: 3rem;
}
.home-timeline--header h2 {
  max-width: 250px;
  margin: 0 auto 2rem;
  padding-bottom: 0.3rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: 50% bottom;
  background-size: 140px auto;
}
.home-timeline--items {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 1rem;
}
.home-timeline--items::before {
  content: "";
  position: absolute;
  top: -27px;
  left: calc(29px + 1rem);
  border-top: 0 solid transparent;
  border-bottom: 27px solid #153A70;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.home-timeline--items::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(42px + 1rem);
  z-index: -9;
  width: 6px;
  background-color: #153A70;
}
.home-timeline--items-past {
  display: flex;
  flex-direction: column-reverse;
}
.home-timeline--item-past, .home-timeline--item-soon {
  margin-bottom: 2rem;
}
.home-timeline--item-past-marker, .home-timeline--item-soon-marker {
  display: none;
}
.home-timeline--item-past-main, .home-timeline--item-soon-main {
  display: flex;
  align-items: center;
}
.home-timeline--item-past-main-img, .home-timeline--item-soon-main-img {
  position: relative;
  flex: 0 0 90px;
  height: 90px;
  margin-right: 2rem;
}
.home-timeline--item-past-main-img img, .home-timeline--item-soon-main-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-timeline--item-past-main-img::after, .home-timeline--item-soon-main-img::after {
  content: attr(data-year);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 2px #153A70;
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
}
.home-timeline--item-past-main-text h3, .home-timeline--item-soon-main-text h3 {
  margin: 0 0 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.home-timeline--item-past-main-text p, .home-timeline--item-soon-main-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1;
  color: #525252;
}
.home-timeline--item-soon-main-img::after {
  right: 50%;
  transform: translateX(50%);
  width: 5rem;
  border-radius: 20px;
  font-size: 11px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .home-timeline {
    padding-top: 5rem;
    margin-bottom: 10rem;
  }
  .home-timeline--header {
    margin-bottom: 12rem;
  }
  .home-timeline--header h2 {
    font-size: 4rem;
    max-width: 500px;
    margin: 0 auto 2rem;
    padding-bottom: 0.6rem;
    background-position: calc(50% + 20px) bottom;
    background-size: 280px auto;
  }
  .home-timeline--items {
    flex-direction: row;
    padding: 0;
  }
  .home-timeline--items-past {
    flex: 1;
    flex-direction: row;
  }
  .home-timeline--items-soon {
    position: relative;
    padding-right: 130px;
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.14209 17.9169V0.168945L12.5657 8.45134L0.14209 17.9169Z' fill='%23ACACAC'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
  }
  .home-timeline--items-soon::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    height: 2px;
    width: 22px;
    background-color: #888;
  }
  .home-timeline--items-soon::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 12px;
    height: 2px;
    width: 110px;
    background-color: #888;
  }
  .home-timeline--items::before, .home-timeline--items::after {
    content: none;
  }
  .home-timeline--item-past, .home-timeline--item-soon {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-timeline--item-past-marker, .home-timeline--item-soon-marker {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 2px #153A70;
    background-color: #ededed;
  }
  .home-timeline--item-past-marker span, .home-timeline--item-soon-marker span {
    font-size: 15px;
    font-weight: 700;
  }
  .home-timeline--item-past-main, .home-timeline--item-soon-main {
    position: absolute;
    top: 90px;
    left: calc(50% - 45px);
  }
  .home-timeline--item-past-main-img, .home-timeline--item-soon-main-img {
    position: relative;
    margin-right: 1rem;
  }
  .home-timeline--item-past-main-img::before, .home-timeline--item-soon-main-img::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: calc(100% + 13px);
    width: 1px;
    height: 25px;
    background-color: #153A70;
  }
  .home-timeline--item-past-main-img::after, .home-timeline--item-soon-main-img::after {
    content: none;
  }
  .home-timeline--item-past-main-text h3, .home-timeline--item-soon-main-text h3 {
    white-space: nowrap;
  }
  .home-timeline--item-past-main-text p, .home-timeline--item-soon-main-text p {
    min-width: 140px;
  }
  .home-timeline--item-past:first-child .home-timeline--item-past-marker::before {
    content: none;
  }
  .home-timeline--item-past:nth-child(4) .home-timeline--item-past-marker {
    visibility: hidden;
  }
  .home-timeline--item-past:nth-child(4) .home-timeline--item-past-main-img::before {
    bottom: -47px !important;
    height: 35px;
    width: 4px;
    transform: translateX(2px);
  }
  .home-timeline--item-past:nth-child(4)::before {
    right: 34px;
  }
  .home-timeline--item-past:nth-child(4)::after {
    content: none;
  }
  .home-timeline--item-past:nth-child(5) .home-timeline--item-past-marker {
    position: relative;
    transform: translateX(-72px);
    background-color: #153A70;
  }
  .home-timeline--item-past:nth-child(5) .home-timeline--item-past-marker span {
    color: #fff;
  }
  .home-timeline--item-past:nth-child(5) .home-timeline--item-past-marker::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 90%;
    width: 54px;
    height: 4px;
    background-color: #153A70;
  }
  .home-timeline--item-past:nth-child(5) .home-timeline--item-past-marker::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 90%;
    width: 55px;
    height: 4px;
    background-color: #153A70;
  }
  .home-timeline--item-past:nth-child(5) .home-timeline--item-past-main-img::before {
    height: 35px;
    width: 4px;
    transform: translateX(2px);
  }
  .home-timeline--item-past:nth-child(5)::before {
    content: none;
  }
  .home-timeline--item-past:nth-child(5)::after {
    left: 34px;
  }
  .home-timeline--item-past:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .home-timeline--item-past:nth-child(2n) .home-timeline--item-past-main {
    top: -125px;
  }
  .home-timeline--item-past:nth-child(2n) .home-timeline--item-past-main-img::before {
    bottom: -37px;
  }
  .home-timeline--item-past::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    left: calc(50% + 26px + 8px);
    height: 2px;
    background-color: #888;
  }
  .home-timeline--item-past::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% + 26px + 8px);
    left: 0;
    height: 2px;
    background-color: #888;
  }
  .home-timeline--item-soon-marker {
    width: 7rem;
    border-radius: 40px;
  }
  .home-timeline--item-soon-marker span {
    text-transform: uppercase;
  }
  .home-timeline--item-soon-main-text p {
    width: 170px;
  }
}
.home-developer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home-developer--header {
  margin-bottom: 3rem;
}
.home-developer--header h2 {
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 0.3rem;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: calc(50% + 10px) bottom;
  background-size: 140px auto;
}
.home-developer--main {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/developer_bg.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.home-developer--main-text {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3rem;
}
.home-developer--main-text p {
  line-height: 1.77;
  font-size: 15px;
}
.home-developer--main-text p:first-child {
  margin-top: 0;
}
.home-developer--main-text p:last-child {
  margin-bottom: 0;
}
.home-developer--main-text::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  font-size: 100px;
  line-height: 0.8;
  color: #2a3767;
}
.home-developer--main-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .home-developer--header {
    margin-bottom: 4rem;
  }
  .home-developer--header h2 {
    font-size: 4rem;
    padding-bottom: 0.7rem;
    background-position: calc(50% + 30px) bottom;
    background-size: 280px auto;
  }
  .home-developer--main {
    flex-direction: row;
  }
  .home-developer--main-text {
    flex: 2;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .home-developer--main-text p {
    max-width: 700px;
  }
  .home-developer--main-img {
    flex: 1;
  }
}
.home-contact {
  padding-top: 5rem;
  padding-bottom: 3rem;
  scroll-margin: 100px;
  background-color: #f4f4f4;
}
.home-contact--header {
  margin-bottom: 3rem;
}
.home-contact--header h2 {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 2.2rem;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: calc(50% + 10px) bottom;
  background-size: 140px auto;
}
.home-contact--header p {
  text-align: center;
}
.home-contact--header p a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
}
.home-contact--form .wpcf7-form &gt; p {
  margin: 0;
}
.home-contact--form .wpcf7-form &gt; p:nth-last-of-type(2) {
  margin-bottom: 2rem;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  color: #6f6f6f;
}
.home-contact--form .wpcf7-form .floating-label &gt; span {
  display: block;
  position: relative;
}
.home-contact--form .wpcf7-form .floating-label &gt; span span:not(.wpcf7-not-valid-tip) {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 17px;
  color: #838383;
  font-weight: 300;
  transition: all 0.3s;
  cursor: text;
}
.home-contact--form .wpcf7-form .floating-label &gt; span input:focus + span,
.home-contact--form .wpcf7-form .floating-label &gt; span textarea:focus + span,
.home-contact--form .wpcf7-form .floating-label &gt; span input:not(:placeholder-shown) + span,
.home-contact--form .wpcf7-form .floating-label &gt; span textarea:not(:placeholder-shown) + span {
  top: -11px;
  font-size: 13px;
  color: #153A70;
}
.home-contact--form .wpcf7-form .floating-label &gt; span .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  font-size: 13px;
  transform: translateY(2px);
}
.home-contact--form .wpcf7-form-control-wrap {
  display: block;
}
.home-contact--form .wpcf7-form-control-wrap input[type=text], .home-contact--form .wpcf7-form-control-wrap input[type=tel], .home-contact--form .wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-bottom: solid 1px #000;
  font-size: 17px;
  padding: 6px 0;
  margin-bottom: 17px;
  border-radius: 0;
}
.home-contact--form .wpcf7-form-control-wrap input[type=text]::placeholder, .home-contact--form .wpcf7-form-control-wrap input[type=tel]::placeholder, .home-contact--form .wpcf7-form-control-wrap input[type=email]::placeholder {
  color: #838383;
}
.home-contact--form .wpcf7-form-control-wrap input[type=text]:focus, .home-contact--form .wpcf7-form-control-wrap input[type=tel]:focus, .home-contact--form .wpcf7-form-control-wrap input[type=email]:focus {
  outline: none;
}
.home-contact--form .wpcf7-form-control-wrap input + .wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 12px;
  transform: translateY(-7px);
}
.home-contact--form .wpcf7-form-control-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: 0;
  border-bottom: solid 1px #000;
  font-size: 14px;
  padding: 6px 0;
  height: 100px;
  margin-bottom: 10px;
}
.home-contact--form .wpcf7-form-control-wrap textarea::placeholder {
  color: #838383;
}
.home-contact--form .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}
.home-contact--form .wpcf7-form.submitting .wpcf7-submit {
  background-color: #0053b7;
  cursor: not-allowed;
  opacity: 0.8;
}
.home-contact--form .wpcf7-acceptance {
  display: block;
  margin-bottom: 1rem;
}
.home-contact--form .wpcf7-acceptance &gt; span {
  display: block;
  margin: 0;
}
.home-contact--form .wpcf7-acceptance &gt; span &gt; label {
  display: flex;
  align-items: flex-start;
}
.home-contact--form .wpcf7-acceptance &gt; span &gt; label &gt; input {
  margin-right: 10px;
  margin-top: 4px;
}
.home-contact--form .wpcf7-acceptance &gt; span &gt; label &gt; span {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  color: #6f6f6f;
}
.home-contact--form .wpcf7-acceptance + .wpcf7-not-valid-tip {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 12px;
}
.home-contact--form .wpcf7-response-output {
  padding: 0.5rem 1rem !important;
  margin: 2rem 0 0 0 !important;
  font-size: 12px;
  line-height: 1.4;
  border-width: 1px !important;
}
.home-contact--form .wpcf7-spinner {
  display: none;
}

@media (min-width: 768px) {
  .home-contact {
    padding-top: 6rem;
  }
  .home-contact--form {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .home-contact {
    padding-bottom: 5rem;
  }
  .home-contact--header {
    margin-bottom: 4rem;
  }
  .home-contact--header h2 {
    font-size: 66px;
    background-position: calc(50% + 30px) bottom;
    background-size: 280px auto;
  }
  .home-contact--header p a {
    font-size: 1.5rem;
  }
  .home-contact--form {
    max-width: 960px;
  }
  .home-contact--form .wpcf7-form &gt; p:first-of-type {
    display: flex;
  }
  .home-contact--form .wpcf7-form &gt; p:first-of-type label {
    margin-right: 1rem;
  }
  .home-contact--form .wpcf7-form &gt; p:first-of-type label:last-child {
    margin-right: 0;
  }
  .home-contact--form .wpcf7-form &gt; p:nth-of-type(3) {
    margin-top: 1rem;
  }
  .home-contact--form .wpcf7-form &gt; p:nth-of-type(5) {
    text-align: center;
  }
  .home-contact--form .wpcf7-form &gt; p:nth-last-of-type(2) {
    font-size: 14px;
  }
  .home-contact--form .wpcf7-acceptance &gt; span &gt; label &gt; input {
    margin-right: 1rem;
    margin-top: 4px;
  }
  .home-contact--form .wpcf7-acceptance &gt; span &gt; label &gt; span {
    font-size: 14px;
  }
  .home-contact--form .wpcf7-acceptance + .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.home-aquapark-info {
  color: #fff;
  background: #082F68;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.home-aquapark-info .cnt {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.home-aquapark-info .cnt .left,
.home-aquapark-info .cnt .right {
  min-width: 30%;
}
.home-aquapark-info .cnt .left {
  padding-right: 1rem;
}
.home-aquapark-info .cnt .left .decoration-image {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: -7rem;
}
.home-aquapark-info .cnt .left .decoration-image img {
  max-width: 100%;
}
.home-aquapark-info .cnt .center {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.home-aquapark-info .cnt .center .text h2,
.home-aquapark-info .cnt .center .text h3 {
  font-size: 2.2rem;
  line-height: 0.9;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.home-aquapark-info .cnt .center .text h2 span,
.home-aquapark-info .cnt .center .text h3 span {
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: center bottom;
}
.home-aquapark-info .cnt .center .text h2 i,
.home-aquapark-info .cnt .center .text h3 i {
  font-style: normal;
  font-size: 4.5rem;
}
.home-aquapark-info .cnt .right {
  min-width: 100%;
}
@media (min-width: 768px) {
  .home-aquapark-info {
    padding-bottom: 1rem;
  }
  .home-aquapark-info .cnt {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .home-aquapark-info .cnt .left .decoration-image {
    max-width: 100%;
  }
  .home-aquapark-info .cnt .center {
    text-align: left;
  }
  .home-aquapark-info .cnt .center h2,
  .home-aquapark-info .cnt .center h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-aquapark-info .cnt .right {
    min-width: 25%;
  }
}
@media (min-width: 1200px) {
  .home-aquapark-info .cnt .center .text h2,
  .home-aquapark-info .cnt .center .text h3 {
    font-size: 2.5rem;
    margin: 0 auto;
  }
}
.home-aquapark-building {
  margin-top: -10vw;
  z-index: 0;
  position: relative;
}
.home-aquapark-building .image-top {
  position: relative;
}
.home-aquapark-building .image-top .image-container {
  position: relative;
  display: flex;
  min-height: 600px;
  max-height: 600px;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.home-aquapark-building .image-top .image-container img {
  height: 600px;
  width: auto;
}
.home-aquapark-building .image-top .text-container {
  width: 100%;
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 40px;
  left: 0;
}
.home-aquapark-building .image-top .text-container h2, .home-aquapark-building .image-top .text-container h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 2rem;
}
.home-aquapark-building .image-top .text-container h2 span, .home-aquapark-building .image-top .text-container h3 span {
  background: url("../images/heading_wave.svg") no-repeat;
  background-position: center bottom;
}
.home-aquapark-building .image-top .text-container p {
  text-transform: uppercase;
  font-weight: bold;
}
.home-aquapark-building .image-top .bg-gradient {
  position: absolute;
  width: 100%;
  height: 30vw;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(38, 37, 52, 0) 3%, #082F68 100%);
}
.home-aquapark-building .bottom-text {
  position: relative;
  background: #082F68;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-top: -3vw;
  z-index: 2;
}
.home-aquapark-building .bottom-text .title {
  text-transform: uppercase;
  font-size: 2.2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.home-aquapark-building .bottom-text p {
  line-height: 1.4em;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.home-aquapark-building .slider-container {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.home-aquapark-building .slider-container:before {
  height: 200px;
  content: "";
  width: 100%;
  background: #082F68;
  position: absolute;
  top: 0;
  left: 0;
}
.home-aquapark-building .slider-container .swiper-button-prev,
.home-aquapark-building .slider-container .swiper-button-next {
  color: #fff;
  text-shadow: 0 1px 7px #000000;
  transform: translateY(-50%);
}
.home-aquapark-building .slider-container .swiper-button-prev:after,
.home-aquapark-building .slider-container .swiper-button-next:after {
  font-size: 1.8rem;
}
.home-aquapark-building .slider-container .swiper-button-prev.swiper-button-disabled,
.home-aquapark-building .slider-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.home-aquapark-building .slider-container .swiper-pagination {
  bottom: 0;
}
.home-aquapark-building .slider-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #082F68;
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  transition: opacity 0.2s ease-in-out;
}
.home-aquapark-building .slider-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #082f68;
}
.home-aquapark-building .slider-container .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.home-aquapark-building .slider-container .slider {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.home-aquapark-building .slider-container .slider.active {
  display: block;
  opacity: 1;
}
.home-aquapark-building .slider-container .slider-box {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
.home-aquapark-building .slider-container .slider-box .swiper-wrapper[data-slider-video="1"] {
  justify-content: center;
}
.home-aquapark-building .slider-container .slider-box .swiper-wrapper[data-slider-video="1"] .box {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.home-aquapark-building .slider-container .slider-box .box {
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;
}
.home-aquapark-building .slider-container .slider-box .box .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-aquapark-building .slider-container .slider-box .box .image-container .image.cover {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
.home-aquapark-building .slider-container .slider-box .box .image-container .image.cover img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
}
.home-aquapark-building .slider-container .slider-box .box .image-container .image:hover img {
  opacity: 0.8;
}
.home-aquapark-building .progress-container {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  padding-top: 1rem;
}
@media only screen and (max-width: 991.98px) {
  .home-aquapark-building .progress-container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 490px) {
  .home-aquapark-building .progress-container {
    padding-top: 0;
  }
}
.home-aquapark-building .progress-container .progress-label {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  color: #082f68;
  width: 120px;
}
@media only screen and (max-width: 991.98px) {
  .home-aquapark-building .progress-container .progress-label {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 490px) {
  .home-aquapark-building .progress-container .progress-label {
    margin-top: 0;
    padding-top: 0;
  }
}
.home-aquapark-building .progress-container .progress-label .icon {
  height: 0.8em;
}
@media only screen and (max-width: 1199.98px) {
  .home-aquapark-building .progress-container .progress-label .icon {
    display: none;
  }
}
.home-aquapark-building .progress-container .progress-list {
  width: 100%;
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .home-aquapark-building .progress-container .progress-list {
    width: 100%;
  }
}
.home-aquapark-building .progress-container .progress-list .element-list {
  width: 20%;
  transition: opacity 0.2s ease-in-out;
}
.home-aquapark-building .progress-container .progress-list .element-list .top {
  height: 37px;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
  color: #CDCDCD;
}
@media only screen and (max-width: 490px) {
  .home-aquapark-building .progress-container .progress-list .element-list .top {
    font-size: 0.8em;
  }
}
.home-aquapark-building .progress-container .progress-list .element-list .icon {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.home-aquapark-building .progress-container .progress-list .element-list .icon span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CDCDCD;
  z-index: 2;
  border: 1px solid #CDCDCD;
}
.home-aquapark-building .progress-container .progress-list .element-list .icon:before, .home-aquapark-building .progress-container .progress-list .element-list .icon:after {
  position: absolute;
  width: calc(50% - 12px);
  height: 1px;
  top: 50%;
  background: #A1A1A1;
  content: "";
  transform: translateY(-50%);
  z-index: 0;
}
.home-aquapark-building .progress-container .progress-list .element-list .icon:before {
  left: 0;
}
.home-aquapark-building .progress-container .progress-list .element-list .icon:after {
  right: 0;
}
.home-aquapark-building .progress-container .progress-list .element-list .bottom {
  color: #082f68;
  font-weight: 400;
  display: none;
}
.home-aquapark-building .progress-container .progress-list .element-list.active, .home-aquapark-building .progress-container .progress-list .element-list.selected {
  cursor: pointer;
}
.home-aquapark-building .progress-container .progress-list .element-list.active .top, .home-aquapark-building .progress-container .progress-list .element-list.selected .top {
  color: #082f68;
}
.home-aquapark-building .progress-container .progress-list .element-list.active .icon span {
  background-color: #fff;
  border-color: #082f68;
}
.home-aquapark-building .progress-container .progress-list .element-list.selected .icon span {
  background-color: #082f68;
  border-color: #082f68;
}
.home-aquapark-building .progress-container .progress-list .element-list.selected .bottom {
  display: block;
}
.home-aquapark-building .progress-container .progress-list .element-list:first-of-type .icon:before {
  display: none;
}
.home-aquapark-building .progress-container .progress-list .element-list:last-of-type .icon:after {
  display: none;
}

@media (min-width: 768px) {
  .home-aquapark-building .image-top .image-container {
    display: block;
    height: auto;
    max-height: initial;
    min-height: initial;
    width: 100%;
  }
  .home-aquapark-building .image-top .image-container img {
    height: auto;
    max-height: initial;
    width: 100%;
    max-width: 100%;
  }
  .home-aquapark-building .image-top .text-container {
    top: 8vw;
  }
}
@media (min-width: 1200px) {
  .home-aquapark-building .image-top .text-container {
    padding-top: 10vw;
  }
  .home-aquapark-building .image-top .text-container h2, .home-aquapark-building .image-top .text-container h3 {
    font-size: 4rem;
    padding-bottom: 0.7rem;
  }
  .home-aquapark-building .image-top .text-container p {
    font-size: 25px;
    margin: 0 auto;
  }
  .home-aquapark-building .slider-container .container {
    max-width: 1200px;
  }
}
.cookie-terms-alert-box {
  position: fixed;
  left: 1vw;
  bottom: 1vw;
  max-width: 750px;
  font-size: 16px;
  z-index: 2147483645;
  background-color: #fff;
  box-shadow: 0 0 4px 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  padding: 1rem;
  display: none;
  transition: transform 0.4s ease-in-out;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt {
  display: none;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt.cookie-terms-alert-box-active {
  display: flex;
}
@media (max-width: 767.98px) {
  .cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-left-column {
    width: 100%;
  }
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-left-column .cookie-terms-alert-box-policy .cookie-terms-alert-box-p {
  color: #000;
  font-size: 0.85em;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-left-column .cookie-terms-alert-box-policy .cookie-terms-alert-box-p a {
  color: #153a70;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-left-column .cookie-terms-alert-box-policy .cookie-terms-alert-box-p a:hover {
  opacity: 0.6;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column {
  text-align: center;
}
@media (max-width: 767.98px) {
  .cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column {
    width: 100%;
  }
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons {
  display: flex;
  flex-direction: column;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-btn {
  padding: 0.75em 1.5em;
  margin-bottom: 10px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.7em;
  background: linear-gradient(93.62deg, #2ba0c5 16.08%, #3287b3 52.98%), #3287b3;
  box-shadow: none;
  border: 1px solid #2ba0c6;
  color: #fff;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-btn:hover {
  background: transparent;
  color: #153a70;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-btn.cookie-terms-alert-box-cancel {
  background: #e3e3e3;
  border-color: #cdcdcd;
  color: #969393;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-btn.cookie-terms-alert-box-cancel:hover {
  background: #969393;
  color: #fff;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-btn.cookie-terms-alert-box-btn-accept-some {
  display: none;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-btn.cookie-terms-alert-box-without-border {
  border: none;
  background: none;
  text-decoration: underline;
  color: #153a70;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-btn.cookie-terms-alert-box-without-border:hover {
  color: #153a70;
  opacity: 0.6;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-saved-label {
  color: #fff;
  font-size: 0.8em;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 0.25em;
  text-align: center;
  width: 100%;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-saved-label svg {
  max-width: 100%;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-saved-label svg path {
  fill: #7bb28b;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-right-column .cookie-terms-alert-box-buttons .cookie-terms-alert-box-saved-label.cookie-terms-alert-box-active {
  opacity: 1;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-top-bar {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.5em;
  justify-content: space-between;
  border: 1px solid #eeeeee;
  background: #f2f1f1;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-top-bar .cookie-terms-alert-box-label-title {
  font-weight: 500;
  font-size: 0.8em;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-top-bar .cookie-terms-alert-box-switch {
  display: flex;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-top-bar .cookie-terms-alert-box-switch input[type=checkbox] {
  display: none;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-top-bar .cookie-terms-alert-box-switch input[type=checkbox]:checked + label {
  background: linear-gradient(93.62deg, #2ba0c5 16.08%, #3287b3 52.98%), #3287b3;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-top-bar .cookie-terms-alert-box-switch input[type=checkbox]:checked + label:after {
  left: calc(100% - 22px);
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-top-bar .cookie-terms-alert-box-switch label {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 50px;
  border-radius: 25px;
  cursor: pointer;
  background-color: #ddd;
  color: transparent;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-top-bar .cookie-terms-alert-box-switch label:after {
  transition: all 0.2s ease-in-out;
  content: " ";
  position: absolute;
  height: calc(19px);
  width: calc(19px);
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 3px;
  right: auto;
  box-shadow: 1px 1px 1px gray;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-col-full {
  min-width: 100%;
  border: 1px solid #eeeeee;
  padding: 0.5em;
}
.cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt .cookie-terms-alert-box-one-col .cookie-terms-alert-box-col-full .cookie-terms-alert-box-p {
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cookie-terms-alert-box .cookie-terms-alert-box-main-container .cookie-terms-alert-box-cnt[data-step="2"] {
    max-height: 95vh;
    overflow: auto;
  }
}
.cookie-terms-alert-box.cookie-terms-alert-box-active {
  display: block;
}
.cookie-terms-alert-box.cookie-terms-alert-box-hidden-ver {
  transform: translateX(calc(-100% - 2vw));
}
</pre></body></html>