/*
<!-----------------------coded by---------------------------+
|    _                  _                _         _        |
|   | | ___ _ __   __ _| |__   __ _ _ __| |_   ___| | __    |
|   | |/ _ \ '_ \ / _` | '_ \ / _` | '__| __| / __| |/ /    |
|   | |  __/ | | | (_| | | | | (_| | |  | |_ _\__ \   <     |
|   |_|\___|_| |_|\__, |_| |_|\__,_|_|   \__(_)___/_|\_\    |
|                 |___/                                     |
|                                                           |
+----------------------------------------------------------->
*/
/*==================================MIXINS=====================================*/
/*==================================KEYFRAMES===================================*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/*==================================RESET======================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/*==================================PATHS======================================*/
/*==================================FONTS======================================*/
@font-face {
  font-family: "Cera Stencil Pro";
  src: url("../fonts/Cera-Stencil-Pro-Medium.eot");
  src: url("../fonts/Cera-Stencil-Pro-Medium.woff2") format("woff2"), url("../fonts/Cera-Stencil-Pro-Medium.woff") format("woff"), url("../fonts/Cera-Stencil-Pro-Medium.ttf") format("truetype"), url("../fonts/Cera-Stencil-Pro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Cera Stencil Pro";
  src: url("../fonts/Cera-Stencil-Pro-Regular.eot");
  src: url("../fonts/Cera-Stencil-Pro-Regular.woff2") format("woff2"), url("../fonts/Cera-Stencil-Pro-Regular.woff") format("woff"), url("../fonts/Cera-Stencil-Pro-Regular.ttf") format("truetype"), url("../fonts/Cera-Stencil-Pro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Medium.eot");
  src: url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Regular.eot");
  src: url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/*==================================COLORS=====================================*/
::selection {
  color: white;
  background-color: black;
}

::-moz-selection {
  color: transparent;
  background-color: black;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #004C97;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #004C97;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #004C97;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #004C97;
  opacity: 1;
}

/*==================================DECLARATIONS===============================*/
html, body {
  font-family: "Cera Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #FEFEFE;
}

body.overflow {
  overflow: hidden;
}

.container-fluid {
  max-width: 100%;
  margin-right: 2rem;
  margin-left: 2rem;
}

.container {
  max-width: 100%;
  margin-right: 10rem;
  margin-left: 10rem;
}

.row {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*==================================ANIMATIONS=================================*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  will-change: opacity, transform;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  will-change: opacity, transform;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  will-change: opacity;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.animate {
  visibility: hidden;
}

/*==================================SVG========================================*/
/*==================================ELEMENTS===================================*/
.text-border, section.navigator-detail .flex .column h4, section.faq .flex .column .items .item .question, h3:not(.h3), .h3:not(.h3), h2:not(.h2), .h2:not(.h2), h1:not(.h1), .h1:not(.h1) {
  padding: 0 0 2rem;
  border-bottom: 1px solid #004C97;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 400;
  color: #004C97;
}

h1, .h1 {
  font-size: 6rem;
  line-height: 6rem;
}
h1:not(.h1), .h1:not(.h1) {
  margin: 0 0 2rem;
}

h2, .h2 {
  font-size: 4rem;
  line-height: 4.5rem;
}
h2:not(.h2), .h2:not(.h2) {
  margin: 0 0 4rem;
}

h3, .h3 {
  font-size: 3rem;
  line-height: 3.5rem;
}
h3:not(.h3), .h3:not(.h3) {
  margin: 0 0 4rem;
}

h4, .h4 {
  font-size: 2rem;
  line-height: 3rem;
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding: 0 0 1rem;
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
  padding: 0 0 2rem;
}

.overline, section.apartment-detail .contents .content .flex .left .toggles .toggle .toggle-name, section.apartment-detail .intro .breadcrumb ul li a, section.apartments-list .list .overflow table thead tr th, section.text-boxes .grid .item .toggle, section.toggle-images .flex .left .content .toggles .toggle .toggle-name, section.text-toggle-map .flex .left .content .toggles .toggle .toggle-name, section.text-toggle-image .flex .left .content .toggles .toggle .toggle-name, section.simple-slider .slider .slide .item .toggle, .subtitle {
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #004C97;
}

.subtitle {
  padding: 0 0 2rem;
}

.link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  padding: 0 0 0.5rem;
  color: #004C97;
  -webkit-box-shadow: inset 0 -1px 0 0 #004C97;
  -moz-box-shadow: inset 0 -1px 0 0 #004C97;
  box-shadow: inset 0 -1px 0 0 #004C97;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link.angle-right:after {
  background: url(../img/Light_03.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.link.angle-right:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #5CA3E9;
  -moz-box-shadow: inset 0 -1px 0 0 #5CA3E9;
  box-shadow: inset 0 -1px 0 0 #5CA3E9;
  color: #5CA3E9;
}
.link.angle-right:hover:after {
  background: url(../img/Light_03_Blue.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.link.angle-down:after {
  background: url(../img/Light_17.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.link.angle-down:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #5CA3E9;
  -moz-box-shadow: inset 0 -1px 0 0 #5CA3E9;
  box-shadow: inset 0 -1px 0 0 #5CA3E9;
  color: #5CA3E9;
}
.link.angle-down:hover:after {
  background: url(../img/Light_17_Blue.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.link:after {
  content: close-quote;
  position: absolute;
  right: -2rem;
  top: 0;
  width: 2rem;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link.white {
  color: #FEFEFE;
  -webkit-box-shadow: inset 0 -1px 0 0 #FEFEFE;
  -moz-box-shadow: inset 0 -1px 0 0 #FEFEFE;
  box-shadow: inset 0 -1px 0 0 #FEFEFE;
}
.link.white:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #5CA3E9;
  -moz-box-shadow: inset 0 -1px 0 0 #5CA3E9;
  box-shadow: inset 0 -1px 0 0 #5CA3E9;
}
.link.white.angle-right:after {
  background: url(../img/Light_03_White.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.link.white.angle-right:hover {
  color: #5CA3E9;
}
.link.white.angle-right:hover:after {
  background: url(../img/Light_03_Blue.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.link.white.angle-down:after {
  background: url(../img/Light_17_White.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.link.white.angle-down:hover {
  color: #5CA3E9;
}
.link.white.angle-down:hover:after {
  background: url(../img/Light_03_Blue.svg) no-repeat center center;
  background-size: 2rem 2rem;
}

.btn {
  display: inline-block;
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 48px;
  box-sizing: border-box;
  border-radius: 64px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.inline-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.btn.inline-flex svg path {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.inline-flex:hover svg path {
  stroke: white;
}
.btn.blue {
  background: #004C97;
  color: #FEFEFE;
}
.btn.blue.medium {
  line-height: 56px;
}
.btn.blue span {
  padding: 0 40px 0 0;
  line-height: 32px;
  display: inline-block;
  background: url(../img/Light_03_White.svg) no-repeat center right;
  background-size: 32px 32px;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.btn.blue:hover {
  background: #5CA3E9;
}
.btn.blue:hover span {
  background: url(../img/Light_03_White.svg) no-repeat center right;
  background-size: 32px 32px;
}
.btn.blue.small {
  line-height: 48px;
  padding: 0 16px 0 24px;
}
.btn.white {
  background: #FEFEFE;
  color: #004C97;
}
.btn.white.angle-right {
  padding: 0 80px 0 48px;
  background: #FEFEFE url(../img/Light_03.svg) no-repeat center right 32px;
  background-size: 32px 32px;
}
.btn.white.small {
  line-height: 48px;
  padding: 0 32px;
}
.btn.white.small.angle-right {
  padding: 0 56px 0 32px;
  background: #FEFEFE url(../img/Light_03.svg) no-repeat center right 16px;
  background-size: 32px 32px;
}
.btn.white.small.angle-left {
  padding: 0 32px 0 56px;
  background: #FEFEFE url(../img/Light_11.svg) no-repeat center left 16px;
  background-size: 32px 32px;
}
.btn.white.smaller {
  line-height: 40px;
  padding: 0 16px;
}
.btn.white.medium {
  line-height: 56px;
}
.btn.white span {
  padding: 0 40px 0 0;
  line-height: 32px;
  display: inline-block;
  background: url(../img/Light_03.svg) no-repeat center right;
  background-size: 32px 32px;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.btn.white:hover {
  background: #5CA3E9;
  color: #FEFEFE;
}
.btn.white:hover span {
  background: url(../img/Light_03_White.svg) no-repeat center right;
  background-size: 32px 32px;
}
.btn.white:hover.small.angle-right {
  background: #5CA3E9 url(../img/Light_03_white.svg) no-repeat center right 16px;
  background-size: 32px 32px;
}
.btn.white:hover.small.angle-left {
  background: #5CA3E9 url(../img/Light_11_White.svg) no-repeat center left 16px;
  background-size: 32px 32px;
}
.btn.white:hover.angle-right {
  background: #5CA3E9 url(../img/Light_03_White.svg) no-repeat center right 32px;
  background-size: 32px 32px;
}
.btn.full {
  width: 100%;
  text-align: center;
}
.btn.extra-small {
  font-size: 10px;
  line-height: 32px;
  letter-spacing: 1px;
  padding: 0 16px;
  gap: 8px;
}
.btn__state--active {
  display: none !important;
}
.btn.compare:hover span {
  background: none;
}
.btn.compare svg {
  display: none;
}
.btn.compare.active svg {
  display: block;
  width: 9px;
}
.btn.compare span {
  padding: 0;
  background: transparent;
}
.btn.active .btn__state--idle {
  display: none !important;
}
.btn.active .btn__state--active {
  display: inline-block !important;
}

.compare-block {
  margin: 0 3rem;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
}
.compare-block .wrapper {
  background: #004C97;
  max-width: 1248px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2rem 2.5rem 0;
}
.compare-block .wrapper .count {
  display: none;
}
.compare-block .wrapper h5 {
  color: #FEFEFE;
  padding: 0 0 1.5rem;
}
.compare-block .wrapper .flex {
  justify-content: space-between;
  align-items: flex-start;
}
.compare-block .wrapper .flex .list ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  counter-reset: counter;
}
.compare-block .wrapper .flex .list ol li {
  position: relative;
  counter-increment: counter;
  border-left: 1px solid #5CA3E9;
  padding: 0 34px 32px 62px;
  font-size: 14px;
  line-height: 18px;
  color: #FEFEFE;
}
.compare-block .wrapper .flex .list ol li:before {
  content: counter(counter);
  font-size: 24px;
  line-height: 24px;
  font-family: "Cera Stencil Pro", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  text-align: center;
}
.compare-block .wrapper .flex .options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}
.compare-block .wrapper .flex .options .remove {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #FEFEFE url(../img/Close.svg) no-repeat center center;
  background-size: 12px 12px;
}

.mobile-nav {
  position: fixed;
  z-index: 101;
  background: #004C97;
  top: 0;
  left: 0;
  height: -webkit-fill-available;
  min-height: 100%;
  width: 100%;
}
.mobile-nav .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
.mobile-nav .wrapper .top {
  padding: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav .wrapper .top .logo a {
  display: inline-block;
  width: 173.72px;
  height: 15px;
  background: url(../img/Marina-Dorcol_Wordmark_White.svg) no-repeat center center;
  background-size: contain;
}
.mobile-nav .wrapper .top .burger {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/Close_White.svg) no-repeat center center;
  background-size: 16px 16px;
}
.mobile-nav .wrapper nav {
  padding: 0 1.5rem;
}
.mobile-nav .wrapper nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.mobile-nav .wrapper nav ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #FEFEFE;
}

.mobile-nav .wrapper nav ul .sub-menu {
    list-style: disc;
    padding-left: 17px;
    margin-top: 0.5rem;
    gap: 0.5rem;
    color: #ffffff;
}

.mobile-nav .wrapper .bottom .links {
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.mobile-nav .wrapper .bottom .links .social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 33px;
}
.mobile-nav .wrapper .bottom .links .social ul li {
  padding: 0 0 32px;
  position: relative;
}
.mobile-nav .wrapper .bottom .links .social ul li:not(:last-child):after {
  content: close-quote;
  position: absolute;
  top: 0;
  right: -17px;
  height: 100%;
  width: 1px;
  background: #FEFEFE;
}
.mobile-nav .wrapper .bottom .links .social ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #FEFEFE;
}
.mobile-nav .wrapper .bottom .links .languages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 33px;
}
.mobile-nav .wrapper .bottom .links .languages .dropdown {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #FEFEFE;
  padding: 0 0 32px;
  position: relative;
}
.mobile-nav .wrapper .bottom .links .languages .dropdown:before {
  content: close-quote;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FEFEFE;
}
.mobile-nav .wrapper .bottom .links .languages .dropdown:after {
  content: close-quote;
  position: absolute;
  top: 0;
  right: -17px;
  height: 100%;
  width: 1px;
  background: #FEFEFE;
}
.mobile-nav .wrapper .bottom .links .languages ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 33px;
}
.mobile-nav .wrapper .bottom .links .languages ul li {
  padding: 0 0 32px;
  position: relative;
}
.mobile-nav .wrapper .bottom .links .languages ul li:not(:last-child):after {
  content: close-quote;
  position: absolute;
  top: 0;
  right: -17px;
  height: 100%;
  width: 1px;
  background: #FEFEFE;
}
.mobile-nav .wrapper .bottom .links .languages ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #FEFEFE;
}
.mobile-nav .wrapper .bottom .contact {
  padding: 0.75rem 1.5rem;
  background: #EBF7FD;
}
.mobile-nav .wrapper .bottom .contact a {
  display: inline-block;
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #004C97;
  padding: 0 32px 0 0;
  background: url(../img/Light_03.svg) no-repeat center right;
  background-size: 32px 32px;
}

.gform_wrapper .gform_validation_errors {
  padding: 16px 24px;
  background: #004C97;
  margin: 0 0 2rem;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "Cera Pro", sans-serif;
  color: #FEFEFE;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  border: none;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0 0 0.5rem;
}
.gform_wrapper .gform_body .gform_fields .gfield.hidden_label label {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .ginput_container input:not([type=checkbox]) {
  border-bottom: 1px solid #EB5757;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .validation_message {
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #EB5757;
}
.gform_wrapper .gform_body .gform_fields .gfield legend {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent {
  margin: 8px 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "Cera Pro", sans-serif;
  color: #004C97;
  padding: 12px 0;
  border-bottom: 1px solid #004C97;
  background: transparent url(../img/Light_17.svg) no-repeat center right;
  background-size: 24px 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:hover {
  border-bottom: 1px solid #5CA3E9;
  color: #5CA3E9;
  background: transparent url(../img/Light_17_Blue.svg) no-repeat center right;
  background-size: 1.5rem 1.5rem;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=checkbox]) {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: "Cera Pro", sans-serif;
  color: #004C97;
  padding: 12px 0;
  border-bottom: 1px solid #004C97;
  background: transparent;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type=checkbox]):focus {
  border-bottom: 1px solid #5CA3E9;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
  opacity: 0;
  position: absolute;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=checkbox]:checked + label:before {
  background: white url(../img/Checked.svg) no-repeat center center;
  background-size: 16px 16px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 32px;
  font-size: 13px;
  line-height: 18px;
  color: #004C97;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=checkbox] + label:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #004C97;
}
.gform_wrapper .gform_body .gform_fields .gfield.recaptcha-disclaimer {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-top: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #949FAD;
}
.gform_wrapper .gform_body .gform_fields .gfield.recaptcha-disclaimer a {
  color: inherit;
}
.gform_wrapper .gform_body .gform_fields .gfield.recaptcha-disclaimer a:hover {
  text-decoration: underline;
}
.gform_wrapper .gform_footer {
  padding: 1.5rem 0 0;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  display: none;
}
.gform_wrapper .gform_footer .button {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  padding: 0 0 0.5rem;
  color: #004C97;
  -webkit-box-shadow: inset 0 -1px 0 0 #004C97;
  -moz-box-shadow: inset 0 -1px 0 0 #004C97;
  box-shadow: inset 0 -1px 0 0 #004C97;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform_footer .button:after {
  content: close-quote;
  position: absolute;
  right: -2rem;
  top: 0;
  width: 2rem;
  height: 100%;
  background: url(../img/Light_03.svg) no-repeat center center;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gform_footer .button:hover {
  color: #5CA3E9;
  -webkit-box-shadow: inset 0 -1px 0 0 #5CA3E9;
  -moz-box-shadow: inset 0 -1px 0 0 #5CA3E9;
  box-shadow: inset 0 -1px 0 0 #5CA3E9;
}
.gform_wrapper .gform_footer .button:hover:after {
  background: url(../img/Light_03_Blue.svg) no-repeat center center;
  background-size: 2rem 2rem;
}

.gform_confirmation_message {
  padding: 16px 24px;
  background: #004C97;
  font-family: "Cera Pro", sans-serif;
  color: #FEFEFE;
  font-size: 16px;
  line-height: 24px;
}

.cookies {
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  background: #004C97;
  align-items: center;
}
.cookies .text p {
  color: white;
  padding: 0;
}
.cookies .text a {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.cookies .button .agree {
  white-space: nowrap;
}

.popup-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: white;
  overflow-x: auto;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1600px;
}

.popup.floor-plan {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.5);
}
.popup.floor-plan.active {
  display: block;
}
.popup.floor-plan.loading .wrapper .flex {
  background: white url(../img/loading.svg) no-repeat center center;
  background-size: 100px 100px;
}
.popup.floor-plan.loading .wrapper .flex > div {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.floor-plan > .close {
  position: fixed;
  right: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup.floor-plan .wrapper {
  margin: 6rem 7.5rem;
}
.popup.floor-plan .wrapper .flex {
  background: white;
}
.popup.floor-plan .wrapper .flex > div {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.floor-plan .wrapper .flex .image {
  flex: 1;
  font-size: 0;
}
.popup.floor-plan .wrapper .flex .image img {
  width: 100%;
}
.popup.floor-plan .wrapper .flex .actions {
  flex: 0 0 240px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  background: #F4F0EE;
}
.popup.floor-plan .wrapper .flex .actions .buttons {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.popup.floor-plan .wrapper .flex .actions .bottom {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.popup.floor-plan .wrapper .flex .actions .bottom a.download {
  justify-content: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #004C97;
}
.popup.floor-plan .wrapper .flex .actions .bottom a.close {
  display: none;
  text-align: center;
}

/*==================================HEADER=====================================*/
header {
  background: #FEFEFE;
  padding: 2rem 0 0;
  width: 100%;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .logo {
  text-align: center;
  padding: 0 0 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .logo a {
  display: inline-block;
  text-align: center;
}
header .logo a .symbol {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 49px;
  height: 49px;
  margin: 0 auto 20px;
  background: url(../img/Marina-Dorcol_Symbol.svg) no-repeat center center;
  background-size: contain;
}
header .logo a .word-mark {
  -webkit-transition: transform 0.5s linear;
  -moz-transition: transform 0.5s linear;
  -ms-transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  width: 224px;
  height: 20px;
  background: url(../img/Marina-Dorcol_Wordmark.svg) no-repeat center center;
  background-size: contain;
}
header .logo .burger {
  display: none;
}
header .bottom {
  position: relative;
}
header .bottom nav ul {
  height: 2.5rem;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
header .bottom nav .menu-item-has-children {
    position: relative;
}
header .bottom nav .menu-item-has-children:hover .sub-menu {
    display: block;
}
header .bottom nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: fit-content;
    height: auto;
    background: #ffffff;
    padding: 12px;
    transform: translateY(100%);
    white-space: nowrap;
    z-index: 999;
}
header .bottom nav .sub-menu li {
    border-top: 1px solid #949FAD;
    padding: 6px 0;
}
header .bottom nav .sub-menu li:first-child {
    border: 0;
}
header .bottom nav ul > li.current-menu-item > a,
header .bottom nav ul > li.current-menu-ancestor > a {
    color: #949FAD;
}
header .bottom nav ul li a {
  display: inline-block;
  color: #004C97;
  font-size: 0.875rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .bottom nav ul li a:hover {
  color: #949FAD;
}
header .bottom .contact {
  position: absolute;
  left: 0;
  bottom: 0;
}
header .bottom .contact a {
  display: inline-block;
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  background: #EBF7FD url(../img/Light_03.svg) no-repeat center right 4px;
  background-size: 2rem 2rem;
  color: #004C97;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .bottom .contact a:hover {
  background: #5CA3E9 url(../img/Light_03_White.svg) no-repeat center right 4px;
  background-size: 2rem 2rem;
  color: #FEFEFE;
}
header .bottom .links {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 9px;
}
header .bottom .links .social {
  position: relative;
}
header .bottom .links .social:after {
  content: close-quote;
  position: absolute;
  right: -5px;
  width: 1px;
  height: 100%;
  background: #004C97;
}
header .bottom .links .news:after {
  content: close-quote;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #004C97;
}
header .bottom .links .news a {
  display: inline-block;
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  background: #EBF7FD url(../img/Light-03.svg) no-repeat center right 4px;
  background-size: 2rem 2rem;
  color: #004C97;
}
header .bottom .links .item {
  position: relative;
}
header .bottom .links .item .dropdown {
  display: inline-block;
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  background: url(../img/Light_17.svg) no-repeat center right 4px;
  background-size: 2rem 2rem;
  color: #004C97;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .bottom .links .item ul {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  top: 3rem;
  left: 0;
  padding: calc(1rem + 4px) 1rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
  background: linear-gradient(to top, #FEFEFE calc(100% - 4px), transparent calc(100% - 4px));
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .bottom .links .item ul li a {
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #004C97;
  line-height: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .bottom .links .item ul li a:hover {
  color: #5CA3E9;
}
header .bottom .links .item:hover .dropdown {
  background: #EBF7FD url(../img/Light_17.svg) no-repeat center right 4px;
  background-size: 2rem 2rem;
}
header .bottom .links .item:hover ul {
  visibility: visible;
  opacity: 1;
  top: 2.5rem;
}
header.fixed {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0.25rem 0 0;
}
header.fixed.top {
  visibility: visible;
  opacity: 1;
}
header.fixed .logo {
  padding: 0 0 0.5rem;
}
header.fixed .logo a .symbol {
  opacity: 0;
  height: 0;
}
header.fixed .logo a .word-mark {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

/*==================================SECTIONS===================================*/
section.hero {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  padding: 8rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
section.hero:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.48) 38.51%, rgba(0, 0, 0, 0) 93.81%);
}
section.hero .content {
  padding: 0 0 0 8rem;
  max-width: 28.25rem;
}
section.hero .content h1 {
  color: #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
  margin: 0 0 2rem;
}
section.hero .content p {
  max-width: 26rem;
  color: #FEFEFE;
}
section.hero .sale {
  position: absolute;
  bottom: 0;
  right: 3rem;
  background: #FEFEFE;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 22rem;
}
section.hero .sale .image {
  font-size: 0;
  -webkit-box-flex: 0 0 11rem;
  -moz-box-flex: 0 0 11rem;
  -webkit-flex: 0 0 11rem;
  -ms-flex: 0 0 11rem;
  flex: 0 0 11rem;
  aspect-ratio: 1/1;
}
section.hero .sale .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.hero .sale .text {
  -webkit-box-flex: 0 0 11rem;
  -moz-box-flex: 0 0 11rem;
  -webkit-flex: 0 0 11rem;
  -ms-flex: 0 0 11rem;
  flex: 0 0 11rem;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding: 1rem;
  background: url(../img/Light_03.svg) no-repeat right bottom;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.hero .sale:hover .text {
  background: #EBF7FD url(../img/Light_03.svg) no-repeat right bottom;
  background-size: 2rem 2rem;
}

section.text-images {
  background: #FEFEFE;
  padding: 8rem 0;
}
section.text-images .flex {
  padding: 0 0 0 8rem;
  gap: 2rem;
  align-items: flex-start;
}
section.text-images .flex .image {
  font-size: 0;
  position: relative;
}
section.text-images .flex .image:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F8F5EB;
  height: 0;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 1s;
}
section.text-images .flex .image.animated:before {
  height: 100%;
}
section.text-images .flex div:nth-child(1) {
  -webkit-box-flex: 1 1 480px;
  -moz-box-flex: 1 1 480px;
  -webkit-flex: 1 1 480px;
  -ms-flex: 1 1 480px;
  flex: 1 1 480px;
}
section.text-images .flex div:nth-child(2) {
  -webkit-box-flex: 1 1 352px;
  -moz-box-flex: 1 1 352px;
  -webkit-flex: 1 1 352px;
  -ms-flex: 1 1 352px;
  flex: 1 1 352px;
}
section.text-images .flex div:nth-child(3) {
  -webkit-box-flex: 1 1 480px;
  -moz-box-flex: 1 1 480px;
  -webkit-flex: 1 1 480px;
  -ms-flex: 1 1 480px;
  flex: 1 1 480px;
}
section.text-images .flex div img {
  position: relative;
  width: 100%;
}
section.text-images .flex div.start {
  align-self: flex-start;
}
section.text-images .flex div.end {
  align-self: flex-end;
}
section.text-images .flex div.middle {
  align-self: center;
}
section.text-images .flex div p {
  max-width: 22rem;
}

section.image-video {
  width: 100%;
  font-size: 0;
  position: relative;
}
section.image-video.rtl:before {
  right: 0;
}
section.image-video.ltr:before {
  left: 0;
}
section.image-video:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  width: 0;
  background: #F8F5EB;
  height: 100%;
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  transition-delay: 1s;
}
section.image-video.animated:before {
  width: 100%;
}
section.image-video img {
  position: relative;
  width: 100%;
}
section.image-video video {
  position: relative;
  width: 100%;
}

section.numbers {
  padding: 8rem 0;
  background: #FEFEFE;
}
section.numbers .flex {
  gap: 2rem;
  position: relative;
}
section.numbers .flex .image {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0;
}
section.numbers .flex .image .box {
  position: relative;
  display: inline-block;
  width: 82.6086956522%;
}
section.numbers .flex .image .box:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F8F5EB;
  height: 0;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 0.2s;
}
section.numbers .flex .image .box.animated:before {
  height: 100%;
}
section.numbers .flex .image img {
  position: relative;
  width: 100%;
}
section.numbers .flex .content {
  padding: 4rem 0 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.numbers .flex .content .items {
  position: absolute;
  right: 0;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, calc((100% - 6rem) / 4));
  width: 100%;
  justify-content: end;
}
section.numbers .flex .content .items a {
  background: #F8F5EB url(../img/Light_08.svg) no-repeat bottom 2rem right 2rem;
  background-size: 2rem 2rem;
  box-sizing: border-box;
  padding: 2rem;
  height: 17rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.numbers .flex .content .items a .overline, section.numbers .flex section.apartment-detail .contents .content .items a .flex .left .toggles .toggle .toggle-name, section.apartment-detail .contents section.numbers .flex .content .items a .flex .left .toggles .toggle .toggle-name, section.numbers .flex section.apartment-detail .contents .content .flex .left .toggles .toggle .items a .toggle-name, section.apartment-detail .contents section.numbers .flex .content .flex .left .toggles .toggle .items a .toggle-name, section.numbers .flex .content .items a section.apartment-detail .intro .breadcrumb ul li a, section.apartment-detail .intro .breadcrumb ul li section.numbers .flex .content .items a a, section.numbers .flex .content .items a section.apartments-list .list .overflow table thead tr th, section.apartments-list .list .overflow table thead tr section.numbers .flex .content .items a th, section.numbers .flex .content .items a section.text-boxes .grid .item .toggle, section.text-boxes .grid .item section.numbers .flex .content .items a .toggle, section.numbers section.toggle-images .flex .left .content .items a .toggles .toggle .toggle-name, section.toggle-images section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.toggle-images .flex .left .content .toggles .toggle .items a .toggle-name, section.toggle-images section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers section.text-toggle-map .flex .left .content .items a .toggles .toggle .toggle-name, section.text-toggle-map section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.text-toggle-map .flex .left .content .toggles .toggle .items a .toggle-name, section.text-toggle-map section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers section.text-toggle-image .flex .left .content .items a .toggles .toggle .toggle-name, section.text-toggle-image section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.text-toggle-image .flex .left .content .toggles .toggle .items a .toggle-name, section.text-toggle-image section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers .flex .content .items a section.simple-slider .slider .slide .item .toggle, section.simple-slider .slider .slide .item section.numbers .flex .content .items a .toggle, section.numbers .flex .content .items a .subtitle {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 12rem;
}
section.numbers .flex .content .items a:hover {
  background: #F2EDDB url(../img/Light_08.svg) no-repeat bottom 2rem right 2rem;
  background-size: 2rem 2rem;
}

section.location {
  padding: 4rem 0 0;
  background: #FEFEFE;
}
section.location .flex {
  gap: 2rem;
}
section.location .flex .item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.location .flex .item .title {
  margin: 0 0 0 8rem;
}
section.location .flex .item .text {
  padding: 3rem 0 0;
  max-width: 22rem;
  width: 100%;
  margin: 0 auto 0 8rem;
}
section.location .wrapper {
  position: relative;
  height: 540px;
}
section.location .wrapper:after {
  content: close-quote;
  position: absolute;
  width: 528px;
  height: 540px;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(254, 254, 254, 0.706628) 76.65%, #FEFEFE 88.07%);
  z-index: 8;
  pointer-events: none;
}
section.location .wrapper .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.location .wrapper .map:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, #FEFEFE 100%);
  z-index: 8;
  pointer-events: none;
}
section.location .wrapper .map:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(90.96% 90.96% at 48.9% 50.08%, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0.72) 100%);
  z-index: 5;
  pointer-events: none;
}
section.location .wrapper .map .mapboxgl-ctrl-bottom-right {
  display: none;
}
section.location .wrapper .map .mapboxgl-ctrl-bottom-left {
  display: none;
}
section.location .wrapper .map .mapboxgl-ctrl-top-right {
  z-index: 11;
  right: initial;
  left: 3rem;
}
section.location .wrapper .map .custom-marker {
  font-family: "Cera Stencil Pro", sans-serif;
  color: #FEFEFE;
  background: #004C97;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  letter-spacing: -1px;
  font-size: 16px;
  text-align: center;
}
section.location .wrapper .map .map-circle {
  width: 545px;
  height: 545px;
  position: absolute;
  border-radius: 100%;
  background: #FEFEFE;
  border: 1px solid #004C97;
  right: -163px;
  top: 27px;
  z-index: 3;
}
section.location .wrapper .map .map-nav {
  width: 545px;
  height: 545px;
  position: absolute;
  right: -163px;
  top: 27px;
  z-index: 10;
}
section.location .wrapper .map .map-nav .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  flex-flow: column;
  position: absolute;
  top: calc(50% - 120px);
  left: 0;
}
section.location .wrapper .map .map-nav .items .time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #5CA3E9;
  cursor: pointer;
}
section.location .wrapper .map .map-nav .items .time.active {
  color: #004C97;
}
section.location .wrapper .map .map-nav .items .time.active .number:before {
  background: white url(../img/circle.svg) no-repeat center center;
  background-size: 4px 4px;
}
section.location .wrapper .map .map-nav .items .time:nth-child(1) .number:before {
  left: 9px;
}
section.location .wrapper .map .map-nav .items .time:nth-child(2) .number:before {
  left: -7px;
}
section.location .wrapper .map .map-nav .items .time:nth-child(3) .number:before {
  left: -7px;
}
section.location .wrapper .map .map-nav .items .time:nth-child(4) .number:before {
  left: 9px;
}
section.location .wrapper .map .map-nav .items .time .number {
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 32px;
  line-height: 48px;
  padding: 0 16px 0 100px;
  position: relative;
}
section.location .wrapper .map .map-nav .items .time .number:before {
  content: close-quote;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #004C97;
  box-sizing: border-box;
  background: white;
  position: absolute;
  top: calc(50% - 7px);
}
section.location .wrapper .map .map-nav .items .time .value {
  font-size: 16px;
  line-height: 24px;
}
section.location .wrapper .flex {
  position: relative;
  z-index: 2;
  padding: 4rem 0 0;
  pointer-events: none;
}
section.location .wrapper .flex .item .box {
  max-width: 22rem;
  width: 100%;
  display: none;
  margin: 0 auto 0 8rem;
}
section.location .wrapper .flex .item .box.active {
  display: block;
}
section.location .wrapper .flex .item .box .box-wrapper {
  max-width: 14rem;
}
section.location .wrapper .flex .item .box .box-wrapper .numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #004C97;
  align-items: flex-start;
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #004C97;
}
section.location .wrapper .flex .item .box .box-wrapper .numbers .number {
  -webkit-box-flex: 0 0 3.125rem;
  -moz-box-flex: 0 0 3.125rem;
  -webkit-flex: 0 0 3.125rem;
  -ms-flex: 0 0 3.125rem;
  flex: 0 0 3.125rem;
  font-family: "Cera Stencil Pro", sans-serif;
  letter-spacing: 2px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
section.location .wrapper .flex .item .box .box-wrapper .numbers .value {
  font-size: 1rem;
  line-height: 1.5rem;
}

section.investor {
  padding: 9rem 0 4rem;
  background: #FEFEFE;
}
section.investor .logo {
  padding: 0 0 2rem;
  border-bottom: 1px solid #004C97;
  margin: 0 0 8rem;
}
section.investor .logo img {
  width: 100%;
}
section.investor .text {
  max-width: 30rem;
}
section.investor .text p a {
  color: #004C97;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.investor .text p a:hover {
  color: #5CA3E9;
}
section.investor .text .angle-down.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.investor .text .toggle .wrapper {
  padding: 2rem 0 0;
}
section.investor .slider {
  overflow: hidden;
  padding-left: calc(11rem - 8px);
  padding-right: calc(11rem - 8px);
  padding-top: 8rem;
}
section.investor .slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.investor .slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}
section.investor .slider .slick-list {
  overflow: visible;
}
section.investor .slider .arrow {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  cursor: pointer;
  top: calc(8rem - 42px);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-property: opacity, background, background-size;
  opacity: 0;
}
section.investor .slider .arrow.prev {
  background: #EBF7FD url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: calc(11rem + 8px + 96px);
}
section.investor .slider .arrow.prev:hover {
  background: #5CA3E9 url(../img/Chevron_Left_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.investor .slider .arrow.prev.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.investor .slider .arrow.next {
  background: #EBF7FD url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: 11rem;
}
section.investor .slider .arrow.next:hover {
  background: #5CA3E9 url(../img/Chevron_Right_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.investor .slider .arrow.next.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.investor .slider.animated .arrow.prev {
  transition-delay: 2.6s, 0s, 0s;
  opacity: 1;
}
section.investor .slider.animated .arrow.next {
  transition-delay: 2.8s, 0s, 0s;
  opacity: 1;
}
section.investor .slider .slide {
  height: 100%;
}
section.investor .slider .slide .item {
  height: 100%;
}
section.investor .slider .slide .item a {
  box-sizing: border-box;
  height: 100%;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #004C97;
  display: inline-block;
  margin: 0 0.5rem;
  background: url(../img/Light_03.svg) no-repeat bottom 1rem right;
  background-size: 2rem 2rem;
}
section.investor .slider .slide .item a .image {
  font-size: 0;
  margin: 0 0 1rem;
}

section.intro {
  padding: 8rem 0;
  position: relative;
}
section.intro.alt .flex .content {
  -webkit-box-flex: 0 1 54vw;
  -moz-box-flex: 0 1 54vw;
  -webkit-flex: 0 1 54vw;
  -ms-flex: 0 1 54vw;
  flex: 0 1 54vw;
}
section.intro.alt .flex .content .inside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
section.intro.alt .flex .content .inside .text {
  -webkit-box-flex: 0 1 22vw;
  -moz-box-flex: 0 1 22vw;
  -webkit-flex: 0 1 22vw;
  -ms-flex: 0 1 22vw;
  flex: 0 1 22vw;
}
section.intro.alt .flex .content .inside .image {
  -webkit-box-flex: 0 1 22vw;
  -moz-box-flex: 0 1 22vw;
  -webkit-flex: 0 1 22vw;
  -ms-flex: 0 1 22vw;
  flex: 0 1 22vw;
}
section.intro.alt .flex .image {
  -webkit-box-flex: 0 1 22vw;
  -moz-box-flex: 0 1 22vw;
  -webkit-flex: 0 1 22vw;
  -ms-flex: 0 1 22vw;
  flex: 0 1 22vw;
}
section.intro.image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.intro.image:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%);
}
section.intro.image .flex .content {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.intro.image .flex .content .subtitle {
  color: #FEFEFE;
}
section.intro.image .flex .content h1, section.intro.image .flex .content h2, section.intro.image .flex .content h3 {
  color: #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
}
section.intro.image .flex .content p {
  max-width: 30vw;
  color: #FEFEFE;
}
section.intro .flex {
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}
section.intro .flex.center {
  align-items: center;
}
section.intro .flex .content {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.intro .flex .content p {
  max-width: 22vw;
}
section.intro .flex .content .scroll-down {
  display: inline-block;
  margin: 2rem 0 0;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #FEFEFE url(../img/Light_17.svg) no-repeat center center;
  background-size: 32px 32px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.intro .flex .content .scroll-down:hover {
  background: #FEFEFE url(../img/Light_17_Blue.svg) no-repeat center center;
  background-size: 32px 32px;
}
section.intro .flex .image {
  font-size: 0;
  -webkit-box-flex: 0 1 46vw;
  -moz-box-flex: 0 1 46vw;
  -webkit-flex: 0 1 46vw;
  -ms-flex: 0 1 46vw;
  flex: 0 1 46vw;
  position: relative;
}
section.intro .flex .image:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  background: white;
  width: 100%;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 1s;
}
section.intro .flex .image.animated:before {
  height: 100%;
}
section.intro .flex .image img {
  width: 100%;
  position: relative;
}

section.simple-slider {
  padding: 8rem 0 4rem;
  background: #FEFEFE;
}
section.simple-slider h2 {
  max-width: calc(50% - 1rem);
}
section.simple-slider .slider {
  overflow: hidden;
  padding-left: calc(3rem - 4px);
  padding-right: calc(3rem - 4px);
  padding-top: 4rem;
}
section.simple-slider .slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.simple-slider .slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}
section.simple-slider .slider .slick-list {
  overflow: visible;
}
section.simple-slider .slider .arrow {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  cursor: pointer;
  top: calc(4rem - 48px);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-property: opacity, background, background-size;
  opacity: 0;
}
section.simple-slider .slider .arrow.prev {
  background: #EBF7FD url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: calc(11rem + 8px + 96px);
}
section.simple-slider .slider .arrow.prev:hover {
  background: #5CA3E9 url(../img/Chevron_Left_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.simple-slider .slider .arrow.prev.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.simple-slider .slider .arrow.next {
  background: #EBF7FD url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: 11rem;
}
section.simple-slider .slider .arrow.next:hover {
  background: #5CA3E9 url(../img/Chevron_Right_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.simple-slider .slider .arrow.next.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.simple-slider .slider.animated .arrow.prev {
  transition-delay: 2.6s, 0s, 0s;
  opacity: 1;
}
section.simple-slider .slider.animated .arrow.next {
  transition-delay: 2.8s, 0s, 0s;
  opacity: 1;
}
section.simple-slider .slider .slide {
  height: 100%;
}
section.simple-slider .slider .slide .item {
  height: 100%;
  margin: 0 4px;
  width: 352px;
}
section.simple-slider .slider .slide .item .h5 {
  min-height: 4.5rem;
}
section.simple-slider .slider .slide .item .image {
  font-size: 0;
  margin: 0 0 1rem;
}
section.simple-slider .slider .slide .item .toggle {
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #004C97;
  position: relative;
  cursor: pointer;
}
section.simple-slider .slider .slide .item .toggle:after {
  content: close-quote;
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  top: -0.5rem;
  background: url(../img/Light_17.svg) no-repeat center center;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.simple-slider .slider .slide .item .toggle.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.simple-slider .slider .slide .item p {
  padding: 0 0 1rem;
  max-width: 304px;
}

section.architects {
  padding: 8rem 0;
  background: #FEFEFE;
}
section.architects .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.architects .flex .column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.architects .flex .column p {
  max-width: 26vw;
}
section.architects .flex .column .image-wrapper {
  font-size: 0;
  position: relative;
}
section.architects .flex .column .image-wrapper img {
  width: 100%;
}
section.architects .flex .column .image-wrapper .signatures {
  position: absolute;
  right: 0;
  bottom: -3.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1.75rem;
}
section.architects .flex .column .description {
  max-width: 14vw;
  padding: 2rem 0 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
}
section.architects.alt .flex .column:first-child {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.architects.alt .flex .column:last-child {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}

section.faq {
  background: #FEFEFE;
  padding: 8rem 0 4rem;
}
section.faq .flex {
  gap: 32px;
}
section.faq .flex .column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.faq .flex .column .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.5rem;
  flex-flow: column;
}
section.faq .flex .column .items .item {
  box-sizing: border-box;
  padding: 2rem;
  background: #EBF7FD;
  cursor: pointer;
}
section.faq .flex .column .items .item.active .question:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.faq .flex .column .items .item .question {
  padding: 0 3rem 2rem 0;
  position: relative;
}
section.faq .flex .column .items .item .question:after {
  content: close-quote;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/Light_17.svg) no-repeat top right;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.faq .flex .column .items .item .answer p:first-of-type {
  padding-top: 2rem;
}
section.faq .flex .column .items .item .answer p:last-of-type {
  padding-bottom: 0;
}

section.construction-process {
  padding: 8rem 0;
  background: #FEFEFE;
}
section.construction-process p {
  max-width: 30vw;
}
section.construction-process .slider {
  overflow: hidden;
  padding-left: calc(11rem - 4px);
  padding-right: calc(11rem - 4px);
  padding-top: 4rem;
}
section.construction-process .slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.construction-process .slider .slick-track .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}
section.construction-process .slider .slick-list {
  overflow: visible;
}
section.construction-process .slider .arrow {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  cursor: pointer;
  top: calc(4rem - 48px);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-property: opacity, background, background-size;
  opacity: 0;
}
section.construction-process .slider .arrow.prev {
  background: #EBF7FD url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: calc(11rem + 8px + 96px);
}
section.construction-process .slider .arrow.prev:hover {
  background: #5CA3E9 url(../img/Chevron_Left_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.construction-process .slider .arrow.prev.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.construction-process .slider .arrow.next {
  background: #EBF7FD url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: 11rem;
}
section.construction-process .slider .arrow.next:hover {
  background: #5CA3E9 url(../img/Chevron_Right_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.construction-process .slider .arrow.next.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.construction-process .slider.animated .arrow.prev {
  transition-delay: 2.6s, 0s, 0s;
  opacity: 1;
}
section.construction-process .slider.animated .arrow.next {
  transition-delay: 2.8s, 0s, 0s;
  opacity: 1;
}
section.construction-process .slider .slide {
  height: 100%;
}
section.construction-process .slider .slide .item {
  height: 100%;
  margin: 0 4px;
  width: 17.5rem;
  box-sizing: border-box;
  padding: 2rem;
  background: #F8F5EB;
  position: relative;
}
section.construction-process .slider .slide .item.active {
  background: #EBF7FD;
}
section.construction-process .slider .slide .item.active .line:before {
  background: #EBF7FD url(../img/circle.svg) no-repeat center center;
  background-size: 5px 5px;
}
section.construction-process .slider .slide .item h4 {
  padding: 0 0 3rem;
}
section.construction-process .slider .slide .item .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #004C97;
  top: 6.5rem;
}
section.construction-process .slider .slide .item .line:before {
  content: close-quote;
  position: absolute;
  left: 32px;
  top: -5px;
  width: 9px;
  height: 9px;
  border: 1px solid #004C97;
  border-radius: 100%;
  background: #F8F5EB;
}
section.construction-process .slider .slick-slide:first-child .line {
  width: calc(100% - 2rem);
  left: 2rem;
}
section.construction-process .slider .slick-slide:first-child .line:before {
  left: 0;
}
section.text-toggle-image {
  padding: 8rem 0 4rem;
  background: #FEFEFE;
}
section.text-toggle-image .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.text-toggle-image .flex .left {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-toggle-image .flex .left .content {
  padding: 0;
}
section.text-toggle-image .flex .left .content p {
  max-width: 22vw;
}
section.text-toggle-image .flex .left .content .toggles {
  max-width: 22vw;
}
section.text-toggle-image .flex .left .content .toggles .toggle {
  border-bottom: 1px solid #004C97;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-toggle-image .flex .left .content .toggles .toggle.active .toggle-name:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.text-toggle-image .flex .left .content .toggles .toggle .toggle-name {
  padding: 1.5rem 2rem 1.5rem 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-toggle-image .flex .left .content .toggles .toggle .toggle-name:after {
  content: close-quote;
  position: absolute;
  width: 2rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/Light_17.svg) no-repeat center center;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-toggle-image .flex .left .content .toggles .toggle .toggle-content {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
  padding: 0 0 1.5rem;
}
section.text-toggle-image .flex .right {
  -webkit-box-flex: 0 1 46vw;
  -moz-box-flex: 0 1 46vw;
  -webkit-flex: 0 1 46vw;
  -ms-flex: 0 1 46vw;
  flex: 0 1 46vw;
}
section.text-toggle-image .flex .right .image {
  position: relative;
  font-size: 0;
}
section.text-toggle-image .flex .right .image:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F8F5EB;
  height: 0;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 1s;
}
section.text-toggle-image .flex .right .image.animated:before {
  height: 100%;
}
section.text-toggle-image .flex .right .image img {
  position: relative;
  width: 100%;
}
section.text-toggle-image .flex .right .image .nav {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
section.text-toggle-image .flex .right .image .nav .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 1px solid #004C97;
  width: 10rem;
}
section.text-toggle-image .flex .right .image .nav .item .name {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
}
section.text-toggle-image .flex .right .image .nav .item .color {
  -webkit-box-flex: 0 0 12px;
  -moz-box-flex: 0 0 12px;
  -webkit-flex: 0 0 12px;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #FEFEFE;
}

section.text-toggle-map {
  padding: 8rem 0 4rem;
  background: #FEFEFE;
}
section.text-toggle-map .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.text-toggle-map .flex .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.text-toggle-map .flex .left .content {
  padding: 0 8rem;
}
section.text-toggle-map .flex .left .content p {
  max-width: 22vw;
}
section.text-toggle-map .flex .left .content .toggles {
  max-width: 22vw;
}
section.text-toggle-map .flex .left .content .toggles .toggle {
  border-bottom: 1px solid #004C97;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-toggle-map .flex .left .content .toggles .toggle.active .toggle-name:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.text-toggle-map .flex .left .content .toggles .toggle .toggle-name {
  padding: 1.5rem 2rem 1.5rem 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-toggle-map .flex .left .content .toggles .toggle .toggle-name:after {
  content: close-quote;
  position: absolute;
  width: 2rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/Light_17.svg) no-repeat center center;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-toggle-map .flex .left .content .toggles .toggle .toggle-content {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
  padding: 0 0 1.5rem;
}
section.text-toggle-map .flex .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.text-toggle-map .flex .right .map-wrapper {
  position: relative;
}
section.text-toggle-map .flex .right .map-wrapper:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F8F5EB;
  height: 0;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 1s;
}
section.text-toggle-map .flex .right .map-wrapper.animated:before {
  height: 100%;
}
section.text-toggle-map .flex .right .map {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
section.text-toggle-map .flex .right .map:before {
  content: close-quote;
  padding-top: 100%;
  float: left;
}
section.text-toggle-map.alt .flex .left {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-toggle-map.alt .flex .left .content {
  padding: 0;
}
section.text-toggle-map.alt .flex .right {
  -webkit-box-flex: 0 1 46vw;
  -moz-box-flex: 0 1 46vw;
  -webkit-flex: 0 1 46vw;
  -ms-flex: 0 1 46vw;
  flex: 0 1 46vw;
}

section.toggle-images {
  padding: 8rem 0 4rem;
  background: #FEFEFE;
}
section.toggle-images .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.toggle-images .flex .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.toggle-images .flex .left .content {
  padding: 0 8rem;
}
section.toggle-images .flex .left .content p {
  max-width: 22vw;
}
section.toggle-images .flex .left .content .toggles {
  max-width: 22vw;
  margin: 0 0 4rem;
}
section.toggle-images .flex .left .content .toggles .toggle {
  border-bottom: 1px solid #004C97;
  cursor: pointer;
}
section.toggle-images .flex .left .content .toggles .toggle.active .toggle-name:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.toggle-images .flex .left .content .toggles .toggle .toggle-name {
  padding: 1.5rem 2rem 1.5rem 0;
  position: relative;
}
section.toggle-images .flex .left .content .toggles .toggle .toggle-name:after {
  content: close-quote;
  position: absolute;
  width: 2rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/Light_17.svg) no-repeat center center;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.toggle-images .flex .left .content .toggles .toggle .toggle-content {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
  padding: 0 0 1.5rem;
}
section.toggle-images .flex .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.toggle-images .flex .right .images {
  font-size: 0;
  position: relative;
  width: 100%;
}
section.toggle-images .flex .right .images .item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
section.toggle-images .flex .right .images .item.active {
  visibility: visible;
  opacity: 1;
}
section.toggle-images .flex .right .images .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section.tour {
  height: calc(100vh - 96px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.tour:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.1) 50%);
}
section.tour .content {
  position: relative;
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.tour .content h2 {
  color: #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
}
section.tour .iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.tour .iframe.active {
  visibility: visible;
  opacity: 1;
}
section.tour .iframe iframe {
  width: 100%;
  height: 100%;
}

section.simple-tour {
  height: calc(100vh - 96px);
  min-height: 800px;
  margin: 80px 0 0;
}
section.simple-tour .iframe {
  width: 100%;
  height: 100%;
}

section.text-image {
  padding: 8rem 0 4rem;
  background: #FEFEFE;
}
section.text-image .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.text-image .flex.reverse {
  flex-flow: row-reverse;
}
section.text-image .flex.center {
  align-items: center;
}
section.text-image .flex.end {
  align-items: flex-end;
}
section.text-image .flex .image {
  font-size: 0;
  position: relative;
}
section.text-image .flex .image:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F8F5EB;
  height: 0;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 1s;
}
section.text-image .flex .image.animated:before {
  height: 100%;
}
section.text-image .flex .image img {
  position: relative;
  width: 100%;
}
section.text-image .flex .image .name {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FEFEFE;
  text-shadow: 0 2px 3px rgba(37, 42, 48, 0.4), 0px 2px 8px rgba(37, 42, 48, 0.65);
}
section.text-image.alt-1 .flex .content {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-image.alt-1 .flex .content p {
  max-width: 22vw;
}
section.text-image.alt-1 .flex .image {
  -webkit-box-flex: 0 1 46vw;
  -moz-box-flex: 0 1 46vw;
  -webkit-flex: 0 1 46vw;
  -ms-flex: 0 1 46vw;
  flex: 0 1 46vw;
}
section.text-image.alt-2 .flex .content {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-image.alt-2 .flex .content p {
  max-width: 30vw;
}
section.text-image.alt-2 .flex .image {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.text-image.alt-3 .flex .content {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-image.alt-3 .flex .content p {
  max-width: 30vw;
}
section.text-image.alt-3 .flex .image {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-image.alt-4 .flex .content {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.text-image.alt-4 .flex .image {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}

section.title {
  padding: 4rem 0 0;
}
section.title .wrapper {
  padding: 0 8rem;
  text-align: center;
}

section.gallery-slider {
  padding: 7rem 0 4rem;
  overflow: hidden;
}
section.gallery-slider .slider {
  font-size: 0;
  margin: 0 -4px;
}
section.gallery-slider .slider .slide a {
  display: inline-block;
  margin: 0 4px;
  height: 21rem;
}
section.gallery-slider .slider .slide a img {
  height: 100%;
  width: auto;
}
section.gallery-slider .slider .arrow {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  cursor: pointer;
  top: -48px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-property: opacity, background, background-size;
  opacity: 0;
}
section.gallery-slider .slider .arrow.prev {
  background: #EBF7FD url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: calc(11rem + 8px + 96px);
}
section.gallery-slider .slider .arrow.prev:hover {
  background: #5CA3E9 url(../img/Chevron_Left_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.gallery-slider .slider .arrow.prev.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.gallery-slider .slider .arrow.next {
  background: #EBF7FD url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: 11rem;
}
section.gallery-slider .slider .arrow.next:hover {
  background: #5CA3E9 url(../img/Chevron_Right_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.gallery-slider .slider .arrow.next.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.gallery-slider .slider.animated .arrow.prev {
  transition-delay: 2.6s, 0s, 0s;
  opacity: 1;
}
section.gallery-slider .slider.animated .arrow.next {
  transition-delay: 2.8s, 0s, 0s;
  opacity: 1;
}

section.text-boxes {
  padding: 4rem 0;
  background: #FEFEFE;
}
section.text-boxes .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.text-boxes .flex .title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.text-boxes .flex .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.text-boxes .flex .content *:last-child {
  padding-bottom: 0;
}
section.text-boxes .flex .content p {
  max-width: 30vw;
  margin: 0 0 0 auto;
}
section.text-boxes .grid {
  padding: 4rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
section.text-boxes .grid .item {
  box-sizing: border-box;
  padding: 2rem;
  background: #F8F5EB;
  align-self: start;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-boxes .grid .item:hover {
  background: #F2EDDB;
}
section.text-boxes .grid .item.active {
  background: #EBF7FD;
}
section.text-boxes .grid .item.active .toggle:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.text-boxes .grid .item .icon {
  font-size: 0;
  padding: 0 0 2rem;
}
section.text-boxes .grid .item .toggle {
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #004C97;
  position: relative;
}
section.text-boxes .grid .item .toggle:after {
  content: close-quote;
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  top: -0.5rem;
  background: url(../img/Light_17.svg) no-repeat center center;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-boxes.alt .grid .item {
  cursor: initial;
  position: relative;
  height: 14rem;
  background: #F4F0EE;
}
section.text-boxes.alt .grid .item .text {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  font-size: 14px;
  line-height: 24px;
  color: #004C97;
}

section.icons {
  padding: 4rem 0;
}
section.icons .title {
  max-width: calc(50% - 1rem);
}
section.icons .title.right {
  margin: 0 0 0 auto;
}
section.icons .grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
section.icons .grid .item {
  box-sizing: border-box;
  padding: 2rem;
  aspect-ratio: 1/1;
  background: #F8F5EB;
  position: relative;
}
section.icons .grid .item:before {
  content: close-quote;
  padding-top: 100%;
  float: left;
}
section.icons .grid .item .overline, section.icons .grid .item section.apartment-detail .contents .content .flex .left .toggles .toggle .toggle-name, section.apartment-detail .contents .content .flex .left .toggles .toggle section.icons .grid .item .toggle-name, section.icons .grid .item section.apartment-detail .intro .breadcrumb ul li a, section.apartment-detail .intro .breadcrumb ul li section.icons .grid .item a, section.icons .grid .item section.apartments-list .list .overflow table thead tr th, section.apartments-list .list .overflow table thead tr section.icons .grid .item th, section.icons .grid .item .subtitle, section.icons .grid section.simple-slider .slider .slide .item .toggle, section.simple-slider .slider .slide section.icons .grid .item .toggle, section.icons .grid .item section.text-toggle-image .flex .left .content .toggles .toggle .toggle-name, section.text-toggle-image .flex .left .content .toggles .toggle section.icons .grid .item .toggle-name, section.icons .grid .item section.text-toggle-map .flex .left .content .toggles .toggle .toggle-name, section.text-toggle-map .flex .left .content .toggles .toggle section.icons .grid .item .toggle-name, section.icons .grid .item section.toggle-images .flex .left .content .toggles .toggle .toggle-name, section.toggle-images .flex .left .content .toggles .toggle section.icons .grid .item .toggle-name, section.icons section.text-boxes .grid .item .toggle, section.text-boxes section.icons .grid .item .toggle {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  left: 2rem;
}

section.text-slider {
  padding: 8rem 0 4rem;
}
section.text-slider .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.text-slider .flex .left {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.text-slider .flex .left p {
  max-width: 22rem;
}
section.text-slider .flex .left *:last-child {
  padding-bottom: 0;
}
section.text-slider .flex .right {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-slider .flex .right .slider-wrapper {
  position: relative;
  width: 30vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section.text-slider .flex .right .slider-wrapper .slider {
  width: 100%;
  font-size: 0;
}
section.text-slider .flex .right .slider-wrapper .slider .slide .item {
  width: 30vw;
  aspect-ratio: 4/5;
}
section.text-slider .flex .right .slider-wrapper .slider .slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.text-slider .flex .right .slider-wrapper .slider .arrow {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  cursor: pointer;
  bottom: -48px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-slider .flex .right .slider-wrapper .slider .arrow.prev {
  background: #EBF7FD url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: calc(2rem + 8px + 96px);
}
section.text-slider .flex .right .slider-wrapper .slider .arrow.prev:hover {
  background: #5CA3E9 url(../img/Chevron_Left_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.text-slider .flex .right .slider-wrapper .slider .arrow.prev.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.text-slider .flex .right .slider-wrapper .slider .arrow.next {
  background: #EBF7FD url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: 2rem;
}
section.text-slider .flex .right .slider-wrapper .slider .arrow.next:hover {
  background: #5CA3E9 url(../img/Chevron_Right_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.text-slider .flex .right .slider-wrapper .slider .arrow.next.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.text-slider .flex .right .slider-wrapper:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F8F5EB;
  height: 0;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 1s;
}
section.text-slider .flex .right .slider-wrapper.animated:before {
  height: 100%;
}

section.text-form {
  padding: 8rem 0;
  background: #EBF7FD;
}
section.text-form .flex {
  justify-content: space-between;
  gap: 2rem;
}
section.text-form .flex .left {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-form .flex .left p {
  max-width: 26vw;
}
section.text-form .flex .left p:last-of-type {
  padding: 0;
}
section.text-form .flex .left a {
  font-family: "Cera Stencil Pro", sans-serif;
  color: #004C97;
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #004C97;
  display: inline-block;
  margin: 0 0 1rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.text-form .flex .left a:hover {
  color: #5CA3E9;
  border-bottom: 1px solid #5CA3E9;
}
section.text-form .flex .left a:last-of-type {
  margin: 0;
}
section.text-form .flex .right {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
  background: #FEFEFE;
}
section.text-form .flex .right .form {
  padding: 4rem 4rem 6rem;
}

section.contact-boxes {
  padding: 4rem 0;
  background: #FEFEFE;
}
section.contact-boxes .grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
section.contact-boxes .grid .item {
  box-sizing: border-box;
  padding: 2rem;
  background: #EBF7FD;
}
section.contact-boxes .grid .item .image {
  font-size: 0;
  max-width: 80px;
  margin: 0 0 2rem;
}
section.contact-boxes .grid .item .image img {
  border-radius: 100%;
}
section.contact-boxes .grid .item .h5 {
  padding: 0 0 0.5rem;
}
section.contact-boxes .grid .item a {
  color: #004C97;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0 0 2px;
  border-bottom: 1px solid #004C97;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.contact-boxes .grid .item a:hover {
  color: #5CA3E9;
  border-bottom: 1px solid #5CA3E9;
}

section.calculator {
  padding: 8rem 0;
  background: #FEFEFE;
}
section.calculator .flex {
  justify-content: space-between;
  gap: 2rem;
}
section.calculator .flex .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.calculator .flex .left .content {
  max-width: 30vw;
}
section.calculator .flex .left .content p {
  max-width: 22vw;
}
section.calculator .flex .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.calculator .flex .right .content {
  box-sizing: border-box;
  padding: 7rem 0;
  background: #ECF0EA;
}
section.calculator .flex .right .content .boxes {
  max-width: 100%;
  margin: 0 8rem;
}
section.calculator .flex .right .content .boxes .box {
  padding: 0 0 2rem;
}
section.calculator .flex .right .content .boxes .box.simple-range-slider {
  padding: 0 0 2.5rem;
}
section.calculator .flex .right .content .boxes .box .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #004C97;
}
section.calculator .flex .right .content .boxes .box .wrapper {
  margin: 24px 0 0;
}
section.calculator .flex .right .content .boxes .box .wrapper .noUi-target {
  border-radius: 0;
  border: none;
  height: 1px;
}
section.calculator .flex .right .content .boxes .box .wrapper .noUi-connect {
  background: #004C97;
  box-shadow: none;
}
section.calculator .flex .right .content .boxes .box .wrapper .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -8px;
  border-radius: 100%;
  box-shadow: none;
  background: #ECF0EA;
  border: 1px solid #004C97;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.calculator .flex .right .content .boxes .box .wrapper .noUi-handle:hover {
  border: 1px solid #5CA3E9;
}
section.calculator .flex .right .content .boxes .box .wrapper .noUi-handle:before, section.calculator .flex .right .content .boxes .box .wrapper .noUi-handle:after {
  content: none;
}
section.calculator .flex .right .content .boxes .box .wrapper .noUi-background {
  background: #004C97;
  box-shadow: none;
}
section.calculator .flex .right .content .boxes .box .wrapper .noUi-origin {
  background: #B6C6AA;
}
section.calculator .flex .right .content .boxes .box .wrapper .noUi-tooltip {
  white-space: nowrap;
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  top: 26px;
  width: 90px;
  text-align: center;
  padding: 0;
  left: -37px;
}
section.calculator .flex .right .content .boxes .box .inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1rem;
}
section.calculator .flex .right .content .boxes .box .inputs .input {
  position: relative;
  width: 100%;
}
section.calculator .flex .right .content .boxes .box .inputs .input input {
  width: 100%;
  background: transparent;
  height: 48px;
  font-family: "Cera Pro", sans-serif;
  font-size: 16px;
  color: #004C97;
  line-height: 48px;
  border-bottom: 1px solid #004C97;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.calculator .flex .right .content .boxes .box .inputs .input input:focus {
  border-bottom: 1px solid #5CA3E9;
}
section.calculator .flex .right .content .boxes .box .inputs .input .value {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 48px;
  color: #004C97;
  opacity: 0.5;
  font-size: 16px;
}
section.calculator .flex .right .content .boxes .box .inputs .input:nth-child(2) {
  -webkit-box-flex: 0 0 112px;
  -moz-box-flex: 0 0 112px;
  -webkit-flex: 0 0 112px;
  -ms-flex: 0 0 112px;
  flex: 0 0 112px;
}
section.calculator .flex .right .content .boxes .summary {
  text-align: center;
}
section.calculator .flex .right .content .boxes .summary .price {
  padding: 1rem 0;
  border-bottom: 1px solid #004C97;
}

section.gallery {
  background: #FEFEFE;
}
section.gallery .top {
  padding: 8.5rem 0 0;
  background: #F8F5EB;
}
section.gallery .top .wrapper {
  max-width: 992px;
  margin: 0 auto;
}
section.gallery .top .wrapper h2 {
  text-align: center;
}
section.gallery .top .nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 2px;
}
section.gallery .top .nav ul li.active a {
  background: #FEFEFE;
}
section.gallery .top .nav ul li a {
  display: inline-block;
  padding: 0 1.5rem;
  color: #004C97;
  font-size: 0.875rem;
  line-height: 2.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.gallery .top .nav ul li a:hover {
  color: #949FAD;
}
section.gallery .list {
  padding: 2rem 0;
}
section.gallery .list .flex {
  flex-flow: row wrap;
  margin: 0 -1rem;
}
section.gallery .list .flex .item {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  font-size: 0;
  box-sizing: border-box;
  padding: 1rem;
}
section.gallery .list .flex .item .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
section.gallery .list .flex .item .wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.gallery .list .flex .item.half {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
section.gallery .list .flex .item.video .wrapper:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 76, 151, 0.32) url(../img/Play_Button.svg) no-repeat center center;
  background-size: 4rem 4rem;
}
section.gallery .list .load-more {
  text-align: center;
  margin: 6rem 0 0;
}

section.apartments-list .navigator .desktop .map {
  position: relative;
  font-size: 0;
  line-height: 0;
}
section.apartments-list .navigator .desktop .map > svg, section.apartments-list .navigator .desktop .map > img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}
section.apartments-list .navigator .desktop .map .actions .back {
  position: absolute;
  top: 3rem;
  left: 3rem;
  line-height: 48px;
  padding: 0 20px 0 42px;
  background: white url(../img/back.svg) no-repeat center left 20px;
  background-size: 10px 10px;
}
section.apartments-list .navigator .desktop .map .actions .back:hover {
  background: #5CA3E9 url(../img/back_white.svg) no-repeat center left 20px;
  background-size: 10px 10px;
}
section.apartments-list .navigator .desktop .map .actions .rotate {
  position: absolute;
  width: 72px;
  height: 72px;
  top: calc(50% - 36px);
}
section.apartments-list .navigator .desktop .map .actions .rotate.prev {
  left: 0;
  background: white url(../img/Rotate-L.svg) no-repeat center center;
  background-size: 32px 32px;
}
section.apartments-list .navigator .desktop .map .actions .rotate.next {
  right: 0;
  background: white url(../img/Rotate-R.svg) no-repeat center center;
  background-size: 32px 32px;
}
section.apartments-list .navigator .desktop .map .actions .info {
  width: 248px;
  padding: 16px 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 48px;
  left: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}
section.apartments-list .navigator .desktop .map .actions .info .flex {
  gap: 8px;
  align-items: center;
}
section.apartments-list .navigator .desktop .map .actions .compare {
  position: absolute;
  top: 48px;
  right: 48px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 24px 12px 12px;
  border-radius: 48px;
  background: #004C97;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Cera Stencil Pro", sans-serif;
  cursor: pointer;
  -webkit-transition: filter 0.3s ease-out;
  -moz-transition: filter 0.3s ease-out;
  -ms-transition: filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
}
section.apartments-list .navigator .desktop .map .actions .compare .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  color: #004C97;
  background: white;
  border-radius: 100%;
  font-family: "Cera Pro", sans-serif;
}
section.apartments-list .navigator .desktop .map .actions .compare.disabled {
  pointer-events: none;
  filter: saturate(0);
}
section.apartments-list .navigator .desktop .map .actions .compare.disabled .icon {
  opacity: 0;
}
section.apartments-list .navigator .desktop .map .actions .compare.active .icon {
  transform: rotate(-180deg);
}
section.apartments-list .navigator .desktop .map .actions .compare .icon {
  height: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartments-list .navigator .desktop .map .actions .compare-list {
  position: absolute;
  top: 104px;
  right: 48px;
  width: 256px;
  box-sizing: border-box;
  padding: 16px 20px 20px 20px;
  border-radius: 20px;
  background: #004C97;
}
section.apartments-list .navigator .desktop .map .actions .compare-list .flex {
  flex-flow: column;
  gap: 20px;
}
section.apartments-list .navigator .desktop .map .actions .compare-list .flex .h6 {
  color: white;
}
section.apartments-list .navigator .desktop .map .actions .compare-list .flex .items ol {
  display: flex;
  flex-flow: column;
  gap: 16px;
  list-style: none;
  counter-reset: item;
}
section.apartments-list .navigator .desktop .map .actions .compare-list .flex .items ol li {
  border-top: 1px solid #5CA3E9;
  padding: 16px 0 0 48px;
  display: flex;
  gap: 16px;
  counter-increment: item;
  position: relative;
}
section.apartments-list .navigator .desktop .map .actions .compare-list .flex .items ol li:before {
  content: "0" counter(item);
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  font-family: "Cera Stencil Pro", sans-serif;
}
section.apartments-list .navigator .desktop .map .actions .compare-list .flex .items ol li .texts {
  flex: 0 1 136px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
section.apartments-list .navigator[data-view=all] .info, section.apartments-list .navigator[data-view=all] .back, section.apartments-list .navigator[data-view=all] .prev, section.apartments-list .navigator[data-view=all] .next {
  display: none;
}
section.apartments-list .filter {
  padding: 0.75rem 0;
  background: #F4F0EE;
  position: sticky;
  top: 0;
  z-index: 110;
}
section.apartments-list .filter .grid {
  display: flex;
  gap: 3rem;
}
section.apartments-list .filter .grid .column .label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
  padding: 0 0 0.25rem;
}
section.apartments-list .filter .grid .column .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
section.apartments-list .filter .grid .column .wrapper .range-slider {
  padding: 0.5rem 0 0;
  width: 100%;
}
section.apartments-list .filter .grid .column .wrapper .range-slider .noUi-target {
  box-shadow: none;
  border-radius: 0;
  border: none;
  height: 1px;
}
section.apartments-list .filter .grid .column .wrapper .range-slider .noUi-connect {
  background: #004C97;
  box-shadow: none;
}
section.apartments-list .filter .grid .column .wrapper .range-slider .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -8px;
  border-radius: 100%;
  box-shadow: none;
  background: #F4F0EE;
  border: 1px solid #004C97;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartments-list .filter .grid .column .wrapper .range-slider .noUi-handle:hover {
  border: 1px solid #5CA3E9;
}
section.apartments-list .filter .grid .column .wrapper .range-slider .noUi-handle:before, section.apartments-list .filter .grid .column .wrapper .range-slider .noUi-handle:after {
  content: none;
}
section.apartments-list .filter .grid .column .wrapper .range-slider .noUi-background {
  background: #D6C7BE;
  box-shadow: none;
}
section.apartments-list .filter .grid .column .wrapper .range-slider .values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.5rem 0 0;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
}
section.apartments-list .filter .grid .column .wrapper .checkbox {
  position: relative;
}
section.apartments-list .filter .grid .column .wrapper .checkbox.auto-width label {
  width: auto;
  padding: 0 1rem;
  white-space: nowrap;
}
section.apartments-list .filter .grid .column .wrapper .checkbox input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  opacity: 0;
  position: absolute;
}
section.apartments-list .filter .grid .column .wrapper .checkbox input:checked + label {
  color: #FEFEFE;
  background: #004C97;
  border: 1px solid #004C97;
}
section.apartments-list .filter .grid .column .wrapper .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 0.875rem;
  line-height: calc(2.5rem - 2px);
  color: #004C97;
  border: 1px solid transparent;
  border-bottom: 1px solid #004C97;
  background: transparent;
  box-sizing: border-box;
  width: calc(2.5rem - 2px);
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartments-list .filter .grid .column .wrapper .checkbox label:hover {
  color: #5CA3E9;
  border-color: #5CA3E9;
}
section.apartments-list .filter .grid .column .wrapper select {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #004C97;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  color: #004C97;
  background: transparent url(../img/Light_17.svg) no-repeat center right;
  background-size: 1.5rem 1.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
section.apartments-list .filter .grid .column .wrapper select:hover {
  border-bottom: 1px solid #5CA3E9;
  color: #5CA3E9;
  background: transparent url(../img/Light_17_Blue.svg) no-repeat center right;
  background-size: 1.5rem 1.5rem;
}
section.apartments-list .filter .grid .column .btn {
  padding: 0 20px;
}
section.apartments-list .filter .grid .column:nth-child(1) {
  flex: 1 1 216px;
}
section.apartments-list .filter .grid .column:nth-child(2) {
  flex: 1 1 216px;
}
section.apartments-list .filter .grid .column:nth-child(3) {
  flex: 1 0 260px;
}
section.apartments-list .filter .grid .column:nth-child(4) {
  flex: 1 1 325px;
}
section.apartments-list .filter .grid .column:nth-child(5) {
  flex: 1 1 325px;
}
section.apartments-list .filter .grid .column:nth-child(6) {
  align-self: center;
}
section.apartments-list .list {
  padding: 4rem 0 0;
}
section.apartments-list .list .table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 2rem;
  border-bottom: 1px solid #004C97;
}
section.apartments-list .list .overflow {
  overflow: auto;
  padding: 0 0 10px;
}
section.apartments-list .list .overflow table {
  width: 100%;
  min-width: 1100px;
}
section.apartments-list .list .overflow table thead tr {
  border-bottom: 1px solid #004C97;
}
section.apartments-list .list .overflow table thead tr th {
  text-align: left;
  padding: 1rem 1rem 1rem 0;
  cursor: pointer;
}
section.apartments-list .list .overflow table thead tr th:last-child {
  text-align: right;
  padding: 1rem 0 1rem 0;
  display: none;
}
section.apartments-list .list .overflow table thead tr th span {
  display: inline-block;
  line-height: 1.5rem;
  padding: 0 1.5rem 0 0;
  position: relative;
}
section.apartments-list .list .overflow table thead tr th span:after {
  content: close-quote;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.5rem;
  background: url(../img/Regular_18_Grey.svg) no-repeat center right;
  background-size: 1.5rem 1.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartments-list .list .overflow table thead tr th.sorting-asc span:after {
  content: close-quote;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.5rem;
  background: url(../img/Regular_18.svg) no-repeat center right;
  background-size: 1.5rem 1.5rem;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.apartments-list .list .overflow table thead tr th.sorting-desc span:after {
  content: close-quote;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.5rem;
  background: url(../img/Regular_18.svg) no-repeat center right;
  background-size: 1.5rem 1.5rem;
}
section.apartments-list .list .overflow table tbody tr {
  border-bottom: 1px solid #004C97;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartments-list .list .overflow table tbody tr:hover {
  border-bottom: 1px solid #5CA3E9;
}
section.apartments-list .list .overflow table tbody tr:hover td {
  color: #5CA3E9;
}
section.apartments-list .list .overflow table tbody tr:hover td .checkbox label {
  border: 1px solid #5CA3E9;
}
section.apartments-list .list .overflow table tbody tr td {
  padding: 1rem 1rem 1rem 0;
  color: #004C97;
  font-size: 0.875rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartments-list .list .overflow table tbody tr td:last-child {
  text-align: right;
  padding: 1rem 0;
  display: none;
}
section.apartments-list .list .overflow table tbody tr td .checkbox {
  position: relative;
}
section.apartments-list .list .overflow table tbody tr td .checkbox input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
section.apartments-list .list .overflow table tbody tr td .checkbox input:checked + label {
  background: url(../img/Checked.svg) no-repeat center center;
  background-size: 16px 16px;
}
section.apartments-list .list .overflow table tbody tr td .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 0;
  border: 1px solid #004C97;
  background: transparent center center;
  background-size: 16px 16px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartments-list .list .overflow table tbody tr td .checkbox label.active {
  background: url(../img/Checked.svg) no-repeat center center;
  background-size: 16px 16px;
}
section.apartments-list .list .button {
  margin: 5rem 0 0;
  text-align: center;
}
section.apartments-list .list .button.mobile-compare {
  display: none;
  margin: 1rem 0 0;
}
section.apartments-list .list .button.mobile-compare .btn {
  width: 100%;
}
section.apartments-list .list.compare-max-limit-reached .checkbox label:not(.active) {
  opacity: 0.25;
  cursor: not-allowed;
}
section.apartments-list .filter-toggle-button {
  padding: 16px 64px;
  font-family: "Cera Stencil Pro", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #E7DAD3;
  color: #004C97;
  cursor: pointer;
}
section.apartments-list .filter-toggle-button.show-filter {
  display: none;
}
section.apartments-list .filter-toggle-button.hide-filter {
  display: none;
}

section.comparison {
  overflow: hidden;
  background: #F4F0EE;
  padding: 3rem 0 8rem;
}
section.comparison .wrapper {
  position: relative;
}
section.comparison .wrapper .back {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 48px;
  padding: 0 20px 0 42px;
  background: white url(../img/back.svg) no-repeat center left 20px;
  background-size: 10px 10px;
}
section.comparison .wrapper .back:hover {
  background: #5CA3E9 url(../img/back_white.svg) no-repeat center left 20px;
  background-size: 10px 10px;
}
section.comparison .wrapper h2, section.comparison .wrapper h3, section.comparison .wrapper h4 {
  max-width: 46rem;
  margin: 0 auto 5rem;
  text-align: center;
}
section.comparison .slider .slick-list {
  overflow: visible;
}
section.comparison .slider .arrow {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  cursor: pointer;
  top: calc(50% - 48px);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-property: opacity, background, background-size;
}
section.comparison .slider .arrow.prev {
  background: #EBF7FD url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  left: -24px;
}
section.comparison .slider .arrow.prev:hover {
  background: #5CA3E9 url(../img/Chevron_Left_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.comparison .slider .arrow.prev.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.comparison .slider .arrow.next {
  background: #EBF7FD url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  right: -24px;
}
section.comparison .slider .arrow.next:hover {
  background: #5CA3E9 url(../img/Chevron_Right_White.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
section.comparison .slider .arrow.next.slick-disabled {
  background: #FEFEFE url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
  cursor: not-allowed;
}
section.comparison .slider .slick-slide {
  margin: 0 16px;
}
section.comparison .slider .item .name {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 0 0 15px;
}
section.comparison .slider .item .name div:nth-child(1) {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #004C97;
  font-family: "Cera Stencil Pro", sans-serif;
}
section.comparison .slider .item .name div:nth-child(2) {
  flex: 0 0 3rem;
}
section.comparison .slider .item .name div:nth-child(2) a {
  background: white;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
section.comparison .slider .item .image {
  font-size: 0;
  padding: 0 0 1rem;
}
section.comparison .slider .item .image img {
  width: 100%;
}
section.comparison .slider .item .values {
  padding: 0 0 2rem;
}
section.comparison .slider .item .values .value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  color: #004C97;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #004C97;
}

section.apartment-detail .intro {
  padding: 5.5rem 0 0;
  background: #004C97;
}
section.apartment-detail .intro .breadcrumb {
  margin: 0 0 2rem;
}
section.apartment-detail .intro .breadcrumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
section.apartment-detail .intro .breadcrumb ul li {
  line-height: 1.5rem;
  position: relative;
}
section.apartment-detail .intro .breadcrumb ul li:not(:last-child):after {
  content: close-quote;
  position: absolute;
  right: -2rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/Light_03_White.svg) no-repeat center center;
  background-size: 1.5rem 1.5rem;
}
section.apartment-detail .intro .breadcrumb ul li a {
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartment-detail .intro .breadcrumb ul li a:hover {
  color: #5CA3E9;
}
section.apartment-detail .intro h2 {
  text-align: center;
  color: #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
}
section.apartment-detail .intro .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 2px;
}
section.apartment-detail .intro .tabs .tab {
  padding: 0 1.5rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #EBF7FD;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartment-detail .intro .tabs .tab:hover {
  color: #5CA3E9;
}
section.apartment-detail .intro .tabs .tab.active {
  background: #ECF0EA;
  color: #004C97;
}
section.apartment-detail .contents {
  padding: 4rem 0;
  background: #ECF0EA;
}
section.apartment-detail .contents .content {
  display: none;
}
section.apartment-detail .contents .content.active {
  display: block;
}
section.apartment-detail .contents .content .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.apartment-detail .contents .content .flex .left {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.apartment-detail .contents .content .flex .left .main-values {
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #004C97;
}
section.apartment-detail .contents .content .flex .left .main-values .label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  color: #004C97;
  font-size: 1rem;
  line-height: 1.5rem;
}
section.apartment-detail .contents .content .flex .left .main-values .value {
  font-family: "Cera Stencil Pro", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  color: #004C97;
  font-size: 2rem;
  line-height: 3rem;
}
section.apartment-detail .contents .content .flex .left .values {
  padding: 0 0 4rem;
}
section.apartment-detail .contents .content .flex .left .values .value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  color: #004C97;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #004C97;
}
section.apartment-detail .contents .content .flex .left .toggles {
  margin: 0 0 4rem;
}
section.apartment-detail .contents .content .flex .left .toggles .toggle {
  border-bottom: 1px solid #004C97;
  cursor: pointer;
}
section.apartment-detail .contents .content .flex .left .toggles .toggle.active .toggle-name:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.apartment-detail .contents .content .flex .left .toggles .toggle .toggle-name {
  padding: 1.5rem 0;
  position: relative;
}
section.apartment-detail .contents .content .flex .left .toggles .toggle .toggle-name:after {
  content: close-quote;
  position: absolute;
  width: 2rem;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/Light_17.svg) no-repeat center center;
  background-size: 2rem 2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartment-detail .contents .content .flex .left .toggles .toggle .toggle-content {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #004C97;
  padding: 0 0 1.5rem;
}
section.apartment-detail .contents .content .flex .left .buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  gap: 16px;
  align-items: center;
}
section.apartment-detail .contents .content .flex .left .buttons a.download {
  margin: 8px 0;
  color: #004C97;
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartment-detail .contents .content .flex .left .buttons a.download span {
  display: inline-block;
  line-height: 24px;
  padding: 0 22px 0 0;
  background: url(../img/Download.svg) no-repeat center right;
  background-size: 12px 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.apartment-detail .contents .content .flex .left .buttons a.download:hover {
  color: #5CA3E9;
}
section.apartment-detail .contents .content .flex .left .buttons a.download:hover span {
  background: url(../img/Download_Blue.svg) no-repeat center right;
  background-size: 12px 12px;
}
section.apartment-detail .contents .content .flex .right {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.apartment-detail .contents .content .flex .right .floor-plan {
  font-size: 0;
  aspect-ratio: 1/1;
  margin: 0 0 2px;
}
section.apartment-detail .contents .content .flex .right .floor-plan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section.contact {
  margin: 4rem 0;
  background: #FEFEFE;
}
section.contact .flex {
  aspect-ratio: 1504/688;
  background: #F8F5EB;
  gap: 2rem;
}
section.contact .flex .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
section.contact .flex .left:after {
  content: close-quote;
  float: left;
  padding-top: 90%;
}
section.contact .flex .left:before {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 50%);
}
section.contact .flex .left .content {
  padding: 0 8rem;
  position: relative;
}
section.contact .flex .left .content .subtitle {
  color: #FEFEFE;
}
section.contact .flex .left .content h2 {
  color: #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
}
section.contact .flex .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.contact .flex .right .form {
  max-width: 22rem;
  width: 100%;
  margin: 0 auto;
}

section.newsletter {
  margin: 4rem 0;
  background: #FEFEFE;
}
section.newsletter .flex {
  align-items: center;
  gap: 2rem;
}
section.newsletter .flex .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.newsletter .flex .left .content {
  padding: 0 8rem;
}
section.newsletter .flex .left .content h2 {
  border-bottom: none;
  padding: 0;
  margin: 0 0 2rem;
}
section.newsletter .flex .left .content .gform_wrapper {
  padding: 2rem 0 0;
}
section.newsletter .flex .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0;
}
section.newsletter .flex .right img {
  width: 30rem;
}
section.newsletter .flex .right .image {
  position: relative;
  display: inline-block;
}
section.newsletter .flex .right .image:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F8F5EB;
  height: 0;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 1s;
}
section.newsletter .flex .right .image.animated:before {
  height: 100%;
}
section.newsletter .flex .right .image img {
  position: relative;
}

section.navigator .desktop {
  position: relative;
}
section.navigator .desktop .looks {
  font-size: 0;
}
section.navigator .desktop .looks .look {
  position: relative;
  display: none;
}
section.navigator .desktop .looks .look.active {
  display: block;
}
section.navigator .desktop .looks .look .background img {
  width: 100%;
}
section.navigator .desktop .looks .look .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.navigator .desktop .looks .look .overlay svg {
  width: 100%;
  height: auto;
}
section.navigator .desktop .looks .look .overlay svg .building {
  cursor: pointer;
}
section.navigator .desktop .looks .look .overlay svg .building path {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.navigator .desktop .looks .look .overlay svg .building .tooltip rect, section.navigator .desktop .looks .look .overlay svg .building .tooltip path {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.navigator .desktop .looks .look .overlay svg .building .tooltip .bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.navigator .desktop .looks .look .overlay svg .building:hover path {
  opacity: 0.5;
}
section.navigator .desktop .looks .look .overlay svg .building:hover .tooltip rect, section.navigator .desktop .looks .look .overlay svg .building:hover .tooltip path {
  opacity: 1;
}
section.navigator .desktop .looks .look .overlay svg .building:hover .tooltip .bg {
  opacity: 0.6;
}
section.navigator .desktop .looks .look .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
section.navigator .desktop .looks .look .video.active {
  display: block;
}
section.navigator .desktop .looks .look .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.navigator .desktop .rotate {
  position: absolute;
  z-index: 10;
  right: 48px;
  top: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
section.navigator .desktop .rotate .text {
  color: #FEFEFE;
  padding: 0 12px 0 0;
}
section.navigator .desktop .rotate .left {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #FEFEFE url(../img/Direction-L.svg) no-repeat center center;
  background-size: 16px 16px;
  cursor: pointer;
}
section.navigator .desktop .rotate .right {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #FEFEFE url(../img/Direction-R.svg) no-repeat center center;
  background-size: 16px 16px;
  cursor: pointer;
}
section.navigator .mobile {
  display: none;
  padding: 4rem 0;
  background: #E7DAD3;
}
section.navigator .mobile .wrapper {
  padding: 0 1.5rem;
}
section.navigator .mobile .wrapper .buildings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  overflow: auto;
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
section.navigator .mobile .wrapper .buildings a {
  -webkit-box-flex: 0 0 184px;
  -moz-box-flex: 0 0 184px;
  -webkit-flex: 0 0 184px;
  -ms-flex: 0 0 184px;
  flex: 0 0 184px;
}
section.navigator .mobile .wrapper .buildings a .image {
  font-size: 0;
  height: 224px;
}
section.navigator .mobile .wrapper .buildings a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.navigator .mobile .wrapper .buildings a .name {
  padding: 1rem 0;
  border-bottom: 1px solid #004C97;
  color: #004C97;
  font-size: 18px;
  line-height: 24px;
}
section.navigator .mobile .wrapper .buildings a:first-child {
  margin: 0 0 0 1.5rem;
}
section.navigator .mobile .wrapper .buildings a:last-child {
  margin: 0 1.5rem 0 0;
}

section.navigator-detail {
  background: #F8F5EB;
  padding: 6rem 0 7rem;
  min-height: 100vh;
  box-sizing: border-box;
}
section.navigator-detail .flex {
  gap: 5rem;
  margin: 0 8rem;
}
section.navigator-detail .flex .column:nth-child(1) {
  -webkit-box-flex: 1 1 19vw;
  -moz-box-flex: 1 1 19vw;
  -webkit-flex: 1 1 19vw;
  -ms-flex: 1 1 19vw;
  flex: 1 1 19vw;
}
section.navigator-detail .flex .column:nth-child(2) {
  -webkit-box-flex: 1 1 19vw;
  -moz-box-flex: 1 1 19vw;
  -webkit-flex: 1 1 19vw;
  -ms-flex: 1 1 19vw;
  flex: 1 1 19vw;
}
section.navigator-detail .flex .column:nth-child(3) {
  -webkit-box-flex: 1 1 30vw;
  -moz-box-flex: 1 1 30vw;
  -webkit-flex: 1 1 30vw;
  -ms-flex: 1 1 30vw;
  flex: 1 1 30vw;
}
section.navigator-detail .flex .column .contents .content {
  display: none;
}
section.navigator-detail .flex .column .contents .content.active {
  display: block;
}
section.navigator-detail .flex .column .contents .buttons {
  margin: 3rem 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  gap: 16px;
  align-items: center;
}
section.navigator-detail .flex .column h4 {
  margin-bottom: 3.5rem;
}
section.navigator-detail .flex .column .tabs .tab {
  font-size: 14px;
  line-height: 24px;
  padding: 16px;
  color: #004C97;
  border-bottom: 1px solid #004C97;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.navigator-detail .flex .column .tabs .tab.active {
  background: #004C97;
  color: #FEFEFE;
}

section.text-images-alt {
  padding: 8rem 0 4rem;
  background: #FEFEFE;
}
section.text-images-alt .flex {
  gap: 2rem;
  justify-content: space-between;
}
section.text-images-alt .flex.reverse {
  flex-flow: row-reverse;
}
section.text-images-alt .flex.center {
  align-items: center;
}
section.text-images-alt .flex .content *:last-child {
  padding-bottom: 0;
}
section.text-images-alt .flex .image {
  font-size: 0;
}
section.text-images-alt .flex .image .images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2rem;
}
section.text-images-alt .flex .image .images .item {
  position: relative;
}
section.text-images-alt .flex .image .images .item:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F8F5EB;
  height: 0;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
}
section.text-images-alt .flex .image .images .item:nth-child(1):before {
  transition-delay: 1s;
}
section.text-images-alt .flex .image .images .item:nth-child(2):before {
  transition-delay: 1.5s;
}
section.text-images-alt .flex .image .images .item.animated:before {
  height: 100%;
}
section.text-images-alt .flex .image .images .item .name {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FEFEFE;
  text-shadow: 0 2px 3px rgba(37, 42, 48, 0.4), 0px 2px 8px rgba(37, 42, 48, 0.65);
}
section.text-images-alt .flex .image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.text-images-alt.alt-1 .flex .content {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-images-alt.alt-1 .flex .image {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.text-images-alt.alt-1 .flex .image .images .item:nth-child(1) {
  -webkit-box-flex: 1 1 352px;
  -moz-box-flex: 1 1 352px;
  -webkit-flex: 1 1 352px;
  -ms-flex: 1 1 352px;
  flex: 1 1 352px;
}
section.text-images-alt.alt-1 .flex .image .images .item:nth-child(2) {
  -webkit-box-flex: 1 1 224px;
  -moz-box-flex: 1 1 224px;
  -webkit-flex: 1 1 224px;
  -ms-flex: 1 1 224px;
  flex: 1 1 224px;
}
section.text-images-alt.alt-2 .flex .content {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-images-alt.alt-2 .flex .image {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.text-images-alt.alt-2 .flex .image .images .item:nth-child(2) {
  -webkit-box-flex: 1 1 352px;
  -moz-box-flex: 1 1 352px;
  -webkit-flex: 1 1 352px;
  -ms-flex: 1 1 352px;
  flex: 1 1 352px;
}
section.text-images-alt.alt-2 .flex .image .images .item:nth-child(1) {
  -webkit-box-flex: 1 1 224px;
  -moz-box-flex: 1 1 224px;
  -webkit-flex: 1 1 224px;
  -ms-flex: 1 1 224px;
  flex: 1 1 224px;
}
section.text-images-alt.alt-3 .flex .content {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
}
section.text-images-alt.alt-3 .flex .image {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.text-images-alt.alt-3 .flex .image .images {
  flex-flow: column;
}
section.text-images-alt.alt-3 .flex .image .images .item {
  max-height: 17rem;
}

section.image.alt-1 {
  padding: 4rem 0 8rem;
}
section.image .image {
  position: relative;
  font-size: 0;
}
section.image .image:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  background: #F8F5EB;
  height: 100%;
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  transition-delay: 1s;
}
section.image .image.animated:before {
  width: 100%;
}
section.image .image img {
  position: relative;
  width: 100%;
}
section.image .image .name {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FEFEFE;
  text-shadow: 0 2px 3px rgba(37, 42, 48, 0.4), 0px 2px 8px rgba(37, 42, 48, 0.65);
}

section.brochure {
  padding: 8rem 0;
  background: #F4F0EE;
}
section.brochure .flex {
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
section.brochure .flex .right {
  -webkit-box-flex: 0 1 38vw;
  -moz-box-flex: 0 1 38vw;
  -webkit-flex: 0 1 38vw;
  -ms-flex: 0 1 38vw;
  flex: 0 1 38vw;
}
section.brochure .flex .right .content h2 {
  border-bottom: none;
  padding: 0;
  margin: 0 0 2rem;
}
section.brochure .flex .right .content p {
  max-width: 30vw;
}
section.brochure .flex .right .content .gform_wrapper {
  max-width: 30vw;
  padding: 2rem 0 0;
}
section.brochure .flex .left {
  -webkit-box-flex: 0 1 30vw;
  -moz-box-flex: 0 1 30vw;
  -webkit-flex: 0 1 30vw;
  -ms-flex: 0 1 30vw;
  flex: 0 1 30vw;
  font-size: 0;
  position: relative;
}
section.brochure .flex .left img {
  position: relative;
  width: 100%;
}
section.brochure .flex .left:before {
  content: close-quote;
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  background: white;
  width: 100%;
  -webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -ms-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  transition-delay: 1s;
}
section.brochure .flex .left.animated:before {
  height: 100%;
}

section.tours {
  background: #FEFEFE;
}
section.tours .top {
  padding: 4rem 0 0;
  background: #EBF7FD;
}
section.tours .top .wrapper {
  max-width: 992px;
  margin: 0 auto;
}
section.tours .top .wrapper h2 {
  text-align: center;
}
section.tours .top .tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 2px;
}
section.tours .top .tabs .tab {
  display: inline-block;
  padding: 0 1.5rem;
  color: #004C97;
  font-size: 0.875rem;
  line-height: 2.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.tours .top .tabs .tab.active {
  background: #FEFEFE;
}
section.tours .top .tabs .tab:hover {
  color: #949FAD;
}
section.tours .list {
  padding: 4rem 0 0;
}
section.tours .list .content {
  display: none;
}
section.tours .list .content.active {
  display: block;
}
section.tours .list .content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
section.tours .list .content .grid .item {
  position: relative;
}
section.tours .list .content .grid .item .image {
  font-size: 0;
  position: relative;
}
section.tours .list .content .grid .item .image img {
  width: 100%;
}
section.tours .list .content .grid .item .image .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3584) 0%, rgba(0, 0, 0, 0.224) 50%);
}
section.tours .list .content .grid .item .image .flex {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 4rem;
}
section.tours .list .content .grid .item .image .flex .wrapper {
  max-width: 30rem;
  width: 100%;
  text-align: center;
}
section.tours .list .content .grid .item .image .flex .wrapper h2 {
  color: #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
}
section.tours .list .content:last-child .grid {
  grid-template-columns: repeat(1, 1fr);
}

section.news {
  padding: 8rem 0 6rem;
  background: #F4F0EE;
}
section.news .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
section.news .grid .col .flex {
  flex-flow: column;
  justify-content: space-between;
  max-width: 30rem;
  height: 100%;
  gap: 4rem;
}
section.news .grid .col .flex .text h2 {
  margin: 0;
  border: none;
}
section.news .grid .col .flex .construction a {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #004C97;
}
section.news .grid .col .flex .construction a .image {
  font-size: 0;
  width: 18.6875rem;
  flex: 0 0 18.6875rem;
  height: 10.5rem;
}
section.news .grid .col .flex .construction a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.news .grid .col .flex .construction a .h5 {
  padding: 0;
}
section.news .grid .col .articles {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
section.news .grid .col .articles a {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #004C97;
}
section.news .grid .col .articles a .content .info {
  display: flex;
  gap: 0.62rem;
  align-items: center;
  margin: 0 0 1.5rem;
}
section.news .grid .col .articles a .content .info .category {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #FEFEFE;
  color: #004C97;
}
section.news .grid .col .articles a .content .info .date {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #004C97;
}
section.news .grid .col .articles a .content .name {
  margin: 0 0 1rem;
  height: 4.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #004C97;
}
section.news .grid .col .articles a .content .link {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.news .grid .col .articles a .image {
  flex: 0 0 10.5rem;
  width: 10.5rem;
  height: 10.5rem;
}
section.news .grid .col .articles a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section.news-list {
  padding: 3rem 0;
  background: #F8F5EB;
}
section.news-list.article .wrapper-list {
  padding: 2.5rem 0 0;
}
section.news-list .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
section.news-list .flex {
  justify-content: space-between;
  gap: 2rem;
  margin: 3rem 0 0;
}
section.news-list .flex .col:first-child {
  flex: 0 1 46rem;
}
section.news-list .flex .col:last-child {
  flex: 0 1 38rem;
}
section.news-list .flex .col .articles {
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
section.news-list .flex .col .articles a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #004C97;
}
section.news-list .flex .col .articles a .content .info {
  display: flex;
  gap: 0.62rem;
  align-items: center;
  margin: 0 0 1.5rem;
}
section.news-list .flex .col .articles a .content .info .category {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #FEFEFE;
  color: #004C97;
}
section.news-list .flex .col .articles a .content .info .date {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #004C97;
}
section.news-list .flex .col .articles a .content .name {
  margin: 0 0 1rem;
  height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  color: #004C97;
}
section.news-list .flex .col .articles a .content .description p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1rem;
  padding: 0;
}
section.news-list .flex .col .articles a .content .link {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.news-list .flex .col .articles a .image {
  flex: 0 0 10.5rem;
  width: 10.5rem;
  height: 10.5rem;
}
section.news-list .flex .col .articles a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.news-list .flex .col .single a {
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #004C97;
  display: inline-block;
  width: 100%;
}
section.news-list .flex .col .single a .image {
  font-size: 0;
  height: 25rem;
  width: 100%;
}
section.news-list .flex .col .single a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.news-list .flex .col .single a .content {
  margin: 1.5rem 0 0;
}
section.news-list .flex .col .single a .content .info {
  display: flex;
  gap: 0.62rem;
  align-items: center;
  margin: 0 0 2.13rem;
}
section.news-list .flex .col .single a .content .info .category {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #FEFEFE;
  color: #004C97;
}
section.news-list .flex .col .single a .content .info .date {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #004C97;
}
section.news-list .flex .col .single a .content .text {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-flow: column;
}
section.news-list .flex .col .single a .content .text .name {
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
}
section.news-list .flex .col .single a .content .text .description p {
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
section.news-list .flex .col .single a .content .text .link {
  white-space: nowrap;
  margin: 0 2rem 0 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.news-list .wrapper-list {
  position: relative;
  padding: 6rem 0 0;
}
section.news-list .wrapper-list .button {
  text-align: center;
}
section.news-list .wrapper-list .button .btn {
  cursor: pointer;
}
section.news-list .wrapper-list .grid {
  display: grid;
  gap: 6rem 2rem;
  grid-template-columns: repeat(3, 1fr);
}
section.news-list .wrapper-list .grid a .image {
  width: 100%;
  height: 16.875rem;
  font-size: 0;
}
section.news-list .wrapper-list .grid a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.news-list .wrapper-list .grid a .content {
  margin: 1.5rem 0 0;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #004C97;
}
section.news-list .wrapper-list .grid a .content .info {
  display: flex;
  gap: 0.62rem;
  align-items: center;
  margin: 0 0 1.5rem;
}
section.news-list .wrapper-list .grid a .content .info .category {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #FEFEFE;
  color: #004C97;
}
section.news-list .wrapper-list .grid a .content .info .date {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #004C97;
}
section.news-list .wrapper-list .grid a .content .name {
  margin: 0 0 1rem;
  height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #004C97;
  font-weight: 700;
}
section.news-list .wrapper-list .grid a .content .description p {
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1rem;
}
section.news-list .wrapper-list .grid a .content .link {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section.news-list .wrapper-list .alm-btn-wrap {
  text-align: center;
}
section.news-list .wrapper-list .alm-btn-wrap button {
  padding: 6rem 0 0;
}
section.news-list .wrapper-list .alm-btn-wrap button.done {
  display: none;
}

section.construction-gallery {
  padding: 3rem 0;
  background: #F9FAFA;
}
section.construction-gallery .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
section.construction-gallery .flex {
  align-items: center;
  justify-content: space-between;
}
section.construction-gallery .flex .filter select {
  cursor: pointer;
  width: 17rem;
  padding: 1rem 0;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #004C97;
  border-bottom: 0.0625rem solid #004C97;
  background: transparent url(../img/Chevron_Down.svg) no-repeat center right;
  background-size: 1rem 1rem;
}
section.construction-gallery .grid {
  margin: 3rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
section.construction-gallery .grid a .image {
  font-size: 0;
  height: 25.875rem;
  width: 100%;
}
section.construction-gallery .grid a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.construction-gallery .grid a .text {
  padding: 1.5rem 0;
  color: #004C97;
  font-size: 1rem;
  line-height: 1.5rem;
}
section.construction-gallery .alm-btn-wrap {
  text-align: center;
}
section.construction-gallery .alm-btn-wrap button.done {
  display: none;
}

section.article-intro {
  padding: 3rem 0;
  background: #F8F5EB;
}
section.article-intro .back {
  margin: 0 0 2.5rem;
}
section.article-intro .back .btn {
  line-height: 48px;
  padding: 0 20px 0 42px;
  background: white url(../img/back.svg) no-repeat center left 20px;
  background-size: 10px 10px;
}
section.article-intro .back .btn:hover {
  background: #5CA3E9 url(../img/back_white.svg) no-repeat center left 20px;
  background-size: 10px 10px;
}
section.article-intro .flex {
  gap: 2rem;
}
section.article-intro .flex .content {
  padding: 0 2rem 0 0;
  box-sizing: border-box;
  flex: 1 1 30rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
section.article-intro .flex .content .bottom .info {
  display: flex;
  gap: 0.62rem;
  align-items: center;
  margin: 0 0 2rem;
}
section.article-intro .flex .content .bottom .info .category {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #FEFEFE;
  color: #004C97;
}
section.article-intro .flex .content .bottom .info .date {
  padding: 0.5625rem 0.75rem 0.4375rem 0.75rem;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #004C97;
}
section.article-intro .flex .content .bottom p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
}
section.article-intro .flex .image {
  font-size: 0;
  flex: 1 1 62rem;
  height: 34.875rem;
}
section.article-intro .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section.article-content .wrapper {
  margin: 6rem 0;
}
section.article-content .wrapper h1, section.article-content .wrapper h2, section.article-content .wrapper h3, section.article-content .wrapper h4, section.article-content .wrapper h5, section.article-content .wrapper h6 {
  padding: 0;
  border-bottom: none;
  margin: 2rem auto;
  max-width: 46rem;
}
section.article-content .wrapper p {
  font-size: 1.75rem;
  line-height: 2.625rem;
  margin: 2rem auto;
  max-width: 46rem;
  padding: 0;
}
section.article-content .wrapper ol, section.article-content .wrapper ul {
  margin: 2rem auto;
  max-width: 46rem;
}
section.article-content .wrapper ol li, section.article-content .wrapper ul li {
  font-size: 1.75rem;
  line-height: 2.625rem;
  color: #004C97;
  padding: 0 0 0 2rem;
  position: relative;
}
section.article-content .wrapper ol {
  counter-reset: list-counter;
}
section.article-content .wrapper ol li {
  counter-increment: list-counter;
}
section.article-content .wrapper ol li:before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
section.article-content .wrapper ul li:before {
  content: close-quote;
  position: absolute;
  top: 16px;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #004C97;
}
section.article-content .wrapper figure.wp-block-image {
  margin: 5rem auto;
  font-size: 0;
  max-width: 46rem;
}
section.article-content .wrapper figure.wp-block-image.alignwide {
  max-width: 62rem;
}
section.article-content .wrapper figure.wp-block-image img {
  width: 100%;
  height: auto;
}
section.article-content .wrapper figure.wp-block-image figcaption {
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #004C97;
}

.construction-gallery-popup {
  background: #252A30;
  opacity: 0.95;
  position: fixed !important;
  height: 100vh !important;
  top: 0 !important;
}
.construction-gallery-popup .mfp-close {
  display: inline-block;
  position: absolute;
  width: 2rem;
  top: 3.5rem;
  height: 2rem;
  right: 3rem;
  padding: 0;
  font-size: 0;
  background: url(../img/Close-large.svg) no-repeat center center;
  background-size: 2rem 2rem;
  cursor: pointer;
  opacity: 1;
}
.construction-gallery-popup .mfp-container {
  padding: 0;
}
.construction-gallery-popup .mfp-container .mfp-content {
  padding: 0 11rem;
  height: 100%;
}
.construction-gallery-popup .mfp-container .mfp-content .mfp-figure {
  height: 100%;
  display: flex;
  align-items: center;
}
.construction-gallery-popup .mfp-container .mfp-content .mfp-figure:after {
  content: none;
}
.construction-gallery-popup .mfp-container .mfp-content .mfp-figure .mfp-close {
  display: none;
}
.construction-gallery-popup .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  padding: 0 0 4rem;
}
.construction-gallery-popup .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar {
  margin-top: 0;
  position: initial;
}
.construction-gallery-popup .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-title {
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 2rem;
  color: #FEFEFE;
  padding: 0 8rem;
}
.construction-gallery-popup .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-counter {
  display: none;
}
.construction-gallery-popup .mfp-container .mfp-arrow {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  cursor: pointer;
  top: calc(50% - 3rem);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.construction-gallery-popup .mfp-container .mfp-arrow:before {
  content: none;
}
.construction-gallery-popup .mfp-container .mfp-arrow:after {
  content: none;
}
.construction-gallery-popup .mfp-container .mfp-arrow.mfp-arrow-right {
  right: 3rem;
  background: #EBF7FD url(../img/Chevron_Right.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
.construction-gallery-popup .mfp-container .mfp-arrow.mfp-arrow-left {
  left: 3rem;
  background: #EBF7FD url(../img/Chevron_Left.svg) no-repeat center center;
  background-size: 1rem 1rem;
}
.construction-gallery-popup .mfp-container .mfp-arrow:active {
  margin-top: -55px;
}

/*==================================NAVIGATOR==================================*/
.js-visual-navigator path {
  fill: transparent;
}
.js-visual-navigator__view {
  display: none;
}
.js-visual-navigator__view.active {
  display: block;
}
.js-visual-navigator__static, .js-visual-navigator__category, .js-visual-navigator__flat, .js-visual-navigator__flat path {
  cursor: pointer;
  opacity: 0 !important;
  fill: #5CA3E9 !important;
  fill-opacity: 0.8 !important;
  stroke: #FEFEFE !important;
  transition: opacity 100ms, fill-opacity 100ms;
}
.js-visual-navigator__static.active, .js-visual-navigator__static:hover, .js-visual-navigator__category.active, .js-visual-navigator__category:hover, .js-visual-navigator__flat.active, .js-visual-navigator__flat:hover, .js-visual-navigator__flat path.active, .js-visual-navigator__flat path:hover {
  opacity: 1 !important;
}
.js-visual-navigator__static.active path, .js-visual-navigator__static:hover path, .js-visual-navigator__category.active path, .js-visual-navigator__category:hover path, .js-visual-navigator__flat.active path, .js-visual-navigator__flat:hover path, .js-visual-navigator__flat path.active path, .js-visual-navigator__flat path:hover path {
  opacity: 1 !important;
}
.js-visual-navigator__flat, .js-visual-navigator__flat path {
  fill: #7E94B4 !important;
}
.js-visual-navigator__flat[data-rooms="1"], .js-visual-navigator__flat[data-rooms="1"] path, .js-visual-navigator__flat path[data-rooms="1"], .js-visual-navigator__flat path[data-rooms="1"] path {
  fill: #004C97 !important;
}
.js-visual-navigator__flat[data-rooms="2"], .js-visual-navigator__flat[data-rooms="2"] path, .js-visual-navigator__flat path[data-rooms="2"], .js-visual-navigator__flat path[data-rooms="2"] path {
  fill: #D0BA62 !important;
}
.js-visual-navigator__flat[data-rooms="3"], .js-visual-navigator__flat[data-rooms="3"] path, .js-visual-navigator__flat path[data-rooms="3"], .js-visual-navigator__flat path[data-rooms="3"] path {
  fill: #8BB766 !important;
}
.js-visual-navigator__flat[data-rooms="4"], .js-visual-navigator__flat[data-rooms="4"] path, .js-visual-navigator__flat path[data-rooms="4"], .js-visual-navigator__flat path[data-rooms="4"] path {
  fill: #C09072 !important;
}
.js-visual-navigator__static {
  cursor: pointer;
  fill: rgba(92, 163, 233, 0.8) !important;
}
.js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible, .js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible path {
  fill-opacity: 0.5 !important;
  opacity: 1 !important;
}
.js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible.active, .js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible:hover, .js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible path.active, .js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible path:hover {
  fill-opacity: 0.8 !important;
}
.js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible.active path, .js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible:hover path, .js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible path.active path, .js-visual-navigator.filter-active .js-visual-navigator__flat.filter-visible path:hover path {
  fill-opacity: 0.8 !important;
}
.js-visual-navigator__templates {
  display: none;
}

.ui-tooltip {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.ui-tooltip {
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.e-plan-tooltip {
  min-width: 208px;
  box-sizing: border-box;
  background: white;
}
.e-plan-tooltip .e-plan-tooltip__subtitle {
  font-family: "Cera Stencil Pro", sans-serif;
  padding: 16px 16px 8px;
  font-weight: 700;
  font-size: 16px;
  color: #004C97;
}
.e-plan-tooltip .e-plan-tooltip__title {
  font-family: "Cera Pro", sans-serif;
  padding: 0 16px 16px;
  font-weight: 500;
  font-size: 24px;
  color: #004C97;
}
.e-plan-tooltip .e-plan-tooltip__details {
  border-top: 1px solid #004C97;
  padding: 16px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.e-plan-tooltip .e-plan-tooltip__details .e-plan-tooltip__details-pair {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.e-plan-tooltip .e-plan-tooltip__details .e-plan-tooltip__details-pair .e-plan-tooltip__label {
  font-size: 14px;
  line-height: 16px;
  color: #004C97;
}
.e-plan-tooltip .e-plan-tooltip__details .e-plan-tooltip__details-pair .e-plan-tooltip__value {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #004C97;
}
.e-plan-tooltip .e-plan-tooltip__text .e-plan-tooltip_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 7px 0 5px;
  font-size: 16px;
  line-height: 28px;
  font-feature-settings: "tnum" on, "lnum" on;
  color: black;
  border-top: 1px solid #EBF7FD;
}
.e-plan-tooltip .e-plan-tooltip__text .e-plan-tooltip_row .e-plan-tooltip_value {
  font-weight: 500;
}
.e-plan-tooltip .e-plan-tooltip__bottom {
  font-family: "Cera Stencil Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #004C97;
  padding: 16px;
  border-top: 1px solid #004C97;
  background: url(../img/angle-right.svg) no-repeat center right 16px;
  background-size: 10px 10px;
}

/*==================================FOOTER=====================================*/
footer {
  padding: 4rem 0 0;
  background: #004C97;
}
footer .top {
  padding: 0 0 14rem;
}
footer .top .flex {
  gap: 2rem;
}
footer .top .flex .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .top .flex .left nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
footer .top .flex .left nav ul li a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .top .flex .left nav ul li a:hover {
  color: #5CA3E9;
}
footer .top .flex .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
footer .top .flex .right .contacts p {
  padding: 0;
}
footer .top .flex .right .contacts a {
  display: inline-block;
  font-family: "Cera Stencil Pro", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: #EBF7FD;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #EBF7FD;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 0 1rem;
}
footer .top .flex .right .contacts a:hover {
  color: #5CA3E9;
  border-bottom: 1px solid #5CA3E9;
}
footer .top .flex .right .logo a {
  display: inline-block;
  width: 72px;
  height: 72px;
  background: url(../img/Marina-Dorcol_Symbol_White.svg) no-repeat center center;
  background-size: 72px 72px;
}
footer .bottom .flex {
  gap: 2rem;
}
footer .bottom .flex .left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .bottom .flex .left .logo {
  padding: 0 0 1rem;
}
footer .bottom .flex .left .logo a {
  display: inline-block;
  font-size: 0;
}
footer .bottom .flex .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
footer .bottom .flex .right .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: calc(2rem + 1px);
}
footer .bottom .flex .right .links a {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FEFEFE;
  position: relative;
  padding: 0 0 1rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .bottom .flex .right .links a:hover {
  color: #5CA3E9;
}
footer .bottom .flex .right .links a:after {
  content: close-quote;
  position: absolute;
  right: calc(-1rem - 1px);
  width: 1px;
  height: 100%;
  background: #FEFEFE;
}
footer .bottom .flex .right .links .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FEFEFE;
  padding: 0 0 1rem;
}
footer .bottom .flex .right .social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: calc(2rem + 1px);
}
footer .bottom .flex .right .social ul li a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FEFEFE;
  padding: 0 0 1rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .bottom .flex .right .social ul li a:hover {
  color: #5CA3E9;
}
footer .bottom .flex .right .social ul li:not(:last-child) a:after {
  content: close-quote;
  position: absolute;
  right: calc(-1rem - 1px);
  width: 1px;
  height: 100%;
  background: #FEFEFE;
}

/*==================================RETINA=====================================*/
/*==================================Font size===================================*/
@media (min-width: 1920px) {
  html, body {
    font-size: 20px;
  }
  section.news-list .wrapper {
    max-width: 1600px;
  }
  section.construction-gallery .wrapper {
    max-width: 1600px;
  }
}
/*==================================RESPONSE===================================*/
@media (max-width: 1599px) {
  h1, .h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
  h1:not(.h1), .h1:not(.h1) {
    margin: 0 0 2rem;
  }
  h2, .h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h2:not(.h2), .h2:not(.h2) {
    margin: 0 0 3rem;
  }
  h3, .h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h3:not(.h3), .h3:not(.h3) {
    margin: 0 0 3rem;
  }
  h4, .h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 0 0 1rem;
  }
  .mfp-iframe-holder .mfp-content {
    max-width: 1100px;
  }
  section.numbers .flex .content {
    padding: 2rem 0 0;
  }
  section.numbers .flex .content .items a {
    background: #F8F5EB url(../img/Light_08.svg) no-repeat bottom 1.5rem right 1.5rem;
    background-size: 2rem 2rem;
    padding: 1.5rem;
    height: 13rem;
  }
  section.numbers .flex .content .items a .overline, section.numbers .flex .content .items a .subtitle, section.numbers .flex .content .items a section.simple-slider .slider .slide .item .toggle, section.simple-slider .slider .slide .item section.numbers .flex .content .items a .toggle, section.numbers section.text-toggle-image .flex .left .content .items a .toggles .toggle .toggle-name, section.text-toggle-image section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.text-toggle-image .flex .left .content .toggles .toggle .items a .toggle-name, section.text-toggle-image section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers section.text-toggle-map .flex .left .content .items a .toggles .toggle .toggle-name, section.text-toggle-map section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.text-toggle-map .flex .left .content .toggles .toggle .items a .toggle-name, section.text-toggle-map section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers section.toggle-images .flex .left .content .items a .toggles .toggle .toggle-name, section.toggle-images section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.toggle-images .flex .left .content .toggles .toggle .items a .toggle-name, section.toggle-images section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers .flex .content .items a section.text-boxes .grid .item .toggle, section.text-boxes .grid .item section.numbers .flex .content .items a .toggle, section.numbers .flex .content .items a section.apartments-list .list .overflow table thead tr th, section.apartments-list .list .overflow table thead tr section.numbers .flex .content .items a th, section.numbers .flex .content .items a section.apartment-detail .intro .breadcrumb ul li a, section.apartment-detail .intro .breadcrumb ul li section.numbers .flex .content .items a a, section.numbers .flex section.apartment-detail .contents .content .items a .flex .left .toggles .toggle .toggle-name, section.apartment-detail .contents section.numbers .flex .content .items a .flex .left .toggles .toggle .toggle-name, section.numbers .flex section.apartment-detail .contents .content .flex .left .toggles .toggle .items a .toggle-name, section.apartment-detail .contents section.numbers .flex .content .flex .left .toggles .toggle .items a .toggle-name {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  section.numbers .flex .content .items a:hover {
    background: #F2EDDB url(../img/Light_08.svg) no-repeat bottom 1.5rem right 1.5rem;
    background-size: 2rem 2rem;
  }
  section.location .wrapper:after {
    content: none;
  }
  section.location .wrapper .map .map-circle {
    right: -243px;
  }
  section.location .wrapper .map .map-nav {
    right: -243px;
  }
  section.text-boxes .grid .item {
    padding: 1.5rem;
  }
  section.icons .grid .item {
    padding: 1.5rem;
  }
  section.icons .grid .item .overline, section.icons .grid .item .subtitle, section.icons .grid section.simple-slider .slider .slide .item .toggle, section.simple-slider .slider .slide section.icons .grid .item .toggle, section.icons .grid .item section.text-toggle-image .flex .left .content .toggles .toggle .toggle-name, section.text-toggle-image .flex .left .content .toggles .toggle section.icons .grid .item .toggle-name, section.icons .grid .item section.text-toggle-map .flex .left .content .toggles .toggle .toggle-name, section.text-toggle-map .flex .left .content .toggles .toggle section.icons .grid .item .toggle-name, section.icons .grid .item section.toggle-images .flex .left .content .toggles .toggle .toggle-name, section.toggle-images .flex .left .content .toggles .toggle section.icons .grid .item .toggle-name, section.icons section.text-boxes .grid .item .toggle, section.text-boxes section.icons .grid .item .toggle, section.icons .grid .item section.apartments-list .list .overflow table thead tr th, section.apartments-list .list .overflow table thead tr section.icons .grid .item th, section.icons .grid .item section.apartment-detail .intro .breadcrumb ul li a, section.apartment-detail .intro .breadcrumb ul li section.icons .grid .item a, section.icons .grid .item section.apartment-detail .contents .content .flex .left .toggles .toggle .toggle-name, section.apartment-detail .contents .content .flex .left .toggles .toggle section.icons .grid .item .toggle-name {
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }
  section.contact-boxes .grid .item {
    padding: 1.5rem;
  }
  section.text-toggle-image .flex .right .image .nav {
    position: initial;
    padding: 0 0 1.5rem 1.5rem;
  }
  section.calculator .flex .right .content .boxes {
    max-width: 352px;
    margin: 0 auto;
  }
  section.navigator-detail .flex {
    margin: 0;
  }
  section.comparison .wrapper h2 {
    max-width: 35rem;
  }
  section.comparison .grid .item .name {
    gap: 1rem;
  }
  section.article-content .wrapper p {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
  section.article-content .wrapper ol li, section.article-content .wrapper ul li {
    font-size: 1.3125rem;
    line-height: 2rem;
    padding: 0 0 0 1.5rem;
  }
  section.article-content .wrapper ul li:before {
    top: 12px;
    left: 0;
  }
  section.news-list .wrapper {
    max-width: 1200px;
  }
  section.construction-gallery .wrapper {
    max-width: 1200px;
  }
  footer .bottom .flex {
    justify-content: space-between;
  }
  footer .bottom .flex .left {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  footer .bottom .flex .right {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    justify-content: space-between;
    gap: 32px;
  }
}
@media (max-width: 1399px) {
  section.location .wrapper .map .map-circle {
    right: -343px;
  }
  section.location .wrapper .map .map-nav {
    right: -343px;
  }
  section.apartments-list .list .overflow table thead tr th {
    letter-spacing: 0;
  }
  section.apartments-list .filter .grid {
    gap: 2rem;
  }
  section.icons .grid .item .icon {
    max-width: 56px;
  }
  section.news .grid .col .flex .construction a .image {
    width: 15.6875rem;
    flex: 0 0 15.6875rem;
  }
  .popup.floor-plan .wrapper {
    margin: 96px 48px;
  }
}
@media (max-width: 1299px) {
  section.icons .grid .item .icon {
    max-width: 42px;
  }
}
@media (max-width: 1199px) {
  ::-webkit-scrollbar {
    display: none;
    width: 0;
    background: 0 0;
  }
  ::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .container {
    max-width: 100%;
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .compare-block .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    padding: 2rem;
  }
  .compare-block .wrapper .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 1rem;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .compare-block .wrapper .count {
    display: block;
    -webkit-box-flex: 0 0 48px;
    -moz-box-flex: 0 0 48px;
    -webkit-flex: 0 0 48px;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    border: 1px solid #FEFEFE;
    color: #FEFEFE;
    border-radius: 100%;
    font-size: 24px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    font-family: "Cera Stencil Pro", sans-serif;
  }
  .compare-block .wrapper h5 {
    padding: 0;
  }
  .compare-block .wrapper .flex .list {
    display: none;
  }
  .mfp-container.mfp-iframe-holder .mfp-content {
    height: 80vh;
  }
  .popup.floor-plan .wrapper .flex {
    flex-flow: column;
  }
  .popup.floor-plan .wrapper .flex .actions {
    flex: 1;
    gap: 24px;
  }
  .popup.floor-plan .wrapper .flex .actions .bottom a.close {
    display: block;
  }
  header {
    padding: 1.5rem;
  }
  header .logo {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo a .symbol {
    display: none;
  }
  header .logo a .word-mark {
    width: 173.72px;
    height: 15px;
  }
  header .logo .burger {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/Hamburger.svg) no-repeat center center;
    background-size: 16px 16px;
  }
  header .bottom {
    display: none;
  }
  header.fixed {
    padding: 1.5rem;
  }
  header.fixed .logo {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.fixed .logo a .symbol {
    display: none;
  }
  header.fixed .logo a .word-mark {
    width: 173.72px;
    height: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  header.fixed .logo .burger {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/Hamburger.svg) no-repeat center center;
    background-size: 16px 16px;
  }
  header.fixed .bottom {
    display: none;
  }
  section.hero {
    min-height: calc(100vh - 64px);
  }
  section.hero .content {
    padding: 0;
  }
  section.text-images .flex {
    padding: 0;
  }
  section.numbers {
    padding: 4rem 0;
  }
  section.numbers .flex {
    flex-flow: column-reverse;
    gap: 7rem;
  }
  section.numbers .flex .content {
    padding: 0;
  }
  section.numbers .flex .content .items {
    left: -3rem;
    right: initial;
    display: flex;
    flex-flow: nowrap;
    gap: 0;
    overflow: auto;
    justify-content: flex-start;
    width: calc(100% + 6rem);
  }
  section.numbers .flex .content .items a {
    margin: 0 8px;
    -webkit-box-flex: 0 0 240px;
    -moz-box-flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  section.numbers .flex .content .items a:first-child {
    margin: 0 8px 0 3rem;
  }
  section.numbers .flex .content .items a:last-child {
    margin: 0 3rem 0 8px;
  }
  section.numbers .flex .content .items a .overline, section.numbers .flex .content .items a .subtitle, section.numbers .flex .content .items a section.simple-slider .slider .slide .item .toggle, section.simple-slider .slider .slide .item section.numbers .flex .content .items a .toggle, section.numbers section.text-toggle-image .flex .left .content .items a .toggles .toggle .toggle-name, section.text-toggle-image section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.text-toggle-image .flex .left .content .toggles .toggle .items a .toggle-name, section.text-toggle-image section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers section.text-toggle-map .flex .left .content .items a .toggles .toggle .toggle-name, section.text-toggle-map section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.text-toggle-map .flex .left .content .toggles .toggle .items a .toggle-name, section.text-toggle-map section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers section.toggle-images .flex .left .content .items a .toggles .toggle .toggle-name, section.toggle-images section.numbers .flex .left .content .items a .toggles .toggle .toggle-name, section.numbers section.toggle-images .flex .left .content .toggles .toggle .items a .toggle-name, section.toggle-images section.numbers .flex .left .content .toggles .toggle .items a .toggle-name, section.numbers .flex .content .items a section.text-boxes .grid .item .toggle, section.text-boxes .grid .item section.numbers .flex .content .items a .toggle, section.numbers .flex .content .items a section.apartments-list .list .overflow table thead tr th, section.apartments-list .list .overflow table thead tr section.numbers .flex .content .items a th, section.numbers .flex .content .items a section.apartment-detail .intro .breadcrumb ul li a, section.apartment-detail .intro .breadcrumb ul li section.numbers .flex .content .items a a, section.numbers .flex section.apartment-detail .contents .content .items a .flex .left .toggles .toggle .toggle-name, section.apartment-detail .contents section.numbers .flex .content .items a .flex .left .toggles .toggle .toggle-name, section.numbers .flex section.apartment-detail .contents .content .flex .left .toggles .toggle .items a .toggle-name, section.apartment-detail .contents section.numbers .flex .content .flex .left .toggles .toggle .items a .toggle-name {
    width: 9rem;
  }
  section.numbers .flex .content .items a .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  section.numbers .flex .image .box {
    width: 100%;
  }
  section.numbers .flex .image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center center;
  }
  section.location .flex {
    flex-flow: column;
    gap: 0;
  }
  section.location .flex .item .title {
    margin: 0;
  }
  section.location .flex .item .text {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  section.location .wrapper {
    height: 640px;
  }
  section.location .wrapper .flex {
    flex-flow: column;
    max-width: 320px;
  }
  section.location .wrapper .flex .item .box {
    max-width: 100%;
    margin: 0;
  }
  section.location .wrapper .flex .item .box .box-wrapper {
    max-width: 100%;
  }
  section.location .wrapper .map .map-circle {
    bottom: -385px;
    top: initial;
    right: calc(50% - 272.5px);
  }
  section.location .wrapper .map .map-nav {
    bottom: -385px;
    top: initial;
    right: calc(50% - 272.5px);
  }
  section.location .wrapper .map .map-nav .items {
    gap: 26px;
    flex-flow: row;
    position: absolute;
    top: 0;
    left: calc(50% - 99px);
  }
  section.location .wrapper .map .map-nav .items .time {
    flex-flow: column;
  }
  section.location .wrapper .map .map-nav .items .time .number {
    padding: 0;
  }
  section.location .wrapper .map .map-nav .items .time .number:before {
    left: calc(50% - 7px) !important;
  }
  section.location .wrapper .map .map-nav .items .time:nth-child(1) .number {
    padding: 41px 0 0;
  }
  section.location .wrapper .map .map-nav .items .time:nth-child(1) .number:before {
    top: 5px;
  }
  section.location .wrapper .map .map-nav .items .time:nth-child(2) .number {
    padding: 25px 0 0;
  }
  section.location .wrapper .map .map-nav .items .time:nth-child(2) .number:before {
    top: -7px;
  }
  section.location .wrapper .map .map-nav .items .time:nth-child(3) .number {
    padding: 25px 0 0;
  }
  section.location .wrapper .map .map-nav .items .time:nth-child(3) .number:before {
    top: -7px;
  }
  section.location .wrapper .map .map-nav .items .time:nth-child(4) .number {
    padding: 41px 0 0;
  }
  section.location .wrapper .map .map-nav .items .time:nth-child(4) .number:before {
    top: 5px;
  }
  section.location .wrapper .map .mapboxgl-ctrl-top-right {
    left: auto;
    right: 3rem;
  }
  section.location .wrapper .map .custom-marker {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.75px;
  }
  section.investor .slider {
    padding-left: calc(3rem - 8px);
    padding-right: calc(3rem - 8px);
    padding-top: 6rem;
  }
  section.investor .slider .arrow {
    top: calc(6rem - 42px);
  }
  section.investor .slider .arrow.next {
    right: 3rem;
  }
  section.investor .slider .arrow.prev {
    right: calc(3rem + 8px + 96px);
  }
  section.apartments-list .navigator .desktop .map .actions .back {
    top: 1.5rem;
    left: 1.5rem;
  }
  section.apartments-list .navigator .desktop .map .actions .rotate {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
  }
  section.apartments-list .navigator .desktop .map .actions .rotate.prev {
    background: white url(../img/Rotate-Mobile-L.svg) no-repeat center center;
    background-size: 16px 16px;
  }
  section.apartments-list .navigator .desktop .map .actions .rotate.next {
    background: white url(../img/Rotate-Mobile-R.svg) no-repeat center center;
    background-size: 16px 16px;
  }
  section.apartments-list .navigator .desktop .map .actions .info {
    display: none;
  }
  section.apartments-list .navigator .desktop .map .actions .compare {
    top: 24px;
    right: 24px;
  }
  section.apartments-list .navigator .desktop .map .actions .compare-list {
    top: 80px;
    right: 24px;
  }
  section.apartments-list .list .overflow table thead tr th:last-child {
    display: none;
  }
  section.apartments-list .list .overflow table thead tr th:first-child {
    display: table-cell;
  }
  section.apartments-list .list .overflow table thead tr th:nth-child(8) {
    padding: 1rem 0;
  }
  section.apartments-list .list .overflow table tbody tr td:last-child {
    display: none;
  }
  section.apartments-list .list .overflow table tbody tr td:first-child {
    display: table-cell;
  }
  section.apartments-list .list .overflow table tbody tr td:nth-child(8) {
    padding: 1rem 0;
  }
  section.intro .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.intro .flex .content p {
    max-width: 100%;
  }
  section.intro .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.intro.alt .flex .content {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  section.intro.alt .flex .content .inside .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.intro.alt .flex .content .inside .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.intro.alt .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.intro.image .flex .content {
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  section.intro.image .flex .content p {
    max-width: 100%;
  }
  section.text-image.alt-1 .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-image.alt-1 .flex .content p {
    max-width: 100%;
  }
  section.text-image.alt-1 .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-image.alt-2 .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-image.alt-2 .flex .content p {
    max-width: 100%;
  }
  section.text-image.alt-2 .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-image.alt-3 .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-image.alt-3 .flex .content p {
    max-width: 100%;
  }
  section.text-image.alt-3 .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-image.alt-4 .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-image.alt-4 .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-toggle-image .flex .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-toggle-image .flex .left p {
    max-width: 100%;
  }
  section.text-toggle-image .flex .left .toggles {
    max-width: 100%;
  }
  section.text-toggle-image .flex .left .content {
    padding: 0;
  }
  section.text-toggle-image .flex .left .content p {
    max-width: 100%;
  }
  section.text-toggle-image .flex .left .content .toggles {
    max-width: 100%;
  }
  section.text-toggle-image .flex .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-toggle-map .flex .left p {
    max-width: 100%;
  }
  section.text-toggle-map .flex .left .toggles {
    max-width: 100%;
  }
  section.text-toggle-map .flex .left .content {
    padding: 0;
  }
  section.text-toggle-map .flex .left .content p {
    max-width: 100%;
  }
  section.text-toggle-map .flex .left .content .toggles {
    max-width: 100%;
  }
  section.text-toggle-map.alt .flex .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-toggle-map.alt .flex .left p {
    max-width: 100%;
  }
  section.text-toggle-map.alt .flex .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.toggle-images .flex .left p {
    max-width: 100%;
  }
  section.toggle-images .flex .left .toggles {
    max-width: 100%;
  }
  section.toggle-images .flex .left .content {
    padding: 0;
  }
  section.toggle-images .flex .left .content p {
    max-width: 100%;
  }
  section.toggle-images .flex .left .content .toggles {
    max-width: 100%;
  }
  section.text-boxes .flex .content p {
    max-width: 100%;
  }
  section.text-boxes .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.icons .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  section.icons .grid .item .icon {
    max-width: 100%;
  }
  section.text-slider .flex .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-slider .flex .left p {
    max-width: 90%;
  }
  section.text-slider .flex .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-slider .flex .right .slider-wrapper {
    width: 44vw;
  }
  section.text-slider .flex .right .slider-wrapper .slider .slide .item {
    width: 100%;
  }
  section.architects.alt .flex .column:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.architects.alt .flex .column:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.architects .flex .column p {
    max-width: 100%;
  }
  section.architects .flex .column .description {
    max-width: 230px;
    padding: 3rem 0 0;
  }
  section.construction-process .slider {
    padding-left: calc(3rem - 8px);
    padding-right: calc(3rem - 8px);
    padding-top: 4rem;
  }
  section.construction-process .slider .arrow {
    top: calc(4rem - 42px);
  }
  section.construction-process .slider .arrow.next {
    right: 3rem;
  }
  section.construction-process .slider .arrow.prev {
    right: calc(3rem + 8px + 96px);
  }
  section.calculator {
    padding: 4rem 0;
  }
  section.calculator .flex .left .content {
    max-width: 100%;
  }
  section.calculator .flex .left .content p {
    max-width: 100%;
  }
  section.calculator .flex .right .content {
    padding: 4rem 0;
  }
  section.calculator .flex .right .content .boxes {
    max-width: 100%;
    margin: 0 32px;
  }
  section.gallery .list .flex .item {
    padding: 0.5rem;
  }
  section.apartment-detail .contents .content .flex .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.apartment-detail .contents .content .flex .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.gallery-slider .slider .arrow.next {
    right: 3rem;
  }
  section.gallery-slider .slider .arrow.prev {
    right: calc(3rem + 8px + 96px);
  }
  section.text-form .flex .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-form .flex .left p {
    max-width: 100%;
  }
  section.text-form .flex .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.apartments-list .filter {
    position: initial;
  }
  section.apartments-list .filter .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  section.apartments-list .filter .grid .column .wrapper .checkbox {
    flex: 1;
  }
  section.apartments-list .filter .grid .column .wrapper .checkbox.auto-width label {
    width: 100%;
  }
  section.apartments-list .filter .grid .column .wrapper .checkbox label {
    width: 100%;
    box-sizing: border-box;
  }
  section.apartments-list .list .overflow {
    width: calc(100% + 6rem);
    margin: 0 -3rem;
  }
  section.apartments-list .list .overflow table {
    margin: 0 3rem;
  }
  section.contact .flex .left .content {
    padding: 0 3rem;
  }
  section.contact .flex .right .form {
    max-width: 100%;
    width: 100%;
    margin: 0 3rem;
  }
  section.newsletter .flex .left .content {
    padding: 0 3rem;
  }
  section.text-images-alt.alt-1 .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-images-alt.alt-1 .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-images-alt.alt-2 .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-images-alt.alt-2 .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-images-alt.alt-3 .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.text-images-alt.alt-3 .flex .image {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.brochure .flex .right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.brochure .flex .right .content p {
    max-width: 100%;
  }
  section.brochure .flex .right .content .gform_wrapper {
    max-width: 100%;
  }
  section.brochure .flex .left {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.navigator-detail .flex {
    flex-flow: column;
    max-width: 700px;
    margin: 0 auto;
  }
  section.navigator-detail .flex .column:nth-child(1) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.navigator-detail .flex .column:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.navigator-detail .flex .column:nth-child(3) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.tours .list .content .grid .item .image .flex {
    padding: 2rem;
  }
  section.news-list .flex .col .single a .content .text {
    flex-flow: column;
    align-items: flex-start;
  }
  section.news-list .wrapper-list .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991.1px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
  section.text-images {
    padding: 4rem 0;
  }
  section.text-images .flex {
    padding: 0;
    gap: 1rem;
    flex-flow: row wrap;
  }
  section.text-images .flex div:nth-child(1) {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  section.text-images .flex div:nth-child(3) {
    -webkit-box-flex: 0 1 calc(50% - 0.5rem);
    -moz-box-flex: 0 1 calc(50% - 0.5rem);
    -webkit-flex: 0 1 calc(50% - 0.5rem);
    -ms-flex: 0 1 calc(50% - 0.5rem);
    flex: 0 1 calc(50% - 0.5rem);
  }
  section.text-images .flex div:nth-child(2) {
    -webkit-box-flex: 0 1 calc(50% - 0.5rem);
    -moz-box-flex: 0 1 calc(50% - 0.5rem);
    -webkit-flex: 0 1 calc(50% - 0.5rem);
    -ms-flex: 0 1 calc(50% - 0.5rem);
    flex: 0 1 calc(50% - 0.5rem);
  }
  section.text-images .flex div p {
    max-width: 100%;
  }
  section.text-images .flex .content {
    padding: 0 0 3rem;
  }
  section.investor {
    padding: 4rem 0;
  }
  section.investor .logo {
    margin: 0 0 3.5rem;
  }
  section.investor .text {
    max-width: 100%;
  }
  section.intro {
    padding: 4rem 0;
  }
  section.intro.alt .flex .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.intro.alt .flex .content .inside .image {
    display: none;
  }
  section.text-image {
    padding: 4rem 0 2rem;
  }
  section.text-toggle-image {
    padding: 4rem 0 2rem;
  }
  section.text-toggle-map {
    padding: 4rem 0 2rem;
  }
  section.toggle-images {
    padding: 4rem 0 2rem;
  }
  section.text-boxes {
    padding: 4rem 0 2rem;
  }
  section.icons {
    padding: 4rem 0 2rem;
  }
  section.icons .grid {
    display: flex;
    overflow: auto;
    margin: 0 -3rem;
    width: calc(100% + 6rem);
  }
  section.icons .grid .item {
    -webkit-box-flex: 0 0 224px;
    -moz-box-flex: 0 0 224px;
    -webkit-flex: 0 0 224px;
    -ms-flex: 0 0 224px;
    flex: 0 0 224px;
  }
  section.icons .grid .item:first-child {
    margin: 0 0 0 3rem;
  }
  section.icons .grid .item:last-child {
    margin: 0 3rem 0 0;
  }
  section.text-slider {
    padding: 4rem 0 2rem;
  }
  section.simple-slider {
    padding: 4rem 0 2rem;
  }
  section.architects {
    padding: 4rem 0;
  }
  section.architects.alt .flex .column:first-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.architects.alt .flex .column:last-child {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  section.construction-process {
    padding: 4rem 0;
  }
  section.construction-process p {
    max-width: 50%;
  }
  section.faq {
    padding: 4rem 0 2rem;
  }
  section.gallery .top {
    padding: 4rem 0 0;
  }
  section.gallery .top .nav ul {
    justify-content: flex-start;
    overflow: auto;
    width: calc(100% + 6rem);
    margin: 0 -3rem;
  }
  section.gallery .top .nav ul li:first-child {
    margin: 0 0 0 3rem;
  }
  section.gallery .top .nav ul li:last-child {
    margin: 0 3rem 0 0;
  }
  section.gallery .top .nav ul li a {
    white-space: nowrap;
  }
  section.gallery .list .load-more {
    margin: 2rem 0;
  }
  section.apartment-detail .intro .tabs {
    justify-content: flex-start;
    overflow: auto;
    width: calc(100% + 6rem);
    margin: 0 -3rem;
  }
  section.apartment-detail .intro .tabs .tab {
    white-space: nowrap;
  }
  section.apartment-detail .intro .tabs .tab:first-child {
    margin: 0 0 0 3rem;
  }
  section.apartment-detail .intro .tabs .tab:last-child {
    margin: 0 3rem 0 0;
  }
  section.text-form {
    padding: 4rem 0;
  }
  section.text-form .flex .right .form {
    padding: 3rem 1.5rem 4rem;
  }
  section.contact-boxes {
    padding: 4rem 0 2rem;
  }
  section.contact-boxes .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  section.comparison {
    padding: 4rem 0;
    margin: 0 0 3rem;
  }
  section.comparison .wrapper {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 2rem;
  }
  section.comparison .wrapper .back {
    position: initial;
  }
  section.comparison .wrapper h2, section.comparison .wrapper h3, section.comparison .wrapper h4 {
    text-align: left;
    max-width: 100%;
    width: 100%;
  }
  section.comparison .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    margin: 0 -3rem;
    width: calc(100% + 6rem);
    gap: 1rem;
  }
  section.comparison .grid .item {
    -webkit-box-flex: 0 0 240px;
    -moz-box-flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  section.comparison .grid .item:first-child {
    margin: 0 0 0 3rem;
  }
  section.comparison .grid .item:last-child {
    margin: 0 3rem 0 0;
  }
  section.apartments-list .filter .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.apartments-list .list {
    padding: 4rem 0;
  }
  section.apartments-list .list.compare-list {
    padding: 4rem 0 0;
  }
  section.contact {
    margin: 0;
  }
  section.contact .flex {
    aspect-ratio: auto;
    flex-flow: column;
    gap: 0;
  }
  section.contact .flex .left {
    -webkit-box-flex: 0 0 560px;
    -moz-box-flex: 0 0 560px;
    -webkit-flex: 0 0 560px;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
  }
  section.contact .flex .left .content {
    padding: 0 1.5rem;
  }
  section.contact .flex .right {
    padding: 4rem 0;
  }
  section.contact .flex .right .form {
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0;
  }
  section.newsletter {
    margin: 4rem 0 1.5rem;
  }
  section.newsletter .flex {
    flex-flow: wrap;
  }
  section.newsletter .flex .left {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  section.newsletter .flex .left .content {
    padding: 0;
  }
  section.newsletter .flex .right {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  section.newsletter .flex .right img {
    width: 100%;
  }
  section.text-images-alt {
    padding: 4rem 0 2rem;
  }
  section.image.alt-1 {
    padding: 2rem 0 4rem;
  }
  section.brochure {
    padding: 4rem 0;
  }
  section.navigator-detail {
    padding: 4rem 0;
  }
  section.tours .list {
    padding: 4rem 0;
  }
  section.tours .list .content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  section.news {
    padding: 3rem 0;
  }
  section.news .grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  section.news .grid .col .flex {
    max-width: 100%;
  }
  section.news .grid .col .flex .construction a .image {
    width: auto;
    height: auto;
    flex: initial;
  }
  section.news-list .flex {
    flex-flow: column;
  }
  section.news-list .flex .col:first-child {
    flex: 1;
  }
  section.news-list .flex .col:last-child {
    flex: 1;
  }
  section.news-list .wrapper-list {
    padding: 3rem 0 0;
  }
  section.news-list .wrapper-list .alm-btn-wrap button {
    padding: 3rem 0 0;
  }
  section.article-intro .flex {
    flex-flow: column;
  }
  section.article-intro .flex .content {
    flex: 1;
  }
  section.article-intro .flex .image {
    flex: 1;
    height: auto;
  }
  section.article-content .wrapper {
    margin: 3rem 0;
  }
  section.article-content .wrapper figure.wp-block-image {
    margin: 3rem auto;
  }
  section.article-content .wrapper figure.wp-block-image figcaption {
    margin: 1.5rem 0 0;
  }
  .construction-gallery-popup .mfp-close {
    top: 1.75rem;
    height: 2rem;
    right: 1.5rem;
  }
  .construction-gallery-popup .mfp-container .mfp-arrow {
    width: 4rem;
    height: 4rem;
    margin: 0;
  }
  .construction-gallery-popup .mfp-container .mfp-arrow.mfp-arrow-right {
    right: 1.5rem;
  }
  .construction-gallery-popup .mfp-container .mfp-arrow.mfp-arrow-left {
    left: 1.5rem;
  }
  .construction-gallery-popup .mfp-container .mfp-content {
    padding: 0 7rem;
  }
  .construction-gallery-popup .mfp-container .mfp-content .mfp-figure figure .mfp-img {
    padding: 0 0 1.5rem;
  }
  .construction-gallery-popup .mfp-container .mfp-content .mfp-figure figure figcaption .mfp-bottom-bar .mfp-title {
    padding: 0 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  footer {
    padding: 3.5rem 0 2rem;
  }
  footer .top {
    padding: 0 0 8rem;
  }
  footer .top .flex .left {
    display: none;
  }
  footer .top .flex .right {
    flex-flow: column-reverse;
    gap: 56px;
  }
  footer .bottom .flex {
    flex-flow: column-reverse;
  }
  footer .bottom .flex .left .logo {
    padding: 0;
  }
  footer .bottom .flex .left .logo a {
    display: block;
  }
  footer .bottom .flex .left .logo a img {
    width: 100%;
  }
  footer .bottom .flex .right {
    flex-flow: column;
    gap: 0;
  }
  footer .bottom .flex .right .links {
    flex-flow: column;
    gap: 1rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #FEFEFE;
  }
  footer .bottom .flex .right .links a {
    padding: 0;
  }
  footer .bottom .flex .right .links a:after {
    content: none;
  }
  footer .bottom .flex .right .links .text {
    padding: 0;
  }
  footer .bottom .flex .right .social {
    padding: 2rem 0;
    border-bottom: 1px solid #FEFEFE;
  }
  footer .bottom .flex .right .social ul {
    gap: 2.5rem;
  }
  footer .bottom .flex .right .social ul li a {
    padding: 0;
  }
  footer .bottom .flex .right .social ul li a:after {
    content: none !important;
  }
}
@media (max-width: 767px) {
  .animated {
    animation-delay: 0s;
  }
  .text-border, h1:not(.h1), .h1:not(.h1), h2:not(.h2), .h2:not(.h2), h3:not(.h3), .h3:not(.h3), section.faq .flex .column .items .item .question, section.navigator-detail .flex .column h4 {
    padding: 0 0 1.5rem;
  }
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h1:not(.h1), .h1:not(.h1) {
    margin: 0 0 2rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h2:not(.h2), .h2:not(.h2) {
    margin: 0 0 2rem;
  }
  h3, .h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h3:not(.h3), .h3:not(.h3) {
    margin: 0 0 3rem;
  }
  h4, .h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 0 0 1rem;
  }
  .subtitle {
    padding: 0 0 1.5rem;
  }
  .container-fluid {
    max-width: 100%;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .container {
    max-width: 100%;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .compare-block {
    margin: 0 1rem;
  }
  .compare-block .wrapper {
    flex-flow: row wrap;
    gap: 1rem;
    padding: 1rem;
  }
  .compare-block .wrapper .flex {
    padding: 1rem 0 0;
    border-top: 1px solid #FEFEFE;
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .cookies {
    padding: 1rem 1.5rem;
  }
  section.hero {
    padding: 140px 0 208px;
  }
  section.hero .content {
    max-width: 100%;
  }
  section.hero .content p {
    max-width: 100%;
  }
  section.hero .sale {
    width: 20rem;
    right: auto;
    left: 1.5rem;
  }
  section.hero .sale .image {
    -webkit-box-flex: 0 0 10rem;
    -moz-box-flex: 0 0 10rem;
    -webkit-flex: 0 0 10rem;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
  }
  section.hero .sale .text {
    -webkit-box-flex: 0 0 10rem;
    -moz-box-flex: 0 0 10rem;
    -webkit-flex: 0 0 10rem;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
  }
  section.text-images {
    padding: 4rem 0 1rem;
  }
  section.numbers .flex .content .items {
    left: -1.5rem;
    justify-content: flex-start;
    width: calc(100% + 3rem);
  }
  section.numbers .flex .content .items a {
    margin: 0 8px;
    -webkit-box-flex: 0 0 240px;
    -moz-box-flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  section.numbers .flex .content .items a:first-child {
    margin: 0 8px 0 24px;
  }
  section.numbers .flex .content .items a:last-child {
    margin: 0 24px 0 8px;
  }
  section.numbers .flex .image img {
    height: auto;
  }
  section.investor .slider {
    padding-left: calc(1.5rem - 8px);
    padding-right: calc(1.5rem - 8px);
  }
  section.investor .slider .arrow.next {
    right: 1.5rem;
  }
  section.investor .slider .arrow.prev {
    right: calc(1.5rem + 8px + 96px);
  }
  section.intro .flex {
    flex-flow: column;
    gap: 0;
  }
  section.intro .flex .content .scroll-down {
    display: none;
  }
  section.intro .flex .content .link {
    margin: 0 0 2rem;
  }
  section.intro .flex .image img {
    max-height: 560px;
    object-fit: cover;
    object-position: center center;
  }
  section.text-image .flex {
    flex-flow: column;
  }
  section.text-image .flex.reverse {
    flex-flow: column;
  }
  section.text-image .flex.center {
    align-items: stretch;
  }
  section.text-image .flex.end {
    align-items: stretch;
  }
  section.text-toggle-image .flex {
    flex-flow: column;
  }
  section.text-toggle-image .flex .left .content .toggles {
    margin: 0 0 2rem;
  }
  section.text-toggle-map .flex {
    flex-flow: column;
  }
  section.text-toggle-map .flex .left .content .toggles {
    margin: 0 0 2rem;
  }
  section.toggle-images .flex {
    flex-flow: column;
  }
  section.toggle-images .flex .left .content .toggles {
    margin: 0 0 2rem;
  }
  section.toggle-images .flex .right {
    aspect-ratio: 1/1;
  }
  section.text-boxes .flex {
    flex-flow: column;
    gap: 0;
  }
  section.text-boxes .grid {
    padding: 2rem 0 0;
    grid-template-columns: repeat(1, 1fr);
  }
  section.icons .title {
    max-width: 100%;
  }
  section.icons .grid {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
  }
  section.icons .grid .item:first-child {
    margin: 0 0 0 1.5rem;
  }
  section.icons .grid .item:last-child {
    margin: 0 1.5rem 0 0;
  }
  section.text-slider .flex {
    flex-flow: column;
  }
  section.text-slider .flex .right .slider-wrapper {
    width: 100%;
  }
  section.simple-slider h2 {
    max-width: 100%;
  }
  section.simple-slider .slider {
    padding-left: calc(1.5rem - 8px);
    padding-right: calc(1.5rem - 8px);
  }
  section.simple-slider .slider .arrow.next {
    right: 1.5rem;
  }
  section.simple-slider .slider .arrow.prev {
    right: calc(1.5rem + 8px + 96px);
  }
  section.construction-process p {
    max-width: 100%;
  }
  section.construction-process .slider {
    padding-left: calc(1.5rem - 8px);
    padding-right: calc(1.5rem - 8px);
  }
  section.construction-process .slider .arrow.next {
    right: 1.5rem;
  }
  section.construction-process .slider .arrow.prev {
    right: calc(1.5rem + 8px + 96px);
  }
  section.faq .flex {
    flex-flow: column;
    gap: 0;
  }
  section.faq .flex .column .items .item {
    padding: 1.5rem;
  }
  section.faq .flex .column .items .item .question {
    padding: 0 3rem 1.5rem 0;
  }
  section.architects .flex {
    flex-flow: column;
  }
  section.calculator .flex {
    flex-flow: column;
  }
  section.gallery .top .nav ul {
    justify-content: flex-start;
    overflow: auto;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
  section.gallery .top .nav ul li:first-child {
    margin: 0 0 0 1.5rem;
  }
  section.gallery .top .nav ul li:last-child {
    margin: 0 1.5rem 0 0;
  }
  section.gallery .top .nav ul li a {
    white-space: nowrap;
  }
  section.gallery .list .flex .item {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  section.gallery .list .flex .item.half {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  section.apartment-detail .intro {
    padding: 2.5rem 0 0;
  }
  section.apartment-detail .intro .breadcrumb ul {
    gap: 1.5rem;
  }
  section.apartment-detail .intro .breadcrumb ul li:not(:last-child):after {
    right: -1.5rem;
  }
  section.apartment-detail .intro .breadcrumb ul li a {
    font-family: "Cera Pro", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
  }
  section.apartment-detail .intro .tabs {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
  section.apartment-detail .intro .tabs .tab:first-child {
    margin: 0 0 0 1.5rem;
  }
  section.apartment-detail .intro .tabs .tab:last-child {
    margin: 0 1.5rem 0 0;
  }
  section.apartment-detail .contents .content .flex {
    flex-flow: column-reverse;
  }
  section.apartment-detail .contents .content .flex .left .subtitle {
    display: none;
  }
  section.apartment-detail .contents .content .flex .right img {
    width: 100%;
  }
  section.gallery-slider .slider .arrow.next {
    right: 1.5rem;
  }
  section.gallery-slider .slider .arrow.prev {
    right: calc(1.5rem + 8px + 96px);
  }
  section.text-form .flex {
    flex-flow: column;
  }
  section.comparison {
    margin: 0;
  }
  section.comparison .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
    gap: 1rem;
  }
  section.comparison .grid .item {
    -webkit-box-flex: 0 0 240px;
    -moz-box-flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  section.comparison .grid .item:first-child {
    margin: 0 0 0 1.5rem;
  }
  section.comparison .grid .item:last-child {
    margin: 0 1.5rem 0 0;
  }
  section.title {
    padding: 2rem 0 0;
  }
  section.title .wrapper {
    padding: 0 4rem;
  }
  section.apartments-list .navigator .desktop .map {
    overflow: auto;
  }
  section.apartments-list .navigator .desktop .map > svg, section.apartments-list .navigator .desktop .map > img {
    width: auto;
    min-height: 450px;
    height: calc(100vh - 128px);
  }
  section.apartments-list .navigator .desktop .map .actions .back {
    top: auto;
    left: 1rem;
    bottom: 1rem;
  }
  section.apartments-list .navigator .desktop .map .actions .rotate {
    top: auto;
    bottom: 16px;
    border-radius: 100%;
  }
  section.apartments-list .navigator .desktop .map .actions .rotate.prev {
    left: auto;
    right: 68px;
  }
  section.apartments-list .navigator .desktop .map .actions .rotate.next {
    right: 16px;
  }
  section.apartments-list .navigator .desktop .map .actions .compare {
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 24px;
    right: 24px;
    border-radius: 24px 24px 0 0;
    z-index: 100;
  }
  section.apartments-list .navigator .desktop .map .actions .compare .text {
    flex: 1;
  }
  section.apartments-list .navigator .desktop .map .actions .compare-list {
    position: fixed;
    top: auto;
    bottom: 56px;
    left: 24px;
    right: 24px;
    width: auto;
    z-index: 100;
  }
  section.apartments-list .navigator .desktop .map .actions .compare-list .flex .items ol li .texts {
    flex: 1;
  }
  section.apartments-list .list.compare-list {
    padding: 1.5rem 0 0;
  }
  section.apartments-list .list .table-title {
    padding: 0 0 1.5rem;
  }
  section.apartments-list .list .table-title h4 {
    font-size: 24px;
    line-height: 36px;
  }
  section.apartments-list .list .table-title .btn {
    display: none;
  }
  section.apartments-list .list .overflow {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
  section.apartments-list .list .overflow table {
    margin: 0 1.5rem;
  }
  section.apartments-list .list .button {
    margin: 3rem 0 0;
  }
  section.apartments-list .list .button.mobile-compare {
    display: block;
  }
  section.navigator .desktop {
    display: none;
  }
  section.navigator .mobile {
    display: block;
  }
  section.location .wrapper .map .mapboxgl-ctrl-top-right {
    right: 1rem;
  }
  section.text-images-alt .flex {
    flex-flow: column;
  }
  section.text-images-alt .flex.reverse {
    flex-flow: column;
  }
  section.text-images-alt .flex.center {
    align-items: stretch;
  }
  section.text-images-alt .flex.end {
    align-items: stretch;
  }
  section.text-images-alt.alt-3 .flex .image .images .item {
    max-height: initial;
  }
  section.brochure .flex {
    flex-flow: column;
    align-items: stretch;
  }
  section.news-list .wrapper-list .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  section.news-list .wrapper-list .grid a .image {
    height: auto;
    aspect-ratio: 16/9;
  }
  section.construction-gallery .flex {
    flex-flow: column;
    align-items: flex-start;
    gap: 1rem;
  }
  section.construction-gallery .flex .filter {
    width: 100%;
  }
  section.construction-gallery .flex .filter select {
    width: 100%;
  }
  section.construction-gallery .grid a .image {
    height: auto;
    aspect-ratio: 1/1;
  }
  section.construction-gallery .grid a .text {
    display: none;
  }
  section.article-intro {
    padding: 1.5rem 0;
  }
  section.article-intro .flex .content {
    gap: 1.5rem;
  }
  section.article-intro .flex .content .bottom .info {
    margin: 0 0 1.5rem;
  }
  .construction-gallery-popup .mfp-container .mfp-arrow {
    top: calc(100% - 6rem);
  }
  .construction-gallery-popup .mfp-container .mfp-arrow:active {
    margin-top: 0;
  }
  .construction-gallery-popup .mfp-container .mfp-content {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .btn.full {
    padding: 0 1rem;
  }
  .btn.white.angle-right {
    padding: 0 50px 0 28px;
    background: #FEFEFE url(../img/Light_03.svg) no-repeat center right 12px;
    background-size: 32px 32px;
  }
  .btn.white:hover.angle-right {
    background: #5CA3E9 url(../img/Light_03_White.svg) no-repeat center right 12px;
    background-size: 32px 32px;
  }
  .compare-block .wrapper h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .compare-block .wrapper .flex .options {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .compare-block .wrapper .flex .options .remove {
    -webkit-box-flex: 0 0 48px;
    -moz-box-flex: 0 0 48px;
    -webkit-flex: 0 0 48px;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }
  .compare-block .wrapper .flex .options .btn {
    width: 100%;
    text-align: center;
  }
  .popup.floor-plan .wrapper {
    margin: 96px 0 0;
    display: flex;
    align-items: flex-end;
    min-height: calc(100vh - 96px);
  }
  .popup.floor-plan .wrapper .flex .actions {
    padding: 24px;
  }
  .popup.floor-plan .wrapper .flex .actions .buttons .btn {
    padding: 0 20px;
  }
  .cookies {
    flex-flow: wrap;
  }
  .cookies .button {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cookies .button a {
    width: 100%;
    text-align: center;
  }
  section.image-video img {
    height: 560px;
    object-fit: cover;
    object-position: center center;
  }
  section.image-video video {
    height: 560px;
    object-fit: cover;
    object-position: center center;
  }
  section.investor .slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: nowrap;
    gap: 16px;
    overflow: auto;
    padding: 4rem 1.5rem 0;
  }
  section.investor .slider .slide {
    -webkit-box-flex: 0 0 240px;
    -moz-box-flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
  section.investor .slider .slide .item a {
    margin: 0;
  }
  section.architects .flex .column .image-wrapper .signatures {
    display: none;
  }
  section.architects .flex .column .description {
    max-width: 100%;
    padding: 1rem 0 0;
  }
  section.simple-slider .slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: nowrap;
    gap: 8px;
    overflow: auto;
    padding: 2rem 1.5rem 0;
  }
  section.simple-slider .slider .slide .item {
    margin: 0;
    width: 280px;
  }
  section.simple-slider .slider .slide .item a {
    margin: 0;
  }
  section.construction-process .slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: nowrap;
    gap: 8px;
    overflow: auto;
    padding: 2rem 1.5rem 0;
  }
  section.construction-process .slider .slide .item {
    margin: 0;
  }
  section.construction-process .slider .slide .item a {
    margin: 0;
  }
  section.gallery-slider {
    padding: 1.5rem 0;
  }
  section.gallery-slider .slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: nowrap;
    gap: 8px;
    overflow: auto;
  }
  section.gallery-slider .slider .slide {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  section.gallery-slider .slider .slide a {
    margin: 0;
    height: 168px;
  }
  section.gallery-slider .slider .slide a img {
    height: 100%;
    width: 100%;
  }
  section.tour {
    margin: 0 0 1.5rem;
  }
  section.title .wrapper {
    padding: 0;
  }
  section.apartments-list {
    position: relative;
  }
  section.apartments-list .navigator .desktop .map > svg, section.apartments-list .navigator .desktop .map > img {
    height: 640px;
  }
  section.apartments-list .filter {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 640px;
    box-sizing: border-box;
    padding: 1.5rem 0;
  }
  section.apartments-list .filter .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  section.apartments-list .filter .grid .column .label {
    padding: 0 0 0.5rem;
  }
  section.apartments-list .filter .grid .column .wrapper select {
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
  section.apartments-list .filter .grid .column .wrapper .checkbox {
    flex: initial;
  }
  section.apartments-list .filter .grid .column .wrapper .checkbox label {
    font-size: 1rem;
    line-height: calc(3rem - 2px);
    width: 3rem;
  }
  section.apartments-list .filter .grid .column .wrapper .range-slider .values {
    padding: 1rem 0 0;
  }
  section.apartments-list .filter .grid .column:nth-child(6) {
    padding: 1.5rem 0 0;
  }
  section.apartments-list .filter-toggle-button.show-filter {
    display: none;
  }
  section.apartments-list .filter-toggle-button.show-filter.active {
    display: block;
  }
  section.apartments-list .filter-toggle-button.hide-filter {
    display: none;
  }
  section.apartments-list .filter-toggle-button.hide-filter.active {
    display: block;
  }
  section.comparison {
    padding: 2rem 0 4rem;
  }
  section.contact .flex {
    aspect-ratio: auto;
    flex-flow: column;
    margin: 0 -1.5rem;
    gap: 0;
  }
  section.contact .flex .left {
    -webkit-box-flex: 0 0 560px;
    -moz-box-flex: 0 0 560px;
    -webkit-flex: 0 0 560px;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
  }
  section.contact .flex .left .content {
    padding: 0 1.5rem;
  }
  section.contact .flex .right {
    padding: 4rem 0;
  }
  section.contact .flex .right .form {
    max-width: 100%;
    padding: 0 1.5rem;
  }
  section.newsletter .flex {
    flex-flow: wrap;
  }
  section.newsletter .flex .left {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  section.newsletter .flex .left .content {
    padding: 0;
  }
  section.newsletter .flex .right {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  section.newsletter .flex .right img {
    width: 100%;
  }
  section.text-images-alt .flex .image .images {
    gap: 1rem;
  }
  section.text-images-alt .flex .image .images .item .name {
    display: none;
  }
  section.image .image .name {
    display: none;
  }
  section.text-image .flex .image .name {
    display: none;
  }
  section.news .grid .col .flex .construction a {
    flex-flow: column;
    align-items: flex-start;
  }
  section.news .grid .col .flex .construction a .image {
    width: 100%;
    flex: 1;
    height: auto;
  }
  section.news .grid .col .articles a {
    flex-flow: column-reverse;
    gap: 1.5rem;
  }
  section.news .grid .col .articles a .image {
    flex: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    font-size: 0;
  }
  section.news .grid .col .articles a .content .name {
    height: auto;
  }
  section.news-list .flex .col .single a .image {
    height: auto;
    aspect-ratio: 16/9;
  }
  section.news-list .flex .col .single a .content .info {
    margin: 0 0 1.5rem;
  }
  section.news-list .flex .col .single a .content .text {
    gap: 1.5rem;
  }
  section.news-list .flex .col .single a .content .text .name {
    height: auto;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  section.news-list .flex .col .articles a {
    flex-flow: column-reverse;
    gap: 1.5rem;
  }
  section.news-list .flex .col .articles a .image {
    flex: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    font-size: 0;
  }
  section.news-list .flex .col .articles a .content .name {
    height: auto;
  }
  section.news-list .flex .col .articles a .content .description p {
    -webkit-line-clamp: 2;
  }
  section.construction-gallery .grid {
    gap: 1rem;
  }
  section.article-intro .back .btn {
    width: 100%;
    text-align: center;
  }
  footer {
    padding: 3.5rem 0 2rem;
  }
  footer .top {
    padding: 0 0 8rem;
  }
  footer .top .flex .left {
    display: none;
  }
  footer .top .flex .right {
    flex-flow: column-reverse;
    gap: 56px;
  }
  footer .bottom .flex {
    flex-flow: column-reverse;
  }
  footer .bottom .flex .left .logo {
    padding: 0;
  }
  footer .bottom .flex .left .logo a {
    display: block;
  }
  footer .bottom .flex .left .logo a img {
    width: 100%;
  }
  footer .bottom .flex .right {
    flex-flow: column;
  }
  footer .bottom .flex .right .links {
    flex-flow: column;
    gap: 1rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid #FEFEFE;
  }
  footer .bottom .flex .right .links a {
    padding: 0;
  }
  footer .bottom .flex .right .links a:after {
    content: none;
  }
  footer .bottom .flex .right .links .text {
    padding: 0;
  }
  footer .bottom .flex .right .social {
    padding: 2rem 0;
    border-bottom: 1px solid #FEFEFE;
  }
  footer .bottom .flex .right .social ul {
    gap: 2.5rem;
  }
  footer .bottom .flex .right .social ul li a {
    padding: 0;
  }
  footer .bottom .flex .right .social ul li a:after {
    content: none !important;
  }
}

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