:root {
  --deep-saffron: #ff9a2e;
  --cta\<deleted\|variable-2e2f9825\>: #a39bff;
  --hover\<deleted\|variable-c2cac379\>: #5b4dff;
  --black: black;
  --white: white;
  --black-80: #333;
  --dark-slate-gray: #1d5453;
  --beau-blue: #bcd4e6;
  --cultured: #faf8f3;
  --eggshell: #f0e9d8;
  --chinese-orange: #f1694b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: collier, sans-serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 68px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: lower-alpha;
}

strong {
  font-weight: bold;
}

.todelete {
  text-align: left;
  background-color: #ffe837;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: none;
}

.todelete strong {
  font-weight: 800;
}

.form_component {
  width: 60%;
  min-width: 500px;
}

.footer_component {
  grid-row-gap: 30px;
  background-image: linear-gradient(#1d54534d, #1d54534d), url('../images/Sfumatura.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.returnbtn {
  z-index: 1000;
  background-color: #fff;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #000;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: 10px auto auto 10px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--deep-saffron);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px #000;
  border-radius: 100px;
  justify-content: space-around;
  align-items: center;
  min-width: 180px;
  max-width: 200px;
  height: 50px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-negative {
  color: var(--cta\<deleted\|variable-2e2f9825\>);
  background-color: #fff;
  border-color: #fff;
}

.button.is-negative:hover {
  border-color: var(--hover\<deleted\|variable-c2cac379\>);
  background-color: var(--hover\<deleted\|variable-c2cac379\>);
  color: #fff;
}

.button.is-secondary {
  color: var(--cta\<deleted\|variable-2e2f9825\>);
  background-color: #5b4cff00;
}

.button.is-secondary:hover {
  background-color: var(--hover\<deleted\|variable-c2cac379\>);
  color: #fff;
}

.button.is-secondary.is-negative {
  color: #fff;
}

.button.is-text {
  border-style: none none solid;
  border-bottom-color: var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.button.is-text:hover {
  border-bottom-color: var(--cta\<deleted\|variable-2e2f9825\>);
  color: var(--cta\<deleted\|variable-2e2f9825\>);
}

.button.is-text.is-negative {
  color: #fff;
  border-bottom-color: #fff;
}

.button.is-text.is-negative:hover {
  border-bottom-color: var(--cta\<deleted\|variable-2e2f9825\>);
  color: var(--cta\<deleted\|variable-2e2f9825\>);
  background-color: #0000;
}

.button.is-submit {
  margin-top: 40px;
}

.button.is-normal {
  max-width: none;
  padding-left: 30px;
}

.button_component {
  cursor: pointer;
  text-decoration: none;
}

.button_icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.page_wrapper.is-technical {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.container.is-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.is-horizontal {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

.container.is-splide {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is-form {
  justify-content: space-between;
  align-items: flex-start;
}

.container.is-hide {
  display: none;
}

.section {
  position: relative;
}

.section.is-technical {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.white-backrgound {
  background-image: linear-gradient(#fff3, #fff3), url('../images/Orise_white-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.beige-backrgound {
  background-image: linear-gradient(#f0e9d866, #f0e9d866), url('../images/Orise_yellow-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.beige-backrgound-2 {
  background-image: linear-gradient(#f0e9d866, #f0e9d866), url('../images/Orise_yellow-bg_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.white-backrgound-2 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/Orise_white-bg-square.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.white-backrgound-3 {
  background-image: linear-gradient(0deg, #0000, #ffffff80), linear-gradient(#fff3, #fff3), url('../images/Orise_white-bg-2.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.header_component {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 101vh;
  min-height: 700px;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.header_container {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header_hover {
  z-index: 2;
  background-image: linear-gradient(#0000004d, #fff0 30%), linear-gradient(0deg, #0000004d, #fff0 20%), linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.header_background {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header_background.is-technical {
  width: 100%;
  height: 100vh;
}

.scroll_lottie {
  width: 60px;
  height: 60px;
}

.nav_component {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.note_txt.cliente {
  margin-bottom: -10px;
}

.cookie-banner_close_txt {
  border-bottom: 1px solid #000;
  font-size: 12px;
}

.cookie-prefs_name {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
}

.cookie-banner_title_wrap {
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cookie-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cookie-prefs_checkbox-field {
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.cookie-prefs_checkbox-label {
  display: none;
}

.banner_title {
  color: #383838;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie-banner_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.cookie-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-bottom: 16px;
  position: relative;
}

.cookie-banner {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 14px 3px #0000001a;
}

.cookie-prefs_title {
  color: #383838;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.cookie-prefs_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #cacaca;
  background-image: url('../images/check_dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #cacaca;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.cookie-prefs_checkbox.w--redirected-checked {
  background-color: #4353ff;
  background-image: url('../images/check_dot.svg');
  background-position: 100%;
  background-size: contain;
  border-color: #4353ff;
}

.cookie-prefs_checkbox.w--redirected-focus {
  box-shadow: none;
}

.cookie-prefs_description {
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
}

.cookie-prefs_open-txt {
  opacity: .5;
  color: #000;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  display: flex;
  position: absolute;
  top: 0;
  right: 70px;
}

.cookie-prefs_open-txt.is-first {
  top: 0;
}

.cookie-prefs_container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 48px 40px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  position: relative;
}

.cookie-banner_wrapper {
  z-index: 998;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  flex-direction: column;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.button-2 {
  cursor: pointer;
  font-size: 14px;
}

.button-2.is-text {
  text-decoration: underline;
}

.button-2.is-secondary {
  color: #3898ec;
  background-color: #0000;
  border: 1px solid #3898ec;
}

.button-2.is-banner {
  align-self: flex-end;
}

.cookie-prefs_label {
  font-weight: 700;
}

.cookie-prefs_trigger, .cookie-prefs_nascondi {
  display: none;
}

.cookie-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.cookie-prefs_text {
  line-height: 1.4;
  transition: height .25s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.cookie-prefs_arrow {
  background-image: url('../images/freccia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 6px;
  display: flex;
  transform: rotate(0);
}

.cookie-prefs_wrapper {
  z-index: 997;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 60px 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.cookie-banner_trigger {
  display: none;
}

.cookie-banner_close_icon {
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.cookie-prefs_buttons-wrapper {
  margin-bottom: 40px;
}

.cookie-prefs_buttons-wrapper.is-pref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
}

.cookie-banner_text {
  font-size: 13px;
  line-height: 1.6;
}

.cookie-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  margin-bottom: 16px;
  display: flex;
}

.banner_close {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.banner_close.is-x {
  z-index: 3;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.manager_trigger {
  display: none;
}

.cookie_close_icon {
  color: #424b54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.loader {
  z-index: 20;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader_logo {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 100px;
  margin-top: -50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.orise-jason {
  width: 250px;
  height: 136.297px;
}

.beyond_div {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 120px;
  display: flex;
  position: absolute;
  inset: auto auto 5vw;
}

.logo-nav {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-nav.is-dark {
  display: none;
}

.text-block {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.loader-hover {
  z-index: 2;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 20px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_logo {
  width: 130px;
  height: 60px;
  position: relative;
}

.nav-list {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.item-nav {
  list-style-type: none;
}

.nav_link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.hero-subtitle {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-2 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.body {
  color: var(--black);
  font-family: ivyepic, sans-serif;
  font-weight: 300;
}

.scroll {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.scroll_text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.scroll_animation {
  height: 50px;
}

.text_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text_large {
  color: var(--black);
  font-family: collier, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 48px;
}

.text_wrap {
  flex-flow: column;
  min-width: 400px;
  max-width: 500px;
  display: flex;
}

.text_wrap.in-full-image {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 32vw;
  max-width: 600px;
  margin-top: -70px;
  position: absolute;
  inset: auto 10vw auto auto;
}

.text_wrap.in-full-image.is-center {
  width: 45vw;
  max-width: none;
  margin-top: 0;
  inset: 7vw auto auto;
}

.text_wrap.is-horizontal {
  flex: 1;
  align-self: stretch;
  min-width: auto;
  max-width: none;
  padding-top: 5vw;
  padding-left: 100px;
}

.text_wrap.is-absolute {
  flex: 1;
  min-width: auto;
  max-width: 600px;
  position: absolute;
  inset: auto 35vw 200px auto;
}

.text_wrap.margin-top {
  flex: 1;
  margin-top: 3vw;
}

.text_wrap.is-form {
  width: 40%;
  min-width: auto;
  max-width: none;
}

.div-block-2 {
  min-width: 400px;
  max-width: 500px;
}

.paragraph {
  color: var(--black-80);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.paragraph.margin-top {
  margin-top: 63px;
}

.paragraph.is-amenities {
  font-size: 14px;
  line-height: 22px;
}

.paragraph.is-placeholder {
  color: #ff007b;
}

.heading-xs {
  color: var(--deep-saffron);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: ivyepic, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.image-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  min-height: 600px;
  display: flex;
  position: relative;
}

.image-full.is-map {
  min-height: auto;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.is-location, .image-cover.is-map {
  object-position: 50% 50%;
}

.image_wrap {
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image_wrap.is-vertical {
  height: 50vw;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.image_wrap.is-xs {
  align-self: stretch;
  width: 50px;
  height: 50vw;
  min-height: 600px;
}

.image_wrap.is-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  min-height: 600px;
  display: flex;
}

.heading-2 {
  color: var(--deep-saffron);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: collier, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.heading-2_span {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: -5px;
}

.main-title {
  color: var(--black-80);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: collier, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 34px;
}

.main-title.is-second {
  letter-spacing: 0;
  text-transform: none;
  font-size: 50px;
  line-height: 48px;
}

.paragraph_wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.paragraph_wrap.is-absolute {
  z-index: 2;
  position: absolute;
  inset: auto 30vw 200px auto;
}

.paragraph_wrap.is-extended {
  max-width: none;
  margin-right: 60px;
}

.paragraph_wrap.is-developer {
  z-index: 2;
  max-width: 400px;
  position: absolute;
  inset: auto 30vw 200px auto;
}

.orange-line {
  background-color: #ff9a2e80;
  width: 100%;
  height: 1px;
}

.orange-line.is-amenities {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: collier, sans-serif;
  font-size: 25px;
  font-weight: 100;
  line-height: 40px;
}

.image-full_hover {
  z-index: 1;
  background-color: #0000004d;
  background-image: linear-gradient(260deg, #0000004d, #fff0 40%);
  position: absolute;
  inset: 0%;
}

.image-full_hover.is-center {
  background-image: linear-gradient(#0000004d, #fff0 30%);
}

.image-full_hover.is-center.gradient {
  background-image: linear-gradient(#0006, #fff0 40%);
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 70%;
  font-size: 10px;
  line-height: 18px;
}

.text-block-4.is-black {
  color: var(--black-80);
  text-align: left;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 250px;
  display: flex;
  position: absolute;
  inset: auto auto 200px 150px;
}

.monogram {
  background-image: url('../images/Orise_monogram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.div-block-6 {
  width: 50%;
  height: 100%;
}

.logo-nav-dark {
  opacity: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo-nav-dark.is-dark {
  display: none;
}

.ancor {
  display: flex;
  position: absolute;
  inset: 6vw auto auto 0%;
}

.ancor.is-intro {
  top: 0;
}

.image-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.lighbox-image {
  z-index: 1;
  cursor: crosshair;
  position: absolute;
  inset: 0%;
}

.footer_container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_logo {
  width: 140px;
  position: relative;
}

.footer_link {
  color: #fffc;
  letter-spacing: .5px;
  font-family: ivyepic, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: color .25s;
}

.footer_link:hover {
  color: #fff;
}

.footer_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.social_link {
  opacity: .8;
  transition: opacity .25s;
}

.social_link:hover {
  opacity: 1;
}

.social-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-embed-xxsmall {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed {
  color: #bfa991;
  width: 20px;
  height: 20px;
}

.icon-embed.social {
  width: 20px;
  height: 20px;
}

.slide-10_title {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: collier, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
}

.image-wrap {
  height: 15vw;
  min-height: 200px;
}

.slider-10_component {
  margin-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.display-none {
  display: none;
}

.image-fit-cover {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.splide_embed {
  line-height: 1;
}

.splide__list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  list-style-type: none;
  display: flex;
}

.splide__pagination {
  width: 0;
  height: 0;
  overflow: hidden;
}

.image-fit-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.slide-content {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 20%;
  list-style-type: none;
}

.text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 40px 25px 30px 30px;
  display: flex;
}

.splide__track {
  width: 100%;
}

.splide__arrow {
  border: 1px solid var(--deep-saffron);
  background-color: #fff0;
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/IcSharpKeyboardArrowLeft.svg');
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/IcSharpKeyboardArrowRight.svg');
}

.splide {
  z-index: 1;
  width: 100%;
  position: relative;
}

.splide.slider-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.splide__arrows {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.img-contain-wrap {
  height: 30px;
}

.project-pin {
  z-index: 1;
  width: 8vw;
  position: absolute;
  top: 28%;
  left: 46.8%;
}

.map-pin {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
}

.map-pin._01 {
  top: 47.5%;
  left: 51.5%;
}

.map-pin._02 {
  top: 62%;
  left: 41.5%;
}

.map-pin._03 {
  top: 52%;
  left: 54.5%;
}

.map-pin._04 {
  top: 81%;
  left: 61%;
}

.map-pin._05 {
  top: 73%;
  left: 36%;
}

.map-pin._06 {
  top: 55%;
  left: 37.5%;
}

.map-pin._07 {
  top: 59.5%;
  left: 23%;
}

.map-pin._08 {
  top: 63.5%;
  left: 29.5%;
}

.map-pin._09 {
  top: 84%;
  left: 47.5%;
}

.map-pin._10 {
  top: 60.5%;
  left: 64%;
}

.map-pin._11 {
  top: 65%;
  left: 71%;
}

.map-pin._12 {
  top: 71%;
  left: 72%;
}

.map-pin._13 {
  top: 76%;
  left: 71%;
}

.map-pin._14 {
  top: 54.5%;
  left: 47%;
}

.map-pin._15 {
  top: 79%;
  left: 49%;
}

.map-pin._16 {
  top: 57.5%;
  left: 61%;
}

.map-pin._17 {
  top: 68.5%;
  left: 63%;
}

.map-pin._18 {
  top: 70%;
  left: 38.3%;
}

.map-pin._19 {
  top: 60.5%;
  left: 52.5%;
}

.map-pin._20, .map-pin._21 {
  top: 55%;
  left: 55%;
}

.map-pin._21 {
  top: 60%;
  left: 13.5%;
}

.map-pin._22 {
  top: 74.5%;
  left: 31%;
}

.pin_text {
  color: var(--white);
  letter-spacing: .5px;
  font-family: collier, sans-serif;
  font-size: .8vw;
  line-height: .9vw;
}

.image-pin {
  width: 1.2vw;
  height: 1.5vw;
  margin-right: 5px;
}

.paragraph-amenities {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  color: var(--black);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  display: none;
}

.paragraph-amenities.margin-top {
  margin-top: 63px;
}

.paragraph-amenities.is-amenities {
  font-size: 14px;
  line-height: 22px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-field {
  color: var(--black);
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #00000080;
  width: 100%;
  min-height: 40px;
  font-size: 14px;
  line-height: 26px;
}

.text-field:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--deep-saffron);
}

.text-field:focus-visible {
  border-bottom-color: var(--deep-saffron);
}

.text-field[data-wf-focus-visible] {
  border-bottom-color: var(--deep-saffron);
}

.text-field.is-capitalize {
  text-transform: capitalize;
}

.field-label {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
}

.checkbox {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: var(--deep-saffron);
  border: 0 solid #000;
}

.checkbox.w--redirected-focus-visible {
  border: 1px solid var(--deep-saffron);
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.submit-button {
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.back-on-top {
  z-index: 15;
  background-color: var(--dark-slate-gray);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-8 {
  background-color: var(--deep-saffron);
  cursor: pointer;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px 15px 30px;
  display: flex;
}

.button_text {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: ivyepic, sans-serif;
}

.button-arrow {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.circle-arrow {
  background-color: var(--beau-blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.desktop-mode {
  display: none;
}

.desktop-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.nav-link-line {
  background-color: var(--deep-saffron);
  width: 0%;
  height: 1px;
}

.nav-link-line.w--current {
  width: 100%;
}

.nav-link_wrap {
  flex-flow: column;
  display: flex;
}

.litghtbox-cta {
  border: 1px solid var(--white);
  opacity: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  font-size: 12px;
  line-height: 12px;
}

.lightbox-hover {
  z-index: 1;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu {
  display: none;
}

.menu_logo {
  width: 140px;
  position: relative;
}

.text-block-17, .nav-menu {
  display: none;
}

.logo-menu {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-menu.is-dark {
  display: none;
}

.icon-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.menu-close {
  display: none;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.technical-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.technical-bg.is-location {
  object-position: 78% 50%;
}

.div-block-26 {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: collier, sans-serif;
  display: flex;
  position: relative;
  top: 30px;
}

.text-block-18 {
  color: var(--white);
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
}

.text-block-19 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: ivyepic, sans-serif;
}

.technical-logo {
  z-index: 2;
  width: 180px;
  margin-top: 30px;
  position: absolute;
  inset: 0% auto auto;
}

.text-block-20 {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  font-family: ivyepic, sans-serif;
}

.link-technical {
  color: var(--white);
  transition: color .25s;
}

.link-technical:hover {
  color: var(--deep-saffron);
}

.div-block-28 {
  display: none;
}

.icon-plus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.nowrap {
  display: inline-block;
}

.footer_disclaimer {
  color: #ffffff80;
  letter-spacing: .5px;
  border-top: 1px solid #fff3;
  margin-bottom: 0;
  padding-top: 30px;
  font-family: ivyepic, sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  transition: color .25s;
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
  }

  .form_component {
    width: 100%;
    min-width: auto;
  }

  .footer_component {
    grid-row-gap: 50px;
  }

  .container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .container.is-horizontal {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .header_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header_hover {
    background-image: linear-gradient(#0000004d, #fff0 30%), linear-gradient(0deg, #0000004d, #fff0 20%), linear-gradient(#0000004d, #0000004d);
  }

  .nav_component {
    flex-direction: row;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .loader_logo {
    width: 230px;
  }

  .beyond_div {
    bottom: 8vw;
  }

  .hero-image.is-home {
    object-position: 60% 50%;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar_logo {
    width: 100px;
    height: 45px;
  }

  .nav-list {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .item-nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav_link {
    text-transform: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    display: flex;
  }

  .hero-subtitle {
    font-size: 25px;
    line-height: 30px;
  }

  .nav-list_container {
    z-index: 10;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #000c;
    background-image: linear-gradient(#000, #fff0 30%);
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 100px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .heading-1 {
    font-size: 60px;
    line-height: 58px;
  }

  .text_wrap.in-full-image {
    width: auto;
    min-width: auto;
    max-width: 600px;
    margin-top: 0;
    right: auto;
  }

  .text_wrap.in-full-image.is-center {
    width: auto;
    max-width: 600px;
    top: auto;
  }

  .text_wrap.is-horizontal {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    min-width: 400px;
    max-width: 500px;
    padding-top: 0;
    padding-left: 0;
  }

  .paragraph.margin-top {
    margin-top: 0;
  }

  .image-full.is-map {
    height: 70vw;
    overflow: hidden;
  }

  .image-cover.is-map {
    width: 100vw;
    max-width: none;
  }

  .image_wrap.is-vertical {
    width: 100%;
    height: auto;
  }

  .image_wrap.is-vertical.is {
    width: 50vw;
    height: 60vw;
    min-height: auto;
    margin-left: auto;
  }

  .image_wrap.is-vertical.is--location {
    height: auto;
    min-height: auto;
    margin-left: auto;
  }

  .image_wrap.is-vertical.is-interlude {
    width: 50vw;
    height: 60vw;
    min-height: auto;
    margin-left: auto;
  }

  .image_wrap.is-xs {
    display: none;
  }

  .image_wrap.is-full {
    height: 45vw;
    min-height: 500px;
  }

  .main-title {
    font-size: 35px;
    line-height: 38px;
  }

  .paragraph_wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: none;
  }

  .paragraph_wrap.is-absolute, .paragraph_wrap.is-developer {
    position: static;
  }

  .image-full_hover {
    background-color: #0006;
  }

  .div-block-5 {
    bottom: 60px;
    left: 0;
  }

  .ancor {
    top: -60px;
  }

  .ancor.is-intro {
    top: -70px;
  }

  .footer_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer_container.align-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
  }

  .footer_logo {
    width: 120px;
  }

  .image-wrap {
    height: 200px;
    min-height: auto;
  }

  .slider-10_component {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .display-none {
    display: none;
  }

  .splide__list {
    padding-left: 0;
  }

  .splide__slide {
    flex: none;
    width: 35%;
  }

  .text-wrap {
    height: 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .splide__arrow.splide__arrow--prev, .splide__arrow.splide__arrow--next {
    width: 50px;
    height: 50px;
  }

  .splide__arrows {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-pin {
    width: 15vw;
    top: 21%;
    left: 43.5%;
  }

  .map-pin {
    width: 16vw;
  }

  .map-pin._01 {
    top: 47.5%;
    left: 52%;
  }

  .map-pin._02 {
    top: 63%;
    left: 38%;
  }

  .map-pin._03 {
    left: 57%;
  }

  .map-pin._04 {
    top: 86%;
    left: 65%;
  }

  .map-pin._05 {
    top: 75%;
    left: 30%;
  }

  .map-pin._06 {
    top: 56%;
    left: 33%;
  }

  .map-pin._07 {
    top: 60%;
    left: 12%;
  }

  .map-pin._08 {
    top: 65%;
    left: 21%;
  }

  .map-pin._09 {
    top: 86.5%;
    left: 46.5%;
  }

  .map-pin._10 {
    top: 61%;
    left: 70%;
  }

  .map-pin._11 {
    top: 66%;
    left: 80%;
  }

  .map-pin._12 {
    top: 73%;
    left: 82%;
  }

  .map-pin._13 {
    top: 78%;
    left: 79%;
  }

  .map-pin._14 {
    top: 54.5%;
    left: 46%;
  }

  .map-pin._15 {
    top: 81%;
    left: 48.5%;
  }

  .map-pin._16 {
    left: 65%;
  }

  .map-pin._17 {
    top: 70%;
    left: 68%;
  }

  .map-pin._18 {
    top: 71%;
    left: 34%;
  }

  .map-pin._19 {
    top: 61%;
    left: 54%;
  }

  .map-pin._20 {
    display: none;
  }

  .map-pin._21 {
    display: none;
    top: 60.5%;
    left: 2%;
  }

  .map-pin._22 {
    top: 79.5%;
    left: 25%;
  }

  .pin_text {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .image-pin {
    width: 2vw;
    height: 2vw;
  }

  .desktop-mode {
    z-index: 100;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #000000e6;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .div-block-25 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: .8;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .desktop-icon {
    color: #fff;
    width: 40px;
    height: 40px;
  }

  .text-block-15 {
    color: #fff;
  }

  .nav-link-line {
    max-width: 60px;
  }

  .nav-link_wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .litghtbox-cta {
    background-color: #fff3;
    width: 50px;
    height: 50px;
  }

  .text-block-16 {
    display: none;
  }

  .lightbox-hover {
    background-color: #0000;
    background-image: linear-gradient(0deg, #000, #0000004d 0%, #fff0 30%);
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    display: flex;
    inset: 0%;
  }

  .menu {
    z-index: 1;
    background-color: var(--cultured);
    cursor: pointer;
    border: 1px solid #1d54534d;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 20px 30px auto auto;
  }

  .menu_logo {
    width: 100px;
    height: 45px;
  }

  .nav-list_conatiner {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-block-17 {
    color: var(--white);
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    font-family: collier, sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
    display: flex;
  }

  .nav-menu {
    background-color: #000000e6;
    border-bottom: 1px solid #ffffff4d;
    padding: 20px 30px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .icon-menu {
    color: var(--dark-slate-gray);
    width: 50%;
    height: 50%;
  }

  .icon-menu.is-close {
    color: var(--white);
  }

  .menu-close {
    z-index: 1;
    cursor: pointer;
    border: 1px solid #ffffff4d;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 20px 30px auto auto;
  }

  .technical-bg.is-map {
    object-position: 50% 50%;
    width: 100vw;
    max-width: none;
    height: 80vw;
  }

  .icon-plus {
    color: var(--white);
    width: 20px;
    height: 20px;
    display: flex;
  }

  .footer_disclaimer {
    letter-spacing: 0;
    line-height: 13px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 58px;
  }

  .header_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cookie-banner_title_wrap {
    align-items: center;
  }

  .banner_title {
    font-size: 20px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: center;
  }

  .cookie-prefs_title {
    font-size: 20px;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .hero-image.is-home {
    object-position: 50% 50%;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .nav-list_container {
    padding-bottom: 60px;
  }

  .heading-1 {
    font-size: 50px;
    line-height: 48px;
  }

  .text_wrap.is-form {
    width: auto;
  }

  .image-full.is-map {
    height: 75vw;
  }

  .image_wrap.is-vertical {
    min-height: auto;
  }

  .footer_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer_container.align-left {
    flex-flow: column;
  }

  .footer_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .slider-10_component {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .splide__slide {
    width: 50%;
  }

  .text-wrap {
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }

  .container.is-horizontal {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header_container {
    max-width: 300px;
  }

  .header_hover {
    background-image: linear-gradient(#0000004d, #fff0 30%), linear-gradient(0deg, #0000004d, #fff0 20%), linear-gradient(#0000004d, #0000004d);
  }

  .nav_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .note_txt {
    font-size: .9em;
  }

  .cookie-banner_title_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cookie-banner_buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .cookie-banner {
    padding: 20px;
  }

  .cookie-prefs_open-txt {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .cookie-prefs_container {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-prefs_wrapper {
    padding: 24px;
  }

  .cookie-prefs_buttons-wrapper.is-pref {
    flex-wrap: wrap;
  }

  .cookie-banner_text {
    margin-right: 0;
  }

  .loader_logo, .orise-jason {
    width: 200px;
  }

  .beyond_div {
    width: 100px;
    bottom: 25vw;
  }

  .hero-image.is-home {
    object-position: 80% 50%;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-nav {
    border-top: 1px solid #fff3;
  }

  .item-nav.is-last {
    border-bottom: 1px solid #fff3;
  }

  .nav_link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-list_container {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .text_wrap, .text_wrap.is-intro {
    min-width: auto;
    max-width: none;
  }

  .text_wrap.in-full-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_wrap.is-horizontal {
    min-width: auto;
    max-width: none;
  }

  .image-full.is-map {
    height: 350px;
  }

  .image-cover.is-map {
    width: 100%;
    height: 100%;
  }

  .image_wrap.is-vertical {
    min-height: auto;
  }

  .image_wrap.is-vertical.is {
    width: 70vw;
    height: 80vw;
  }

  .image_wrap.is-vertical.is--location {
    height: 350px;
  }

  .image_wrap.is-vertical.is-interlude {
    width: 70vw;
    height: 80vw;
  }

  .image_wrap.is-full {
    height: 350px;
    min-height: auto;
  }

  .image_wrap.is-full.with-text {
    height: 450px;
  }

  .main-title {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-5 {
    position: static;
  }

  .lighbox-image.is-map {
    z-index: 2;
  }

  .footer_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .footer_wrap.is-social {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .image-wrap {
    height: 250px;
  }

  .slider-10_component {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .splide__slide {
    width: 100%;
  }

  .text-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .splide__arrows {
    margin-top: 0;
  }

  .project-pin {
    width: 100px;
    top: 45px;
  }

  .map-pin {
    display: none;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button_text.is-technical {
    font-size: 12px;
  }

  .litghtbox-cta {
    width: 40px;
    height: 40px;
  }

  .menu {
    right: 20px;
  }

  .text-block-17 {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 30px;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-close {
    right: 20px;
  }

  .div-block-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-18 {
    font-size: 40px;
    line-height: 40px;
  }

  .technical-logo {
    width: 140px;
  }

  .text-span {
    font-size: 12px;
  }

  .div-block-27 {
    z-index: 1;
    position: absolute;
  }

  .text-block-21 {
    z-index: 1;
    color: var(--white);
    background-color: #1d5453cc;
    border: 1px solid #ffffff80;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 12px;
  }

  .div-block-28 {
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 20px auto auto;
  }

  .footer_disclaimer {
    letter-spacing: 0;
    line-height: 12px;
  }
}

#w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccc01-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccc03-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccbeb-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccbed-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccc22-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccc24-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccc2d-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccc2f-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccc0c-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccc0e-4ceaa715, #w-node-_3aeceb87-bb2d-2b2c-7212-3c06e504a4a1-4ceaa715, #w-node-_3aeceb87-bb2d-2b2c-7212-3c06e504a4a3-4ceaa715, #w-node-a5908370-617d-9b83-f3c7-264c60a23f5f-4ceaa715, #w-node-a5908370-617d-9b83-f3c7-264c60a23f61-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccbe0-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccbe2-4ceaa715, #w-node-f4a5715f-a641-e98b-7f27-69181de1ef5b-4ceaa715, #w-node-f4a5715f-a641-e98b-7f27-69181de1ef5d-4ceaa715, #w-node-_44f5e7b3-871c-d671-db92-70c171e78a3d-4ceaa715, #w-node-_44f5e7b3-871c-d671-db92-70c171e78a3f-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccbf6-4ceaa715, #w-node-bd3628f0-ebc2-ab6a-797f-79f1034ccbf8-4ceaa715 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c2af3f1-fed2-893a-730d-14af5d836490-4ceaa715 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3a86fa0d-8804-4cb4-35ca-eb878597fa56-4ceaa715 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_7c2af3f1-fed2-893a-730d-14af5d836490-4ceaa715 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }
}


