/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
:root {
  --fz-html: 62.5%;
  --fz-base: 1.6rem;
  --fw-base: 400;
  --lh-base: 1.2;
  --t-duration: 0.4s;
  --ff-base: "Effra", Helvetica, Arial, sans-serif;
  --ff-secondary: "Fraunces", Helvetica, Arial, sans-serif;
  --ff-teritery: "Calibri", Helvetica, Arial, sans-serif;
  --c-base: #000;
  --c-white: #fff;
  --c-black: #000;
  --c-dark-blue: #003a5e;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/Fraunces72pt-Bold.woff2") format("woff2"), url("../assets/fonts/Fraunces72pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/Fraunces72pt-Regular.woff2") format("woff2"), url("../assets/fonts/Fraunces72pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../assets/fonts/Effra-Bold.woff2") format("woff2"), url("../assets/fonts/Effra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../assets/fonts/Effra-Medium.woff2") format("woff2"), url("../assets/fonts/Effra-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Effra";
  src: url("../assets/fonts/Effra-Regular.woff2") format("woff2"), url("../assets/fonts/Effra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../assets/fonts/Calibri.woff2") format("woff2"), url("../assets/fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: var(--fz-html);
}
body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-dark-blue);
}
body.menu-is-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  body.no-scroll-mobile {
    overflow: hidden;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}
