@font-face {
  font-family: "Sofia Pro";
  src: url("../Fonts/SofiaPro-Light.woff2") format("woff2"), url("../Fonts/SofiaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../Fonts/SofiaPro-Regular.woff2") format("woff2"), url("../Fonts/SofiaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../Fonts/SofiaPro-Medium.woff2") format("woff2"), url("../Fonts/SofiaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../Fonts/SofiaPro-SemiBold.woff2") format("woff2"), url("../Fonts/SofiaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("../Fonts/SofiaPro-Bold.woff2") format("woff2"), url("../Fonts/SofiaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Sofia Pro", "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  background: #FFFFFF;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
  font-size: clamp(46px, 46px + 6.6666666667 * (100vw - 360px) / 100, 150px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

h2,
.h2 {
  font-size: clamp(24px, 24px + 2.1153846154 * (100vw - 360px) / 100, 57px);
  line-height: 1.6140350877;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}

h3,
.h3 {
  font-size: clamp(30px, 30px + 1.4102564103 * (100vw - 360px) / 100, 52px);
  line-height: 1.1538461538;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: clamp(22px, 22px + 0.5128205128 * (100vw - 360px) / 100, 30px);
  line-height: 1.1333333333;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

h5,
.h5 {
  font-size: clamp(18px, 18px + 0.3846153846 * (100vw - 360px) / 100, 24px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.u-upper {
  text-transform: uppercase;
}

p {
  font-size: clamp(16px, 16px + 0.3846153846 * (100vw - 360px) / 100, 22px);
  line-height: 1.5454545455;
  font-weight: 300;
  margin: 0 0 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}
p strong,
p b {
  font-weight: 700;
}

.caption {
  font-size: clamp(14px, 14px + 0.2564102564 * (100vw - 360px) / 100, 18px);
  line-height: 1.8888888889;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.text-green {
  color: #008F7A;
}

.text-white {
  color: #FFFFFF;
}

.text-black {
  color: #000000;
}

b, strong {
  font-weight: 700;
}

@media (max-width: 992px) {
  .frame-space-after-extra-large {
    margin-bottom: 1em;
  }
}

@media (max-width: 992px) {
  .frame-space-after-large {
    margin-bottom: 2em;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: clip;
}

img {
  max-width: 100%;
  display: block;
}

:root {
  --side-gutter: clamp(20px, 7.24vw, 139px);
  --header-h: 180px;
}

@media (max-width: 1619.98px) {
  :root {
    --header-h: 130px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --header-h: 92px;
  }
}
.container-fluid--design {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(20px, 7.24vw, 139px);
}

.section-bleed {
  width: 100%;
}

@media (max-width: 991.98px) {
  .stack-gap > * + * {
    margin-top: 2.5rem;
  }
}
.pb-60 {
  padding-bottom: 60px !important;
}

.mt-minus-120 {
  margin-top: -120px !important;
}
@media (max-width: 991.98px) {
  .mt-minus-120 {
    margin-top: 0 !important;
  }
}

.mt-83 {
  margin-top: 83.5px;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.site-header {
  position: relative;
  z-index: 5;
  background: #FFFFFF;
  height: var(--header-h);
}
.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header__logo img {
  height: 100px;
  width: auto;
}
@media (max-width: 767.98px) {
  .site-header__logo img {
    height: 60px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-h));
  height: calc(100dvh - var(--header-h));
  min-height: 560px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .hero {
    height: 50dvh;
  }
}
@media (max-width: 576px) {
  .hero {
    height: 40dvh;
    min-height: 370px;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000000 0%, #FAFDFD 100%);
  mix-blend-mode: multiply;
  opacity: 0.28;
  z-index: 1;
}
.hero__notice {
  position: absolute;
  top: calc(clamp(220px, 16.4vw, 315px) * -0.5);
  z-index: 10;
  right: clamp(24px, 10.16vw, 195px);
  width: clamp(220px, 16.4vw, 315px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #BB5457;
  opacity: 0.75;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  container-type: inline-size;
}
.hero__notice p {
  margin: 0;
  max-width: 94%;
  font-weight: 700;
  font-size: 18px;
  font-size: clamp(16px, 9cqw, 24px);
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .hero__notice {
    width: 140px;
    top: -70px;
    right: 16px;
    padding: 0.85rem;
  }
  .hero__notice p {
    font-size: 10px;
    line-height: 1.3;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: clamp(16px, 2vw, 30px);
}
@media (min-width: 992px) {
  .hero__content {
    padding-left: calc(clamp(20px, 7.24vw, 139px) - 40px);
  }
}
@media (max-width: 767.98px) {
  .hero__content {
    padding-bottom: 50px;
  }
}
.hero__title {
  margin-bottom: clamp(8px, 1vw, 18px);
  text-transform: uppercase;
}
.hero__subtitle {
  text-align: right;
  display: block;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .hero__subtitle {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
.hero__credit {
  position: absolute;
  left: 44px;
  bottom: 26px;
  z-index: 3;
  white-space: nowrap;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .hero__credit {
    left: 15px;
    bottom: 15px;
  }
}
.hero.subpage-wob {
  height: auto;
  min-height: 0;
  overflow: visible;
  display: block;
  color: inherit;
  padding: 38px clamp(20px, 7.24vw, 139px) clamp(40px, 5vw, 90px);
}
.hero.subpage-wob .hero__logo {
  position: static;
  top: auto;
  left: auto;
  display: inline-block;
}
.hero.subpage-wob .hero__logo img {
  height: 100px;
  width: auto;
}
@media (max-width: 767.98px) {
  .hero.subpage-wob .hero__logo img {
    height: 60px;
  }
}

.hero.subpage-wob ~ section :is(h1, h2, h3, h4, h5, h6) {
  color: #008F7A;
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1538461538;
  text-align: left;
}

.panel-green {
  background: #008F7A;
  color: #FFFFFF;
}

.intro.panel-green:not(.intro--overlap) {
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .intro.panel-green:not(.intro--overlap) {
    padding-top: 35px;
  }
}

@media (min-width: 992px) {
  .intro.panel-green:not(.intro--overlap) .col-lg-6:first-of-type .media:first-of-type img {
    margin-top: -90px;
  }
}
@media (max-width: 992px) {
  .intro.panel-green:not(.intro--overlap) {
    padding-top: 0;
  }
  .intro.panel-green:not(.intro--overlap) .container-fluid--design .row:first-of-type .col-lg-6:first-of-type {
    order: 2;
    padding-bottom: 30px;
  }
  .intro.panel-green:not(.intro--overlap) .container-fluid--design .row:first-of-type .col-lg-6:first-of-type .amenities {
    margin-top: 10px !important;
  }
  .intro.panel-green:not(.intro--overlap) .container-fluid--design .row:first-of-type .col-lg-6:last-of-type {
    order: 1;
    margin-top: 48px;
  }
  .intro.panel-green:not(.intro--overlap) .container-fluid--design .row:first-of-type .col-lg-6:last-of-type .media {
    display: none;
  }
  .intro.panel-green:not(.intro--overlap) .container-fluid--design .row:first-of-type .col-lg-6:last-of-type .frame-space-after-medium {
    margin-bottom: 10px;
  }
}

.panel-white {
  background: #FFFFFF;
  color: #000000;
}

.media {
  position: relative;
}
.media__credit {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .media__credit.pos-centerleft {
    top: 63.5%;
    left: 75px;
    transform: translateY(-63.5%);
  }
}
@media (min-width: 992px) {
  .media__credit.pos-topleft {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .media__credit.pos-bottomleft {
    top: unset;
    bottom: 15px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .media__credit {
    font-size: 14px;
    line-height: 24px;
    top: 10px;
    left: 10px;
  }
}

.intro {
  padding-block: clamp(40px, 5vw, 96px);
}
@media (max-width: 992px) {
  .intro {
    padding-bottom: 0 !important;
  }
}
.intro__heading {
  margin-bottom: clamp(24px, 3vw, 56px);
}
.intro__lead {
  margin-bottom: 1.5rem;
}
.intro .media {
  margin-bottom: clamp(20px, 2vw, 36px);
}
@media (max-width: 992px) {
  .intro .media {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .intro .row {
    --bs-gutter-x: 80px;
  }
  .intro .col-lg-6:first-of-type .frame {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
  .intro .col-lg-6:last-of-type .frame {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }
  .intro.intro--overlap .col-lg-6:last-of-type .media {
    position: relative;
    z-index: 2;
    margin-bottom: -220px;
  }
}

@media (max-width: 992px) {
  .intro.intro--overlap .row > [class*=col-]:first-child {
    order: 2;
    display: flex;
    flex-direction: column;
  }
  .intro.intro--overlap .row > [class*=col-]:first-child .media {
    order: 2;
    margin-bottom: 0;
  }
  .intro.intro--overlap .row > [class*=col-]:first-child .frame {
    order: 1;
    margin-bottom: 48px;
  }
  .intro.intro--overlap .row > [class*=col-]:last-child {
    order: 1;
  }
}

.fx-height-553 img {
  width: 100%;
  height: 553px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .fx-height-553 img {
    width: calc(100% + var(--bs-gutter-x, 0px));
    max-width: none;
    margin-inline: calc(var(--bs-gutter-x, 0px) * -0.5);
  }
}
@media (max-width: 992px) {
  .fx-height-553 img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .fx-height-553 img {
    height: 250px;
  }
}

@media (min-width: 992px) {
  .fx-height-553 .media__credit {
    left: -15px;
  }
}

.timeline {
  padding-block: clamp(40px, 5vw, 90px);
}
@media (min-width: 992px) {
  .timeline .row {
    --bs-gutter-x: 80px;
  }
  .timeline .col-lg-6:first-of-type .frame {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
  .timeline .col-lg-6:last-of-type .frame {
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }
}
.timeline .col-lg-6 .media {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.timeline .col-lg-6:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(20px, 5vw, 80px);
}
.timeline__eyebrow {
  color: #008F7A;
  font-weight: 700;
  font-size: clamp(16px, 16px + 0.3846153846 * (100vw - 360px) / 100, 22px);
  line-height: 1.5454545455;
  margin-bottom: clamp(24px, 3vw, 48px);
}
@media (max-width: 992px) {
  .timeline {
    display: none;
  }
}

.container-fluid--fullwidth .media img {
  width: 100%;
}

.overview {
  padding-block: clamp(40px, 5vw, 90px);
}
.overview__heading {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
.overview .media {
  margin-bottom: clamp(20px, 2vw, 32px);
}

.numbers {
  padding-block: clamp(40px, 5vw, 90px);
}
.numbers__heading {
  margin-bottom: clamp(20px, 2.5vw, 40px);
}
.numbers__facts {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.numbers__facts li {
  font-size: clamp(16px, 16px + 0.3846153846 * (100vw - 360px) / 100, 22px);
  line-height: 1.6363636364;
  font-weight: 300;
}
.numbers__facts strong {
  font-weight: 700;
}

.amenities__heading {
  margin-bottom: clamp(28px, 3vw, 56px);
}
.amenities__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amenities__item {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.6vw, 27px);
}
.amenities__item + .amenities__item {
  margin-top: 9px;
}
.amenities__icon {
  flex: 0 0 auto;
  width: clamp(64px, 5.2vw, 100px);
  height: clamp(64px, 5.2vw, 100px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.amenities__icon i,
.amenities__icon svg {
  font-size: clamp(28px, 2.6vw, 50px);
}
.amenities__label {
  font-weight: 700;
  font-size: clamp(20px, 20px + 0.641025641 * (100vw - 360px) / 100, 30px);
  line-height: 1.1333333333;
}

.advantages {
  padding-block: clamp(40px, 5vw, 90px);
}
.advantages__heading {
  margin-bottom: clamp(28px, 3vw, 52px);
}
.advantages__item + .advantages__item {
  margin-top: clamp(24px, 2.2vw, 40px);
}
.advantages__item h4 {
  color: #008F7A;
  margin-bottom: 0.4rem;
}

.lftwhite-rgtgreen h3 {
  margin-bottom: clamp(28px, 3vw, 52px);
}
.lftwhite-rgtgreen h4 {
  color: #008F7A;
  margin-bottom: 0.4rem;
}
.lftwhite-rgtgreen .panel-green .media .media__credit.pos-topleft {
  top: 15px;
  left: 25px;
}
@media (min-width: 992px) {
  .lftwhite-rgtgreen .panel-green .frame {
    padding-left: clamp(20px, 2vw, 35px);
  }
}
@media (max-width: 991px) {
  .lftwhite-rgtgreen .panel-green .frame {
    padding-inline: clamp(20px, 7.24vw, 139px);
  }
}
.lftwhite-rgtgreen .panel-green .frame:first-of-type {
  padding-top: 48.5px;
}
.lftwhite-rgtgreen .panel-green h2 {
  margin-bottom: clamp(20px, 2.5vw, 60px);
}
@media (min-width: 992px) {
  .lftwhite-rgtgreen .panel-green .media {
    padding-right: clamp(20px, 7.24vw, 139px);
  }
}
@media (min-width: 992px) {
  .lftwhite-rgtgreen .panel-green .media img {
    margin-top: -90px;
  }
}
@media (max-width: 992px) {
  .lftwhite-rgtgreen .panel-green {
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .lftwhite-rgtgreen .panel-white .advantages {
    padding-left: calc((100vw - min(100vw, 1920px)) / 2 + clamp(20px, 7.24vw, 139px) - 40px) !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 992px) {
  .lftwhite-rgtgreen .media {
    display: none;
  }
}

.kontakt {
  padding: clamp(32px, 4vw, 70px) 0;
}
.kontakt__heading {
  margin-bottom: clamp(18px, 2vw, 34px);
}
.kontakt__block p {
  font-size: clamp(16px, 16px + 0.3846153846 * (100vw - 360px) / 100, 22px);
  line-height: 1.5454545455;
}
.kontakt strong {
  font-weight: 700;
}

.model-strip img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lead-form {
  padding-block: clamp(40px, 5vw, 96px);
}
@media (min-width: 992px) {
  .lead-form .col-lg-6:first-of-type .frame {
    margin-left: -40px;
  }
}
.lead-form__heading {
  margin-bottom: clamp(24px, 2.6vw, 44px);
}
.lead-form__cta {
  color: #008F7A;
  font-weight: 700;
  font-size: clamp(18px, 18px + 0.7692307692 * (100vw - 360px) / 100, 30px);
  line-height: 1.2;
}

.frame-type-form_formframework form > h2,
.frame-type-form_formframework .form-element-statictext h2 {
  display: none;
}
.frame-type-form_formframework form > div:has(input[name*=__state]) {
  display: none;
}
.frame-type-form_formframework form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  align-items: flex-start;
}
.frame-type-form_formframework .form-element {
  flex: 1 1 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .frame-type-form_formframework .form-element:has(input[id$=-text-1]),
  .frame-type-form_formframework .form-element:has(input[id$=-text-2]),
  .frame-type-form_formframework .form-element:has(input[id$=-text-7]) {
    flex: 1 1 calc(50% - 0.75rem);
  }
  .frame-type-form_formframework .form-element:has(input[id$=-text-3]) {
    flex: 1 1 100%;
  }
  .frame-type-form_formframework .form-element:has(input[id$=-text-3]) .form-control {
    max-width: calc(50% - 0.75rem);
  }
  .frame-type-form_formframework .form-element:has(input[id$=-text-4]) {
    flex: 2 1 240px;
  }
  .frame-type-form_formframework .form-element:has(input[id$=-text-5]) {
    flex: 0 0 100px;
  }
  .frame-type-form_formframework .form-element:has(input[id$=-text-6]) {
    flex: 1 1 160px;
  }
}
.frame-type-form_formframework .form-label {
  display: block;
  color: #0D5566;
  font-weight: 500;
  font-size: clamp(16px, 16px + 0.2564102564 * (100vw - 360px) / 100, 20px);
  line-height: 1.5;
  margin-bottom: 0.35rem;
}
.frame-type-form_formframework .required {
  color: #E8542A;
  margin-left: 0.15rem;
}
.frame-type-form_formframework .form-control {
  width: 100%;
  border: 1px solid #008F7A;
  border-radius: 0;
  height: 44px;
  padding: 0.25rem 0.75rem;
  font-family: "Sofia Pro", "Poppins", "Helvetica Neue", Arial, sans-serif;
  background: #FFFFFF;
  box-shadow: none;
}
.frame-type-form_formframework .form-control:focus {
  border-color: #008F7A;
  box-shadow: 0 0 0 0.15rem rgba(0, 143, 122, 0.25);
  outline: none;
}
.frame-type-form_formframework fieldset.form-element-radio {
  flex: 1 1 100%;
  border: 0;
  padding: 0;
  margin: 0 0 1rem;
  min-width: 0;
}
.frame-type-form_formframework fieldset.form-element-radio legend.visually-hidden {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 0.35rem !important;
  padding: 0 !important;
  float: none !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  border: 0 !important;
  color: #0D5566;
  font-weight: 500;
  background: none;
  font-size: clamp(16px, 16px + 0.2564102564 * (100vw - 360px) / 100, 20px);
  line-height: 1.5;
}
.frame-type-form_formframework fieldset.form-element-radio [role=radiogroup] {
  display: inline-block;
  border: 1px solid #008F7A;
  padding: 1rem 1.25rem;
  min-width: 280px;
}
.frame-type-form_formframework fieldset.form-element-radio .form-check {
  margin: 0;
  padding-left: 0.5em;
}
.frame-type-form_formframework fieldset.form-element-radio .form-check + .form-check {
  margin-top: 0.65rem;
}
.frame-type-form_formframework fieldset.form-element-radio .form-check-wrapping-label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
  cursor: pointer;
}
.frame-type-form_formframework fieldset.form-element-radio .form-check-label {
  color: #0D5566;
  font-weight: 500;
  font-size: clamp(14px, 14px + 0.1282051282 * (100vw - 360px) / 100, 16px);
  line-height: 1.25;
}
.frame-type-form_formframework .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid #008F7A;
  border-radius: 0;
  background: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
}
.frame-type-form_formframework .form-check-input:checked {
  background: #008F7A;
}
.frame-type-form_formframework .form-check-input:focus {
  outline: 2px solid rgba(0, 143, 122, 0.4);
  outline-offset: 1px;
  box-shadow: none;
}
.frame-type-form_formframework .form-element-statictext {
  flex: 1 1 100%;
}
.frame-type-form_formframework .form-element-statictext p {
  color: #0D5566;
  font-family: "Sofia Pro", "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + 0.2564102564 * (100vw - 360px) / 100, 20px);
  line-height: 1.5;
  margin: 0.5rem 0 0;
}
.frame-type-form_formframework .form-element-statictext strong {
  color: #E8542A;
  font-weight: inherit;
}
.frame-type-form_formframework .form-element-check {
  flex: 1 1 100%;
}
.frame-type-form_formframework .form-element-check .form-check-wrapping-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1rem;
}
.frame-type-form_formframework .form-element-check .form-check-label {
  color: #0D5566;
  font-weight: 500;
  font-size: clamp(15px, 15px + 0.3205128205 * (100vw - 360px) / 100, 20px);
  line-height: 1.5;
}
.frame-type-form_formframework .actions {
  flex: 1 1 100%;
  margin-top: 1rem;
}
.frame-type-form_formframework .btn-primary {
  background: #008F7A;
  border: 1px solid #008F7A;
  border-radius: 0;
  color: #FFFFFF;
  font-family: "Sofia Pro", "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: clamp(16px, 16px + 0.2564102564 * (100vw - 360px) / 100, 20px);
  line-height: 1.5;
  padding: 0.65rem 2.5rem;
}
.frame-type-form_formframework .btn-primary:hover, .frame-type-form_formframework .btn-primary:focus {
  background: #008F7A;
  border-color: #008F7A;
  color: #FFFFFF;
  filter: brightness(0.94);
}
.frame-type-form_formframework .form-control.is-invalid,
.frame-type-form_formframework .form-control.error,
.frame-type-form_formframework .form-check-input.is-invalid,
.frame-type-form_formframework .form-check-input.error {
  border-color: #E8542A;
}
.frame-type-form_formframework .help-block.error,
.frame-type-form_formframework .invalid-feedback,
.frame-type-form_formframework .form-element .error {
  color: #E8542A;
  font-size: 14px;
  margin-top: 0.25rem;
  list-style: none;
  padding: 0;
}

.btn-quartier {
  background: #008F7A;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  font-weight: 700;
  padding: 0.85rem 2.4rem;
  font-size: clamp(16px, 16px + 0.2564102564 * (100vw - 360px) / 100, 20px);
  line-height: 1.2;
  transition: background 0.2s ease;
}
.btn-quartier:hover, .btn-quartier:focus {
  background: #007665;
  color: #FFFFFF;
}

.site-footer {
  background: #008F7A;
  color: #FFFFFF;
  padding: 40px 0 30px;
}
@media (min-width: 992px) {
  .site-footer .row > [class*=col-]:first-child .site-footer__eyebrow,
  .site-footer .row > [class*=col-]:first-child .site-footer__logos {
    margin-left: -40px;
  }
}
.site-footer__eyebrow,
.site-footer .frame-type-text p {
  font-size: clamp(16px, 16px + 0.2564102564 * (100vw - 360px) / 100, 20px);
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 1rem;
}
.site-footer__logos {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 48px);
  flex-wrap: wrap;
  min-height: clamp(64px, 5.2vw, 94px);
}
@media (max-width: 576px) {
  .site-footer__logos {
    gap: clamp(17px, 2.5vw, 48px);
  }
}
.site-footer__logos img {
  width: auto;
  height: clamp(40px, 3vw, 54px);
  max-width: 100%;
}
.col-lg-6:first-of-type .site-footer__logos img {
  height: clamp(64px, 5.2vw, 94px);
}
.col-lg-6:last-of-type .site-footer__logos img:nth-child(1) {
  height: clamp(40px, 3vw, 54px);
}
@media (max-width: 576px) {
  .col-lg-6:last-of-type .site-footer__logos img:nth-child(1) {
    height: 30px;
  }
}
.col-lg-6:last-of-type .site-footer__logos img:nth-child(2) {
  height: clamp(48px, 3.8vw, 69px);
}
@media (max-width: 576px) {
  .col-lg-6:last-of-type .site-footer__logos img:nth-child(2) {
    height: 30px;
  }
}
.col-lg-6:last-of-type .site-footer__logos img:nth-child(3) {
  height: clamp(60px, 5vw, 90px);
}
@media (max-width: 576px) {
  .col-lg-6:last-of-type .site-footer__logos img:nth-child(3) {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .col-lg-6:last-of-type .site-footer__logos {
    justify-content: space-between;
  }
}
.site-footer__legal {
  margin-top: clamp(30px, 3vw, 56px);
  text-align: right;
}
.site-footer__legal a {
  font-weight: 300;
}
@media (min-width: 992px) {
  .col-lg-6:last-of-type .site-footer__logos {
    justify-content: space-between;
  }
}

@media (max-width: 991.98px) {
  .timeline-imglg {
    display: none;
  }
}

.timeline-vert {
  display: none;
}
@media (max-width: 991.98px) {
  .timeline-vert {
    display: block;
    position: relative;
    margin-top: 24px;
    background-image: url(../Images/timeline-blank-v2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .timeline-vert > .media__credit {
    top: auto;
    bottom: 30px;
  }
  .timeline-vert > .container-fluid--design {
    position: relative;
    z-index: 1;
  }
  .timeline-vert__title {
    margin: 0 0 22px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
  }
  .timeline-vert__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .timeline-vert__item {
    display: flex;
    align-items: flex-start;
    column-gap: 6px;
    padding: 9px 0;
  }
  .timeline-vert__year {
    position: relative;
    flex: 0 0 auto;
    width: 74px;
    padding-left: 20px;
    color: #008F7A;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .timeline-vert__year::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #008F7A;
  }
  .timeline-vert__text {
    flex: 1 1 auto;
    min-width: 0;
    color: #000000;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
  }
  .timeline-vert__text p {
    margin: 0;
  }
  .timeline-vert__text p + p {
    margin-top: 10px;
  }
  .timeline-vert .timeline-imgmd {
    height: 375px;
  }
}
@media (max-width: 480px) {
  .timeline-vert__title {
    font-size: 21px;
  }
  .timeline-vert__year {
    width: 64px;
    font-size: 19px;
    padding-left: 18px;
  }
  .timeline-vert__text {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