a[href^=tel] {
  text-decoration: none;
}
.level-1,
h1,
.level-2,
h2,
.level-3,
h3,
.level-4,
h4,
.level-5,
h5,
.level-6,
h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
.level-1.underlined,
h1.underlined,
.level-2.underlined,
h2.underlined,
.level-3.underlined,
h3.underlined,
.level-4.underlined,
h4.underlined,
.level-5.underlined,
h5.underlined,
.level-6.underlined,
h6.underlined {
  position: relative;
  padding-bottom: 1rem;
}
.level-1.underlined:after,
h1.underlined:after,
.level-2.underlined:after,
h2.underlined:after,
.level-3.underlined:after,
h3.underlined:after,
.level-4.underlined:after,
h4.underlined:after,
.level-5.underlined:after,
h5.underlined:after,
.level-6.underlined:after,
h6.underlined:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: currentColor;
}
.level-1,
h1 {
  font-size: 7rem;
}
@media (max-width: 1023px) {
  .level-1,
  h1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  .level-1,
  h1 {
    font-size: 3.5rem;
  }
}
.level-2,
h2 {
  font-size: 3.5rem;
}
@media (max-width: 1023px) {
  .level-2,
  h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .level-2,
  h2 {
    font-size: 2.4rem;
  }
}
.level-3,
h3 {
  font-size: 2.8rem;
}
@media (max-width: 1023px) {
  .level-3,
  h3 {
    font-size: 2.4rem;
  }
}
.level-4,
h4 {
  font-size: 2.4rem;
}
.level-5,
h5 {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .level-5,
  h5 {
    font-size: 1.6rem;
  }
}
.level-6,
h6 {
  font-size: 1.6rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
.bg-aqua {
  background-color: #f3f5f7;
}
.bg-dark-blue {
  background-color: var(--c-dark-blue);
}
@media (max-width: 767px) {
  .bg-aqua-mobile {
    background-color: #f3f5f7;
  }
}
.bg-dark-blue {
  background-color: var(--c-dark-blue);
  color: var(--c-white);
}
.bg-dark-blue .btn--white {
  background-color: var(--c-white);
  color: var(--c-dark-blue);
  border: 1px solid var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
  .bg-dark-blue .btn--white:hover {
    background-color: transparent;
    border-color: var(--c-white);
    color: var(--c-white);
  }
}
@media (hover: hover) and (pointer: fine) {
    .textWithRightCTA .btn--white:hover { background-color: var(--c-dark-blue); border-color: var(--c-dark-blue); color: var(--c-white); }
}
@media (hover: hover) and (pointer: fine) {
  .bg-white .btn:hover {
    background-color: var(--c-dark-blue);
    border-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
.bg-blue {
  background-color: #d9e1e7;
}
.no-bottom-space {
  padding-bottom: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
}
.border-top {
  position: relative;
}
.border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100.4rem;
  transform: translateX(-50%);
  border-top: 1px solid var(--c-dark-blue);
}
section:not(.has-slider) .slider__bar {
  display: none !important;
}
section:not(.has-slider) .js-slider-info {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[hidden],
.hidden {
  display: none !important;
}
[disabled],
.disabled {
  cursor: default;
}
@media (max-width: 767px) {
  .visible-xs-flex {
    display: flex !important;
  }
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  max-width: 83.4rem;
  margin: 0 auto;
}
.accordion .accordion__section {
  border-bottom: 1px solid #d9e1e7;
}
.accordion .accordion__section.is-open .accordion__head a img {
  transform: rotate(-90deg);
}
.accordion .accordion__section.is-open .accordion__head h2 {
  position: relative;
}
.accordion .accordion__section.is-open .accordion__head h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: currentColor;
}
.accordion .accordion__section + .accordion__section {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .accordion .accordion__section + .accordion__section {
    margin-top: -0.1rem;
  }
}
.accordion .accordion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.7rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion .accordion__head {
    margin-bottom: 0;
    align-items: flex-start;
  }
}
.accordion .accordion__head a img {
  transition: transform var(--t-duration);
}
@media (max-width: 767px) {
  .accordion .accordion__head a img {
    margin-top: 0.8rem;
  }
}
.accordion .accordion__head h4 {
  margin-bottom: 0;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .accordion .accordion__head h4 {
    font-size: 1.6rem;
    max-width: calc(100% - 3rem);
    flex: 0 0 calc(100% - 3rem);
    line-height: 1.4;
    padding: 0.5rem 0;
  }
}
.accordion .accordion__head h2 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 1.1rem;
}
.accordion .accordion__head h2.underlined {
  padding-bottom: 1.3rem;
}
.accordion .accordion__body {
  display: none;
  padding: 4.3rem 0 4rem;
}
@media (max-width: 767px) {
  .accordion .accordion__body {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .accordion--events .accordion__head {
    padding: 1rem 0 0.8rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .accordion--events .accordion__head a img {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------ *\
	Bar alert
\* ------------------------------------------------------------ */
.bar-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background-color: #e6435f;
  color: var(--c-white);
  padding: 2.8rem 0 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-duration), visibility var(--t-duration);
}
@media (max-width: 767px) {
  .bar-alert {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
.bar-alert.is-visible {
  opacity: 1;
  visibility: visible;
}
.bar-alert.is-not-visible {
  opacity: 0;
  visibility: hidden;
}
.bar-alert .bar__inner {
  position: relative;
  padding: 0 10.3rem 0 4.3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .bar-alert .bar__inner {
    padding: 0 2.5rem 0 0;
  }
}
.bar-alert h5 {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .bar-alert p {
    margin-bottom: 0;
  }
}
.bar-alert .bar__close {
  position: absolute;
  top: -0.3rem;
  right: 7rem;
}
@media (max-width: 767px) {
  .bar-alert .bar__close {
    right: 0;
  }
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  padding: 1.4rem 0;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .breadcrumbs:has(.list-hints) {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumbs .shell {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .breadcrumbs.bg-aqua {
    background-color: var(--c-white);
    padding: 0 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs.bg-aqua-mobile {
    background-color: #f3f5f7;
    padding: 1.4rem 0;
  }
}
.breadcrumbs ul:not(.list-hints) {
  display: flex;
  list-style: none;
}
@media (max-width: 767px) {
    .breadcrumbs ul:not(.list-hints) { order: 1; font-size: 12px; }
}
.breadcrumbs ul:not(.list-hints) li + li {
  margin-left: 2rem;
  position: relative;
}
.breadcrumbs ul:not(.list-hints) li + li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -1.2rem;
}
.breadcrumbs ul:not(.list-hints) a {
  text-decoration: none;
  position: relative;
  display: block;
  max-width: max-content;
}
.breadcrumbs ul:not(.list-hints) a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: var(--t-duration);
  transform-origin: bottom left;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs ul:not(.list-hints) a:hover:after {
    transform: scaleX(1);
  }
}
.breadcrumbs .list-hints {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: -0.5rem;
}
@media (max-width: 767px) {
  .breadcrumbs .list-hints {
    order: 0;
    display: block;
    background-color: var(--c-dark-blue);
    margin: 0 -2.7rem 1rem -2.7rem;
    padding: 1.6rem 1.1rem;
  }
}
.breadcrumbs .list-hints .slick-arrow {
  width: 5rem;
  height: 5rem;
  background-color: #e6435f;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
}
.breadcrumbs .list-hints .slick-arrow:before {
  content: "";
  width: 1.2rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-size: 100%;
  mask-repeat: no-repeat;
  background-color: var(--c-white);
  transition: background-color var(--t-duration), opacity var(--t-duration);
}
@media (max-width: 767px) {
  .breadcrumbs .list-hints .slick-arrow:before {
    width: 1rem;
    height: 0.6rem;
  }
}
.breadcrumbs .list-hints .slick-arrow.slick-disabled {
  opacity: 0;
}
.breadcrumbs .list-hints .slick-prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
  mask-image: url("../assets/images/svg/arrow-prev.svg");
  left: 62%;
}
.breadcrumbs .list-hints .slick-next {
  left: auto;
  right: -2rem;
}
.breadcrumbs .list-hints .slick-next:before {
  mask-image: url("../assets/images/svg/arrow-next.svg");
  left: 38%;
}
.breadcrumbs .list-hints li {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .breadcrumbs .list-hints li {
    padding: 0.3rem;
  }
}
.breadcrumbs .list-hints a {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: var(--c-white);
  color: var(--c-dark-blue);
  font-family: var(--ff-base);
  padding: 1.1rem 1.4rem;
  border-radius: 0.6rem;
  line-height: 1;
  border: none;
  outline: none;
  text-align: center;
  transition: background-color var(--t-duration), color var(--t-duration);
  border: 1px solid var(--c-dark-blue);
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs .list-hints a:hover {
    background-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
@media (max-width: 767px) {
  .breadcrumbs .list-hints .slick-list {
    margin-right: -2.7rem;
  }
}
.breadcrumbs .list-hints .is-active a {
  background-color: var(--c-dark-blue);
  color: var(--c-white);
}
@media (max-width: 767px) {
  .breadcrumbs .list-hints .is-active a {
    border: 1px solid var(--c-white);
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs .list-hints .is-active a:hover {
    color: var(--c-dark-blue);
    background-color: transparent;
  }
}
.breadcrumbs ul + .list-hints {
  margin-top: -0.2rem;
}
.breadcrumbs--secondary {
  padding: 1.9rem 0 0.4rem;
}
.btn { display: inline-flex; vertical-align: middle; align-items: center; justify-content: center; cursor: pointer; text-decoration: none; appearance: none; font-size: 1.6rem; font-weight: 500; background-color: var(--c-dark-blue); color: var(--c-white); font-family: var(--ff-base); padding: 1.1rem 1.7rem 1.1rem; border-radius: 0.6rem; line-height: 1; border: 1px solid var(--c-dark-blue); outline: none; text-align: center; transition: background-color var(--t-duration), border-color var(--t-duration), color var(--t-duration);border: 1px solid transparent; }
    .btn:hover { border: 1px solid var(--c-dark-blue); }
.btn:has(svg) {
  padding: 1rem 1.5rem;
  margin-top: auto;
  max-width: max-content;
}
.btn:has(svg) svg {
  margin-right: 1.2rem;
}
.btn:has(img) {
  padding: 1rem 1.5rem;
  margin-top: auto;
  max-width: max-content;
}
.btn:has(img) img {
  margin-right: 1.2rem;
}
.btn svg {
  fill: currentColor;
}
.btn:hover svg path { fill: #fff; }
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: transparent;
    color: var(--c-dark-blue);
  }
}
.btn--aqua {
  background-color: #f3f5f7;
  color: var(--c-dark-blue);
  border: 1px solid #f3f5f7;
}
@media (hover: hover) and (pointer: fine) {
    .btn--aqua:hover { background-color: var(--c-dark-blue);border: 1px solid var(--c-dark-blue); color: var(--c-white); }
}
.btn--white {
  background-color: var(--c-white);
  color: var(--c-dark-blue);
  border: 1px solid var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
    .btn--white:hover { background-color: var(--c-dark-blue); border: 1px solid var(--c-dark-blue); color: var(--c-white); }
}
.btn--yellow {
  background-color: #f9c116;
  border: 1px solid #f9c116;
  color: var(--c-dark-blue);
}
@media (hover: hover) and (pointer: fine) {
  .btn--yellow:hover {
    background-color: #f7de93;
    border-color: #f7de93;
  }
}
.btn--block {
  display: block;
  padding-inline: 0;
}
/* ------------------------------------------------------------ *\
	Buger btn
\* ------------------------------------------------------------ */
.burger-btn {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.burger-btn img {
  margin-right: 0.8rem;
}
/* ------------------------------------------------------------ *\
	Card find
\* ------------------------------------------------------------ */
.cards-find {
  padding: 0 5.2rem;
}
@media (max-width: 1023px) {
  .cards-find {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .cards-find {
    padding: 0;
    margin: 0 -1.4rem;
  }
}
.cards-find .grid-flex {
  margin: -1.2rem;
}
@media (max-width: 767px) {
  .cards-find .grid-flex {
    margin: 0 -0.5rem;
  }
}
.cards-find .grid-flex .grid__col {
  padding: 1.2rem;
}
@media (max-width: 767px) {
  .cards-find .grid-flex .grid__col {
    padding-inline: 0;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .cards-find--small {
    padding: 0 0.7rem;
  }
}
@media (max-width: 767px) {
  .cards-find--small .grid-flex .grid__col--1of2 {
    --grid-cols: 1;
  }
}
@media (max-width: 767px) {
  .cards-find--small .grid-flex .grid__col + .grid__col {
    margin-top: 2.1rem;
  }
}
@media (max-width: 767px) {
  .cards-find--small .card-find .card__content {
    padding: 1.9rem 1.3rem 2.3rem 2.4rem;
    min-height: 23.6rem;
  }
}
@media (max-width: 767px) {
  .cards-find--small .card-find .card__content h5 {
    order: 0;
  }
}
@media (max-width: 767px) {
  .cards-find--small .card-find .card__content h3 {
    margin-bottom: 1.3rem;
    order: 0;
  }
}
@media (max-width: 767px) {
  .cards-find--small .card-find .card__content h3.underlined {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cards-find--small .card-find .card__content .btn {
    order: 0;
  }
}
.cards-find--hidden-mobile-image .grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}
@media (max-width: 767px) {
  .cards-find--hidden-mobile-image .card-find .card__image {
    display: none;
  }
}
@media (max-width: 767px) {
  .cards-find--hidden-mobile-image .card-find .card__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.cards-find--secondary .grid-flex {
  justify-content: center;
}
@media (max-width: 767px) {
  .cards-find--secondary .grid-flex {
    margin: -1rem;
  }
}
@media (max-width: 767px) {
  .cards-find--secondary .grid-flex .grid__col {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cards-find--secondary .card-find .card__image {
    display: none;
  }
}
.cards-find--secondary .card-find .card__content {
  max-width: 100%;
  padding: 2.8rem 1.4rem 2.4rem 2.4rem;
}
@media (max-width: 767px) {
  .cards-find--secondary .card-find .card__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.cards-find--secondary .card-find .card__content h3 {
  margin: 0 0 1.2rem;
}
.card-find {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f3f5f7;
  color: var(--c-dark-blue);
  height: 100%;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .card-find {
    display: flex;
    flex-direction: column;
  }
}
.card-find > a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .card-find > a {
    height: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card-find > a:hover .media img {
    transform: scale(1.15);
  }
    .card-find > a:hover .btn { background-color: transparent; color: currentColor;  border: 1px solid currentColor; }
}
@media (hover: hover) and (pointer: fine) {
    .card-find > a:hover .btn--white { background-color: var(--c-dark-blue);  border: 1px solid var(--c-dark-blue); color: var(--c-white); }
}
.card-find .card__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .card-find .card__image {
    max-width: 38%;
  }
}
.card-find .card__image .media {
  height: 100%;
  padding-top: 0;
}
.card-find .card__image img {
  transition: transform var(--t-duration);
}
.card-find .card__content {
  padding: 1.9rem 1.4rem 2.4rem 2.4rem;
  line-height: 1.44;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 23.6rem;
}
@media (max-width: 767px) {
  .card-find .card__content {
    padding: 1.9rem 1.3rem 2rem 1.8rem;
    min-height: 0;
    height: 100%;
    max-width: 62%;
  }
}
.card-find .card__content h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .card-find .card__content h5 {
    order: 1;
  }
}
.card-find .card__content h3 {
  line-height: 1.08;
  font-weight: 500;
  font-family: var(--ff-base);
  margin: 2.9rem 0 1.8rem;
}
@media (max-width: 767px) {
  .card-find .card__content h3 {
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 767px) {
  .card-find .card__content br {
    display: none;
  }
}
.card-find .card__content .btn {
  margin-top: auto;
  max-width: max-content;
}
@media (max-width: 767px) {
  .card-find .card__content .btn {
    order: 2;
    width: 100%;
    padding: 1.2rem 1.5rem 1.2rem;
  }
}
.card-find .card__content h5 + h3 {
  margin-top: 0;
}
.card--dark {
  background-color: var(--c-dark-blue);
  color: var(--c-white);
}
.card--dark .btn {
  background-color: #f3f5f7;
  color: var(--c-dark-blue);
}
@media (hover: hover) and (pointer: fine) {
  .card--dark .btn:hover {
    background-color: transparent;
    color: #f3f5f7;
    border-color: #f3f5f7;
  }
}
.card--green {
  background-color: #129671;
  color: var(--c-white);
}
.card--green .btn {
  background-color: #f3f5f7;
  border-color: #f3f5f7;
  color: #129671;
}
.card--pink {
  background-color: #e6435f;
  color: var(--c-white);
}
.card--dark-aqua {
  background-color: #d9e1e7;
}
/* ------------------------------------------------------------ *\
	Card image text
\* ------------------------------------------------------------ */
.card-image-text {
  display: flex;
  align-items: flex-end;
  --x-padding: 6.9rem;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .card-image-text {
    --x-padding: 3.9rem;
  }
}
@media (max-width: 767px) {
  .card-image-text {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card-image-text:hover .media img {
    transform: scale(1.15);
  }
}
.card-image-text .card__body {
  max-width: 63.3%;
  flex: 0 0 63.3%;
  padding: 3.5rem 6rem 0 var(--x-padding);
  background-color: var(--c-white);
  border-radius: 0.6rem 0.6rem 0 0;
  position: relative;
  z-index: 3;
  margin-bottom: -6rem;
}
@media (max-width: 1023px) {
  .card-image-text .card__body {
    padding: 2rem 3rem 0 var(--x-padding);
  }
}
@media (max-width: 767px) {
  .card-image-text .card__body {
    padding: 2.6rem 2.7rem 2rem 2.8rem;
    margin: 0;
    max-width: 81%;
    flex: 0 0 81%;
    order: 1;
    margin-top: -48%;
    border-radius: 0 0.6rem 0 0.6rem;
  }
}
.card-image-text .card__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--x-padding);
  width: 20rem;
  height: 2px;
  background-color: #d9e1e7;
}
@media (max-width: 1023px) {
  .card-image-text .card__body:before {
    width: 14rem;
  }
}
@media (max-width: 767px) {
  .card-image-text .card__body:before {
    display: none;
  }
}
.card-image-text .card__body h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .card-image-text .card__body h5 {
    margin-bottom: 0.9rem;
  }
}
.card-image-text .card__body h2 {
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .card-image-text .card__body h2 {
    line-height: 1.33;
    margin-bottom: 2.4rem;
  }
}
.card-image-text .card__body h2.underlined {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .card-image-text .card__body h2.underlined {
    padding-bottom: 1.9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card-image-text .card__body .btn:hover {
    background-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
.card-image-text .card__image {
  max-width: 66.3%;
  flex: 0 0 66.3%;
  margin-left: -29.7rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .card-image-text .card__image {
    margin-left: -21.7rem;
  }
}
@media (max-width: 767px) {
  .card-image-text .card__image {
    margin: 0;
    max-width: 100%;
    flex: 0 0 100%;
    border-radius: 0;
  }
}
.card-image-text .card__image .media {
  padding-top: 60%;
}
@media (max-width: 767px) {
  .card-image-text .card__image .media {
    padding-top: 94%;
  }
}
.card-image-text .card__image .media img {
  transition: transform var(--t-duration);
}
.card-image-text--secondary {
  margin-left: -1.3rem;
  --x-padding: 0;
  align-items: flex-start;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .card-image-text--secondary {
    margin: 0;
  }
}
.card-image-text--secondary .card__body {
  max-width: 41.8%;
  flex: 0 0 41.8%;
  padding-right: 1.6rem;
}
@media (max-width: 767px) {
  .card-image-text--secondary .card__body {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .card-image-text--secondary .card__body:before {
    width: 20rem;
    display: block;
  }
}
@media (max-width: 767px) {
  .card-image-text--secondary .card__body h2 {
    margin-bottom: 1.7rem;
  }
  .card-image-text--secondary .card__body h2.underlined {
    padding-bottom: 1.2rem;
  }
}
.card-image-text--secondary .card__image {
  max-width: 58.2%;
  flex: 0 0 58.2%;
  margin-left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .card-image-text--secondary .card__image {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
.card-image-text--secondary .card__image .media {
  padding-top: 41.3%;
}
.card-image-text--secondary .card__image .btn {
  position: absolute;
  bottom: 2.5rem;
  right: 3rem;
  z-index: 2;
  padding: 1.1rem 2rem 1.1rem;
}
@media (max-width: 767px) {
  .card-image-text--secondary .card__image .btn {
    bottom: 1.3rem;
    right: 1.5rem;
    padding: 1.1rem 1.2rem 1.1rem;
  }
}
.card-image-text--alt {
  --x-padding: 0;
  align-items: flex-start;
  padding-bottom: 0;
}
.card-image-text--alt .card__body {
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 1.6rem;
}
@media (max-width: 767px) {
  .card-image-text--alt .card__body {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0;
    order: 0;
    --x-padding: 2.7rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .card-image-text--alt .card__body:before {
    width: 20rem;
  }
}
.card-image-text--alt .card__image {
  max-width: 50%;
  flex: 0 0 50%;
  margin-left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .card-image-text--alt .card__image {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
    padding: 0 2.7rem;
  }
}
.card-image-text--alt .card__image .media {
  padding-top: 41.3%;
}
.card-image-text--alt .card__image .btn {
  position: absolute;
  bottom: 2.5rem;
  right: 3rem;
  z-index: 2;
  padding: 1.1rem 2rem 1.1rem;
}
@media (max-width: 767px) {
  .card-image-text--alt .card__image .btn {
    bottom: 0.8rem;
    right: 3.5rem;
    padding: 1.1rem 1.3rem 1.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card-image-text--alt .card__image .btn:hover {
    background-color: var(--c-dark-blue);
    border-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
.bg-dark-blue .card-image-text .card__body {
  background-color: var(--c-dark-blue);
}
.bg-dark-blue .card-image-text .card__body:before {
  background-color: var(--c-white);
}
/* ------------------------------------------------------------ *\
	Card large 
\* ------------------------------------------------------------ */
.card-large {
  background-color: #f3f5f7;
  position: relative;
}
.card-large.bg-white {
  background-color: var(--c-white);
}
.card-large.bg-dark-blue {
  background-color: var(--c-dark-blue);
}
.card-large.bg-dark-blue .card__content p {
  color: currentColor;
}
@media (max-width: 767px) {
  .card-large .shell {
    padding: 0;
  }
}
.card-large .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .card-large .card__image {
    position: relative;
    max-width: 100%;
  }
}
.card-large .card__image .media {
  padding-top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .card-large .card__image .media {
    padding-top: 58.8%;
  }
}
.card-large .card__content { max-width: 50%; margin-left: auto; padding: 7.7rem 0rem 6rem 7.7rem; font-size: 1.6rem; line-height: 1.625; }
@media (max-width: 1023px) {
  .card-large .card__content {
    padding: 10rem 0 3rem 6rem;
  }
}
@media (max-width: 767px) {
  .card-large .card__content {
    max-width: 100%;
    padding: 2.7rem 2.8rem 1rem;
  }
}
.card-large .card__content h5 {
  line-height: 1;
  font-family: var(--ff-secondary);
  font-weight: 400;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .card-large .card__content h5 {
    margin-bottom: 1.4rem;
  }
}
.card-large .card__content h2 {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .card-large .card__content h2 {
    margin-bottom: 2rem;
  }
}
.card-large .card__content h2.underlined {
  padding-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .card-large .card__content h2.underlined {
    padding-bottom: 1.1rem;
  }
}
.card-large .card__content p {
  color: var(--c-black);
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .card-large .card__content p {
    margin-bottom: 2rem;
  }
}
.slider-card-large {
  position: relative;
}
@media (max-width: 767px) {
  .slider-card-large {
    background-color: #f3f5f7;
    padding-bottom: 4.2rem;
  }
}
.slider-card-large.bg-white {
  background-color: var(--c-white);
}
.slider-card-large.bg-dark-blue {
  background-color: var(--c-dark-blue);
}
.slider-card-large .slider__bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 3.7rem;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 110rem;
  padding: 0 4.9rem;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .slider-card-large .slider__bar {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0 3.5rem;
    margin-top: 1.5rem;
  }
}
.slider-card-large .slider__bar .slider__info {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  margin-right: 1.3rem;
}
.slider-card-large .slider__bar .slider-arrows .slick-arrow {
  width: 3rem;
  height: 3rem;
  background-color: #d9e1e7;
}
.slider-card-large .slider__bar .slider-arrows .slick-arrow:before {
  width: 1.2rem;
  height: 0.6rem;
}
.slider-card-large .slider__bar .slider-arrows .slick-arrow + .slick-arrow {
  margin-left: 1.1rem;
}
.slider-card-large:has(.card-large.bg-dark-blue) {
  color: var(--c-white);
}
.slider-card-large--reversed .card-large .card__image {
  left: auto;
  right: 0;
}
.slider-card-large--reversed .card-large .card__content {
  margin-left: 0;
  margin-right: auto;
  padding: 7.7rem 7.7rem 6rem 0;
}
@media (max-width: 1023px) {
  .slider-card-large--reversed .card-large .card__content {
    padding: 9.3rem 3rem 6rem 0;
  }
}
@media (max-width: 767px) {
  .slider-card-large--reversed .card-large .card__content {
    max-width: 100%;
    padding: 2.7rem 2.8rem 1rem;
  }
}
.slider-card-large--reversed .slider__bar {
  max-width: 58.8rem;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .slider-card-large--reversed .slider__bar {
    max-width: 48rem;
  }
}
@media (max-width: 767px) {
  .slider-card-large--reversed .slider__bar {
    max-width: 100%;
    justify-content: flex-end;
  }
}
/* ------------------------------------------------------------ *\
	Card location
\* ------------------------------------------------------------ */
.cards-locations .grid-flex {
  --grid-gutter: 0;
  margin: -0.9rem -0.7rem;
}
.cards-locations .grid-flex .grid__col {
  padding: 0.9rem 0.7rem;
}
.card-location {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .card-location > a:hover .media img {
    transform: scale(1.15);
  }
    .inspirationcollections .card-location > a:hover .media img { transform: none; }
}
@media (hover: hover) and (pointer: fine) {
    .inspirationcollections .card-location .media a:hover img { transform: none; }
  .card-location .media a:hover img {
    transform: scale(1.15);
  }
}
.card-location .media {
  padding-top: 109%;
}
@media (max-width: 767px) {
  .card-location .media {
    padding-top: 108.8%;
  }
}
.inspirationcollections .card-location .media img { transition: none; }
.card-location .media img {
  transition: transform var(--t-duration);
}
.card-location .card__content { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 2; color: var(--c-white); background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); padding: 2.7rem 2.3rem; display: flex; flex-direction: column; justify-content: flex-end; font-size: 1.2rem; font-family: var(--ff-secondary); font-weight: 700; }
@media (max-width: 767px) {
  .card-location .card__content {
    padding: 2.8rem 2.4rem;
  }
}
.card-location .card__content h4 {
  font-size: 2.2rem;
  font-family: var(--ff-base);
  margin-bottom: 0;
}
.card-location .card__content h4 + p {
  margin-top: 0.3rem;
}
.card-location .card__content .btn {
  margin-top: auto;
  max-width: max-content;
}
.card-location .card__info {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: max-content;
  z-index: 3;
  color: var(--c-white);
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #e6435f;
  color: var(--c-white);
  font-family: var(--ff-base);
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
}
.card-location .card__actions {
  margin-top: 1.9rem;
}
.card-location .card__actions ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.card-location .card__actions ul li {
  padding: 0.5rem;
}
.card-location--no-orverlay > a {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-location--no-orverlay .media { padding-top: 83.3%; margin-bottom: 1.9rem; border-radius: 0.6rem; }
.card-location--no-orverlay .card__content { position: relative; bottom: auto; padding: 0; color: var(--c-dark-blue); font-size: 1.6rem; line-height: 1.6em; font-family: var(--ff-base); background: none; font-weight: 400; flex: 1; justify-content: flex-start; }
.card-location--no-orverlay .card__content h4 {
  line-height: 1.54;
}
.card-location--no-orverlay .card__info {
  top: auto;
  bottom: 0;
}
/* ------------------------------------------------------------ *\
	Cards events
\* ------------------------------------------------------------ */
.cards-events .grid-flex {
  margin: -1.4rem -0.7rem;
}
@media (max-width: 767px) {
  .cards-events .grid-flex {
    margin: -1.5rem 0;
  }
}
.cards-events .grid-flex .grid__col {
  padding: 1.4rem 0.7rem;
}
@media (max-width: 767px) {
  .cards-events .grid-flex .grid__col {
    padding: 1.5rem 0;
  }
}
.card-event {
  position: relative;
  border-radius: 0.6rem;
}
@media (max-width: 767px) {
  .card-event {
    padding: 0.9rem;
    background-color: var(--c-white);
  }
}
@media (hover: hover) and (pointer: fine) {
  .card-event:hover:after {
    transform: translate(-50%, -50%) scale(1);
  }
  .card-event:hover .media img {
    transform: scale(1.15);
  }
}
.card-event:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.6rem;
  transform: translate(-50%, -50%) scale(0.9);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background-color: var(--c-white);
  transition: transform var(--t-duration);
}
.card-event .media {
  border-radius: 0.6rem;
  padding-top: 74.4%;
}
@media (max-width: 767px) {
  .card-event .media {
    padding-top: 69%;
  }
}
.card-event .media img {
  transition: transform var(--t-duration);
}
.card-event .card__date {
  position: absolute;
  top: 0;
  left: 2.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 0.7rem 0.4rem;
  min-width: 6rem;
  background-color: var(--c-white);
  z-index: 3;
  border-radius: 0 0 0.6rem 0.6rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .card-event .card__date {
    top: 0.9rem;
  }
}
.card-event .card__content {
  background-color: var(--c-white);
  padding: 2rem 2.6rem 2.1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .card-event .card__content {
    padding: 1.7rem 0.3rem 0.1rem;
  }
}
.card-event .card__content h4 {
  font-size: 2.2rem;
  line-height: 1.18;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .card-event .card__content h4 {
    font-size: 2.4rem;
    line-height: 1.41;
  }
}
.card-event .card__content ul {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px) {
  .card-event .card__content ul {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .card-event .card__content ul li:first-child span {
    width: 2rem;
  }
}
.card-event .card__content ul li {
  display: flex;
  align-items: center;
}
.card-event .card__content ul li span {
  display: block;
  text-align: center;
  width: 1.7rem;
  margin-right: 1.3rem;
}
@media (max-width: 767px) {
  .card-event .card__content ul li img {
    width: 100%;
  }
}
.card-event .card__content ul li + li {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .card-event .card__content ul li + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .card-event .card__content .btn {
    display: block;
    margin: 2.3rem auto 0;
    max-width: max-content;
  }
}
/* ------------------------------------------------------------ *\
	Cards filters
\* ------------------------------------------------------------ */
.cards-filters .grid-flex {
  margin: -3.1rem -2rem;
}
@media (max-width: 1023px) {
  .cards-filters .grid-flex {
    margin: -2.5rem -1rem;
  }
}
.cards-filters .grid-flex .grid__col {
  padding: 3.1rem 2rem;
}
@media (max-width: 1023px) {
  .cards-filters .grid-flex .grid__col {
    padding: 2.5rem 1rem;
    height: inherit;
  }
}
@media (max-width: 767px) {
  .cards-filters .grid-flex .slick-track {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .cards-filters .grid-flex .slick-slide {
    height: inherit !important;
  }
}
.cards-filters .grid-flex .slick-slide > div {
  height: 100%;
}
@media (max-width: 767px) {
  .cards-filters .grid-flex.js-slider-mobile:has(.card__service) .slick-list {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cards-filters .grid-flex.js-slider-mobile:has(.card__service).grid-flex {
    margin: -2.5rem -0.7rem;
  }
}
@media (max-width: 767px) {
  .cards-filters .grid-flex.js-slider-mobile:has(.card__service).grid-flex .grid__col {
    padding: 2.5rem 0.7rem;
  }
}
.card-filters {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .card-filters {
    display: flex;
    height: inherit;
    flex-direction: column;
  }
}
.card-filters.card--dark-gray .card__service {
  background-color: #62676a;
}
.card-filters.card--dark-green .card__service {
  background-color: #129671;
}
.card-filters.card-filters--favourites .card__heart:after {
  opacity: 1;
}
.card-filters .card__heart {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 3;
  background-color: var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
  .card-filters .card__heart:hover:after {
    opacity: 1;
  }
}
.card-filters .card__heart:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 1.8rem;
  background-image: url("../assets/images/svg/ico-heart-hover.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
}
.card-filters .card__service {
  background-color: var(--c-dark-blue);
  color: var(--c-white);
  padding: 2.6rem 3.2rem 2.7rem;
  border-radius: 0.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .card-filters .card__service {
    padding: 1.6rem 2rem 2.3rem;
  }
}
@media (max-width: 767px) {
  .card-filters .card__service {
    padding: 2.6rem 3.1rem;
    flex: 1;
  }
}
.card-filters .card__service img {
  margin-bottom: 0.6rem;
}
.card-filters .card__service h4 {
  line-height: 1.41;
  font-family: var(--ff-secondary);
}
@media (max-width: 1023px) {
  .card-filters .card__service h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .card-filters .card__service h4 {
    font-size: 2.4rem;
  }
}
.card-filters .card__service h4.underlined {
  padding-bottom: 1.8rem;
}
.card-filters .card__image {
  margin-bottom: 2.4rem;
}
.card-filters .card__image .media {
  padding-top: 60.2%;
  border-radius: 0.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .card-filters .card__image .media:hover img {
    transform: scale(1.15);
  }
}
.card-filters .card__image .media img {
  transition: transform var(--t-duration);
}
.card-filters .card__rating {
  margin-bottom: 0.7rem;
}
.card-filters .card__content {
  line-height: 1.625;
}
.card-filters .card__content h4 {
  font-size: 2.2rem;
  margin-bottom: 0.9rem;
  line-height: 1.55;
}
.card-filters .card__content p {
  margin-bottom: 2.3rem;
}
.card-filters .card__info {
  list-style: none;
  display: flex;
  margin: -1.1rem;
  font-weight: 700;
}
.card-filters .card__info li {
  padding: 1.1rem;
  display: flex;
  align-items: center;
}
.card-filters .btn {
  margin-top: 3.2rem;
}
.card-filters p + .btn {
  margin-top: 0;
}
/* ------------------------------------------------------------ *\
	Cards grid
\* ------------------------------------------------------------ */
.section-grid-slider {
  padding: 1rem 0;
}
.section-grid-slider .slider-grid {
  position: relative;
}
.section-grid-slider .slider-grid .slider-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 6rem);
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.section-grid-slider .slider-grid .slider-arrows .slick-arrow {
  transition: opacity var(--t-duration), visibility var(--t-duration);
}
.section-grid-slider .slider-grid .slider-arrows .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.cards-grid .grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  margin: -0.5rem;
  --grid-cols: 0;
  --grid-gutter: 0;
}
.cards-grid .grid .grid__col {
  grid-column: span 2;
  grid-row: span 3;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cards-grid .grid .grid__col {
    display: none;
  }
}
.cards-grid .grid .grid__col:first-child {
  grid-column: span 6;
  grid-row: span 6;
}
@media (max-width: 767px) {
  .cards-grid .grid .grid__col:first-child {
    display: block;
    grid-column: span 12;
    grid-row: span 12;
  }
}
.card-grid {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  height: 100%;
}
.card-grid .card__labels {
  position: absolute;
  top: 1.9rem;
  left: 1.6rem;
  z-index: 3;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  color: var(--c-white);
  font-weight: 500;
  margin: -0.3rem;
}
.card-grid .card__labels li {
  padding: 0.3rem;
}
.card-grid .card__labels span {
  display: block;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 1;
  padding: 0.8rem 1.3rem 0.7rem;
  background-color: #e6435f;
}
.card-grid .card__labels .label--green span {
  background-color: #129671;
}
.card-grid .card__labels .label--gold span { background-color: #F9C116; color: var(--c-dark-blue);}
.card-grid .card__labels .label--blue span { background-color: var(--c-dark-blue); color: var(--c-white); }

.card-grid .btn {
  position: absolute;
  bottom: 0.8rem;
  left: 0.8rem;
  align-items: center;
  z-index: 2;
  font-size: 1.4rem;
  padding: 0.7rem 0.8rem 0.6rem;
}
.card-grid .btn img {
  margin-right: 0.8rem;
}
.card-grid .media {
  padding-top: 75%;
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Cards membership
\* ------------------------------------------------------------ */
.cards-membership .grid-flex {
  margin: -2.2rem;
}
.cards-membership .grid-flex .grid__col {
  padding: 2.2rem;
}
.card-membership {
  --bg-colour: #003a5e;
  background-color: var(--bg-colour);
  color: var(--c-white);
  border-radius: 1rem;
  padding: 3.6rem 3.5rem 2.9rem;
  font-size: 1.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .card-membership {
    padding: 2rem 2.5rem;
  }
}
.card-membership.card--green {
  --bg-colour: #129671;
}
.card-membership h3 {
  font-weight: 500;
  line-height: 1.07;
  margin-bottom: 1.7rem;
}
.card-membership h3.underlined {
  padding-bottom: 1.8rem;
}
.card-membership p {
  margin-bottom: 0.6rem;
  font-family: var(--ff-secondary);
}
.card-membership h2 {
  font-weight: 500;
  margin-bottom: 1.7rem;
}
.card-membership .btn {
  font-size: 1.7rem;
  padding: 1.6rem 2rem 1.5rem;
  margin-top: auto;
  max-width: max-content;
  color: var(--c-dark-blue);
}
/* ------------------------------------------------------------ *\
	Cards news
\* ------------------------------------------------------------ */
.cards-news .grid-flex {
  --grid-gutter: 0;
  margin: -3.3rem;
}
@media (max-width: 1023px) {
  .cards-news .grid-flex {
    margin: -1.5rem;
  }
}
@media (max-width: 767px) {
  .cards-news .grid-flex {
    margin: -1.9rem;
  }
}
.cards-news .grid-flex .grid__col {
  padding: 3.3rem;
}
@media (max-width: 1023px) {
  .cards-news .grid-flex .grid__col {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cards-news .grid-flex .grid__col {
    padding: 1.9rem;
    max-width: 100%;
  }
}
.card-news > a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .card-news > a:hover .media img {
    transform: scale(1.15);
  }
  .card-news > a:hover h4 img {
    opacity: 1;
  }
}
.card-news .media {
  padding-top: 108.2%;
  border-radius: 0.6rem;
  margin-bottom: 1.7rem;
}
.card-news .media img {
  transition: transform var(--t-duration);
}
.card-news .card__date {
  font-family: var(--ff-secondary);
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0.9rem;
  display: block;
}
.card-news .card__date:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: #d9e1e7;
}
.card-news h4 {
  font-weight: 400;
  line-height: 1.41;
}
@media (max-width: 767px) {
  .card-news h4 {
    padding-right: 0;
    font-size: 2.4rem;
  }
}
.card-news h4 img {
  margin-left: 1.1rem;
  opacity: 0;
  transition: opacity var(--t-duration);
}
.card-news .card__labels {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: -0.3rem;
}
.card-news .card__labels li {
  padding: 0.3rem;
}
.card-news .card__labels li span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5rem 0.7rem;
  line-height: 1;
  background-color: #d9e1e7;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .cards-news--flexed .grid-flex {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cards-news--flexed .grid-flex .grid__col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cards-news--flexed .grid-flex .grid__col + .grid__col {
    margin-top: 2.7rem;
  }
}
@media (max-width: 767px) {
  .cards-news--flexed .card-news a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .cards-news--flexed .card-news .media {
    max-width: 46.4%;
    flex: 0 0 46.4%;
    padding-top: 40%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cards-news--flexed .card-news .card__content {
    max-width: 53.6%;
    flex: 0 0 53.6%;
    padding-left: 1.4rem;
    margin-top: -0.2rem;
  }
}
@media (max-width: 767px) {
  .cards-news--flexed .card-news .card__content .card__date {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .cards-news--flexed .card-news .card__content h4 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 0.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Cards schedule
\* ------------------------------------------------------------ */
.cards-schedule .grid-flex {
  margin: -9rem;
}
@media (max-width: 1023px) {
  .cards-schedule .grid-flex {
    margin: -3rem;
  }
}
.cards-schedule .grid-flex .grid__col {
  padding: 9rem;
}
@media (max-width: 1023px) {
  .cards-schedule .grid-flex .grid__col {
    padding: 3rem;
  }
}
.card-schedule img {
  margin-bottom: 1.7rem;
}
.card-schedule h5 {
  font-family: var(--ff-secondary);
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .card-schedule h5 {
    margin-bottom: 0.9rem;
  }
}
.card-schedule h2 {
  font-weight: 500;
  line-height: 1;
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .cards {
    padding: 0 0.7rem;
  }
}
.cards .grid-flex {
  margin: -2rem -1.9rem;
}
@media (max-width: 767px) {
  .cards .grid-flex {
    margin: -1.2rem 0;
  }
}
.cards .grid-flex .grid__col {
  padding: 2rem 1.9rem;
}
@media (max-width: 767px) {
  .cards .grid-flex .grid__col {
    padding: 1.2rem 0;
  }
}
@media (max-width: 1023px) {
  .cards .grid-flex .grid__col--1of3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .cards .grid-flex .grid__col--1of3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.card {
  border-radius: 0.6rem;
  background-color: var(--c-white);
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .card:hover:after {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 5px 1px 18px 1px rgba(0, 0, 0, 0.2);
  }
  .card:hover .media img {
    transform: scale(1.15);
  }
}
.card:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.6rem;
  transform: translate(-50%, -50%) scale(0.9);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background-color: var(--c-white);
  transition: transform var(--t-duration), box-shadow var(--t-duration);
}
.card * {
  z-index: 2;
}
.card .card__label {
  position: absolute;
  top: 1.4rem;
  left: 1.3rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 0.9rem 0.7rem;
  line-height: 1;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  line-height: 1;
  z-index: 3;
  background-color: var(--c-dark-blue);
  color: var(--c-white);
}
.card .card__label img {
  margin: -0.2rem 0.6rem 0 0;
}
.card .card__heart {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 3;
  background-color: var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
  .card .card__heart:hover:after {
    opacity: 1;
  }
}
.card .card__heart:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 1.8rem;
  background-image: url("../assets/images/svg/ico-heart-hover.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.card .slider {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
.card .slider .slick-dots {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
}
.card .slider .slick-dots li + li {
  margin-left: 0.4rem;
}
.card .slider .slick-dots button {
  font-size: 0;
  width: 0.8rem;
  height: 0.8rem;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: var(--c-white);
  opacity: 0.8;
  transition: width var(--t-duration), height var(--t-duration);
}
.card .slider .slick-dots .slick-active button {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
}
.card .slider .slider-arrows {
  position: absolute;
  top: 53%;
  left: 50%;
  width: calc(100% + 3.2rem);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.card .slider .slider-arrows .slick-arrow {
  width: 4rem;
  height: 4rem;
  background-color: var(--c-white);
  pointer-events: auto;
}
.card .slider .slider-arrows .slick-arrow:before {
  width: 1.2rem;
  height: 0.6rem;
}
.card .slider .slider-arrows .slick-prev:before {
  left: 62%;
}
.card .slider .slider-arrows .slick-next:before {
  left: 38%;
}
.card .card__image .media {
  padding-top: 60.2%;
}
@media (max-width: 767px) {
  .card .card__image .media {
    padding-top: 60.4%;
  }
}
.card .card__image .media img {
  transition: transform var(--t-duration);
}
.card .card__content {
  position: relative;
  padding: 1.4rem 1.9rem 1.8rem;
}
.card .card__content h4 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.card .card__content p {
  margin-bottom: 0.7rem;
}
.card .card__labels {
  display: flex;
  list-style: none;
  margin: -0.5rem;
}
.card .card__labels li {
  padding: 0.5rem;
}
.card .card__labels span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.7rem 1.2rem;
  line-height: 1;
  border-radius: 0.5rem;
  background-color: var(--c-dark-blue);
  color: var(--c-white);
}
.card .card__labels .label--red span {
  background-color: #e6435f;
  color: var(--c-white);
}
.card .card__labels .label--green span {
  color: var(--c-white);
  background-color: #129671;
}

.card .card__labels .label--gold span { color: var(--c-dark-blue); background-color: #F9C116; }
.card .card__labels .label--blue span { background-color: var(--c-dark-blue); color: var(--c-white); }

.card .card__price { display: flex; align-items: center; }
.card .card__price h4 {
  margin-bottom: 0;
}
.card .card__price span {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: line-through;
  margin-left: 1.2rem;
  color: #e6435f;
}
.card .card__price.card__price--sold {
  color: #e6435f;
  text-transform: uppercase;
}
.card .card__info {
  list-style: none;
  display: flex;
  margin: -1.3rem;
  font-weight: 700;
}
.card .card__info li {
  padding: 1.3rem;
  display: flex;
  align-items: center;
}
.card .card__info img {
  margin-left: 1.1rem;
}
.card .card__labels + h4 {
  margin-top: 1.5rem;
}
.card .card__price + p {
  margin-top: 1.1rem;
}
.card p + .card__info {
  margin-top: -0.4rem;
}
.card--premium {
  background-color: var(--c-dark-blue);
  color: var(--c-white);
}
.card--premium:after {
  background-color: var(--c-dark-blue);
}
.card--premium .card__labels span {
  background-color: #d9e1e7;
  color: var(--c-dark-blue);
}
.card--premium .card__price span {
  color: #f9c116;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none;
}
.checkbox label {
  display: block;
  position: relative;
  padding-left: 4rem;
  font-size: 1.4rem;
}
.checkbox label:before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid currentColor;
  border-radius: 0.6rem;
}
.checkbox label:after {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../assets/images/svg/ico-checked.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity var(--t-duration);
}
.checkbox input:checked + label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Dropdown book
\* ------------------------------------------------------------ */
.dropdown-book {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--c-white);
  padding: 2.8rem 4.2rem 4rem;
  color: var(--c-dark-blue);
  box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-duration), visibility var(--t-duration);
}
@media (max-width: 767px) {
  .dropdown-book {
    border-radius: 0;
    box-shadow: none;
    padding: 2rem 2.7rem 3rem;
    z-index: 10;
    left: 50%;
    transform: translateX(-47%);
    width: calc(100vw - 3.4rem);
    height: 27rem;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: none;
    z-index: 30;
  }
}
.dropdown-book.is-active {
  opacity: 1;
  visibility: visible;
}
.dropdown-book .js-close-book {
  display: none;
}
@media (max-width: 767px) {
  .dropdown-book .js-close-book {
    display: block;
    max-width: 3rem;
    margin-left: auto;
    margin-bottom: 1rem;
  }
}
.dropdown-book .grid-flex {
  margin: -2.5rem -4.4rem;
}
@media (max-width: 767px) {
  .dropdown-book .grid-flex {
    margin: -1rem 0;
  }
}
.dropdown-book .grid-flex .grid__col {
  padding: 2.5rem 4.4rem;
}
@media (max-width: 767px) {
  .dropdown-book .grid-flex .grid__col {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .dropdown-book .dropdown__head {
    margin-bottom: 1rem;
  }
}
.dropdown-book .dropdown__body h6 {
  padding-left: 4rem;
  font-size: 1.6rem !important;
}
.dropdown-book .dropdown__body .dropdown__checkboxes {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .dropdown-book .dropdown__body .dropdown__checkboxes {
    margin-top: 0;
  }
}
.dropdown-book .dropdown__body h6 + .dropdown__checkboxes {
  margin-top: 2rem;
}
.dropdown-book .dropdown__body h4 + .dropdown__checkboxes {
  margin-top: 2rem;
}
.dropdown-book .checkbox {
  text-align: left;
}
.dropdown-book .checkbox label:before,
.dropdown-book .checkbox label:after {
  top: -0.1rem;
}
.dropdown-book .checkbox label {
  font-size: 1.6rem;
  line-height: 1.625;
}
.dropdown-book .checkbox label small {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.dropdown-book .checkbox--bold label {
  font-weight: 700;
}
.dropdown-book .checkbox--all label {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .dropdown-book .checkbox--all label {
    font-size: 1.6rem;
  }
}
.dropdown-book .checkbox--all label:before,
.dropdown-book .checkbox--all label:after {
  top: 0.4rem;
}
@media (max-width: 767px) {
  .dropdown-book .checkbox--all label:before,
  .dropdown-book .checkbox--all label:after {
    top: -0.2rem;
  }
}
.dropdown-book h4 {
  font-size: 2.2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .dropdown-book h4 {
    font-size: 1.6rem;
  }
}
.dropdown-book h5 {
  margin-bottom: 1.4rem;
}
.dropdown-book .checkbox + .checkbox {
  margin-top: 1.3rem;
}
.dropdown-book .checkbox + h5 {
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .dropdown-book .checkbox + h5 {
    margin-top: 1rem;
  }
}
.dropdown-book .dropdown__body + h4 {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .dropdown-book .dropdown__body + h4 {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .dropdown-book h4 + .dropdown__body {
    margin-top: 2rem;
  }
}
.dropdown-book--secondary .grid-flex {
  margin: -2.5rem -2rem;
}
@media (max-width: 767px) {
  .dropdown-book--secondary .grid-flex {
    margin: -1rem 0;
  }
}
.dropdown-book--secondary .grid-flex .grid__col {
  padding: 2.5rem 2rem;
}
@media (max-width: 767px) {
  .dropdown-book--secondary .grid-flex .grid__col {
    padding: 1rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.nav .dropdown { background-color: var(--c-white); position: fixed; color: var(--c-dark-blue); top: 8.7rem; left: 0; width: 100%; opacity: 0; visibility: hidden; transition: opacity var(--t-duration), visibility var(--t-duration); }
@media (max-width: 1023px) {
    .nav .dropdown { top: 8.7rem; }
}
@media (max-width: 767px) {
    .nav .dropdown { position: relative; top: 0; left: 0; opacity: 1; visibility: visible; display: none; }
}
.nav .dropdown:after { content: ""; position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.12) 100%); pointer-events: none; }
@media (max-width: 767px) {
    .nav .dropdown:after { display: none; }
}
@media (max-width: 767px) {
  .dropdown .shell {
    padding: 0 !important;
  }
}
.dropdown .dropdown__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .dropdown .dropdown__inner {
    display: block;
  }
}
.dropdown .dropdown__cols {
  display: flex;
  flex-wrap: wrap;
  margin: -2.2rem -1.7rem;
}
@media (max-width: 767px) {
  .dropdown .dropdown__cols {
    margin: 0;
  }
}
.dropdown .dropdown__cols .dropdown__col {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
  padding: 2.2rem 1.7rem;
}
@media (max-width: 767px) {
  .dropdown .dropdown__cols .dropdown__col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.dropdown .dropdown__cols .dropdown__col--1of4 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 2.2rem 1.7rem;
}
@media (max-width: 767px) {
  .dropdown .dropdown__cols .dropdown__col--1of4 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.dropdown .dropdown__content {
  padding: 5.5rem 1.4rem 3rem 0;
  max-width: 74.2%;
  flex: 0 0 74.2%;
  max-width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .dropdown .dropdown__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 2rem 0;
  }
}
.dropdown .dropdown__content .dropdown__col ul {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .dropdown .dropdown__content .dropdown__col ul {
    font-size: 1.4rem;
    padding: 0;
  }
}
.dropdown .dropdown__content .dropdown__col ul li + li {
  margin: 0.4rem 0 0 0;
}
.dropdown .dropdown__content .dropdown__col ul li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dropdown .dropdown__content .dropdown__col ul h5 {
  margin-bottom: 1.5rem;
}
.dropdown .dropdown__content .dropdown__col ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0.6rem 0;
  position: relative;
  line-height: 1.25;
  margin: 0;
}
.dropdown .dropdown__content .dropdown__col ul li a:after {
  top: 0;
  transform: scale(1);
  height: 100%;
  z-index: -1;
  background-color: #f3f5f7;
  width: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%) scale(1);
  opacity: 0;
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .dropdown .dropdown__content .dropdown__col ul li a:hover:after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }
}
.dropdown .dropdown__content .dropdown__col ul li a:hover img {
  opacity: 1;
}
.dropdown .dropdown__content .dropdown__col ul li a img {
  transition: opacity var(--t-duration);
  pointer-events: none;
  opacity: 0;
}
.dropdown .dropdown__content h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .dropdown .dropdown__content h4 {
    font-size: 2rem;
  }
}
.dropdown .dropdown__content h4.underlined {
  padding-bottom: 0.7rem;
}
.dropdown .dropdown__content h4.underlined:after {
  display: none;
}
.dropdown .dropdown__content h4 a {
  text-decoration: none;
  max-width: 100% !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.dropdown .dropdown__content h4 a:after {
  display: none;
}
.dropdown .dropdown__content h4 a img {
  opacity: 0;
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .dropdown .dropdown__content h4 a:hover span:after {
    width: 100%;
  }
}
.dropdown .dropdown__content h4 a:hover img {
  opacity: 1;
}
.dropdown .dropdown__content h4 a span {
  position: relative;
  display: block;
  text-decoration: none;
  max-width: max-content;
  line-height: 1;
}
.dropdown .dropdown__content h4 a span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 3rem;
  height: 2px;
  background-color: currentColor;
  transition: var(--t-duration);
  transform-origin: bottom left;
}
.dropdown .dropdown__content h4 small {
  font-size: 1.4rem;
}
.dropdown .dropdown__content .btn {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .dropdown .dropdown__content .btn {
    margin-top: 0;
  }
}
.dropdown .dropdown__card {
  max-width: 25.8%;
  flex: 0 0 25.8%;
  padding: 4.8rem 1.8rem 5.8rem 4rem;
  line-height: 1.625;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .dropdown .dropdown__card {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .dropdown .dropdown__card {
    padding: 0 0 2rem;
  }
}
.dropdown .dropdown__card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #f3f5f7;
  z-index: -1;
}
@media (max-width: 767px) {
  .dropdown .dropdown__card:after {
    display: none;
  }
}
.dropdown .dropdown__card .media {
  padding-top: 94.2%;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
}
.dropdown .dropdown__card h5 {
  line-height: 1.222;
}
.dropdown .dropdown__actions {
  margin-top: 6.1rem;
  padding-left: 0;
  display: flex;
}
@media (max-width: 767px) {
  .dropdown .dropdown__actions {
    margin-top: 3rem;
  }
}
.dropdown .dropdown__actions li {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dropdown .dropdown__actions li + li {
  margin-left: 2.2rem;
}
.dropdown .dropdown__actions .btn {
  margin-top: 0;
}
.dropdown--secondary .dropdown__content {
  padding: 5rem 0 6.5rem;
}
@media (max-width: 767px) {
  .dropdown--secondary .dropdown__content {
    padding: 3rem 0;
  }
}
.dropdown--secondary .dropdown__content .dropdown__cols {
  margin: -2.5rem -2.5rem;
}
@media (max-width: 767px) {
  .dropdown--secondary .dropdown__content .dropdown__cols {
    margin: -1rem 0;
  }
}
.dropdown--secondary .dropdown__content .dropdown__col {
  padding: 2.5rem 2.5rem;
}
@media (max-width: 767px) {
  .dropdown--secondary .dropdown__content .dropdown__col {
    padding: 1rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 2.4rem;
  padding: 0 2rem 2rem;
  line-height: 1;
  width: 100%;
  border-bottom: 2px solid var(--c-dark-blue);
  transition: background-color var(--t-duration);
}
@media (max-width: 767px) {
  .field {
    font-size: 1.8rem;
    padding: 0 1.8rem 2rem;
  }
}
.field:focus {
  background-color: rgba(0, 58, 94, 0.1);
}
.field-secondary {
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 1.5rem 1.5rem 1.5rem;
  line-height: 1;
  border: 1px solid var(--c-dark-blue);
  border-radius: 0.6rem;
  width: 100%;
  color: var(--c-dark-blue);
  background-color: var(--c-white);
}
.field--textarea {
  resize: none;
  height: 20rem;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { overflow: hidden; }
.footer .footer__bar {
  background-color: #f3f5f7;
}
.footer .footer__bar-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer__bar-inner {
    display: block;
  }
}
.footer .footer__bar-actions {
  padding: 3.3rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .footer__bar-actions {
    display: block;
    padding: 3.3rem 0 4rem;
  }
}
.footer .footer__bar-actions .btn {
  padding: 1.2rem 1.9rem 1.2rem;
}
@media (max-width: 767px) {
  .footer .footer__bar-actions .btn {
    display: block;
    max-width: max-content;
    margin: 0 auto 4rem;
  }
}
.footer .footer__bar-actions ul {
  display: flex;
  list-style: none;
  margin-left: 4.3rem;
}
@media (max-width: 1023px) {
  .footer .footer__bar-actions ul {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__bar-actions ul {
    display: block;
    font-size: 1.6rem;
    columns: 2;
    margin: -0.7rem -1.1rem;
    padding: 0 1.8rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__bar-actions ul li {
    padding: 0.7rem 1.1rem;
  }
}
.footer .footer__bar-actions ul li + li {
  margin-left: 2.5rem;
}
@media (max-width: 1023px) {
  .footer .footer__bar-actions ul li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__bar-actions ul li + li {
    margin: 0;
  }
}
.footer .footer__bar-actions ul a {
  text-decoration: none;
  position: relative;
  display: block;
  max-width: max-content;
  line-height: 1;
}
.footer .footer__bar-actions ul a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: var(--t-duration);
  transform-origin: bottom left;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__bar-actions ul a:hover:after {
    transform: scaleX(1);
  }
}
.footer .js-footer-navs {
  opacity: 0;
  transition: opacity 0.4s;
}
.footer .js-footer-navs.is-visible {
  opacity: 1;
}
.footer .footer__navs {
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
  padding: 5.6rem 0 4.7rem;
  display: none;
  background-color: #d9e1e7;
}
@media (max-width: 767px) {
  .footer .footer__navs {
    padding: 0 0 3rem;
    margin: 0 -0.4rem;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.footer .footer__navs .shell {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer__navs ul {
  max-width: 50%;
  flex: 0 0 50%;
  list-style: none;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .footer .footer__navs ul {
    padding-left: 0;
  }
}
.footer .footer__navs ul li + li {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .footer .footer__navs ul li {
    padding: 0 0.4rem;
  }
}
.footer .footer__navs ul a {
  text-decoration: none;
  position: relative;
  display: block;
  text-decoration: none;
  max-width: max-content;
}
.footer .footer__navs ul a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: var(--t-duration);
  transform-origin: bottom left;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__navs ul a:hover:after {
    transform: scaleX(1);
  }
}
.footer .footer__bar-link {
  max-width: 18.2rem;
  flex: 0 0 18.2rem;
  margin-right: -1.2rem;
}
@media (max-width: 767px) {
  .footer .footer__bar-link {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.footer .footer__bar-link.is-active a img {
  transform: rotate(-90deg);
}
.footer .footer__bar-link a {
  display: block;
  padding: 4.3rem 0;
  text-decoration: none;
  text-align: right;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .footer .footer__bar-link a {
    text-align: center;
    padding: 2rem 0;
  }
}
.footer .footer__bar-link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #d9e1e7;
}
@media (max-width: 767px) {
  .footer .footer__bar-link a:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer .footer__bar-link a span {
  position: relative;
  z-index: 2;
}
.footer .footer__bar-link a img {
  margin-left: 1.3rem;
  transition: transform var(--t-duration);
}
.footer .footer__content {
  font-size: 1.4rem;
  line-height: 1.57;
  padding: 3.4rem 0;
}
@media (max-width: 767px) {
  .footer .footer__content {
    padding: 2.8rem 0;
  }
}
.footer .footer__content .shell {
  padding: 0 7rem 0 1.5rem;
}
@media (max-width: 767px) {
  .footer .footer__content .shell {
    padding: 0 2.7rem;
  }
}
.footer .footer__content p {
  margin-bottom: 0;
}
.footer .footer__content ul {
  display: flex;
  list-style: none;
  font-size: 1.2rem;
  margin-top: 2.4rem;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer .footer__content ul {
    margin-top: 2.7rem;
    padding-right: 1.2rem;
    justify-content: space-between;
  }
}
@media (max-width: 374px) {
  .footer .footer__content ul {
    padding-right: 0;
  }
}
.footer .footer__content ul li + li {
  margin-left: 4.8rem;
}
@media (max-width: 767px) {
  .footer .footer__content ul li + li {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------ *\
	Form book
\* ------------------------------------------------------------ */
.form-book {
  background-color: var(--c-dark-blue);
  color: var(--c-white);
  border-radius: 0.6rem;
  padding: 2.7rem 2.7rem 5.6rem 2.9rem;
}
@media (max-width: 767px) {
  .form-book {
    border-radius: 2rem;
    padding: 3.2rem 1.7rem 3.1rem 1.6rem;
  }
}
.form-book p,
.form-book h6 {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .form-book .form__head {
    display: flex;
    justify-content: space-between;
  }
}
.form-book .form__head h2 {
  margin-bottom: 3.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .form-book .form__head h2 {
    margin-left: 1.4rem;
    font-size: 1.8rem;
    margin-bottom: 2.1rem;
  }
}
.form-book .form__head h2.underlined {
  padding-bottom: 1.2rem;
}
.form-book .form__head span {
  display: none;
  font-size: 1.4rem;
  font-family: var(--ff-teritery);
}
@media (max-width: 767px) {
  .form-book .form__head span {
    display: block;
  }
}
.form-book .form__radios {
  background-color: var(--c-white);
  color: var(--c-dark-blue);
  border-radius: 0.6rem;
  padding: 2.4rem 3.1rem 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .form-book .form__radios {
    padding: 2.2rem 2.2rem 2.9rem;
    margin-bottom: 3rem;
  }
}
.form-book .form__radios h4 {
  font-size: 2.2rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .form-book .form__radios h4 {
    margin-bottom: 2.6rem;
    font-family: var(--ff-teritery);
  }
}
.form-book .form__radios .list-radio label {
  font-size: 1.8rem;
}
.form-book .list-radio {
  list-style: none;
}
.form-book .list-radio li + li {
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .form-book .list-radio li + li {
    margin-top: 1.1rem;
  }
}
@media (max-width: 767px) {
  .form-book .field-secondary {
    background-color: #f7f7f7;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
  }
}
.form-book .select select {
  font-size: 1.6rem;
  border-radius: 0.6rem;
  padding: 1.9rem 1.6rem 1.6rem;
}
@media (max-width: 767px) {
  .form-book .select select {
    background-color: #f7f7f7;
    border-radius: 1rem;
    padding: 1.9rem 2rem 1.6rem;
  }
}
.form-book .select:before {
  top: 1.9rem;
  right: 1.8rem;
}
.form-book .list-radio label {
  font-size: 1.6rem;
  line-height: 1.625;
}
.form-book .form__date {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.3rem;
}
@media (max-width: 1023px) {
  .form-book .form__date {
    display: block;
  }
}
@media (max-width: 767px) {
  .form-book .form__date {
    margin: 0 0 4.7rem;
  }
}
.form-book .form__date .select {
  max-width: 40%;
  flex: 0 0 40%;
}
@media (max-width: 1023px) {
  .form-book .form__date .select {
    max-width: 78%;
    margin-bottom: 1.4rem;
  }
}
.form-book .form__date p {
  margin: 0 1.5rem 0 0;
}
.form-book .form__date .list-radio {
  display: flex;
  padding-right: 0.5rem;
}
.form-book .form__date .list-radio li + li {
  margin: 0 0 0 2.6rem;
}
.form-book .form__date p + .list-radio {
  margin-top: 0;
}
.form-book .form__date .radio label {
  padding-left: 0;
  padding-right: 3.6rem;
  font-size: 1.6rem;
}
.form-book .form__date .radio label:before {
  left: auto;
  right: 0;
}
.form-book .form__date .radio label:after {
  left: auto;
  right: 0.6rem;
}
.form-book .form__time {
  display: flex;
  align-items: center;
}
.form-book .form__actions {
  text-align: center;
  margin-top: 4.1rem;
}
@media (max-width: 767px) {
  .form-book .form__actions {
    margin-top: 1.9rem;
  }
}
.form-book .form__actions .btn {
  font-size: 1.7rem;
  padding: 1.6rem 1.9rem 1.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .form-book .form__actions .btn--white:hover {
    background-color: transparent;
    border-color: var(--c-white);
    color: var(--c-white);
  }
}
.form-book .form__row + .form__row {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .form-book .form__row + .form__row {
    margin-top: 2rem;
  }
}
.form-book .form__row + p {
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .form-book .form__row + p {
    margin-top: 1.2rem;
  }
}
.form-book p + h6 {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .form-book p + h6 {
    margin-top: 1.8rem;
  }
}
.form-book h6 + p {
  margin-top: 2.5rem;
}
.form-book p + p {
  margin-top: 2.5rem;
}
.form-book p + .list-radio {
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .form-book p + .list-radio {
    margin-top: 1.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__head {
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .form .form__head {
    margin-bottom: 3.6rem;
  }
}
.form .form__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .form .form__head h5 {
    margin-bottom: 1rem;
  }
}
.form .form__head h2 {
  font-weight: 500;
}
.form .form__head h2.underlined {
  padding-bottom: 0.9rem;
}
.form .form__head p {
  color: var(--c-black);
  line-height: 1.625;
}
.form .form__head h2 + p {
  margin-top: 2.6rem;
}
.form .form__cols {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -2.2rem;
}
@media (max-width: 767px) {
  .form .form__cols {
    margin: 0;
  }
}
.form .form__cols .form__col {
/*  max-width: 50%;
  flex: 0 0 50%;*/
flex:1;
  padding: 2rem 2.2rem;
}
@media (max-width: 767px) {
  .form .form__cols .form__col {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.form .form__cols .form__col--full {
  max-width: 100%;
  flex: 0 0 100%;
}
/*@media (max-width: 767px) {
  .form .form__cols .form__col + .form__col {
    margin-top: 2.7rem;
  }
}*/
.form .field {
  padding-top: 2rem;
}
.form .select .label {
  padding-top: 2rem !important;
}
.form .select:before {
  top: 2.4rem;
  z-index: 2;
}
.form .selectric-open .label {
  background-color: rgba(0, 58, 94, 0.1) !important;
}
.form .form__btn {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1rem 2rem 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .form .form__btn:hover {
    background-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
.form .form__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .form .form__foot {
    display: block;
  }
}
.form .form__foot .checkbox {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .form .form__foot .checkbox {
    margin-bottom: 3rem;
  }
}
.form--secondary .form__cols {
  margin: -1rem -0.8rem;
}
@media (max-width: 767px) {
  .form--secondary .form__cols {
    margin: 0;
  }
}
.form--secondary .form__cols .form__col {
  padding: 1rem 0.8rem;
}
@media (max-width: 767px) {
  .form--secondary .form__cols .form__col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .form--secondary .form__cols .form__col + .form__col {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .form--secondary .form__head {
    margin-bottom: 3.9rem;
  }
}
.form--secondary .form__head h2.underlined {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .form--secondary .form__head h2.underlined {
    padding-bottom: 0.8rem;
  }
}
.form--secondary .form__foot {
  margin-top: 4.2rem;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .form--secondary .form__foot {
    margin-top: 3.3rem;
  }
}
.form--secondary .form__btn {
  font-size: 1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .form--secondary .form__btn:hover {
    background-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
.form--centered .form__head {
  max-width: max-content;
  margin: 0 auto;
}
.grid-flex {
  --grid-gutter: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--grid-gutter) / 2 * -1);
}
.grid-flex .grid__col {
  --grid-cols: 1;
  padding-inline: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}
.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}
@media (max-width: 767px) {
  .grid-flex .grid__col--1of2 {
    --grid-cols: 1;
  }
}
.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}
@media (max-width: 767px) {
  .grid-flex .grid__col--1of3 {
    --grid-cols: 1;
  }
}
.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}
@media (max-width: 1023px) {
  .grid-flex .grid__col--1of4 {
    --grid-cols: 3;
  }
}
@media (max-width: 767px) {
  .grid-flex .grid__col--1of4 {
    --grid-cols: 1;
  }
}
.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}
.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}
.grid {
  --grid-cols: 1;
  --grid-gutter: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}
.grid--size-1of2 {
  --grid-cols: 2;
}
.grid--size-1of3 {
  --grid-cols: 3;
}
@media (max-width: 767px) {
  .grid--size-1of3 {
    --grid-cols: 1;
  }
}
.grid--size-1of4 {
  --grid-cols: 4;
}
.grid--size-1of5 {
  --grid-cols: 5;
}
.grid--size-1of6 {
  --grid-cols: 6;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
  color: var(--c-white);
  z-index: 7;
  padding: 2.4rem 0;
  transition: background-color var(--t-duration), color var(--t-duration);
}
@media (max-width: 767px) {
  .header {
    padding: 2.1rem 0 1.3rem;
  }
}
@media (max-width: 767px) {
  .header.book-visible {
    display: none;
  }
}
.header.menu-is-open .header__aside {
  transform: none;
}
.header .header__mobile {
  display: none;
}
@media (max-width: 767px) {
  .header .header__mobile {
    display: flex;
    align-items: center;
    padding-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .header .header__mobile .header__heart {
    margin-left: 2.7rem;
  }
}
.header .logo {
  display: block;
  width: 15.4rem;
  height: 3.1rem;
  background-color: currentColor;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}
@media (max-width: 1023px) {
  .header .logo {
    width: 13.6rem;
    height: 2.7rem;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 11.7rem;
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .header .shell {
    padding: 0 1.8rem;
  }
}
.header .header__heart {
  display: block;
  width: 2.5rem;
  height: 2rem;
  background-color: currentColor;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__aside {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .header__aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-white);
    color: var(--c-dark-blue);
    display: block;
    padding: 5rem 0;
    overflow-y: auto;
    z-index: 2;
    transition: transform var(--t-duration);
    transform: translate(100%);
  }
}
.header .nav-utilities {
  margin-left: 2.7rem;
}
@media (max-width: 1023px) {
  .header .nav-utilities {
    margin-left: 1.4rem;
  }
}
.header .nav-utilities ul {
  display: flex;
  align-items: center;
}
.header .nav-utilities ul li + li {
  margin-left: 1.9rem;
}
@media (max-width: 1023px) {
  .header .nav-utilities ul li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .header .nav-utilities .header__heart {
    display: none;
  }
}
.header .nav-utilities .btn {
  background-color: #e6435f;
  border-color: #e6435f;
  color: var(--c-white);
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1.2rem 1.9rem 1.1rem;
  line-height: 1;
  border-radius: 6px;
}
@media (max-width: 1023px) {
  .header .nav-utilities .btn {
    font-size: 1.4rem;
    padding: 1.2rem 1.2rem 1.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .nav-utilities .btn:hover {
    background-color: var(--c-white);
    border-color: var(--c-white);
    color: #e6435f;
  }
}
.header.is-white { background: none; background-color: var(--c-white) !important; color: var(--c-dark-blue); position: fixed; }
@media (hover: hover) and (pointer: fine) {
  .header.is-white .nav-utilities .btn:hover {
    border-color: #e6435f;
  }
}
.header--white {
  position: relative;
  background: none;
  background-color: var(--c-white);
  color: var(--c-dark-blue);
}
@media (hover: hover) and (pointer: fine) {
  .header--white .nav-utilities .btn:hover {
    border-color: #e6435f;
  }
}
.header--spa-secondary .logo {
  max-width: 14rem;
  height: 3.4rem;
}
@media (max-width: 1023px) {
  .header--spa-secondary .logo {
    width: 11.7rem;
    height: 2.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero landing
\* ------------------------------------------------------------ */
.hero-landing {
  position: relative;
  color: var(--c-white);
  padding: 15rem 0;
  min-height: 55.4rem;
}
@media (max-width: 767px) {
  .hero-landing {
    padding: 9rem 0 3rem;
  }
}
.hero-landing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.12) 100%);
  z-index: 3;
}
.hero-landing .shell {
  max-width: 94.8rem;
}
.hero-landing .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-landing .hero__image .media {
  padding-top: 0;
  height: 100%;
}
.hero-landing .hero__inner {
  position: relative;
  z-index: 3;
}
.hero-landing .hero__form {
  position: absolute;
  top: -0.2rem;
  right: -4.3rem;
  background-color: var(--c-white);
  color: var(--c-dark-blue);
  padding: 4.1rem 5.2rem 2rem 3.2rem;
  border-radius: 0.6rem;
  max-width: 44.5%;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-landing .hero__form {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 1023px) {
  .hero-landing .hero__form {
    right: 0;
  }
}
.hero-landing .hero__form .form__head {
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .hero-landing .hero__form .form__head {
    margin-bottom: 1.5rem;
  }
}
.hero-landing .hero__form .form__head h2 {
  font-weight: 500;
}
.hero-landing .hero__form .form__head h2.underlined {
  padding-bottom: 1.2rem;
}
.hero-landing .hero__form .field {
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 1.5rem 1.5rem 1.4rem;
  line-height: 1;
  border: 1px solid var(--c-dark-blue);
  border-radius: 0.6rem;
  width: 100%;
}
.hero-landing .hero__form .form__btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--ff-base);
  padding: 1.1rem 1.7rem 1.1rem;
  border-radius: 0.6rem;
  line-height: 1;
  border: none;
  outline: none;
  text-align: center;
  background-color: #f3f5f7;
  color: var(--c-dark-blue);
  border: 1px solid #f3f5f7;
  transition: background-color var(--t-duration), color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .hero-landing .hero__form .form__btn:hover {
    background-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
.hero-landing .hero__form .form__actions {
  margin-top: 4.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .hero-landing .hero__form .form__actions {
    margin-top: 2rem;
  }
}
.hero-landing .hero__form .form__row + .form__row {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .hero-landing .hero__form .form__row + .form__row {
    margin-top: 1.1rem;
  }
}
.hero-landing .hero__content {
  max-width: 50%;
}
@media (max-width: 767px) {
  .hero-landing .hero__content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.hero-landing .hero__content h1 {
  font-weight: 500;
  line-height: 1.14;
}
.hero-landing .hero__content h2 {
  font-weight: 500;
  line-height: 1;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  padding-top: 28rem;
  color: var(--c-white);
  padding-top: max(90px, 20svh);
}
@media (max-width: 767px) {
  .hero {
    padding-top: 12.2rem;
  }
}
.hero:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 83vh; background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.12) 100%); z-index: 3; }
@media (max-width: 767px) {
  .hero:before {
    height: 41.5%;
  }
}
.hero .hero__image { position: absolute; top: 0; left: 0; width: 100%; height: 83vh; z-index: 2; }
@media (max-width: 767px) {
  .hero .hero__image {
    height: 41.5%;
  }
}
.hero .hero__image .media {
  padding-top: 0;
  height: 100%;
}
.hero .hero__content {
  text-align: center;
  position: relative;
  z-index: 3;
}
.hero .hero__content h1 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero .hero__content h1 {
    font-weight: 700;
    line-height: 1;
    padding: 0 2rem;
  }
}
.hero .hero__content h2 {
  font-weight: 500;
  line-height: 1;
}
.hero .hero__content .btn {
  font-weight: 700;
  padding: 2.2rem 2.7rem;
  border-radius: 3rem;
  font-size: 1.4rem;
}
.hero .hero__content .btn--yellow {
  padding: 1.5rem 2.6rem;
}
.hero .room-book {
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .hero .room-book {
    margin: 0 -1rem;
  }
}
.hero .cards-find {
  margin-top: 4rem;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .hero .cards-find {
    margin-top: 2rem;
  }
}
.hero .cards-find--secondary {
  margin-top: 12.6rem;
}
.hero .hero__content + .room-book { margin-top: 12.6rem; }
@media (max-width: 1023px) {
  .hero .hero__content + .room-book {
    margin-top: 4.3rem;
  }
}
.hero--small {
  padding: 11rem 0 0;
}
.hero--small:before {
  height: 88.5%;
}
.hero--small .hero__image {
  height: 88.5%;
}
.hero--small .hero__content + .room-book {
  margin-top: 5.6rem;
}
.hero--primary {
  padding: 20.3rem 0 15.6rem;
}
@media (max-width: 1023px) {
  .hero--primary {
    padding: 15rem 0 12rem;
  }
}
@media (max-width: 767px) {
  .hero--primary {
    padding: 12.2rem 0 3rem;
    min-height: 35rem;
  }
}
.hero--primary:before {
  height: 100%;
}
.hero--primary:has(.hero__content h2) {
  padding: 15rem 0 3rem;
}
@media (max-width: 767px) {
  .hero--primary:has(.hero__content h2) {
    padding: 9.8rem 0 3rem;
  }
}
.hero--primary .hero__image {
  height: 100%;
}
.hero--primary .hero__content h1 {
  margin-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .hero--primary .hero__content h1 {
    padding: 0 2.5rem;
    margin-bottom: 4.4rem;
  }
}
.hero--primary .hero__select {
  background-color: var(--c-white);
  max-width: 39.6rem;
  margin: 0 auto;
  border-radius: 5.2rem;
  padding: 1.1rem;
  color: var(--c-dark-blue);
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .hero--primary .hero__select {
    max-width: none;
    margin: 0 -0.9rem;
  }
}
.hero--primary .hero__select:has(.selectric-below.selectric-open) {
  border-radius: 2.5rem 2.5rem 0 0;
}
.hero--primary .hero__select .hero__select-inner {
  background-color: #f3f5f7;
  border-radius: 5.2rem;
  position: relative;
  padding-left: 3rem;
  padding: 1.2rem 2.1rem 0.9rem 4.3rem;
}
.hero--primary .hero__select .hero__select-inner:before {
  content: "";
  position: absolute;
  top: 55%;
  right: 2.2rem;
  width: 1.6rem;
  transform: translateY(-50%);
  height: 0.9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/images/svg/chevron-select.svg");
}
.hero--primary .hero__select .hero__select-inner img {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.hero--primary .hero__select .hero__select-inner h6 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.hero--primary .hero__select .hero__select-inner select,
.hero--primary .hero__select .hero__select-inner .label {
  padding: 0;
  width: 100%;
  appearance: none;
  border: none;
  outline: none;
  color: var(--c-black);
  font-size: 1.8rem;
  background-color: transparent;
}
.hero--primary .hero__select .select:before {
  display: none;
}
.hero--primary .hero__select .select .selectric-items {
  border: none;
  width: 39.6rem !important;
  left: 46.6%;
  border-radius: 0 0 2.5rem 2.5rem;
  overflow: hidden;
  transform: translate(-50%, 2rem);
  background-color: var(--c-white);
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .hero--primary .hero__select .select .selectric-items {
    left: 48.1%;
    width: calc(100vw - 3.7rem) !important;
    left: -5.4rem;
    width: calc(100vw - 3.6rem) !important;
    transform: translate(0, 2rem);
  }
}
.hero--primary .hero__select .select .selectric-items .selectric-scroll {
  border: none;
}
.hero--primary .hero__select .select .selectric-scroll ul {
  padding: 1.9rem 2.5rem 2.5rem;
}
.hero--primary .hero__select .select .btn {
  display: none;
}
.hero--simple {
  padding: 11rem 0 9.8rem;
}
@media (max-width: 767px) {
  .hero--simple {
    padding: 10.7rem 0 8.2rem;
  }
}
.hero--simple.hero--no-image {
  padding: 6.7rem 0 4.2rem;
}
.hero--simple:before {
  height: 100%;
}
.hero--simple .hero__image {
  height: 100%;
}
@media (max-width: 767px) {
  .hero--simple .hero__content h1 {
    padding: 0;
  }
}
.hero--small-bottom-space {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .hero--small-bottom-space {
    min-height: 0;
  }
}
.hero--large {
  padding: 15rem 0 18rem;
}
@media (max-width: 767px) {
  .hero--large {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .hero--large h1:last-child {
    margin-bottom: 0;
  }
}
.hero--large:has(.hero__content h2) {
  padding: 15rem 0 18rem;
}
@media (max-width: 767px) {
  .hero--large:has(.hero__content h2) {
    padding: 9.6rem 0 6rem;
  }
}
@media (max-width: 767px) {
  .hero--no-mobile-image {
    padding-top: 8.4rem;
    background-color: var(--c-white);
  }
  .hero--no-mobile-image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero--no-mobile-image .hero__image {
    background-color: var(--c-dark-blue);
    height: 42.5%;
  }
  .hero--no-mobile-image .hero__image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero--no-mobile-image .hero__image .media {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero--no-mobile-image h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .hero--no-mobile-image .hero__content + .room-book {
    margin-top: 4.8rem;
  }
}
@media (max-width: 767px) {
  .hero--no-image .hero__image {
    background-color: var(--c-dark-blue);
  }
  .hero--no-image .hero__image .media {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero--small-imge-mobile:before {
    height: 53.6%;
  }
}
@media (max-width: 767px) {
  .hero--small-imge-mobile .hero__image {
    height: 53.6%;
  }
}
.hero--landing:before {
  height: 80%;
}
.hero--landing .hero__image {
  height: 80%;
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  position: relative;
  display: block;
  text-decoration: none;
  max-width: max-content;
  line-height: 1;
}
.link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: var(--t-duration);
  transform-origin: bottom left;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .link:hover:after {
    transform: scaleX(1);
  }
}
/* ------------------------------------------------------------ *\
	List checks
\* ------------------------------------------------------------ */
.list-checks {
  list-style: none;
  font-size: 1.6rem;
  border-top: 1px solid currentColor;
  padding-top: 2rem;
  margin-bottom: 4.5rem;
}
.list-checks li {
  display: flex;
  align-items: center;
  margin-left: -0.8rem;
}
.list-checks span {
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9e1e7;
  border-radius: 50%;
  margin-right: 0.8rem;
}
.list-checks span svg {
  fill: var(--bg-colour);
  width: 1rem;
  height: auto;
}
.list-checks li + li {
  margin-top: 0.6rem;
}
/* ------------------------------------------------------------ *\
	List links
\* ------------------------------------------------------------ */
.list-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -0.4rem;
}
.list-links li {
  padding: 0.4rem;
}
.list-links .btn {
  background-color: #f3f5f7;
  color: var(--c-dark-blue);
  border: 1px solid #f3f5f7;
}
@media (max-width: 767px) {
  .list-links .btn {
    padding: 0.8rem 1.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .list-links .btn:hover {
    background-color: var(--c-dark-blue);
    border-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
/* ------------------------------------------------------------ *\
	List services
\* ------------------------------------------------------------ */
.list-services {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 -1rem;
  padding-right: 1.4rem;
}
@media (max-width: 767px) {
  .list-services {
    display: block;
  }
}
.list-services li {
  padding: 0 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
.list-services li img {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .list-services li img {
    margin-right: 1.3rem;
  }
}
@media (max-width: 767px) {
  .list-services li + li {
    margin-top: 1.9rem;
  }
}
.section-list-services {
  padding: 5.5rem 0 5rem;
}
@media (max-width: 767px) {
  .section-list-services {
    padding: 2.2rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .section-list-services .shell {
    padding: 0 2.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Media 
\* ------------------------------------------------------------ */
.media {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
@media (max-width: ) {
  .media {
    padding-top: 46.35%;
  }
}
@media (max-width: 767px) {
  .media {
    padding-top: 56.25%;
  }
}
.media .embed-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media .embed-container iframe {
  width: 100%;
  height: 100%;
}
.media[data-autoplay=false] .plyr--video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity var(--t-duration);
  pointer-events: none;
  opacity: 0.5;
}
.media[data-autoplay=false] .plyr--video.plyr--playing:after {
  opacity: 0;
}
.media video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.media iframe {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
}
.mediasmall iframe { width: 100%; height: 100%; min-width:auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: unset; }
@media (max-width: 767px) {
  .media iframe {
    min-height: 100%;
  }
}
.media .plyr--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transition: transform var(--t-duration);
  pointer-events: none;
}
.media .plyr--video .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.media .plyr--video .plyr--video .plyr__controls {
  display: none !important;
}
.media .plyr--video .plyr__control.plyr__control--overlaid {
  opacity: 0 !important;
  visibility: hidden !important;
}
.media .plyr--video .player-hover {
  width: 100%;
  height: 100% !important;
}
.media .plyr--video .plyr--vimeo iframe {
  transform: translate(-50%, -50%);
  height: 102% !important;
  min-height: 102%;
  min-width: 177.77vh;
}
.media .plyr--video .plyr--vimeo .plyr__video-embed__container {
  display: contents;
}
.media .plyr--vimeo {
  height: 100%;
}
.media .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  height: 101%;
  padding-bottom: 0;
  transform: translateY(0);
}
.media picture {
  width: 100%;
  height: 100%;
}
.media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: transform var(--t-duration), opacity var(--t-duration);
  z-index: 2;
}
.media .media__video--mobile {
  display: none;
}
@media (max-width: 767px) {
  .media .media__video--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .media .media__video--mobile + .media__video {
    display: none;
  }
}
.media.is-played img {
  opacity: 0;
}
.media .media__play {
  width: 6.2rem !important;
  height: 6.2rem !important;
  max-width: 6.2rem !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-decoration: none;
  will-change: transform;
  border-radius: 50%;
  transition: opacity var(--t-duration), visibility var(--t-duration) transform var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .media .media__play:hover {
    transform: translate(-50%, -50%);
  }
  .media .media__play:hover img,
  .media .media__play:hover svg {
    opacity: 0.75;
  }
  .media .media__play:hover:before, .media .media__play:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (max-width: 1023px) {
  .media .media__play {
    width: 4.4rem !important;
    height: 4.4rem !important;
  }
}
.media .media__play img,
.media .media__play svg {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  transition: opacity var(--t-duration), visibility var(--t-duration), transform var(--t-duration);
}
.media .media__play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4rem;
  background-color: #fff;
  transition: opacity var(--t-duration);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity var(--t-duration), visibility var(--t-duration), transform var(--t-duration);
}
.media .media__play:after {
  content: "";
  position: absolute !important;
  top: 50% !important;
  left: 65% !important;
  width: 4px !important;
  height: 4rem !important;
  transform: translate(-50%, -50%) !important;
  background-color: #fff !important;
  transition: opacity var(--t-duration) !important;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity var(--t-duration), visibility var(--t-duration), transform var(--t-duration);
}
.media .media__play.is-played svg,
.media .media__play.is-played img {
  opacity: 0;
  visibility: hidden;
}
.media .media__play.is-played:before, .media .media__play.is-played:after {
  opacity: 1;
  visibility: visible;
}
.media .media__play.is-not-visible {
  opacity: 0;
  visibility: hidden;
}
.media .plyr--video .plyr__controls {
  pointer-events: none;
}
.media .plyr--video .plyr__controls > * {
  pointer-events: all;
}
.popup .slick-slider .slick-slide .media.pause {
  position: relative;
  left: 99999px;
}
.popup .slick-slider .slick-current .media.play {
  left: 0;
}
.media--poster .plyr {
  opacity: 0;
  transition: opacity var(--t-duration);
}
.media--poster.is-played .plyr {
  opacity: 1;
}
.media--poster.is-played img {
  opacity: 0;
}
/* ------------------------------------------------------------ *\
	Nav burger
\* ------------------------------------------------------------ */
.nav-burger {
  position: absolute;
  top: 2rem;
  right: 2.7rem;
  width: 3rem;
  height: 2rem;
  display: none;
  z-index: 3;
}
@media (max-width: 767px) {
  .nav-burger {
    display: block;
  }
}
.nav-burger span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--c-dark-blue);
  width: 100%;
  height: 2px;
}
.nav-burger span:nth-child(2) {
  top: 0.9rem;
}
.nav-burger span:first-child {
  top: 1rem;
  transform: rotate(45deg);
}
.nav-burger span:last-child {
  top: 1rem;
  transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .nav > ul > li > a {
    border-bottom: 1px solid currentColor;
  }
}
.nav ul {
  display: flex;
  list-style: none;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .nav ul {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nav ul {
    font-size: 2.4rem;
    display: block;
    padding: 0 2.7rem;
    margin-bottom: 3rem;
  }
}
.nav ul li + li {
  margin-left: 2.8rem;
}
@media (max-width: 1023px) {
  .nav ul li + li {
    margin-left: 1.8rem;
  }
}
@media (max-width: 767px) {
  .nav ul li + li {
    margin-left: 0;
  }
}
.nav ul > li {
  padding-bottom: 4rem;
  margin-bottom: -4rem;
}
@media (max-width: 767px) {
  .nav ul > li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav ul > li:hover a:after {
    transform: scaleX(1);
  }
}
.nav ul > li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.nav ul a:not(.btn) {
  text-decoration: none;
  position: relative;
  display: block;
  max-width: max-content;
  line-height: 1;
}
@media (max-width: 767px) {
  .nav ul a:not(.btn) {
    max-width: 100vw !important;
    padding: 1rem 2.7rem 1rem;
    margin: 0 -2.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.nav ul a:not(.btn):after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: var(--t-duration);
  transform-origin: bottom left;
  transform: scaleX(0);
}
.nav ul a:not(.btn) svg {
  fill: currentColor;
  margin-left: 0.6rem;
  width: 0.8rem;
}
@media (max-width: 767px) {
  .nav ul a:not(.btn) svg {
    width: 1.4rem;
    margin-top: 0.4rem;
    transition: transform var(--t-duration);
  }
}
@media (max-width: 767px) {
  .nav ul li.is-active > a svg {
    transform: rotate(180deg);
  }
}
/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
.pagination {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pagination {
    font-size: 1.4rem;
  }
}
.pagination span {
  margin-right: 2rem;
}
.pagination ul {
  display: flex !important;
  list-style: none;
  margin-left: 2rem;
  max-width: none !important;
  flex: 1 !important;
  margin: 0 !important;
}
.pagination ul li {
  padding: 0 !important;
}
.pagination ul li + li {
  margin-left: 1rem;
}
.pagination ul a {
  display: block;
  font-size: 0;
  padding: 0;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: #f3f5f7;
  position: relative;
  transition: background-color var(--t-duration);
}
@media (max-width: 767px) {
  .pagination ul a {
    width: 3rem;
    height: 3rem;
  }
}
.pagination ul a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  mask-size: 100%;
  mask-repeat: no-repeat;
  background-color: var(--c-dark-blue);
  transition: background-color var(--t-duration);
}
@media (max-width: 767px) {
  .pagination ul a:before {
    width: 1rem;
    height: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pagination ul a:hover {
    background-color: var(--c-dark-blue) !important;
  }
  .pagination ul a:hover:before {
    background-color: var(--c-white) !important;
  }
}
.pagination ul li:first-child a:before {
  transform: translate(-50%, -50%) rotate(180deg);
  mask-image: url("../assets/images/svg/arrow-prev.svg");
}
.pagination ul li:last-child a:before {
  mask-image: url("../assets/images/svg/arrow-next.svg");
}
.bg-aqua .pagination ul a,
.bg-aqua-mobile .pagination ul a {
  background-color: var(--c-white);
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio input {
  display: none;
}
.radio label {
  display: block;
  position: relative;
  padding-left: 3.8rem;
  font-size: 1.8rem;
}
.radio label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid currentColor;
  border-radius: 0.6rem;
  background-color: var(--c-white);
}
.radio label:after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: var(--c-dark-blue);
  border-radius: 0.3rem;
  opacity: 0;
  transition: opacity var(--t-duration);
}
.radio input:checked + label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Room book
\* ------------------------------------------------------------ */
.room-book.is-active .room-book__body { border-radius: 3.2rem 3.2rem 0 0; }
.room-book .room-book__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.room-book .room-book__head .btn {
  background-color: #f9c116;
  border-color: #f9c116;
  color: #003a5e;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0.9rem 1.4rem 0.9rem;
  line-height: 1;
  border-radius: 6px;
  margin: 2rem 0.6rem 0 0;
}
@media (max-width: 767px) {
  .room-book .room-book__head .btn {
    padding: 0.8rem 1.2rem 0.8rem;
    margin-top: 1.7rem;
  }
}
@media (max-width: 374px) {
  .room-book .room-book__head .btn {
    margin-left: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .room-book .room-book__head .btn:hover {
    background-color: var(--c-white);
    border-color: var(--c-white);
  }
}
.room-book .room-book__head .btn img {
  margin-right: 1.3rem;
}
.room-book .room-book__heading {
  border-radius: 4rem;
  background-color: #d9e1e7;
  color: #003a5e;
  padding: 2.4rem 3.6rem 8.4rem;
  border: 5px solid var(--c-white);
  color: #003a5e;
}
@media (max-width: 1023px) {
  .room-book .room-book__heading {
    padding: 2rem 2.2rem 7.8rem;
  }
}
@media (max-width: 767px) {
  .room-book .room-book__heading {
    padding: 2.4rem 2rem 7.3rem;
    padding: 2.4rem 2rem 8.6rem;
    text-align: center;
  }
}
.room-book .room-book__heading h6 {
  font-size: 1.8rem;
}
.room-book .room-book__body { background-color: var(--c-white); color: var(--c-black); border-radius: 5.2rem; position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 1.1rem 1.1rem 3.3rem; transition: border-radius 0.2s; }
@media (max-width: 1023px) {
  .room-book .room-book__body {
    padding: 2rem 1rem 2rem 3rem;
    display: block;
  }
}
@media (max-width: 767px) {
  .room-book .room-book__body {
    padding: 2.3rem 2.7rem 2rem 2.7rem;
  }
}
.room-book .room-book__body ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.7rem;
  font-size: 1.8rem;
  max-width: 64%;
  flex: 0 0 64%;
}
@media (max-width: 1023px) {
  .room-book .room-book__body ul {
    margin: 0 -1rem 1.6rem;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .room-book .room-book__body ul {
    display: block;
  }
}
.room-book .room-book__body ul li { padding: 1.1rem 1.1rem 1.1rem 2.3rem; max-width: 33.3333333333%; flex: 0 0 33.3333333333%; border-right: 1px solid var(--c-dark-blue); }
.room-book.is-active .room-book__body ul li.room-book__li:not(:first-child) { background-color: #f3f5f7; padding: 1.1rem 1.1rem 1.1rem 2.3rem; border-radius: 0; }
.room-book.is-active .room-book__body ul li.room-book__li:first-child { background-color: #f3f5f7; padding: 1.1rem 1.1rem 1.1rem 2.3rem; border-radius: 2.8rem 0 0 0; }
.room-book.is-active .room-book__body ul li.room-book__li.is-active:first-child { background-color: #fff; padding: 1.1rem 1.1rem 1.1rem 2.3rem; border-radius: 2.8rem 0 0 0; }
.room-book.is-active .room-book__body ul li.room-book__li.is-active:not(:first-child) { background-color: #fff; padding: 1.1rem 1.1rem 1.1rem 2.3rem; border-radius: 0; }
.room-book .room-book__body ul a { font-size: 1.6rem; }
    @media (max-width: 1023px) {
        .room-book .room-book__body ul li { padding: 0 1rem; }
    }

    @media (max-width: 767px) {
        .room-book .room-book__body ul li { max-width: 100%; flex: 0 0 100%; padding-bottom: 1.1rem; margin-bottom: 1.4rem; position: relative; border: none; }
    }

    .room-book .room-book__body ul li:after { content: ""; position: absolute; top: 14px; right: 0; width: 1px; height: 75%; }
@media (max-width: 767px) {
  .room-book .room-book__body ul li:after {
    border-right: none;
    right: auto;
    top: auto;
    bottom: 0;
    left: calc(50% + 1rem);
    width: calc(100vw - 3.4rem);
    height: 1px;
    transform: translateX(-50%);
    border-bottom: 1px solid var(--c-dark-blue);
  }
}
@media (max-width: 1023px) {
  .room-book .room-book__body ul li:last-child {
    border-right: none;
  }
  .room-book .room-book__body ul li:last-child:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .room-book .room-book__body ul li:last-child {
    margin-bottom: 0;
  }
  .room-book .room-book__body ul li:last-child:after {
    display: block;
  }
}
.room-book .room-book__body ul h6 { color: var(--c-dark-blue); display: flex; align-items: center; font-size: 1.4rem; margin-bottom: 1rem; height: 19px; }
.room-book .room-book__body ul h6 img {
  margin-right: 1rem;
}
.room-book .room-book__body ul p {
  padding-left: 2px;
}
.room-book .room-book__body .room__book-btn { margin-right: 2.5rem; padding: 2.6rem 2.1rem 2.6rem 2.3rem; }
.room-book.is-active .room-book__body .room__book-btn { background-color: #f3f5f7; padding: 2.6rem 2.1rem 2.6rem 2.3rem; border-radius: 0; }
.room-book.is-active .room-book__body .room__book-btn.is-active { background-color: #fff; padding: 2.6rem 2.1rem 2.6rem 2.3rem; border-radius: 0; }
@media (max-width: 767px) {
    .room-book .room-book__body .room__book-btn { margin: 0 0 2rem; padding: 0; }
}
.room-book .room-book__body .js-increment {
  max-width: 100%;
  margin: 0;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .room-book .room-book__body .js-increment {
    justify-content: center;
  }
}
.room-book .room-book__body .js-increment li {
  border: none;
  padding: 0;
  max-width: none;
  flex: none;
  margin-bottom: 0;
}
.room-book .room-book__body .js-increment li:last-child:after {
  display: none;
}
.room-book .room-book__body .js-increment li + li {
  margin-left: 2rem;
}
.room-book .room-book__body .js-increment li:after {
  display: none;
}
.room-book .room-book__body .js-increment span {
  font-size: 2.2rem;
  font-weight: 700;
}
.room-book .room-book__body .js-increment a:not(.btn),
.room-book .room-book__body .js-increment a:not(.js-close-book) {
  padding-left: 0;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  position: relative;
}
.room-book .room-book__body .js-increment a:not(.btn) img,
.room-book .room-book__body .js-increment a:not(.js-close-book) img {
  position: absolute;
  top: 50%;
  left: 1.1rem;
  transform: translateY(-50%);
}
.room-book .room-book__body .js-increment a:not(.btn):before,
.room-book .room-book__body .js-increment a:not(.js-close-book):before {
  display: none;
}
.room-book .room-book__body .range-slider {
  padding: 0 4.2rem;
}
@media (max-width: 767px) {
  .room-book .room-book__body .range-slider {
    padding: 0 1rem;
  }
}
.room-book .room-book__body .range-slider ul {
  display: flex;
  justify-content: space-between;
  font-size: 2.2rem;
  font-weight: 700;
  max-width: 100%;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .room-book .room-book__body .range-slider ul {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.room-book .room-book__body .range-slider ul li {
  max-width: none;
  flex: none;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.room-book .room-book__body .range-slider ul li:after {
  display: none;
}
.room-book .room-book__body .range-slider .range__fileds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem;
}
.room-book .room-book__body .range-slider .range__fileds label {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.room-book .room-book__body .range-slider .range__fileds .range__field {
  max-width: 18rem;
  flex: 0 0 18rem;
}
@media (max-width: 767px) {
  .room-book .room-book__body .range-slider .range__fileds .range__field {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.room-book .room-book__body .range-slider .range__fileds .range__field + .range__field {
  margin-left: 3.4rem;
  position: relative;
}
.room-book .room-book__body .range-slider .range__fileds .range__field + .range__field:before {
  content: "";
  position: absolute;
  bottom: 34%;
  left: -2.4rem;
  width: 1.4rem;
  height: 4px;
  background-color: #003a5d;
}
@media (max-width: 767px) {
  .room-book .room-book__body .range-slider .range__fileds .range__field + .range__field:before {
    bottom: 25%;
  }
}
.room-book .room-book__body .range-slider .range__fileds .field-secondary {
  font-size: 3rem;
  font-weight: 700;
  border-radius: 1rem;
  padding: 2rem 1.5rem 2.2rem;
}
@media (max-width: 767px) {
  .room-book .room-book__body .range-slider .range__fileds .field-secondary {
    font-size: 1.6rem;
    padding: 1rem 1rem 1.2rem;
  }
}
.room-book .room-book__body .range-slider .ui-widget.ui-widget-content {
  background-color: #d9e1e7;
  height: 6px;
  border-radius: 0;
}
.room-book .room-book__body .range-slider .ui-slider .ui-slider-range {
  background-color: #003a5d;
}
@media (max-width: 767px) {
  .room-book .room-book__body .range-slider .range-slider {
    padding: 0 1rem;
  }
}
.room-book .room-book__body .range-slider .ui-state-default,
.room-book .room-book__body .range-slider .ui-widget-content .ui-state-default {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  top: -1.5rem;
  background-color: var(--c-white);
  border: 2px solid #003a5d;
}
@media (max-width: 767px) {
  .room-book .room-book__body .range-slider .ui-state-default,
  .room-book .room-book__body .range-slider .ui-widget-content .ui-state-default {
    width: 2.2rem;
    height: 2.2rem;
    top: -1rem;
  }
}
.room-book .room-book__body .room__select {
  position: relative;
}
.room-book .room-book__body .room__select a {
  text-decoration: none;
}
.room-book .room-book__body .room__select:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 0.9rem;
  height: 1.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/images/svg/select-arrow.svg");
  pointer-events: none;
  display: none;
}
@media (max-width: 767px) {
  .room-book .room-book__body .room__select:before {
    display: block;
    top: -1.1rem;
    right: -0.4rem;
  }
}
.room-book .room-book__body .room__select select {
  width: 100%;
  padding: 0;
  appearance: none;
  font-size: 1.8rem;
  color: var(--c-black);
  border: none;
  appearance: none;
}
.room-book .room-book__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .room-book .room-book__actions {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .room-book .room-book__actions {
    display: block;
    text-align: center;
  }
}
.room-book .room-book__actions .btn {
  font-size: 1.4rem;
  padding: 2.3rem 2.7rem 2.1rem;
  font-weight: 700;
  border-radius: 3rem;
}
.room-book .room-book__actions a:not(.btn) {
  color: var(--c-dark-blue);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 3rem;
}
.room-book .room-book__actions a:not(.btn):before {
  content: "+";
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.8rem;
  font-weight: 400;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid var(--c-dark-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.room-book .room-book__actions .js-close-book {
  padding: 0 !important;
}
.room-book .room-book__actions .js-close-book:before {
  display: none !important;
}
.room-book .room-book__actions a + a {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .room-book .room-book__actions a + a {
    margin: 1.7rem 0 0 0;
  }
}
.room-book .room-book__head + .room-book__body {
  margin-top: -6.4rem;
}
@media (max-width: 767px) {
  .room-book .room-book__head + .room-book__body {
    margin-top: -7.7rem;
  }
}
@media (max-width: 767px) {
  .room-book .room-book__head.hidden-xs + .room-book__body {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .room-book-hidden-body-mobile .room-book__body {
    display: none;
  }
}
@media (max-width: 767px) {
  .room-book-hidden-body-mobile .room-book__head {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .room-book-hidden-body-mobile .room-book__head .btn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .room-book-hidden-body-mobile .room-book__heading {
    padding: 1.4rem 2rem;
  }
  .room-book-hidden-body-mobile .room-book__heading h6 {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Section about
\* ------------------------------------------------------------ */
.section-about { padding: 1.5rem 0 10.2rem; }
@media (max-width: 1023px) {
  .section-about {
    padding: 4rem 0 9rem;
  }
}
@media (max-width: 767px) {
  .section-about {
    padding: 2.4rem 0 6rem;
  }
}
.section-about .section__head {
  max-width: 67rem;
  margin: 0 auto 7.7rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .section-about .section__head {
    margin-bottom: 4.7rem;
  }
}
.section-about .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
.section-about .section__head h2 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .section-about .section__head h2 {
    margin-bottom: 3.5rem;
  }
}
.section-about .section__head h2.underlined {
  padding-bottom: 1.5rem;
}
.section-about .list-about {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: -1.6rem;
  padding: 0.7rem;
}
@media (max-width: 767px) {
  .section-about .list-about {
    overflow-x: auto;
    margin: 0 -2.7rem;
    padding: 0 0.7rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start;
  }
}
.section-about .list-about::-webkit-scrollbar {
  display: none;
}
.section-about .list-about li {
  padding: 1.6rem;
  text-align: center;
  max-width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .section-about .list-about li {
    max-width: 50%;
    flex: 0 0 50%;
    max-width: 15rem;
    flex: 0 0 15rem;
    padding: 0;
  }
}
.section-about .list-about li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8.5rem;
  margin-bottom: 1.8rem;
}
.section-about .list-about li h6 {
  font-size: 1.8rem;
  line-height: 1.22;
  max-width: 13rem;
  margin: 0 auto;
}
/* ------------------------------------------------------------ *\
	Section activities
\* ------------------------------------------------------------ */
.section-activities {
  padding: 11.2rem 0 11.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-activities {
    padding: 4rem 0 5.7rem;
    margin-top: 2.2rem;
  }
}
.section-activities .section__inner {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-activities .media { position: absolute; top: 28.2rem; left: 0; transform: translateY(-50%); max-width: 50.3%; width: 100%; padding-top: 23.4%; border-radius: 0 0.6rem 0.6rem 0; }
@media (max-width: 767px) {
  .section-activities .media {
    max-width: 100%;
    flex: 0 0 100%;
    top: 11.2rem;
    transform: none;
  }
}
.section-activities .section__aside {
  max-width: 51.7%;
  flex: 0 0 51.7%;
  padding: 18.2% 1rem 0;
}
@media (max-width: 767px) {
  .section-activities .section__aside {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 38.7% 0 0;
  }
}
@media (max-width: 767px) {
  .section-activities .section__aside .media {
    min-height: 30rem;
    top: 0;
    border-radius: 0;
    padding-top: 80.3%;
  }
}
.section-activities .section__aside-content { background-color: var(--c-white); padding: 3.7rem 3.9rem 4rem 3.8rem; position: relative; z-index: 2; max-width: 44.8rem; margin-left: auto; border-radius: 0.6rem; margin-top: 7rem; }
@media (max-width: 767px) {
    .section-activities .section__aside-content { margin-left: -2.7rem; max-width: 32.8rem; padding: 2.5rem 2.7rem 2.7rem 5rem; }
}
.section-activities .section__aside-content h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
.section-activities .section__aside-content h2 {
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 3rem;
}
.section-activities .section__aside-content h2.underlined {
  padding-bottom: 2.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .section-activities .section__aside-content .btn:hover {
    background-color: var(--c-dark-blue);
    border-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
.section-activities .section__info {
  max-width: 48.3%;
  flex: 0 0 48.3%;
  padding: 0 1rem 0 8.9rem;
}
@media (max-width: 1023px) {
  .section-activities .section__info {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .section-activities .section__info {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 1.2rem 0 0 1.3rem;
  }
}
@media (max-width: 374px) {
  .section-activities .section__info {
    padding-left: 0;
  }
}
.section-activities .section__info ul {
  list-style: none;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .section-activities .section__info ul {
    font-size: 1.6rem;
  }
}
.section-activities .section__info ul li + li {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .section-activities .section__info ul li + li {
    margin-top: 1rem;
  }
}
.section-activities .section__info ul li {
  display: flex;
  align-items: center;
  position: relative;
  max-width: max-content;
}
@media (max-width: 767px) {
  .section-activities .section__info ul li {
    flex-wrap: wrap;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-activities .section__info ul li:hover {
    color: #129671;
  }
  .section-activities .section__info ul li:hover .tooltip {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .section-activities .section__info ul li.is-active {
    color: #129671;
  }
  .section-activities .section__info ul li.is-active a:before {
    transform: rotate(-90deg);
  }
}
.section-activities .section__info ul a {
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .section-activities .section__info ul a {
    padding-right: 2.5rem;
  }
}
.section-activities .section__info ul a:after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--c-dark-blue);
}
@media (max-width: 767px) {
  .section-activities .section__info ul a:after {
    bottom: -0.6rem;
  }
}
.section-activities .section__info ul a:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 0;
  width: 1rem;
  height: 0.6rem;
  mask-size: 100%;
  mask-image: url("../assets/images/svg/arrow-activities.svg");
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: transform var(--t-duration);
  display: none;
}
@media (max-width: 767px) {
  .section-activities .section__info ul a:before {
    display: block;
  }
}
.section-activities .section__info ul span {
  width: 3.2rem;
  text-align: center;
  margin-right: 2rem;
  position: relative;
}
.section-activities .section__info ul span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1rem;
}
.section-activities .section__info ul .tooltip {
  position: absolute;
  top: 50%;
  left: 15rem;
  transform: translateY(-50%);
  background-color: #129671;
  color: var(--c-white);
  z-index: 3;
  padding: 1.8rem 1.3rem 1.8rem 2.1rem;
  line-height: 1.625;
  font-weight: 400;
  border-radius: 0.6rem;
  width: 29.6rem;
  font-size: 1.6rem;
  font-family: var(--ff-teritery);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-duration), visibility var(--t-duration);
}
@media (max-width: 767px) {
  .section-activities .section__info ul .tooltip {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 1.4rem;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.section-activities .section__info ul .tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 102%;
  transform: translate(50%, -50%);
  width: 2.6rem;
  height: 3.1rem;
  background-image: url("../assets/images/svg/ico-triangle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .section-activities .section__info ul .tooltip:after {
    display: none;
  }
}
.section-activities .section__actions {
  text-align: center;
  max-width: max-content;
  margin: 0 auto;
  margin-top: 4.6rem;
}
/* ------------------------------------------------------------ *\
	Section awards
\* ------------------------------------------------------------ */
.section-awards {
  padding: 8.4rem 0 6rem;
}
@media (max-width: 1023px) {
  .section-awards {
    padding: 3.6rem 0 3.3rem;
  }
}
.section-awards .shell {
  max-width: 81rem;
}
.section-awards .section__head {
  margin-bottom: 5.4rem;
}
@media (max-width: 767px) {
  .section-awards .section__head {
    margin-bottom: 3.7rem;
  }
}
.section-awards .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
.section-awards .section__head h2 {
  font-weight: 500;
}
.section-awards .section__head h2.underlined {
  padding-bottom: 1.2rem;
}
.section-awards .list-awards {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -2rem -4.1rem;
}
@media (max-width: 767px) {
  .section-awards .list-awards {
    margin: -1.5rem;
    justify-content: flex-start;
  }
}
.section-awards .list-awards li {
  padding: 2rem 4.1rem;
}
@media (max-width: 767px) {
  .section-awards .list-awards li {
    padding: 1.5rem;
    max-width: 28%;
    flex: 0 0 28%;
  }
}
/* ------------------------------------------------------------ *\
	Section blog card
\* ------------------------------------------------------------ */
.section-blog-card {
  padding: 2rem 0 5rem;
}
@media (max-width: 767px) {
  .section-blog-card {
    padding: 0 0 3rem;
  }
}
.section-blog-card:has(.section__head-actions) {
  padding-top: 0;
}
.section-blog-card .section__head-actions {
  margin-bottom: 2rem;
}
.section-blog-card .section__inner {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .section-blog-card .section__inner:hover .media img {
    transform: scale(1.1);
  }
  .section-blog-card .section__inner:hover h2 img {
    opacity: 1;
  }
}
.section-blog-card .section__image {
  max-width: 64.2%;
  flex: 0 0 64.2%;
}
@media (max-width: 1023px) {
  .section-blog-card .section__image {
    max-width: 57%;
    flex: 0 0 57%;
  }
}
@media (max-width: 767px) {
  .section-blog-card .section__image {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.section-blog-card .section__image .media {
  padding-top: 54.1%;
  border-radius: 0.6rem;
}
@media (max-width: 767px) {
  .section-blog-card .section__image .media {
    padding-top: 85.4%;
  }
}
.section-blog-card .section__image .media img {
  transition: transform var(--t-duration);
}
.section-blog-card .section__body {
  max-width: 35.8%;
  flex: 0 0 35.8%;
  padding-left: 3.7rem;
}
@media (max-width: 1023px) {
  .section-blog-card .section__body {
    max-width: 43%;
    flex: 0 0 43%;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .section-blog-card .section__body {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 1.9rem 0 0;
  }
}
.section-blog-card .section__body h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 1.2rem;
}
.section-blog-card .section__body h2 {
  font-weight: 500;
  line-height: 0.97;
  margin-bottom: 3.8rem;
}
@media (max-width: 1023px) {
  .section-blog-card .section__body h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .section-blog-card .section__body h2 {
    line-height: 1.16;
    margin-bottom: 1.7rem;
  }
}
.section-blog-card .section__body h2.underlined {
  padding-bottom: 1.9rem;
}
@media (max-width: 767px) {
  .section-blog-card .section__body h2.underlined {
    padding-bottom: 1.1rem;
  }
}
.section-blog-card .section__body h2 img {
  margin-left: 1.1rem;
  opacity: 0;
  transition: opacity var(--t-duration);
}
.section-blog-card .section__body h6 {
  font-family: var(--ff-secondary);
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-blog-card .section__body h6 {
    font-size: 1.4rem;
  }
}
.section-blog-card .section__body .section__info {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .section-blog-card .section__body .section__info {
    margin-top: 1.4rem;
  }
}
.section-blog-card .section__body .section__info img {
  margin-right: 0.8rem;
}
.section-blog-card .section__label {
  display: block;
  max-width: max-content;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.6rem 0.6rem 0.6rem;
  line-height: 1;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #d9e1e7;
  color: var(--c-dark-blue);
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section-blog-card .section__label {
    margin-bottom: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Section book
\* ------------------------------------------------------------ */
.section-book {
  padding: 3.5rem 0 7.9rem;
}
@media (max-width: 767px) {
  .section-book {
    padding: 1.5rem 0;
  }
}
.section-book .section__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9rem;
}
@media (max-width: 767px) {
  .section-book .section__inner {
    margin: 0;
  }
}
.section-book .section__aside {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 0.9rem;
}
@media (max-width: 767px) {
  .section-book .section__aside {
    max-width: none;
    flex: 1;
    padding: 0;
    margin: 0 -0.7rem;
  }
}
.section-book .section__content {
  max-width: 50%;
  flex: 0 0 50%;
  line-height: 1.625;
  padding: 2.2rem 0.9rem 0;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .section-book .section__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 5rem;
  }
}
.section-book .section__content h5 {
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
  color: var(--c-dark-blue);
}
.section-book .section__content h2 {
  color: var(--c-dark-blue);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .section-book .section__content h2 {
    margin-bottom: 2.1rem;
  }
}
.section-book .section__content h2.underlined {
  padding-bottom: 1.2rem;
}
.section-book .section__content p {
  color: var(--c-black);
}
.section-book .section__content ul {
  list-style: none;
  margin-top: 2rem;
}
.section-book .section__content ul li {
  position: relative;
  padding-left: 2rem;
}
.section-book .section__content ul li:before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: currentColor;
}
/* ------------------------------------------------------------ *\
	Section box slider
\* ------------------------------------------------------------ */
.section-box-slider {
  padding: 10.5rem 0 9rem;
}
@media (max-width: 1023px) {
  .section-box-slider {
    padding: 7rem 0;
  }
}
@media (max-width: 767px) {
  .section-box-slider {
    padding: 5rem 0 5rem;
  }
}
.section-box-slider .media {
  padding-top: 76.2%;
}
@media (max-width: 767px) {
  .section-box-slider .media {
    padding-top: 71.1%;
  }
}
@media (max-width: 767px) {
  .section-box-slider .grid-flex .grid__col {
    --grid-cols: 1;
  }
}
.section-box-slider .section__entry {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .section-box-slider .section__entry {
    text-align: center;
    margin-bottom: 3.5rem;
  }
}
.section-box-slider .section__entry picture {
  display: block;
  margin-bottom: 1.4rem;
}
.section-box-slider .section__entry picture img {
  max-width: 15.4rem;
  width: 100%;
}
.section-box-slider .slider {
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
.section-box-slider .slider .slick-dots {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  list-style: none;
}
.section-box-slider .slider .slick-dots li + li {
  margin-left: 0.4rem;
}
.section-box-slider .slider .slick-dots button {
  font-size: 0;
  width: 0.8rem;
  height: 0.8rem;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: var(--c-white);
  opacity: 0.8;
  transition: width var(--t-duration), height var(--t-duration);
}
.section-box-slider .slider .slick-dots .slick-active button {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
}
.section-box-slider .slider .slider-arrows {
  position: absolute;
  top: 53%;
  left: 50%;
  width: calc(100% + 3.2rem);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
}
.section-box-slider .slider .slider-arrows .slick-arrow {
  width: 4rem;
  height: 4rem;
  background-color: var(--c-white);
  pointer-events: auto;
}
.section-box-slider .slider .slider-arrows .slick-arrow:before {
  width: 1.2rem;
  height: 0.6rem;
}
.section-box-slider .slider .slider-arrows .slick-prev:before {
  left: 62%;
}
.section-box-slider .slider .slider-arrows .slick-next:before {
  left: 38%;
}
.section-box-slider .section__head {
  display: none;
}
@media (max-width: 767px) {
  .section-box-slider .section__head {
    display: block;
    margin-bottom: 3.4rem;
  }
}
.section-box-slider .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 1rem;
  line-height: 1.2;
  color: var(--c-dark-blue);
}
.section-box-slider .section__head h2 {
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-dark-blue);
  margin-bottom: 1.9rem;
}
.section-box-slider .section__head h2.underlined {
  padding-bottom: 1.2rem;
}
.section-box-slider .section__content {
  padding-left: 2.2rem;
  margin-top: -3px;
  line-height: 1.625;
  color: var(--c-black);
}
@media (max-width: 767px) {
  .section-box-slider .section__content {
    padding: 2.5rem 0 0;
    margin: 0;
  }
}
.section-box-slider .section__content h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
  line-height: 1.2;
  color: var(--c-dark-blue);
}
@media (max-width: 767px) {
  .section-box-slider .section__content h5 {
    display: none;
  }
}
.section-box-slider .section__content h2 {
  font-weight: 500;
  line-height: 1.2;
  color: var(--c-dark-blue);
  margin-bottom: 1.9rem;
}
.section-box-slider .section__content h2.underlined {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .section-box-slider .section__content h2 {
    display: none;
  }
}
.section-box-slider .section__content p {
  line-height: 1.625;
  color: var(--c-black);
}
.section-box-slider .section__content ul {
  list-style: none;
  margin-top: 2rem;
}
.section-box-slider .section__content ul li {
  position: relative;
  padding-left: 2rem;
}
.section-box-slider .section__content ul li:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.4rem;
  width: 6px;
  height: 2px;
  background-color: currentColor;
}
.section-box-slider .section__content .btn {
  margin-top: 1.3rem;
}
@media (max-width: 767px) {
  .section-box-slider .section__content .btn {
    margin-top: 0.3rem;
  }
}
.section-box-slider--small {
  padding: 7.7rem 0 9.8rem;
}
@media (max-width: 1023px) {
  .section-box-slider--small {
    padding: 7rem 0;
  }
}
@media (max-width: 767px) {
  .section-box-slider--small {
    padding: 4.9rem 0 7.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Section cards
\* ------------------------------------------------------------ */
.section-cards {
  padding: 4.9rem 0 6rem;
  position: relative;
}
.section-cards.filters{ padding: 4.9rem 0 0rem; }
@media (max-width: 767px) {
  .section-cards {
    padding: 4rem 0;
  }
}
.section-cards.border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100.4rem;
  transform: translateX(-50%);
  border-top: 1px solid var(--c-dark-blue);
}
@media (max-width: 1034px) {
  .section-cards.border-top:before {
    max-width: calc(100% - 3rem);
  }
}
@media (max-width: 1023px) {
  .section-cards.border-top:before {
    max-width: calc(100% - 6rem);
  }
}
.section-cards .section__filters {
  margin-top: -0.5rem;
  max-width: max-content;
  margin-left: auto;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-cards .section__filters {
    margin: 0 auto 2.8rem auto;
  }
}
.section-cards .section__filters li + li {
  margin-left: 1.7rem;
}
@media (max-width: 767px) {
  .section-cards .section__filters li + li {
    margin-left: 0.8rem;
  }
}
.section-cards .section__filters .btn {
  padding: 0.8rem 1.4rem;
  min-height: 4rem;
  align-items: center;
}
@media (max-width: 767px) {
  .section-cards .section__filters .btn {
    padding: 0.8rem 0.9rem;
  }
}
.section-cards .section__filters .btn img {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .section-cards .section__filters .btn img {
    margin-right: 1rem;
  }
}
.section-cards .section__head {
  margin-bottom: 4.3rem;
}
@media (max-width: 767px) {
  .section-cards .section__head {
    margin-bottom: 2.9rem;
  }
}
.section-cards .section__head h4 {
  font-weight: 500;
}
.section-cards .section__head h4 strong {
  font-family: var(--ff-secondary);
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-cards .section__head h4 strong {
    font-size: 1.8rem;
    display: block;
  }
}
.section-cards .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
.section-cards .section__head h2 {
  font-weight: 500;
}
.section-cards .section__head h2.underlined {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .section-cards.js-section-accordion .section__head {
    margin-bottom: 0;
    position: relative;
    padding-right: 3.5rem;
  }
  .section-cards.js-section-accordion .section__head:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    background-image: url("../assets/images/svg/section-arrow-mobile.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform var(--t-duration);
  }
}
@media (max-width: 767px) {
  .section-cards.js-section-accordion.is-open .section__head:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .section-cards.js-section-accordion .cards-filters {
    display: none;
    margin-top: 2.9rem;
  }
}
.section-cards--small {
  padding: 1.9rem 0 1rem;
}
.section-cards--small .section__head {
  margin-bottom: 6.4rem;
}
.section-cards--small .section__filters + .section__head {
  margin-top: 2rem;
}
/* ------------------------------------------------------------ *\
	Section contact
\* ------------------------------------------------------------ */
.section-contact {
  padding: 9.6rem 0 12.6rem;
}
@media (max-width: 1023px) {
  .section-contact {
    padding: 7rem 0 8rem;
  }
}
@media (max-width: 767px) {
  .section-contact {
    padding: 3.6rem 0 5rem;
  }
}
.section-contact .shell {
  --shell-max-width: 73rem;
}
@media (max-width: 767px) {
  .section-contact .shell {
    max-width: 100%;
  }
}
.section-contact .form {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .section-contact .form {
    padding-left: 0;
  }
}
.section-contact .form--centered .socials {
  padding-left: 0;
  margin: 3.5rem 0 5rem;
}
.section-contact .socials {
  padding-left: 4.1rem;
  margin-top: 8.4rem;
}
@media (max-width: 767px) {
  .section-contact .socials {
    padding-left: 0;
    margin-top: 5.9rem;
  }
}
.section-contact--small {
  padding: 4.3rem 0 2.5rem;
}
@media (max-width: 767px) {
  .section-contact--small {
    padding: 2.3rem 0 4.7rem;
  }
}
.section-contact--small .shell {
  --shell-max-width: 66.4rem;
}
@media (max-width: 767px) {
  .section-contact--small .shell {
    max-width: 100%;
  }
}
.section-contact--small .form {
  padding-left: 0;
}
/* ------------------------------------------------------------ *\
	Section content
\* ------------------------------------------------------------ */
.section-content {
  padding: 3.1rem 0 3rem;
  color: var(--c-black);
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .section-content {
    padding: 1.5rem 0 3rem;
  }
}
.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6 {
  color: var(--c-dark-blue);
}
.section-content h5 {
  font-family: var(--ff-secondary);
  font-weight: 400;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .section-content h5 {
    margin-bottom: 0.9rem;
  }
}
.section-content h2 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .section-content h2 {
    margin-bottom: 2.1rem;
  }
}
.section-content h2.underlined {
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .section-content h2.underlined {
    padding-bottom: 1.1rem;
  }
}
.section-content h4 {
  font-size: 2.2rem;
  line-height: 1.36;
}
.section-content p {
  margin-bottom: 0.3rem;
}
.section-content p + p {
  margin-top: 2.4rem;
}
.section-content .btn {
  max-width: max-content;
  margin: 4rem auto 0;
  display: block;
}
.section-content a:not(.btn) {
  position: relative;
/*  display: block;*/
  text-decoration: none;
/*  max-width: max-content;
  line-height: 1;
  font-size: 1.6rem;
  font-family: var(--ff-teritery);*/
}
@media (max-width: 767px) {
  .section-content a:not(.btn) {
    margin-top: 0.6rem;
  }
}
/*.section-content a:not(.btn):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: var(--t-duration);
  transform-origin: bottom right;
  transform: scaleX(1);
}
@media (hover: hover) and (pointer: fine) {
  .section-content a:not(.btn):hover:after {
    transform: scaleX(0);
  }
}*/
.section-content .section__content {
  max-width: 65rem;
}
.section-content .media {
  border-radius: 0.6rem;
  max-width: 83.4rem;
  margin: 7.5rem auto 0;
  padding-top: 46.6%;
}
@media (max-width: 767px) {
  .section-content .media {
    padding-top: 70%;
  }
}
.section-content .media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.13);
  pointer-events: none;
  z-index: 2;
}
.section-content--large { padding: 5.6rem 0 6.6rem; }
@media (max-width: 767px) {
  .section-content--large {
    padding: 1.3rem 0 2.9rem;
  }
}
.section-content--xl {
  padding: 7.1rem 0 2.7rem;
}
.section-content--large-bottom-space {
  padding-bottom: 9.7rem;
}
@media (max-width: 767px) {
  .section-content--large-bottom-space {
    padding-bottom: 2.7rem;
  }
}
.section-content--medium-bottom-space {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .section-content--medium-bottom-space {
    padding-bottom: 2.7rem;
  }
}
@media (max-width: 767px) {
  .section-content--small {
    padding-bottom: 6.2rem;
  }
}
@media (max-width: 767px) {
  .section-content--small {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .section-content--small h4 {
    font-size: 1.8rem;
    line-height: 1.44;
  }
}
.section-content--primary {
  padding: 7.2rem 0 7.5rem;
}
@media (max-width: 1023px) {
  .section-content--primary {
    padding: 3rem 0 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Section cta
\* ------------------------------------------------------------ */
.section-cta {
  padding: 5.4rem 0 6rem;
}
@media (max-width: 767px) {
  .section-cta {
    padding: 3.6rem 0 3.3rem;
  }
}
.section-cta .section__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-cta .section__inner {
    display: block;
  }
}
.section-cta .shell--small {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .section-cta .shell--small {
    padding-left: 3rem;
  }
}
.section-cta .section__content {
  max-width: 69%;
}
@media (max-width: 767px) {
  .section-cta .section__content {
    max-width: 100%;
  }
}
.section-cta .section__content h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .section-cta .section__content h5 {
    margin-bottom: 1rem;
  }
}
.section-cta .section__content h2 {
  font-weight: 500;
}
.section-cta .section__content h2.underlined {
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section-cta .section__content h2.underlined {
    padding-bottom: 1.5rem;
  }
}
.section-cta .section__content h6 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
}
.section-cta .section__content h6.underlined {
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .section-cta .section__content h6.underlined {
    padding-bottom: 1rem;
  }
}
.section-cta .section__content h2 + h6 {
  margin-top: -0.3rem;
}
.section-cta .section__actions {
  padding: 4rem 2.7rem 0 0;
}
@media (max-width: 767px) {
  .section-cta .section__actions {
    padding-top: 2.7rem;
  }
}
.section-cta .section__actions .btn {
  padding: 1.1rem 2rem 1.1rem;
}
@media (max-width: 767px) {
  .section-cta .section__actions .btn {
    padding: 1.1rem 1.1rem 1.1rem;
  }
}
.section-cta--secondary {
  padding: 6.4rem 0 6.8rem;
}
@media (max-width: 767px) {
  .section-cta--secondary {
    padding: 4rem 0 4.4rem;
  }
}
@media (max-width: 767px) {
  .section-cta--secondary h5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-cta--secondary h2 {
    margin-bottom: 0.5rem;
  }
}
.section-cta--secondary .section__inner {
  align-items: flex-end;
}
.section-cta--secondary .section__content {
  max-width: 75%;
}
@media (max-width: 767px) {
  .section-cta--secondary .section__content {
    max-width: none;
  }
}
.section-cta--secondary .section__actions {
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Section faq
\* ------------------------------------------------------------ */
.section-faq { padding: 8rem 0 8rem; }
@media (max-width: 1023px) {
  .section-faq {
    padding: 7rem 0;
  }
}
@media (max-width: 767px) {
  .section-faq {
    padding: 4.5rem 0 7rem;
  }
}
.section-faq .section__head {
  margin-bottom: 6.2rem;
  line-height: 1.625;
}
@media (max-width: 1023px) {
  .section-faq .section__head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .section-faq .section__head {
    margin-bottom: 3.3rem;
  }
}
@media (max-width: 767px) {
  .section-faq .section__head img {
    margin-bottom: 0.8rem;
  }
}
.section-faq .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .section-faq .section__head h5 {
    margin-bottom: 0.9rem;
  }
}
.section-faq .section__head h2 {
  font-weight: 500;
  line-height: 1;
}
.section-faq .section__head h2.underlined {
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .section-faq .section__head h2.underlined {
    padding-bottom: 1.6rem;
  }
}
.section-faq--large {
  padding: 6.6rem 0 8.8rem;
}
@media (max-width: 767px) {
  .section-faq--large {
    padding: 4rem 0 4.2rem;
  }
}
.section-faq--large .section__head {
  margin-bottom: 0;
}
.section-faq--large .accordion {
  max-width: 100%;
}
.section-faq--large .accordion .accordion__head {
  padding-right: 2.4rem;
}
@media (max-width: 767px) {
  .section-faq--large .accordion .accordion__head {
    padding-right: 0;
  }
}
.section-faq--large .accordion .accordion__body {
  padding: 4.3rem 0 4rem;
}
/* ------------------------------------------------------------ *\
	Section full width slider
\* ------------------------------------------------------------ */
.section-full-width-slider {
  color: var(--c-white);
  position: relative;
}
.section-full-width-slider .shell {
  z-index: 3;
}
@media (max-width: 767px) {
  .section-full-width-slider .shell {
    padding: 0 1.7rem;
  }
}
.section-full-width-slider .slider-arrows {
  position: absolute;
  top: 48.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 110rem;
  padding: 0 1.5rem;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-full-width-slider .slider-arrows {
    position: absolute;
    top: 54.4%;
    left: 50%;
    width: calc(100% + 6.2rem);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-full-width-slider .slider-arrows .slick-arrow {
    width: 6.2rem;
    height: 6.2rem;
    background-color: var(--c-white);
    pointer-events: auto;
  }
}
@media (max-width: 767px) {
  .section-full-width-slider .slider-arrows .slick-arrow:before {
    width: 1.8rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .section-full-width-slider .slider-arrows .slick-prev:before {
    left: 72%;
  }
}
@media (max-width: 767px) {
  .section-full-width-slider .slider-arrows .slick-next:before {
    left: 28%;
  }
}
.section-full-width-slider .slider-full-width .slider__slide {
  position: relative;
}
.section-full-width-slider .slider-full-width .slider__slide .shell {
  min-height: 69.8rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-full-width-slider .slider-full-width .slider__slide .shell {
    min-height: 80.6rem;
  }
}
.section-full-width-slider .slider-full-width .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-full-width-slider .slider-full-width .section__image {
    top: auto;
    bottom: 0;
    height: 78%;
  }
}
.section-full-width-slider .slider-full-width .section__image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 47%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 3;
}
.section-full-width-slider .slider-full-width .section__image .media {
  padding-top: 0;
  height: 100%;
}
.section-full-width-slider .slider-full-width .section__cards .grid-flex {
  --grid-gutter: 1.7rem;
}
.section-full-width-slider .slider-full-width .section__cards .grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}
.section-full-width-slider .slider-full-width .card-location .card__info {
  top: auto;
  bottom: 0;
}
.section-full-width-slider .section__head { background-color: var(--c-white); max-width: 50.2rem; font-size: 1.6rem; line-height: 1.625; padding: 0 3.9rem 3.9rem; border-radius: 0 0 0.6rem 0.6rem; color: var(--c-dark-blue); }
@media (max-width: 767px) {
  .section-full-width-slider .section__head {
    padding: 0 2.2rem 2.5rem 2.4rem;
  }
}
.section-full-width-slider .section__head h5 {
  line-height: 1;
  font-family: var(--ff-secondary);
  font-weight: 400;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__head h5 {
    margin-bottom: 1.3rem;
  }
}
.section-full-width-slider .section__head h2 {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__head h2 {
    margin-bottom: 1.9rem;
  }
}
.section-full-width-slider .section__head h2.underlined {
  padding-bottom: 1.3rem;
}
.section-full-width-slider .section__head p {
  color: var(--c-black);
}
.section-full-width-slider .section__body {
  display: flex;
  margin-top: auto;
  margin: auto -1.5rem 0;
  padding-bottom: 5.1rem;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body {
    display: block;
    padding-bottom: 3.6rem;
  }
}
.section-full-width-slider .section__body .section__content {
  max-width: 36.7%;
  flex: 0 0 36.7%;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body .section__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 5.4rem;
    margin-bottom: 2.8rem;
  }
}
.section-full-width-slider .section__body .section__cards {
  max-width: 100%;
  flex: 1;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body .section__cards {
    padding: 0 2.2rem;
  }
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body .section__cards .grid-flex {
    margin: -0.5rem;
  }
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body .section__cards .grid-flex .grid__col {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body .section__cards .card-location .media {
    padding-top: 143%;
  }
}
.section-full-width-slider .section__body h5 {
  line-height: 1;
  font-family: var(--ff-secondary);
  font-weight: 400;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body h5 {
    margin-bottom: 1.6rem;
  }
}
.section-full-width-slider .section__body h2 {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body h2 {
    margin-bottom: 2.1rem;
  }
}
.section-full-width-slider .section__body h2.underlined {
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body h2.underlined {
    padding-bottom: 1.5rem;
  }
}
.section-full-width-slider .section__body .btn {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  max-width: max-content;
}
.section-full-width-slider .section__body .slider__info {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  margin-top: auto;
}
@media (max-width: 767px) {
  .section-full-width-slider .section__body .slider__info {
    margin-top: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Section grid slider
\* ------------------------------------------------------------ */
.section-grid-slider {
  padding: 1rem 0;
}
.section-grid-slider .slider-grid {
  position: relative;
}
.section-grid-slider .slider-grid .slider-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 6rem);
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.section-grid-slider .slider-grid .slider-arrows .slick-arrow {
  transition: opacity var(--t-duration), visibility var(--t-duration);
}
.section-grid-slider .slider-grid .slider-arrows .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.section-grid-slider .section__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .section-grid-slider .section__head {
    display: block;
    margin-bottom: 1.1rem;
  }
}
.section-grid-slider .section__head .breadcrumbs {
  padding: 0;
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .section-grid-slider .section__head .breadcrumbs {
    margin-bottom: 0.7rem;
  }
}
.section-grid-slider .section__head .breadcrumbs .shell {
  padding: 0;
}
.section-grid-slider .section__head .section__head-content {
  text-align: right;
}
.section-grid-slider .section__head .section__head-content h2 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.section-grid-slider .section__head .section__head-content h2 span {
  color: #129671;
  position: relative;
  padding-left: 1.6rem;
  margin-left: 1rem;
}
.section-grid-slider .section__head .section__head-content h2 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--c-dark-blue);
}
.section-grid-slider .section__head .section__head-content h5 {
  font-family: var(--ff-secondary);
  font-weight: 400;
}
.section-grid-slider .section__head .section__head-content h5.underlined {
  padding-bottom: 1.2rem;
}
.section-grid-slider .section__head .section__head-content h5.underlined:after {
  left: auto;
  right: 0;
}
.section-grid-slider .section__mobile-content {
  display: none;
}
@media (max-width: 767px) {
  .section-grid-slider .section__mobile-content {
    display: block;
    text-align: center;
    margin-top: 0.6rem;
    margin-bottom: 3.5rem;
  }
}
.section-grid-slider .section__mobile-content h2 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.section-grid-slider .section__mobile-content h2 span {
  color: #129671;
  position: relative;
  padding-left: 1.6rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .section-grid-slider .section__mobile-content h2 span {
    margin-left: 0.7rem;
    padding-left: 1.1rem;
  }
}
.section-grid-slider .section__mobile-content h2 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--c-dark-blue);
}
.section-grid-slider .section__mobile-content h5 {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 1.6rem;
}
.section-grid-slider .section__mobile-content h5.underlined {
  padding-bottom: 1.9rem;
}
.section-grid-slider .section__mobile-content h5.underlined:after {
  left: 50%;
  transform: translateX(-50%);
}
.section-grid-slider .section__mobile-content .section__mobile-list {
  z-index: 3;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--c-white);
  font-weight: 500;
  margin: -0.3rem;
  margin-bottom: 2rem;
}
.section-grid-slider .section__mobile-content .section__mobile-list li {
  padding: 0.3rem;
}
.section-grid-slider .section__mobile-content .section__mobile-list span {
  display: block;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 1;
  padding: 0.8rem 1.3rem 0.7rem;
  background-color: #e6435f;
}
.section-grid-slider .section__mobile-content .section__mobile-list .label--green span {
  background-color: #129671;
}
.section-grid-slider .section__actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.section-grid-slider .section__actions ul {
  list-style: none;
  display: flex;
  margin: -0.6rem;
}
.section-grid-slider .section__actions ul a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.3rem;
}
@media (max-width: 1023px) {
  .section-grid-slider .section__actions ul a {
    padding: 0.8rem 1rem;
  }
}
.section-grid-slider .section__actions ul li {
  padding: 0.6rem;
}
.section-grid-slider .list-locations {
  display: none;
  list-style: none;
}
@media (max-width: 767px) {
  .section-grid-slider .list-locations {
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    margin: -0.6rem -3rem;
    padding: 0 0 1.7rem;
  }
}
@media (max-width: 767px) {
  .section-grid-slider .list-locations .btn {
    padding: 1rem;
  }
}
.section-grid-slider .list-locations:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f3f5f7;
  display: none;
}
@media (max-width: 767px) {
  .section-grid-slider .list-locations:after {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-grid-slider .list-locations li {
    position: relative;
    z-index: 2;
    padding: 0.6rem;
  }
}
.section-grid-slider .list-rooms {
  list-style: none;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 0.6rem 1rem;
  text-align: center;
  margin: 0 -2.1rem;
}
@media (max-width: 767px) {
  .section-grid-slider .list-rooms {
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    margin: -0.8rem -1.1rem;
    padding: 1.9rem 0;
  }
}
.section-grid-slider .list-rooms:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f3f5f7;
  display: none;
}
@media (max-width: 767px) {
  .section-grid-slider .list-rooms:after {
    display: block;
  }
}
.section-grid-slider .list-rooms li {
  padding: 0 2.1rem;
}
@media (max-width: 767px) {
  .section-grid-slider .list-rooms li {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    position: relative;
    z-index: 2;
    padding: 0.8rem 0.4rem;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    text-align: left;
  }
}
.section-grid-slider .list-rooms span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .section-grid-slider .list-rooms span {
    min-height: 0;
    max-width: 1.6rem;
    margin: 0 0.9rem 0 0;
  }
}
.section-grid-slider--large-space {
  padding: 6.5rem 0 6.5rem;
}
@media (max-width: 767px) {
  .section-grid-slider--large-space {
    padding: 1.5rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Section interaction
\* ------------------------------------------------------------ */
.section-interactions {
  padding: 2.7rem 0 2.4rem;
}
@media (max-width: 767px) {
  .section-interactions {
    padding: 2.3rem 0;
  }
}
.section-interactions:has(.section__filters) {
  padding: 0;
}
.section-interactions .shell {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-interactions .shell {
    display: block;
  }
}
.section-interactions .section__logo {
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .section-interactions .section__logo {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section-interactions .section__logo a {
  display: block;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .section-interactions .section__logo a {
    margin-bottom: 0;
    max-width: 9.4rem;
  }
}
.section-interactions .section__logo a img {
  padding-left: 0;
}
@media (max-width: 767px) {
  .section-interactions .section__logo a img {
    max-width: 100%;
  }
}
.section-interactions .section__logo img {
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  .section-interactions .section__logo img {
    max-width: 10.4rem;
  }
}
.section-interactions ul {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  list-style: none;
  font-weight: 700;
  margin: 0 -3.9rem;
  padding: 0.4rem 7.1rem 0 0;
}
@media (max-width: 767px) {
  .section-interactions ul {
    margin: -1rem;
    padding: 0;
    font-size: 1.2rem;
    margin-top: 1.1rem;
    align-items: flex-start;
  }
}
.section-interactions ul li {
  padding: 0 3.9rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-interactions ul li {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 1rem;
    display: block;
    text-align: center;
    line-height: 1.16;
  }
}
.section-interactions ul li img {
  margin-right: 1.1rem;
  margin-top: -0.4rem;
}
@media (max-width: 767px) {
  .section-interactions ul li img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-interactions ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    min-height: 3.2rem;
  }
}
.section-interactions .section__filters {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 1.1rem 0 0;
  padding: 0;
}
.section-interactions .section__filters ul {
  margin: 0 -1.5rem;
  justify-content: space-between;
  padding: 0 1rem;
  align-items: normal;
}
@media (max-width: 1023px) {
  .section-interactions .section__filters ul {
    padding: 0;
    margin: 0 -0.5rem;
  }
}
@media (max-width: 767px) {
  .section-interactions .section__filters ul {
    overflow-x: auto;
    margin: 0 -2.7rem;
    padding: 1rem 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.section-interactions .section__filters ul::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .section-interactions .section__filters ul li {
    max-width: 100%;
    flex: none;
    padding: 0 2.7rem;
  }
}
.section-interactions .section__filters span {
  display: block;
  margin: 0 0 0.5rem 0;
  min-height: 3.2rem;
}
.section-interactions .section__filters span img {
  margin: 0 auto;
}
.section-interactions .section__filters li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  height: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .section-interactions .section__filters li:hover {
    background-color: #d9e1e7;
  }
}
@media (max-width: 1023px) {
  .section-interactions .section__filters li {
    padding: 0 0.5rem;
  }
}
.section-interactions .section__filters h6 {
  font-size: 1.4rem;
  display: block;
  max-width: 10rem;
  line-height: 1.28;
}
@media (max-width: 767px) {
  .section-interactions .section__filters h6 {
    max-width: 100%;
  }
}
.section-interactions .section__filters img {
  margin: 0;
}
/* ------------------------------------------------------------ *\
	Section links
\* ------------------------------------------------------------ */
.section-links {
  padding: 3.2rem 0 4.9rem;
}
@media (max-width: 767px) {
  .section-links {
    padding: 2.2rem 0 3rem;
  }
}
.section-links h6 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: var(--ff-secondary);
}
/* ------------------------------------------------------------ *\
	Section map
\* ------------------------------------------------------------ */
.section-map {
  padding: 10.5rem 0 3.6rem;
}
@media (max-width: 1023px) {
  .section-map {
    padding: 7rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .section-map {
    padding: 3.3rem 0 1.5rem;
  }
}
.section-map .section__head {
  margin-bottom: 9rem;
}
@media (max-width: 1023px) {
  .section-map .section__head {
    margin-bottom: 4.3rem;
  }
}
.section-map .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
.section-map .section__head h2 {
  font-weight: 500;
}
.section-map .section__head h2.underlined {
  padding-bottom: 1.2rem;
}
.section-map .section__contacts {
  display: flex;
  flex-wrap: wrap;
}
.section-map .section__contacts .map {
  max-width: 57.7%;
  flex: 0 0 57.7%;
  height: 42rem;
  border-radius: 0.6rem;
}
@media (max-width: 767px) {
  .section-map .section__contacts .map {
    max-width: 100vw;
    flex: 0 0 100vw;
    border-radius: 0;
    height: 35rem;
    margin: 0 -2.7rem;
  }
}
.section-map .section__address {
  max-width: 42.3%;
  flex: 0 0 42.3%;
  padding-left: 10rem;
  font-size: 1.8rem;
  line-height: 1.55;
  margin-top: -0.3rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .section-map .section__address {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .section-map .section__address {
    max-width: 100%;
    line-height: 1.33;
    flex: 0 0 100%;
    padding: 4.1rem 1rem 0;
  }
}
.section-map .section__address h4 {
  margin-bottom: -0.1rem;
}
@media (max-width: 767px) {
  .section-map .section__address h4 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.section-map .section__address h4 a {
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .section-map .section__address h4 a {
    font-size: 2.4rem;
    margin-top: -0.6rem;
  }
}
.section-map .section__address address {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .section-map .section__address address {
    margin-bottom: 2.5rem;
  }
  .section-map .section__address address br {
    display: none;
  }
}
.section-map .section__address .btn {
  padding: 1rem 1.2rem;
  margin-top: auto;
  max-width: max-content;
}
@media (max-width: 767px) {
  .section-map .section__address .btn {
    margin-top: 2.5rem;
  }
}
.section-map .section__address .btn img {
  margin-right: 1rem;
}
.section-map .section__address a:not(.btn) {
  text-decoration: none;
  display: block;
  font-weight: 400;
}
.section-map .section__address a + h4 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .section-map .section__address a + h4 {
    margin-top: 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Section media
\* ------------------------------------------------------------ */
.section-media {
  padding-bottom: 11rem;
}
@media (max-width: 1023px) {
  .section-media {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .section-media {
    padding-bottom: 2.7rem;
  }
}
.section-media .media {
  border-radius: 0.6rem;
  max-width: 83.4rem;
  margin: 0 auto 0;
  padding-top: 46.6%;
}
@media (max-width: 767px) {
  .section-media .media {
    padding-top: 70%;
  }
}
.section-media .media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.13);
  pointer-events: none;
  z-index: 2;
}
/* ------------------------------------------------------------ *\
	Section membership
\* ------------------------------------------------------------ */
.section-membership {
  padding: 4.3rem 0 10rem;
}
@media (max-width: 1023px) {
  .section-membership {
    padding: 5rem 0 7rem;
  }
}
@media (max-width: 767px) {
  .section-membership {
    padding: 2.5rem 0 3rem;
  }
}
.section-membership.border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 100.4rem;
  transform: translateX(-50%);
  border-top: 2px solid #d9e1e7;
}
.section-membership .section__head {
  margin-bottom: 7.2rem;
}
@media (max-width: 1023px) {
  .section-membership .section__head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .section-membership .section__head {
    margin-bottom: 3rem;
  }
}
.section-membership .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
.section-membership .section__head h2 {
  font-weight: 500;
}
.section-membership .section__head h2.underlined {
  padding-bottom: 1.2rem;
}
/* ------------------------------------------------------------ *\
	Section mobile actions
\* ------------------------------------------------------------ */
.section-mobile-actions {
  padding: 1rem 0;
  background-color: #e6435f;
}
.section-mobile-actions ul {
  display: flex;
  justify-content: center;
  margin: -0.6rem;
  list-style: none;
  padding-left: 0;
}
.section-mobile-actions ul li {
  padding: 0.6rem;
}
.section-mobile-actions ul .btn {
  background-color: var(--c-white);
  color: #e6435f;
  border: 1px solid var(--c-white);
  padding: 1.1rem 1.6rem 1.1rem;
}
@media (hover: hover) and (pointer: fine) {
  .section-mobile-actions ul .btn:hover {
    background-color: var(--c-dark-blue);
    border-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
/* ------------------------------------------------------------ *\
	Section park
\* ------------------------------------------------------------ */
.section-park {
  padding: 6.4rem 0 7rem;
}
@media (max-width: 1023px) {
  .section-park {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-park {
    padding: 3.7rem 0 4.7rem;
  }
}
.section-park .shell {
  max-width: 99.2rem;
}
.section-park .section__head {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .section-park .section__head {
    margin-bottom: 2.4rem;
  }
}
.section-park .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
.section-park .section__head h2 {
  font-weight: 500;
}
.section-park .section__head h2.underlined {
  padding-bottom: 1.2rem;
}
.section-park .section__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 1.66;
  margin-right: -8.7rem;
}
@media (max-width: 1399px) {
  .section-park .section__body {
    margin-right: 0;
  }
}
.section-park .section__body .section__map {
  margin-left: -8rem;
  padding-left: 8rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
}
.section-park .section__body .section__image {
  z-index: 0;
  max-width: 46.2rem;
  flex: 0 0 46.2rem;
}
@media (max-width: 1023px) {
  .section-park .section__body .section__image {
    min-height: 80rem;
  }
}
@media (max-width: 767px) {
  .section-park .section__body .section__image {
    display: none;
  }
}
.section-park .section__body .section__image .js-zoom-out {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1128px) {
  .section-park .section__body .section__image .js-zoom-out {
    left: 5.6rem;
  }
}
.section-park .section__body .section__image .js-zoom-out svg {
  margin-left: 1rem;
  margin-right: 0;
}
.section-park .section__body .section__image:has(.custom-map.is-clicked) .js-zoom-out {
  opacity: 1;
  visibility: visible;
}
.section-park .section__body .section__image .state-heading {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  transform: scale(var(--scale));
  opacity: 0;
  pointer-events: none;
}
.section-park .section__body .section__image .state-heading h2 {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.47);
}
.section-park .section__body .section__image .state-heading[data-heading=wales] {
  top: 33rem;
  left: 8.4rem;
}
.section-park .section__body .section__image .state-heading[data-heading=cheshire] {
  top: 23.1rem;
  left: 13.3rem;
}
.section-park .section__body .section__image .state-heading[data-heading=wiltshire] {
  top: 41.6rem;
  left: 15.6rem;
}
.section-park .section__body .section__image .state-heading[data-heading=devon] {
  top: 46.6rem;
  left: 5.8rem;
}
.section-park .section__body .section__image .state-heading[data-heading=cornwall] {
  top: 50.6rem;
  left: -2.2rem;
}
@media (max-width: 1023px) {
  .section-park .section__body .section__image .state-heading[data-heading=cornwall] {
    left: -1.5rem;
  }
}
.section-park .section__body h4 {
  font-size: 2.2rem;
  line-height: 1.36;
}
.section-park .section__body .section__content {
  max-width: 32.5%;
  flex: 0 0 32.5%;
}
@media (max-width: 767px) {
  .section-park .section__body .section__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.section-park .section__body .section__content .section__content-inner {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1.3rem;
}
.section-park .section__body .section__content .section__content-inner.is-active {
  color: #003a5d;
}
.section-park .section__body .section__content .section__content-inner[data-id=wales].is-active {
  color: #129671;
}
.section-park .section__body .section__content .section__content-inner[data-id=wales] a.is-active {
  background-color: #129671;
  color: var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
  .section-park .section__body .section__content .section__content-inner[data-id=wales] h4:hover {
    color: #129671;
  }
}
.section-park .section__body .section__content .section__content-inner + .section__content-inner {
  margin-top: 1.5rem;
}
.section-park .section__body .section__content h4 {
  font-size: 2.2rem;
  margin-bottom: 0.2rem;
  padding: 0 1.8rem;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .section-park .section__body .section__content h4 {
    font-size: 1.8rem;
    padding: 0 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-park .section__body .section__content h4:hover {
    color: #003a5d;
  }
}
.section-park .section__body .section__content a {
  text-decoration: none;
  margin-bottom: 0;
  display: block;
  padding: 0 1.8rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.6rem;
}
@media (max-width: 1023px) {
  .section-park .section__body .section__content a {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}
.section-park .section__body .section__content a.is-active {
  background-color: #003a5d;
  color: var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
  .section-park .section__body .section__content a:hover {
    background-color: #003a5d;
    color: var(--c-white);
  }
}
.section-park .section__body .section__content a + h4 {
  margin-top: 2.8rem;
}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.custom-map {
  transition: color 0.3s;
  color: currentColor;
  color: #d9e1e7;
  height: 61rem;
}
.custom-map svg {
  overflow: visible !important;
}
.custom-map path {
  pointer-events: none;
}
.custom-map .hover-shape {
  fill: #d9e1e7 !important;
  pointer-events: auto;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .custom-map .hover-shape:hover {
    fill: rgba(0, 58, 93, 0.25) !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .custom-map .hover-shape[data-name=wales]:hover {
    fill: #c1e4da !important;
  }
}
.custom-map .hover-shape.is-active {
  fill: rgba(0, 58, 93, 0.25) !important;
}
.custom-map .hover-shape.is-active[data-name=wales] {
  fill: #c1e4da !important;
}
.custom-map.is-clicked .pin {
  left: calc(-1px + var(--left) + var(--left) / (var(--zoom) * 10));
  top: calc(5px + var(--top) + var(--top) / (var(--zoom) * 10));
  opacity: 1 !important;
  pointer-events: auto !important;
}
.custom-map.is-clicked .cluster {
  opacity: 0 !important;
}
.custom-map.is-clicked .js-state-heading {
  opacity: 1 !important;
}
/* ------------------------------------------------------------ *\
	Scroller
\* ------------------------------------------------------------ */
.scroller {
  position: relative;
}
.scroller .cluster {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: 2.8rem;
  height: 4rem;
  background-image: url("../assets/images/svg/ico-cluster-normall.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: var(--c-white);
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  transform: scale(var(--scale));
  pointer-events: none;
}
.scroller .cluster.is-not-visible {
  opacity: 0;
}
.scroller .cluster[data-name=wales] {
  background-image: url("../assets/images/svg/ico-cluster.svg");
}
.scroller .pin {
  position: absolute;
  z-index: 10;
  top: var(--top);
  left: var(--left);
  transform: scale(var(--scale));
}
.scroller .pin.not-active .js-pin:after {
  background-image: url("../assets/images/svg/ico-pin-white.svg");
  opacity: 1;
}
.scroller .pin.not-active .js-pin[data-name=wales]:after {
  background-image: url("../assets/images/svg/ico-marker-light-green.svg");
  opacity: 1;
}
.scroller .pin.visible-tooltip {
  z-index: 12;
}
.scroller .pin.visible-tooltip .card-map {
  opacity: 1;
  visibility: visible;
}
.scroller .pin.visible-tooltip .js-pin[data-name=wales]:after {
  opacity: 1;
  background-image: url("../assets/images/svg/ico-marker-green.svg") !important;
}
.scroller .pin.visible-tooltip .js-pin:after {
  background-image: url("../assets/images/svg/ico-marker.svg") !important;
}
.scroller .pin:has(.is-clustered) {
  opacity: 0;
  pointer-events: none;
}
.scroller .pin:has(.not-clustered) {
  opacity: 1;
}
.scroller .pin .js-pin {
  position: relative;
  display: block;
}
.scroller .pin .js-pin:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/svg/ico-marker-green.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0;
}
.scroller .pin:has(.js-pin[data-name=wales]) .card-map {
  background-color: #129671;
}
.scroller .pin .card-map {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0.8rem);
  width: 30rem;
  display: flex;
  background-color: #003a5d;
  color: var(--c-white);
  border-radius: 0.6rem;
  overflow: hidden;
  font-family: var(--ff-base);
  line-height: 1.35;
  opacity: 0;
  visibility: hidden;
}
.scroller .pin .card-map .card__image {
  max-width: 10rem;
  flex: 0 0 10rem;
}
.scroller .pin .card-map .card__content {
  max-width: 100%;
  flex: 1;
  padding: 1.3rem 0.9rem 1rem 1.2rem;
}
.scroller .pin .card-map h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
}
.scroller .pin .card-map h6 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.scroller .pin .card-map a {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.scroller .pin .card-map a img {
  margin: 0.7rem 0.6rem 0 0;
}
.scroller .scroller__view-box {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 70%;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .scroller .scroller__view-box {
    top: 50%;
    height: 62%;
    left: 2%;
  }
}
.scroller .scroller__view-position {
  position: relative;
  top: 0;
  left: 0;
}
.scroller .scroller__move {
  transform-origin: center;
}
@media (max-width: 1199px) {
  .scroller .scroller__move {
    height: 70rem;
  }
}
.scroller .scroller__move:after {
  content: "";
  display: block;
  padding-top: 62%;
}
.scroller .scroller__zoom {
  transform-origin: center;
  transform: scale(1);
}
.scroller .scroller__zoom svg {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 625px;
}
.scroller .scroller__zoom .map-svg-bg {
  pointer-events: none;
  z-index: 2;
}
.scroller .scroller__zoom .map-svg {
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Section reference
\* ------------------------------------------------------------ */
.section-reference {
  padding: 3.8rem 0 6.5rem;
}
@media (max-width: 767px) {
  .section-reference {
    padding: 3.3rem 0 5.1rem;
  }
}
.section-reference .section__form {
  border-radius: 0.6rem;
  background-color: var(--c-dark-blue);
  color: var(--c-white);
  padding: 3.3rem 2.5rem 3.3rem 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .section-reference .section__form {
    display: block;
    padding: 2.3rem 2rem 3rem;
    margin-bottom: 3.3rem;
  }
}
.section-reference .section__form label {
  font-size: 2.2rem;
  font-weight: 700;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .section-reference .section__form label {
    font-size: 1.8rem;
    line-height: 1.44;
    margin: 0 0 1.8rem;
    display: block;
  }
}
.section-reference .section__form input {
  border: none;
  outline: none;
  border-radius: 1.2rem;
  font-size: 1.8rem;
  padding: 1.4rem 2rem;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  flex: 1;
  color: var(--c-dark-blue);
}
@media (max-width: 767px) {
  .section-reference .section__form input {
    border-radius: 0.6rem;
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.section-reference .section__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.7rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section-reference .section__foot {
    margin-top: 2.2rem;
  }
}
.section-reference .section__foot p {
  line-height: 1.625;
  color: var(--c-black);
  max-width: 66.4rem;
  font-family: var(--ff-teritery);
}
@media (max-width: 1023px) {
  .section-reference .section__foot p {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .section-reference .section__foot p {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
.section-reference .section__foot .btn {
  padding: 1.1rem 1.4rem 1.1rem;
}
@media (max-width: 767px) {
  .section-reference .section__foot .btn {
    display: block;
    margin: 0 auto 6rem;
  }
}
.section-reference .section__cta {
  margin-top: 2.1rem;
}
@media (max-width: 767px) {
  .section-reference .section__cta {
    margin-top: 1.1rem;
  }
}
.section-reference .section__cta h2 {
  line-height: 0.97;
}
@media (max-width: 767px) {
  .section-reference .section__cta h2 {
    line-height: 1.16;
  }
}
.section-reference .section__cta h2 a {
  display: block;
  text-decoration: none;
}
.section-reference .tile + .tile {
  margin-top: 2rem;
}
/* ------------------------------------------------------------ *\
	Section schedule
\* ------------------------------------------------------------ */
.section-schedule {
  padding: 7.3rem 0 8rem;
}
@media (max-width: 1023px) {
  .section-schedule {
    padding: 4rem 0 5rem;
  }
}
.section-schedule .section__head {
  color: var(--c-black);
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 3.4rem;
}
.section-schedule .section__head h1,
.section-schedule .section__head h2,
.section-schedule .section__head h3,
.section-schedule .section__head h4,
.section-schedule .section__head h5,
.section-schedule .section__head h6 {
  color: var(--c-dark-blue);
}
.section-schedule .section__head h5 {
  font-family: var(--ff-secondary);
  font-weight: 400;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .section-schedule .section__head h5 {
    margin-bottom: 0.9rem;
  }
}
.section-schedule .section__head h2 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .section-schedule .section__head h2 {
    margin-bottom: 2.1rem;
  }
}
.section-schedule .section__head h2.underlined {
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .section-schedule .section__head h2.underlined {
    padding-bottom: 1.1rem;
  }
}
.section-schedule .section__head h4 {
  font-size: 2.2rem;
  line-height: 1.36;
}
.section-schedule .cards-schedule + .section__actions {
  margin-top: 5.4rem;
}
/* ------------------------------------------------------------ *\
	Section services
\* ------------------------------------------------------------ */
.section-services .section__inner {
  position: relative;
  padding-top: 4.4rem;
  padding-right: 32.5rem;
}
@media (max-width: 1023px) {
  .section-services .section__inner {
    padding-right: 24.5rem;
  }
}
@media (max-width: 767px) {
  .section-services .section__inner {
    padding-right: 0;
    padding: 4.5rem 0 0 0;
  }
}
.section-services .section__aside {
  position: absolute;
  top: 4.4rem;
  right: 0;
  max-width: 28.8rem;
  border-radius: 0.6rem;
  background-color: #e6435f;
  color: var(--c-white);
  padding: 3.6rem 3rem 3.3rem;
}
@media (max-width: 1023px) {
  .section-services .section__aside {
    max-width: 22rem;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-services .section__aside {
    max-width: none;
    position: static;
    margin: 6rem -2.7rem 0;
    padding: 3.7rem 4rem 3.4rem;
    border-radius: 0;
  }
}
.section-services .section__aside h4 {
  font-size: 2.2rem;
  line-height: 1.27;
  margin-bottom: 2.3rem;
}
@media (max-width: 1023px) {
  .section-services .section__aside h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .section-services .section__aside h4 {
    font-size: 2.2rem;
    max-width: 75%;
    margin-bottom: 2.1rem;
  }
}
.section-services .section__aside h5 {
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-services .section__aside h5 {
    font-size: 1.8rem;
  }
}
.section-services .section__aside h2 {
  font-size: 3.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 1023px) {
  .section-services .section__aside h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-services .section__aside h2 {
    font-size: 3.6rem;
    margin-bottom: 0;
  }
}
.section-services .section__aside h2 a {
  text-decoration: none;
}
.section-services .section__aside .btn {
  background-color: var(--c-white);
  color: #e6435f;
  border: 1px solid var(--c-white);
  padding: 1.1rem 1.9rem 1.1rem;
}
@media (max-width: 767px) {
  .section-services .section__aside .btn {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-services .section__aside .btn:hover {
    background-color: var(--c-dark-blue);
    border-color: var(--c-dark-blue);
    color: var(--c-white);
  }
}
.section-services .section__aside .btn + .btn {
  margin-top: 1.2rem;
}
.section-services .section__body-head {
  margin-bottom: 3.9rem;
}
.section-services .section__body-head h6 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: var(--ff-secondary);
}
.section-services .section__body-head .list-links {
  margin: -0.3rem;
}
.section-services .section__body-head .list-links li {
  padding: 0.3rem;
}
.section-services .section__body-head .list-links li .btn {
  padding: 1.4rem 1.9rem 1.2rem 0.9rem;
  font-size: 1.4rem;
}
.section-services .section__body-head .list-links li .btn svg {
  margin-top: -2px;
}
.section-services .js-section-entry:has(.media) .section__entry-head {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .section-services .js-section-entry:has(.media) .section__entry-head {
    margin-bottom: 3.8rem;
  }
}
.section-services .media {
  /*padding-top: 65.6%;*/
  border-radius: 0.6rem;
}
.section-services .media .media__play {
  width: 6rem;
  height: 6rem;
  border: 4px solid var(--c-white);
}
.section-services .media .media__play img {
  width: auto;
  height: auto;
}
.section-services .media .media__play:before, .section-services .media .media__play:after {
  width: 3px !important;
  height: 3rem !important;
}
.section-services .section__fee {
  padding: 1.8rem 2.9rem;
  margin: 2.9rem 0 0rem;
  background-color: #129671;
  border-radius: 0.6rem;
  color: var(--c-white);
}
@media (max-width: 767px) {
  .section-services .section__fee {
    margin: 0 -2.7rem 3.9rem;
    border-radius: 0;
    padding: 3rem 3.6rem;
  }
}
.section-services .section__fee h4 {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  line-height: 1.27;
}
@media (max-width: 767px) {
  .section-services .section__fee h4 {
    display: block;
  }
}
.section-services .section__fee h4 strong {
  font-size: 3.5rem;
  margin-left: 2.4rem;
}
@media (max-width: 767px) {
  .section-services .section__fee h4 strong {
    display: block;
    margin-left: 0;
  }
}
.section-services .section__entry.js-section-entry .js-section-body {
  display: none;
}
.section-services .section__entry {
  padding: 4.3rem 2rem 3.1rem 0;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 1023px) {
  .section-services .section__entry {
    font-size: 1.4rem;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .section-services .section__entry {
    font-size: 1.6rem;
    padding: 0 0.9rem;
  }
}
.section-services .section__entry.border-top:before {
  border-top: 2px solid #d9e1e7;
}
@media (max-width: 767px) {
  .section-services .section__entry.border-top:before {
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .section-services .section__entry.border-bottom {
    margin-top: 3.3rem !important;
    padding-top: 3rem;
  }
}
.section-services .section__entry.border-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #d9e1e7;
}
@media (max-width: 767px) {
  .section-services .section__entry.border-bottom:after {
    bottom: auto;
    top: 0;
  }
}
.section-services .section__entry.is-open .section__entry-head .section__arrow {
  transform: rotate(90deg);
}
.section-services .section__entry.bg-aqua {
  padding: 2.8rem 2rem 2.7rem 1.7rem;
}
@media (max-width: 767px) {
  .section-services .section__entry.bg-aqua {
    margin: 0 -2.7rem;
    padding: 3.7rem 3.5rem 6.2rem 3.6rem;
  }
}
.section-services .section__entry.bg-aqua .section__entry-head .section__arrow {
  top: 0.1rem;
  right: 0.1rem;
}
.section-services .section__entry img {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .section-services .section__entry img {
    margin-bottom: 0.4rem;
  }
}
.section-services .section__entry .grid-flex {
  margin: -0.9rem -2.1rem -0.8rem;
  padding: 0 1.2rem;
}
@media (max-width: 767px) {
  .section-services .section__entry .grid-flex {
    padding: 0;
    margin: 2.8rem 0 0;
  }
}
.section-services .section__entry .grid-flex .grid__col {
  padding: 2.1rem;
}
@media (max-width: 767px) {
  .section-services .section__entry .grid-flex .grid__col {
    --grid-cols: 1;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-services .section__entry .grid-flex .grid__col + .grid__col {
    margin-top: 3.5rem;
  }
}
.section-services .section__entry .grid-flex h5 {
  font-weight: 500;
  font-family: var(--ff-base);
}
@media (max-width: 767px) {
  .section-services .section__entry .grid-flex h5 {
    font-size: 1.8rem;
  }
}
.section-services .section__entry .list-about {
  list-style: none;
  color: var(--c-black);
}
.section-services .section__entry .list-about li {
  padding-left: 1.6rem;
  position: relative;
}
.section-services .section__entry .list-about li:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.6rem;
  height: 2px;
  background-color: currentColor;
}
.section-services .section__entry .section__entry-head {
  position: relative;
  padding-right: 3rem;
}
.section-services .section__entry .section__entry-head .section__arrow {
  position: absolute;
  top: 3.1rem;
  right: -0.9rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #d9e1e7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform var(--t-duration);
}
@media (max-width: 767px) {
  .section-services .section__entry .section__entry-head .section__arrow {
    top: 0;
    right: -0.7rem;
  }
}
.section-services .section__entry .section__entry-head .section__arrow img {
  margin: 0;
}
.section-services .section__entry h5 {
  font-family: var(--ff-secondary);
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.section-services .section__entry h2 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.7rem;
}
.section-services .section__entry h2.underlined {
  padding-bottom: 1.5rem;
}
.section-services .section__entry .link:after {
  transform-origin: bottom right;
  transform: scaleX(1);
}
@media (hover: hover) and (pointer: fine) {
  .section-services .section__entry .link:hover:after {
    transform: scaleX(0);
  }
}
.section-services .section__entry p {
  color: var(--c-black);
}
.section-services .section__entry p + .link {
  margin-top: -0.4rem;
}
@media (max-width: 767px) {
  .section-services .section__entry + .section__entry {
    margin-top: 5.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Section socials
\* ------------------------------------------------------------ */
.section-socials {
  padding: 5.3rem 0 13.6rem;
}
@media (max-width: 767px) {
  .section-socials {
    padding: 3.4rem 0 6.9rem;
  }
}
.section-socials.border-top:before {
  border-top: 1px solid #d9e1e7;
}
@media (max-width: 767px) {
  .section-socials.border-top:before {
    max-width: calc(100% - 5.4rem);
  }
}
.section-socials .section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .section-socials .section__inner {
    flex-direction: column-reverse;
  }
}
.section-socials .social-links {
  padding: 0 1.7rem 0 0;
}
@media (max-width: 767px) {
  .section-socials .social-links {
    padding: 0;
    margin-bottom: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Section testimonial
\* ------------------------------------------------------------ */
.section-testimonial {
  padding: 8.3rem 0 8.3rem;
}
@media (max-width: 767px) {
  .section-testimonial {
    padding: 4.3rem 0 4rem;
  }
}
.section-testimonial img {
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .section-testimonial img {
    max-width: 4.5rem;
  }
}
.section-testimonial h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.5rem;
}
.section-testimonial h2 {
  font-weight: 500;
  line-height: 1.28;
}
.section-testimonial h2.underlined {
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .section-testimonial h2.underlined {
    padding-bottom: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Section text image slider
\* ------------------------------------------------------------ */
.section-text-image-slider { padding: 11.1rem 0 11.1rem; }
@media (max-width: 1023px) {
  .section-text-image-slider {
    padding: 10rem 0 8rem;
  }
}
@media (max-width: 767px) {
  .section-text-image-slider {
    padding: 5rem 0 6.5rem;
  }
}
@media (max-width: 767px) {
  .section-text-image-slider .shell {
    padding: 0;
  }
}
.section-text-image-slider .slider {
  position: relative;
}
@media (max-width: 767px) {
  .section-text-image-slider .slider .slider__bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4px 3.5rem 0;
  }
}
.section-text-image-slider .slider .slider__info {
  position: absolute;
  bottom: 2rem;
  left: 63.5%;
  font-size: 1.4rem;
  display: none;
}
@media (max-width: 767px) {
  .section-text-image-slider .slider .slider__info {
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
  }
}
.section-text-image-slider .slider .slider-arrows {
  position: absolute;
  bottom: 30%;
  left: -3.1rem;
  width: 100%;
  max-width: calc(63.5% + 6.2rem);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-text-image-slider .slider .slider-arrows {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: none;
    width: auto;
    margin-left: 1.1rem;
  }
}
.section-text-image-slider .slider .slider-arrows .slick-arrow {
  background-color: #f3f5f7;
}
@media (max-width: 767px) {
  .section-text-image-slider .slider .slider-arrows .slick-arrow {
    background-color: #d9e1e7;
  }
}
.section-text-image-slider .slider .slider-arrows .slick-arrow.slick-disabled {
  opacity: 0;
}
@media (max-width: 767px) {
  .section-text-image-slider .slider .slider-arrows .slick-arrow.slick-disabled {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .section-text-image-slider .slider .slider-arrows .slick-arrow.slick-next {
    margin-left: 1.3rem;
  }
}
.section-text-image-slider.has-slider .slider .slider__info {
  display: block;
}
.section-text-image-slider--secondary { padding: 10rem 0 10rem; }
@media (max-width: 1023px) {
  .section-text-image-slider--secondary {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .section-text-image-slider--secondary {
    padding: 3.2rem 0 4.4rem;
  }
}
.section-text-image-slider--small {
  padding: 4.3rem 0 11rem;
}
@media (max-width: 767px) {
  .section-text-image-slider--small {
    padding: 4.3rem 0 8rem;
  }
}
.section-text-image-slider--small-bottom {
  padding-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .section-text-image-slider--reversed {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section-text-image-slider--reversed .shell {
    padding: 0;
  }
}
.section-text-image-slider--reversed .card-image-text {
  flex-direction: row-reverse;
  --x-padding: 5.6rem;
}
.section-text-image-slider--reversed .card-image-text .card__image {
  margin-right: -39.6rem;
}
@media (max-width: 1023px) {
  .section-text-image-slider--reversed .card-image-text .card__image {
    margin-right: -27.6rem;
  }
}
@media (max-width: 767px) {
  .section-text-image-slider--reversed .card-image-text .card__image {
    --x-padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
    margin: 0;
  }
}
.section-text-image-slider--reversed .card-image-text .card__body {
  max-width: 66.9%;
  flex: 0 0 66.9%;
  padding-right: 9rem;
}
@media (max-width: 767px) {
  .section-text-image-slider--reversed .card-image-text .card__body {
    max-width: 100%;
    flex: 0 0 100%;
    order: 2;
    padding: 2.6rem 2.7rem 2rem 2.8rem;
    margin: 0;
    max-width: 81%;
    flex: 0 0 81%;
    order: 2;
    margin-top: -48%;
    border-radius: 0.6rem 0 0.6rem 0;
  }
}
.section-text-image-slider--reversed .card-image-text .card__body:before {
  left: auto;
  right: 0;
}
.section-text-image-slider--reversed .slider .slider__info {
  left: auto;
  right: 1.5rem;
}
.section-text-image-slider--reversed .slider .slider-arrows {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .section-text-image-slider--invert .shell {
    padding: 0 2.7rem;
  }
}
.section-text-image-slider--xl .slider .slider__info {
  right: 7.6rem;
}
@media (max-width: 1023px) {
  .section-text-image-slider--xl .slider .slider__info {
    right: 0;
  }
}
.section-text-image-slider--xl .slider .slider-arrows {
  right: 8rem;
  max-width: calc(63.5% + 4.4rem);
}
@media (max-width: 1023px) {
  .section-text-image-slider--xl .slider .slider-arrows {
    right: 0;
  }
}
.section-text-image-slider--xl .card-image-text .card__body {
  max-width: 72.9%;
  flex: 0 0 72.9%;
  padding-right: 15rem;
}
@media (max-width: 1023px) {
  .section-text-image-slider--xl .card-image-text .card__body {
    padding-right: 3rem;
  }
}
.section-text-image-slider--xl .card-image-text .card__body:before {
  right: 8rem;
}
@media (max-width: 1023px) {
  .section-text-image-slider--xl .card-image-text .card__body:before {
    right: 0;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .section {
    padding: 4.8rem 0 3.1rem;
  }
}
.section .section__title {
  display: none;
}
@media (max-width: 767px) {
  .section .section__title {
    margin-bottom: 2.8rem;
    display: block;
  }
}
@media (max-width: 767px) {
  .section .section__title h6 {
    font-weight: 400;
    font-family: var(--ff-secondary);
  }
}
.section .section__head {
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .section .section__head {
    margin-bottom: 3.2rem;
  }
}
.section .section__head h5 {
  font-weight: 400;
  font-family: var(--ff-secondary);
  margin-bottom: 0.7rem;
}
.section .section__head h2 {
  font-weight: 500;
}
.section .section__head h2.underlined {
  padding-bottom: 1.2rem;
}
.section .section__head:has(.section__head-actions) {
  position: relative;
  padding-right: 14rem;
}
@media (max-width: 767px) {
  .section .section__head:has(.section__head-actions) {
    position: static;
    padding-right: 0;
  }
}
.section .section__head .section__head-actions {
  position: absolute;
  top: 2rem;
  right: 0;
}
@media (max-width: 767px) {
  .section .section__head .section__head-actions {
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
}
.section .section__head .section__head-actions .btn {
  padding: 1.3rem 1.9rem 1.3rem;
  font-weight: 700;
  font-size: 1.7rem;
}
.section .section__head .section__head-actions .btn svg {
  margin: 0 0 0 2rem;
}
.section.has-slider .section__head {
  position: relative;
  padding-right: 10rem;
}
.section.has-slider .section__head .slider-arrows {
  position: absolute;
  top: 1.9rem;
  right: 0;
}
.section.has-slider .section__head .slider-arrows .slick-next {
  margin-left: 1rem;
}
.section .section__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .section .section__actions {
    margin-top: 4.5rem;
  }
}
.section .section__actions .btn svg {
  margin: 0 0 0 1.5rem;
}
.section .section__actions ul {
  display: flex;
  justify-content: center;
  list-style: none;
  max-width: 100%;
  flex: 0 0 100%;
  margin: -0.8rem;
}
@media (max-width: 767px) {
  .section .section__actions ul {
    display: block;
  }
}
.section .section__actions ul li {
  padding: 0.8rem;
}
.section .slider-cards .card .card__content {
  padding: 0.9rem 1.9rem 1.8rem 1rem;
}
@media (max-width: 767px) {
  .section .slider-cards .card .card__content {
    padding: 1.5rem 1.9rem 1.8rem 1.9rem;
  }
}
.section .slider-cards .card .card__labels {
  margin: -0.3rem;
}
.section .slider-cards .card .card__labels li {
  padding: 0.3rem;
}
.section .slider-cards .card h4 {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .section .slider-cards .card h4 {
    margin-bottom: 1rem;
  }
}
.section .slider-cards .card p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section .slider-cards .card .card__price {
    margin-bottom: 1.3rem;
  }
  .section .slider-cards .card .card__price h4 {
    margin-bottom: 0;
  }
}
.section .slider-cards .card .card__labels + h4 {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .section .slider-cards .card .card__labels + h4 {
    margin-top: 1.4rem;
  }
}
.section .slider-cards .card .card__price + p {
  margin-top: 0.2rem;
}
.section .slider-cards .card p + .card__info {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .section .slider-cards .card p + p {
    margin-top: 0.7rem;
  }
}
.section .section__head + .cards-news {
  margin-top: 5.9rem;
}
@media (max-width: 767px) {
  .section .section__head + .cards-news {
    margin-top: 3.9rem;
  }
}
.section .slider-cards + .section__actions {
  margin-top: 8.2rem;
}
@media (max-width: 1023px) {
  .section .slider-cards + .section__actions {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .section .slider-cards + .section__actions {
    margin-top: 2rem;
  }
}
.section--cards-slider {
  padding: 7.8rem 0 15.2rem;
}
@media (max-width: 1023px) {
  .section--cards-slider {
    padding: 7rem 0 9rem;
  }
}
@media (max-width: 767px) {
  .section--cards-slider {
    padding: 2.1rem 0 7rem;
  }
}
.section--cards-slider .slider__info {
  font-size: 1.8rem;
}
.section--cards-slider .slider__info strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .section--cards-slider.has-slider .section__inner {
    position: relative;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section--cards-slider.has-slider:has(.slider__actions:not(.hidden-xs)) .slider-cards {
    padding-bottom: 5.1rem;
  }
}
@media (max-width: 767px) {
  .section--cards-slider.has-slider.section--cards-visible-arrows .section__head .slider__actions {
    max-width: 100%;
    justify-content: center;
  }
}
.section--cards-slider.has-slider .section__head {
  position: relative;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .section--cards-slider.has-slider .section__head {
    position: static;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section--cards-slider.has-slider .section__head .slider__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 66%;
    width: 100%;
    z-index: 2;
  }
}
.section--cards-slider.has-slider .section__head .slider-arrows {
  position: absolute;
  top: 1.9rem;
  right: 0;
}
@media (max-width: 767px) {
  .section--cards-slider.has-slider .section__head .slider-arrows {
    position: relative;
    top: auto;
  }
}
.section--cards-slider.has-slider .section__head .slider-arrows .slick-next {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .section--cards-slider.has-slider .section__head .slider-arrows .slick-next {
    margin-left: 1.3rem;
  }
}
@media (max-width: 767px) {
  .section--cards-slider .section__head h2.underlined {
    padding-bottom: 0.8rem;
  }
}
.section--cards-slider.bg-aqua .slider-arrows .slick-arrow {
  background-color: var(--c-white);
}
@media (max-width: 767px) {
  .section--cards-slider .slider-cards--small {
    margin-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .section--cards-slider.section--cards-slider--small {
    padding-bottom: 2rem;
  }
  .section--cards-slider.section--cards-slider--small .slider-dots-mobile {
    padding-top: 4rem;
  }
}
.section--cards--small {
  padding: 7.8rem 0 8.8rem;
}
@media (max-width: 1023px) {
  .section--cards--small {
    padding: 7rem 0 9rem;
  }
}
@media (max-width: 767px) {
  .section--cards--small {
    padding: 2.1rem 0 4rem;
  }
}
.section--small-bottom-pading {
  padding-bottom: 3.8rem;
}
.section--find {
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .section--find {
    padding: 2.1rem 0;
  }
}
@media (max-width: 767px) {
  .section--find.section--find-large-space {
    padding: 4.7rem 0 7.5rem;
  }
}
.section--find-large {
  padding: 12rem 0 7.6rem;
}
@media (max-width: 767px) {
  .section--find-large {
    padding: 3rem 0 2.7rem;
  }
}
.section--filters {
  padding: 1.7rem 0 6.8rem;
}
@media (max-width: 767px) {
  .section--filters {
    padding: 3rem 0 5rem;
  }
}
.section--spacing-2 {
  padding-bottom: 9.6rem;
}
@media (max-width: 767px) {
  .section--spacing-2 {
    padding: 4.5rem 0 6.5rem;
  }
}
@media (max-width: 767px) {
  .section--spacing-2 {
    padding: 4.5rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .section--spacing-2 .slider-dots-mobile {
    margin-top: 1rem;
  }
}
.section--spacing-3 {
  padding-bottom: 13.5rem;
}
@media (max-width: 1023px) {
  .section--spacing-3 {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .section--spacing-3 {
    padding-bottom: 4rem;
  }
}
.section--spacing-4 {
  padding: 11.5rem 0 11.5rem;
}
@media (max-width: 1023px) {
  .section--spacing-4 {
    padding: 8rem 0;
  }
}
@media (max-width: 767px) {
  .section--spacing-4 {
    padding: 5rem 0 2rem;
  }
}
.hero + .section--spa {
  margin-top: 8.3rem;
}
@media (max-width: 767px) {
  .hero + .section--spa {
    margin-top: 4rem;
  }
}
.section--spa {
  padding: 7.2rem 0;
}
@media (max-width: 767px) {
  .section--spa {
    padding: 4rem 0;
  }
}
.section--spa .cards-locations {
  padding-right: 3rem;
}
@media (max-width: 1023px) {
  .section--spa .cards-locations {
    padding-right: 0;
  }
}
.section--spa .cards-locations .grid-flex {
  margin: -1.1rem;
}
.section--spa .cards-locations .grid__col {
  padding: 1.1rem;
}
.section--spa .cards-locations .card-location .media {
  padding-top: 60.3%;
  margin-bottom: 2.6rem;
}
.section--spa .cards-locations .card-location .card__info {
  bottom: auto;
  top: 0;
}
.section--spa .cards-locations .card-location h4 {
  line-height: 1.25;
}
.section--spa .cards-locations .card-location p {
  margin-bottom: 0;
}
.section--spa .cards-locations .card-location h4 + p {
  margin-top: 1.1rem;
}
/* ------------------------------------------------------------ *\
	Select 
\* ------------------------------------------------------------ */
.select {
  position: relative;
}
.select:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  width: 0.9rem;
  height: 1.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/images/svg/select-arrow.svg");
  pointer-events: none;
}
@media (max-width: 767px) {
  .select:before {
    top: 1rem;
    right: 0.9rem;
  }
}
.select select {
  line-height: 1;
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 2.4rem;
  padding: 0 2rem 2.4rem;
  width: 100%;
  border-bottom: 2px solid var(--c-dark-blue);
  appearance: none;
  background-color: var(--c-white);
  color: var(--c-dark-blue);
}
.select .selectric .label {
  line-height: 1;
  border: none;
  outline: none;
  border-radius: 0;
  font-size: 2.4rem;
  padding: 0 2rem 2.4rem;
  width: 100%;
  border-bottom: 2px solid var(--c-dark-blue);
  appearance: none;
  background-color: var(--c-white);
  color: var(--c-dark-blue);
}
@media (max-width: 767px) {
  .select .selectric .label {
    font-size: 1.8rem;
    padding: 0 1.8rem 2.3rem;
  }
}
.select .selectric-above .selectric-items {
  transform: translateY(0);
  border-top: 1px solid var(--c-dark-blue);
}
.select .selectric-items {
  box-shadow: none;
  border: none;
  height: auto !important;
  z-index: 2;
  transform: translateY(-1px);
}
.select .selectric-scroll {
  background-color: var(--c-white);
  border: 1px solid var(--c-dark-blue);
  border-top: none;
  box-shadow: none;
}
.select .selectric-scroll .btn {
  display: block;
  max-width: max-content;
  margin: 0 auto 2.6rem;
}
.select .selectric-scroll ul {
  box-shadow: none;
  padding: 1.9rem 0.8rem 1.5rem 1.1rem;
  background-color: var(--c-white);
}
.select .selectric-scroll ul li:first-child {
  display: none;
}
.select .selectric-scroll ul li:last-child {
  border-bottom: none;
}
.select .selectric-scroll ul li {
  background-color: var(--c-white);
  font-size: 1.6rem;
  position: relative;
  margin: 0 0 1.1rem 3.7rem;
  padding: 0 0 0.6rem;
  border-bottom: none;
  color: var(--c-dark-blue);
  border-bottom: 1px solid currentColor;
}
.select .selectric-scroll ul li:before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: -3.7rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid currentColor;
  border-radius: 0.6rem;
}
.select .selectric-scroll ul li:after {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: -3.7rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../assets/images/svg/ico-checked.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity var(--t-duration);
}
.select .selectric-scroll ul li.selected:after {
  opacity: 1;
  visibility: visible;
}
.shell {
  --shell-max-width: 100.4rem;
  --shell-gutter: 1.5rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 1023px) {
  .shell {
    --shell-gutter: 3rem;
  }
}
@media (max-width: 767px) {
  .shell {
    padding: 0 2.7rem;
  }
}
.shell--small {
  max-width: 87rem;
}
.shell--xs {
  max-width: 69.4rem;
}
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider arrows
\* ------------------------------------------------------------ */
.slider-arrows .slick-arrow {
  font-size: 0;
  padding: 0;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: #f3f5f7;
  position: relative;
  transition: background-color var(--t-duration), opacity var(--t-duration);
}
@media (max-width: 767px) {
  .slider-arrows .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
}
.slider-arrows .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  mask-size: 100%;
  mask-repeat: no-repeat;
  background-color: var(--c-dark-blue);
  transition: background-color var(--t-duration);
}
@media (max-width: 767px) {
  .slider-arrows .slick-arrow:before {
    width: 1rem;
    height: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .slider-arrows .slick-arrow:hover {
    background-color: var(--c-dark-blue) !important;
  }
  .slider-arrows .slick-arrow:hover:before {
    background-color: var(--c-white) !important;
  }
}
.slider-arrows .slick-prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
  mask-image: url("../assets/images/svg/arrow-prev.svg");
}
.slider-arrows .slick-next:before {
  mask-image: url("../assets/images/svg/arrow-next.svg");
}
.bg-aqua .slider-arrows .slick-arrow {
  background-color: #d9e1e7;
}
.bg-aqua .slider-arrows--white .slick-arrow {
  background-color: var(--c-white);
}
@media (max-width: 767px) {
  .slider-dots-mobile .slick-dots {
    display: flex;
    margin: 0 -0.5rem;
    width: 100%;
    list-style: none;
    padding: 1rem 1.5rem 0;
  }
  .slider-dots-mobile .slick-dots li {
    max-width: 100%;
    flex: 1;
    padding: 0 0.5rem;
  }
  .slider-dots-mobile .slick-dots button {
    width: 100%;
    font-size: 0;
    border: none;
    outline: none;
    height: 3px;
    background-color: #d9e1e7;
    transition: background-color var(--t-duration);
  }
  .slider-dots-mobile .slick-dots .slick-active button {
    background-color: #003a5d;
  }
}
@media (max-width: 767px) {
  .js-slider-mobile .slick-list {
    padding-right: 5.8rem;
    margin-right: -2.7rem;
  }
}
@media (max-width: 767px) {
  .js-slider-mobile .slick-dots {
    display: flex;
    margin: 0 -0.5rem;
    width: 100%;
    list-style: none;
    padding: 1rem 1.5rem 0;
  }
  .js-slider-mobile .slick-dots li {
    max-width: 100%;
    flex: 1;
    padding: 0 0.5rem;
  }
  .js-slider-mobile .slick-dots button {
    width: 100%;
    font-size: 0;
    border: none;
    outline: none;
    height: 3px;
    background-color: #d9e1e7;
    transition: background-color var(--t-duration);
  }
  .js-slider-mobile .slick-dots .slick-active button {
    background-color: #003a5d;
  }
}
/* ------------------------------------------------------------ *\
	Slider cards
\* ------------------------------------------------------------ */
.slider-cards {
  --bg-colour: #fff;
  position: relative;
  padding-left: 6px;
  margin-left: -6px;
}
.slider-cards:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: var(--bg-colour);
  z-index: 2;
}
.slider-cards:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background-color: var(--bg-colour);
  opacity: 0.6;
  z-index: 2;
}
@media (max-width: 767px) {
  .slider-cards:after {
    display: none;
  }
}
.slider-cards .slick-track {
  display: flex !important;
}
.slider-cards .slick-slide {
  height: inherit !important;
}
.slider-cards .slick-slide > div {
  height: 100%;
}
.slider-cards .slick-slide .slider__slide {
  height: inherit;
}
.slider-cards .slider__slides {
  margin: -0.8rem;
}
@media (max-width: 767px) {
  .slider-cards .slider__slides {
    margin: -0.7rem;
  }
}
.slider-cards .slider__slide {
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .slider-cards .slider__slide {
    padding: 0.7rem;
  }
}
.slider-cards .slick-list {
  overflow: visible;
}
@media (max-width: 1023px) {
  .slider-cards .slick-list {
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .slider-cards .slick-list {
    padding-right: 8rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .slider-cards--small .slick-list {
    padding-right: 1.4rem;
  }
}
.bg-aqua .slider-cards {
  --bg-colour: #f3f5f7;
}
/* ------------------------------------------------------------ *\
	Social links
\* ------------------------------------------------------------ */
.social-links {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 4.2rem 0 1.2rem;
}
@media (max-width: 767px) {
  .social-links {
    font-size: 1.6rem;
    padding: 3.4rem 0 0;
    justify-content: space-between;
  }
}
.social-links a {
  text-decoration: none;
}
.social-links a img {
  margin-right: 1.9rem;
  transition: transform var(--t-duration);
}
@media (max-width: 767px) {
  .social-links a img {
    max-width: 1.9rem;
    margin-right: 1.1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .social-links a:hover {
    opacity: 0.6;
  }
  .social-links a:hover img {
    transform: scale(1.15);
  }
}
.social-links ul {
  list-style: none;
  display: flex;
  margin-left: 2.7rem;
}
@media (max-width: 767px) {
  .social-links ul {
    transform: scale(0.95);
  }
}
.social-links ul li + li {
  margin-left: 2.3rem;
}
@media (max-width: 767px) {
  .social-links ul li + li {
    margin-left: 1.7rem;
  }
}
.social-links ul img {
  margin-right: 0;
}
@media (max-width: 767px) {
  .social-links ul img {
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: -3rem;
}
@media (max-width: 767px) {
  .socials ul {
    margin: -2rem;
  }
}
.socials ul li {
  padding: 3rem;
}
@media (max-width: 767px) {
  .socials ul li {
    padding: 2rem;
  }
}
.socials ul a {
  transition: opacity var(--t-duration);
}
.socials ul a img {
  transition: transform var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .socials ul a:hover {
    opacity: 0.6;
  }
  .socials ul a:hover img {
    transform: scale(1.15);
  }
}
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  padding: 1rem 1.3rem 1.3rem 1.3rem;
  background-color: var(--c-white);
  border-radius: 0.6rem;
  display: flex;
}
@media (max-width: 767px) {
  .tile {
    display: block;
    padding: 1rem 1rem 1.5rem;
  }
}
.tile .tile__image {
  max-width: 23.5%;
  flex: 0 0 23.5%;
}
@media (max-width: 767px) {
  .tile .tile__image {
    max-width: 100%;
    margin-bottom: 2.2rem;
  }
}
.tile .tile__body { display: flex; width: 100%; }
@media (max-width: 767px) {
  .tile .tile__body {
    display: block;
    padding: 0 0.3rem;
  }
}
.tile .tile__body .tile__price,
.tile .tile__body .tile__quantity { padding: 1rem 1.7rem; border-left: 1px solid #d9e1e7; max-width: 100%; flex: 0 0 19%; }
@media (max-width: 767px) {
    .tile .tile__body .tile__price,
    .tile .tile__body .tile__quantity { padding: 0; border-left: none; display: flex; align-items: center; flex: 1%; }
}
.tile .tile__body .tile__content {
  padding: 0.6rem 0 0 2.1rem;
  max-width: 61.4%;
  flex: 0 0 61.4%;
}
@media (max-width: 767px) {
  .tile .tile__body .tile__content {
    padding: 0;
    max-width: 100%;
    margin-bottom: 1.9rem;
  }
}
.tile .tile__body h2 {
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .tile .tile__body h2 {
    font-size: 1.8rem;
  }
}
.tile .tile__body p {
  font-family: var(--ff-teritery);
  line-height: 1.625;
  color: var(--c-black);
}
@media (max-width: 767px) {
  .tile .tile__body p {
    font-family: var(--ff-base);
  }
}
.tile .tile__body h4 {
  font-size: 2.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .tile .tile__body h4 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tile .tile__body h4 strong {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .tile .tile__body h4 + h4 {
    margin-left: 3.9rem;
  }
}
@media (max-width: 767px) {
  .tile .tile__body .tile__price {
    margin-bottom: 1.6rem;
  }
}
.tile .tile__select {
  width: 100%;
  max-width: 9.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .tile .tile__select {
    margin: 0.6rem 0 0 4.8rem;
    max-width: 8.2rem;
  }
}
.tile .tile__select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  background-image: url("../assets/images/svg/ico-select-q.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 0.8rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .tile .tile__select:after {
    right: 1.2rem;
  }
}
.tile .tile__select.select .label {
  border: 1px solid currentColor;
  outline: none;
  border-radius: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1.3rem 2.8rem 1.3rem 1.3rem;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  flex: 1;
  appearance: none;
}
@media (max-width: 767px) {
  .tile .tile__select.select .label {
    padding: 1rem 3.3rem 1rem 1rem;
    font-size: 2rem;
  }
}
.tile .tile__select.select .btn {
  display: none;
}
.tile .tile__select.select .selectric-items {
  border-top: 1px solid currentColor;
  transform: translateY(-7px);
}
.tile .tile__select.select .selectric-items li {
  margin: 0;
}
.tile .tile__select.select .selectric-items li:before, .tile .tile__select.select .selectric-items li:after {
  display: none;
}
.tile .tile__select.select .selectric-items li + li {
  margin-top: 1.1rem;
}
.tile .tile__select .selectric-scroll ul li:first-child {
  display: block;
  border: none;
}
.wrapper { position: relative; min-height: -webkit-fill-available; }
.wrapper:has(.hero.bg-dark-blue) .header {
  background: transparent;
}
.filter .dropdown__body .dropdown__checkboxes { margin-top: 4rem; }

@media (max-width: 767px) {
    .filter .dropdown__body .dropdown__checkboxes { margin-top: 0; }
}

.filter .dropdown__body h6 + .dropdown__checkboxes { margin-top: 2rem; }
.filter .dropdown__body h4 + .dropdown__checkboxes { margin-top: 2rem; }
.filter .checkbox { text-align: left; }
    .filter .checkbox label:before,
    .filter .checkbox label:after { top: -0.1rem; }
    .filter .checkbox label { font-size: 1.6rem; line-height: 1.625; }
        .filter .checkbox label small { display: block; font-size: 1.2rem; font-weight: 400; }
.filter .checkbox--bold label { font-weight: 700; }
.filter .checkbox--all label { font-size: 2.2rem; font-weight: 700; }

@media (max-width: 767px) {
    .filter .checkbox--all label { font-size: 1.6rem; }
}

.filter .checkbox--all label:before,
.filter .checkbox--all label:after { top: 0.4rem; }

@media (max-width: 767px) {
    .filter .checkbox--all label:before,
    .filter .checkbox--all label:after { top: -0.2rem; }
}

.filter h4 { font-size: 2.2rem; margin-bottom: 0; }

@media (max-width: 767px) {
    .filter h4 { font-size: 1.6rem; }
}

.filter h5 { margin-bottom: 1.4rem; }
.filter .checkbox + .checkbox { margin-top: 1.3rem; }
.filter .checkbox + h5 { margin-top: 2.8rem; }

@media (max-width: 767px) {
    .filter .checkbox + h5 { margin-top: 1rem; }
}

.filter .dropdown__body + h4 { margin-top: 4rem; }

@media (max-width: 767px) {
    .filter .dropdown__body + h4 { margin-top: 2rem; }
}

@media (max-width: 767px) {
    .filter h4 + .dropdown__body { margin-top: 2rem; }
}
.btn--white.active { background-color: var(--c-dark-blue); border-color: var(--c-dark-blue); color: var(--c-white); }
.section__head-actions.tile { background-color: transparent; }
.section__head-actions.tile .tile__select { max-width: 18.8rem; }
    .section__head-actions.tile .tile__select.select .label { font-size: 1.7rem; border: 0px solid currentColor; margin-right: 10px; }
.homeForSale a { text-decoration: none; }
.haulfrynrightForm .select .selectric .label { font-size: 1.6rem; padding: 1.5rem 1.5rem 1.5rem; border-radius: 0.6rem; }
.haulfrynrightForm .select:before { top: 1.6rem; z-index: 2; }
.haulfrynrightForm .select .selectric-scroll ul li:first-child { top: 0rem; z-index: 2; display: block; }
.haulfrynrightForm .select .selectric-scroll { border-radius: 0.6rem; display:block }
.haulfrynrightForm .select .selectric-items { top: 0px; }
.field-validation-error{color:red;padding-top:5px;padding-bottom:5px;}
