.no-scroll {
  overflow: hidden !important;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.serif,
.serif span {
  font-family: brandon-grotesque, sans-serif !important;
}

.text-red {
  color: #DF6B17;
}

.text-green {
  color: #01B89C;
}

.text-yellow {
  color: #EFCD01;
}

.grecaptcha-badge {
  display: none;
}

.overflow-hidden {
  overflow: hidden !important;
}

.sr-only {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.dark {
  color: #EBEBEB !important;
}

.shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.shadow-1:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

hr {
  border-color: #707070;
}

ol {
  padding-left: 30px;
  margin-bottom: 2em;
}

.container .row {
  width: 100%;
  margin: 0;
}

#mainbody {
  max-width: 1920px;
  margin: auto;
  margin-top: 170px;
}

#mainbody.mobile {
  margin-top: 110px;
}

@media (max-width: 1920px) {
  #mainbody {
    width: 100%;
  }
}

.to-top {
  display: block;
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 5vw;
  height: 5vw;
  max-width: 60px;
  display: none;
  z-index: 5;
}

@media (max-width: 768.98px) {
  .to-top {
    width: 8vw;
    height: 8vw;
  }
}

.to-top img {
  width: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.to-top:hover img {
  opacity: .7;
}

sup {
  top: -.25em;
  font-weight: 300;
}

a:hover {
  text-decoration: none;
}

a.caption {
  position: absolute;
}

a.caption:hover {
  cursor: pointer;
}

a.caption:hover h1,
a.caption:hover .text-wrapper {
  color: #DF6B17;
}

a.caption:hover h1:after,
a.caption:hover .text-wrapper:after {
  right: -75px !important;
}

a.caption h1 {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: inline-block;
  position: relative;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 768.98px) {
  a.caption h1 {
    width: 70%;
  }
}

a.caption h1:after {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background-image: url(/img/assets/arrow-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

@media (max-width: 768.98px) {
  a.caption h1:after {
    height: 15px;
    width: 15px;
  }
}

.stretch-bg .bg-accent:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: #DF6B17;
  z-index: -1;
}

.stretch-bg .bg-accent.left:after {
  right: 0;
}

.stretch-bg .bg-accent.right:after {
  left: 0;
}

.stretch-bg .bg-accent hr {
  border-color: white;
}

.stretch-bg .bg-white:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: white;
  z-index: -1;
}

.stretch-bg .bg-white.left:after {
  right: 0;
}

.stretch-bg .bg-white.right:after {
  left: 0;
}

.stretch-bg .bg-white hr {
  border-color: white;
}

.stretch-bg .bg-black {
  z-index: 1;
}

.stretch-bg .bg-black h1 {
  color: white;
}

.stretch-bg .bg-black h1:after {
  background-image: url(/img/assets/arrow-right-white.svg);
}

.stretch-bg .bg-black:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.stretch-bg .bg-black.left:after {
  right: 0;
}

.stretch-bg .bg-black.right:after {
  left: 0;
}

.stretch-bg .bg-black hr {
  border-color: white;
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination.swiper-pagination-black .swiper-pagination-bullet {
  background: black;
  margin: 0 18px;
}

#outdoorLiving .bottom-block {
  height: 25%;
}

@media (max-width: 768.98px) {
  #outdoorLiving .bottom-block {
    top: 0;
    height: 100%;
    display: none;
  }
}

.bg-color {
  background: rgba(133, 117, 78, 0.05) !important;
}

.bg-grey {
  background: #BDB9B6 !important;
}

.bg-accent {
  background: #DF6B17 !important;
}

.bg-accent * {
  color: white;
}

.bg-dark {
  background: #EBEBEB;
}

.text-color {
  color: black !important;
}

.text-accent {
  color: #DF6B17 !important;
}

.text-white {
  color: white !important;
}

.no-style {
  list-style: none !important;
}

* {
  outline: none;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-size: 1.125rem;
}

@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }
}

html,
body,
button,
a {
  font-family: brandon-grotesque, sans-serif;
  outline: none !important;
}

:hover {
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a {
  color: black;
  font-family: brandon-grotesque, sans-serif;
  text-transform: initial;
  font-weight: 300;
}

a.btn {
  background: black;
  color: white;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 3.2em;
  height: 3em;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .2em;
  font-size: .85em;
}

a.learn-more {
  margin-top: 20px;
  font-size: 1em;
  display: inline-block;
  position: relative;
  font-weight: 500;
  width: 8.5em;
}

a.learn-more:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 25px;
  height: 14px;
  background-image: url(/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

a.learn-more:hover {
  color: black;
}

a.learn-more:hover:after {
  right: -5%;
}

a:hover {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: brandon-grotesque, sans-serif;
  text-transform: inherit;
  font-weight: 500;
  color: black;
}

h1 {
  font-size: 1.5em;
  letter-spacing: .025em;
}

@media (max-width: 768.98px) {
  h1 {
    font-size: 2em;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.375em;
  }
}

h1.page-title {
  font-size: 80px;
  line-height: 1em;
  font-weight: 500;
}

@media (max-width: 1639.98px) {
  h1.page-title {
    font-size: 5.25vw;
    line-height: auto;
  }
}

h2 {
  font-size: 1.875em;
}

@media (max-width: 1639.98px) {
  h2 {
    font-size: 2.25vw;
  }
}

@media (max-width: 768.98px) {
  h2 {
    font-size: 5.25vw;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 7.5vw;
  }
}

h2 em {
  font-style: "italic";
  font-weight: 300;
}

h2 em strong {
  font-weight: 500;
}

h2.section-title {
  font-size: 3.75em;
}

@media (max-width: 1639.98px) {
  h2.section-title {
    font-size: 3.125vw;
  }
}

@media (max-width: 768.98px) {
  h2.section-title {
    font-size: 5.25vw;
  }
}

@media (max-width: 1639.98px) {
  h2.section-title {
    font-size: 7.5vw;
  }
}

h2.page-sub-title {
  font-weight: 400;
  font-size: 2.5em;
}

@media (max-width: 1639.98px) {
  h2.page-sub-title {
    font-size: 2.0833333vw;
  }
}

h2.page-title {
  font-size: 40px;
  letter-spacing: .025em;
}

@media (max-width: 1639.98px) {
  h2.page-title {
    font-size: 3.5vw;
  }
}

h3 {
  font-size: 1em;
  color: black;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: .1em;
}

h4 {
  font-size: 40px;
}

@media (max-width: 1639.98px) {
  h4 {
    font-size: 3vw;
  }
}

@media (max-width: 768.98px) {
  h5 {
    font-size: 1.25em;
  }
}

@media (max-width: 575.98px) {
  h5 {
    font-size: 1.125em;
  }
}

h6 {
  font-size: 1em;
}

.quote {
  font-size: 2.25em;
  line-height: 1.2em;
  display: inline-block;
  margin-bottom: 18px;
}

.quote .title {
  font-size: .875em;
}

@media (max-width: 1920px) {
  .quote {
    font-size: 2.25vw;
  }
}

@media (max-width: 575.98px) {
  .quote {
    font-size: 18px;
  }
}

strong {
  font-weight: 500;
}

p {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 1639.98px) {
  p {
    font-size: 1em;
  }
}

@media (max-width: 575.98px) {
  p {
    font-size: .875em;
  }
}

p:last-of-type {
  margin-bottom: 0 !important;
}

@media (max-width: 768.98px) {
  .tablet-two-columns {
    width: 100%;
    -webkit-columns: 2 !important;
            columns: 2 !important;
  }
}

.text-normal {
  font-weight: normal;
  text-transform: none;
}

.blog p:last-of-type {
  margin-bottom: 0 !important;
}

.side-bar .quote {
  font-size: 1.5em;
}

.side-bar a {
  text-transform: uppercase;
}

.contact a {
  display: block;
  width: 100%;
  padding: 18.5px 0;
  border-bottom: 1px solid #707070;
  position: relative;
}

.contact a:first-of-type {
  border-top: 1px solid #707070;
}

.contact a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact a.phone:after {
  background-image: url(/img/assets/mobile.svg);
}

.contact a.email:after {
  background-image: url(/img/assets/envolpe.svg);
}

.contact a.web:after {
  background-image: url(/img/assets/hand.svg);
}

.swiper-pagination.green .swiper-pagination-bullet-active {
  background: #01B89C;
}

.swiper-pagination.red .swiper-pagination-bullet-active {
  background: #DF6B17;
}

.swiper-pagination.yellow .swiper-pagination-bullet-active {
  background: #EFCD01;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}

.video-popup iframe {
  width: 100%;
  height: 35vw;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container.bottom {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -100px;
}

.container.bottom .bg {
  background-size: cover;
  background-position: center;
}

@media (max-width: 1639.98px) {
  .container.bottom .bg {
    height: 33vw;
  }
}

@media (max-width: 768.98px) {
  .container.bottom .bg {
    height: 50vw;
  }
}

.container.bottom .video-btn {
  height: 100%;
}

@media (max-width: 768.98px) {
  .container.bottom .video-btn {
    height: 61.1111111vw;
    display: block;
  }
}

@media (max-width: 1639.98px) {
  .container.bottom {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 0;
  }
}

a.toRegister {
  font-family: #050505;
  font-weight: 400;
  border: 1px solid black;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  display: inline-block;
}

.red-box-decor {
  background: #DF6B17;
  position: relative;
}

@media (max-width: 1639.98px) {
  .red-box-decor {
    background: transparent;
  }
}

.red-box-decor > div {
  z-index: 1;
}

.red-box-decor:after {
  z-index: 0;
  content: "";
  display: block;
  background-image: url("/img/company-profiles/facts.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #DF6B17;
  height: 100%;
  position: absolute;
  top: 0;
  width: 88px;
  width: 100vw;
}

@media (max-width: 1920px) {
  .red-box-decor:after {
    -webkit-transform: translateX(-93%);
            transform: translateX(-93%);
  }
}

@media (max-width: 1639.98px) {
  .red-box-decor:after {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    width: 110vw;
    background-position: left;
    z-index: -1;
  }
}

.red-box-decor * {
  color: white;
}

a h1.caption {
  font-size: 5em;
  width: 100%;
}

@media (max-width: 1639.98px) {
  a h1.caption {
    font-size: 5vw;
  }
}

svg {
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
}

.logo-loader {
  background-color: rgba(133, 117, 78, 0.05);
}

#loaderLogo {
  width: 80vw;
  max-width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#loaderLogo path {
  stroke-width: .1;
}

#loaderLogo #logo-number path {
  -webkit-animation: draw2 4s ease forwards;
          animation: draw2 4s ease forwards;
}

#loaderLogo #logo-words path {
  -webkit-animation: draw 4s ease forwards;
          animation: draw 4s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.img-caption {
  position: absolute;
  bottom: 3%;
  left: 5%;
  color: white;
  font-weight: 700;
  letter-spacing: .2em;
}

.top-decor {
  display: block;
  width: 100vw;
  height: 10px;
  position: fixed;
  top: 0;
  background-color: #DF6B17;
  background-image: url(/img/top-decor.svg);
  background-size: 100%;
}

@-webkit-keyframes draw2 {
  0% {
    stroke: black;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    fill: transparent;
  }
  60% {
    stroke: black;
    fill: transparent;
  }
  100% {
    stroke-dasharray: 500;
    stroke-dashoffset: 0;
    fill: black;
  }
}

@keyframes draw2 {
  0% {
    stroke: black;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    fill: transparent;
  }
  60% {
    stroke: black;
    fill: transparent;
  }
  100% {
    stroke-dasharray: 500;
    stroke-dashoffset: 0;
    fill: black;
  }
}

@-webkit-keyframes draw {
  0% {
    stroke: black;
    stroke-dasharray: 120;
    stroke-dashoffset: 130;
    fill: transparent;
  }
  60% {
    stroke: black;
    fill: transparent;
  }
  100% {
    stroke-dasharray: 120;
    stroke-dashoffset: 0;
    fill: black;
  }
}

@keyframes draw {
  0% {
    stroke: black;
    stroke-dasharray: 120;
    stroke-dashoffset: 130;
    fill: transparent;
  }
  60% {
    stroke: black;
    fill: transparent;
  }
  100% {
    stroke-dasharray: 120;
    stroke-dashoffset: 0;
    fill: black;
  }
}

nav {
  padding: 0;
  height: 100px;
  padding: 10px 0;
  position: fixed;
  width: 100vw;
  top: 10px;
  background: white;
  border-bottom: 1px solid #CCCCCC;
}

nav > .container {
  height: 100%;
}

nav.fixed, nav.alt {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100vw;
  left: 0;
  background: white;
  padding-bottom: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 768.98px) {
  nav.fixed, nav.alt {
    height: 80px;
  }
}

nav.fixed.active, nav.alt.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

nav.fixed > ul, nav.alt > ul {
  margin-top: 0;
  margin-bottom: 0;
  height: 60px;
}

nav.fixed > ul a, nav.alt > ul a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.fixed .logo-wrapper, nav.alt .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
}

@media (max-width: 768.98px) {
  nav.fixed .logo-wrapper, nav.alt .logo-wrapper {
    height: 100%;
    width: 220px;
  }
}

@media (max-width: 575.98px) {
  nav.fixed .logo-wrapper, nav.alt .logo-wrapper {
    width: 140px;
  }
}

nav.alt {
  position: relative;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

nav.top .hamburger {
  opacity: 0;
  pointer-events: none;
}

nav .logo {
  width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  nav .logo {
    width: 200px;
  }
}

nav .logo img {
  width: 100%;
}

nav .logo svg {
  width: 100%;
  height: 100%;
}

nav .logo svg * {
  fill: black;
}

nav ul.nav-menu {
  padding-left: 30px;
  margin-bottom: 0;
  width: 250px;
  padding-right: 20px;
}

@media (max-width: 575.98px) {
  nav ul.nav-menu {
    width: 100%;
  }
}

nav ul.nav-menu > li {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}

nav ul.nav-menu > li.active {
  position: relative;
}

nav ul {
  margin: 0;
  list-style: none;
  z-index: 1;
  background: #636363;
  position: fixed;
  top: 0;
  left: 0;
  padding: 100px 0 0;
  margin: 0;
  height: 100vh;
  width: 300px;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

nav ul.animation {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

nav ul .elad-logo {
  height: 1.04em;
}

nav ul .elad-logo.black {
  display: none;
}

nav ul .elad-logo.white {
  display: block;
}

nav ul.top {
  height: 60px;
  background: white;
  width: 100vw;
  padding: 0;
  top: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transform: none;
          transform: none;
  border-bottom: 1px solid #ccc;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

nav ul.top .sub-nav {
  opacity: 1;
  padding-top: 0;
  margin-top: 59px;
}

nav ul.top .side-nav-only {
  display: none !important;
}

nav ul.top li {
  margin-bottom: 0;
  height: 100%;
  padding: 0 10px;
}

nav ul.top li.active {
  background: white;
}

nav ul.top li.active * {
  color: black !important;
}

nav ul.top a {
  color: black;
  margin-bottom: 0;
}

nav ul.top a.galleria-iii {
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

nav ul.top a.galleria-iii span {
  display: inline;
  padding-left: 1px;
  font-weight: 700;
  font-size: 1.125em;
}

nav ul.top a.galleria-iii span:nth-of-type(1) {
  padding-left: 8px;
}

nav ul.top a .elad-logo.black {
  display: block;
}

nav ul.top a .elad-logo.white {
  display: none;
}

nav ul.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

nav ul.sub-nav {
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  margin-top: 17px;
  width: 140%;
  height: auto;
  bottom: 0;
  left: -20%;
  background: none;
  pointer-events: none;
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 9;
}

nav ul.sub-nav li {
  background: #EFF1BA;
  border: 1px solid #ccc;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 50px;
  padding: 0;
}

nav ul.sub-nav li a {
  font-size: .65em;
  display: block;
  line-height: 1.25em;
  height: 1.25em;
}

nav ul.sub-nav.active {
  max-height: 1000px;
  height: 100vh;
  pointer-events: inherit !important;
}

nav ul.sub-nav a {
  display: block;
}

nav ul.sub-nav a:hover {
  color: white;
}

nav ul li.has-sub:hover .sub-nav {
  max-height: 1000px;
  height: 100vh;
  pointer-events: inherit !important;
}

nav ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .75em;
  height: 1em;
  text-transform: uppercase;
  color: white;
  padding: 0;
  line-height: 1.25em;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  -webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin-bottom: 2.25vw;
}

@media (max-width: 575.98px) {
  nav ul a {
    font-size: 5vw;
  }
}

nav ul a svg {
  display: block;
  top: 0;
}

nav ul a:after {
  content: "";
  display: block;
  display: none;
  height: 3px;
  width: 0;
  background: black;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

nav ul a:hover, nav ul a.active {
  color: #DF6B17;
}

nav ul a:hover:after, nav ul a.active:after {
  width: 100%;
}

nav ul a.reg {
  font-weight: 700;
  color: black;
  letter-spacing: -0.015em;
}

nav .hamburger {
  position: absolute;
  left: 35px;
  top: 50px;
  width: 20px;
  height: 16px;
  -webkit-transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 99;
  display: block;
  opacity: 1;
  pointer-events: inherit;
}

@media (max-width: 575.98px) {
  nav .hamburger {
    left: 25px;
  }
}

nav .hamburger span {
  background: black;
  position: absolute;
  height: 2px;
  border-radius: 0;
  width: 20px;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

nav .hamburger span:nth-child(1) {
  top: 0;
}

nav .hamburger span:nth-child(2), nav .hamburger span:nth-child(3) {
  top: 7px;
}

nav .hamburger span:nth-child(4) {
  top: 14px;
}

nav .hamburger.active span {
  background: white;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

nav .hamburger.active span:nth-child(1), nav .hamburger.active span:nth-child(4) {
  opacity: 0;
}

nav .hamburger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

nav .hamburger.active:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

.page-nav a {
  color: #EBEBEB;
  font-size: 1.125em;
  letter-spacing: .1em;
}

.page-nav a:hover {
  color: #DF6B17;
}

.page-nav .select2-container {
  margin: 0;
}

.page-nav .select2-container--default .select2-selection--single {
  border-color: transparent;
}

.page-nav .select2-selection__rendered {
  text-transform: uppercase;
  font-size: .875em;
  color: #EBEBEB;
  letter-spacing: .1em;
}

.page-nav .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #EBEBEB;
  letter-spacing: .1em;
}

.page-nav .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("/img/assets/arrow-down-green.svg");
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 101vh;
  width: 320px;
  z-index: 98;
  background: black;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .mobile-menu {
    width: 100%;
  }
}

.mobile-menu .social-wrapper {
  display: block;
}

.mobile-menu .logo * {
  fill: white;
}

.mobile-menu.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.mobile-menu ul.nav-menu {
  list-style: none;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  margin-top: 100px;
  height: calc(100% - 130px);
  width: 340px;
  overflow-y: scroll;
  padding-right: 20px;
}

@media (max-width: 768.98px) {
  .mobile-menu ul.nav-menu {
    margin-top: 80px;
    padding-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .mobile-menu ul.nav-menu {
    width: calc(100% + 20px);
  }
}

.mobile-menu ul.nav-menu .mobile-logo-wrapper {
  max-width: 224px;
  padding-bottom: 10px;
}

.mobile-menu ul.nav-menu .has-sub {
  position: relative;
  -webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu ul.nav-menu .has-sub.active {
  background: #EFCD01 !important;
}

.mobile-menu ul.nav-menu .has-sub.active > a {
  background: none;
}

.mobile-menu ul.nav-menu .has-sub.active > a:active, .mobile-menu ul.nav-menu .has-sub.active > a:focus {
  background: none;
}

.mobile-menu ul.nav-menu .has-sub.active > a:before {
  opacity: 0;
}

.mobile-menu ul.nav-menu .has-sub.active .sub-nav {
  max-height: 100vh;
}

.mobile-menu ul.nav-menu .has-sub > a {
  width: 100%;
  display: block;
}

.mobile-menu ul.nav-menu .has-sub > a:active, .mobile-menu ul.nav-menu .has-sub > a:focus {
  background: black;
}

.mobile-menu ul.nav-menu .has-sub > a:before, .mobile-menu ul.nav-menu .has-sub > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  background: white;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-menu ul.nav-menu .has-sub > a:before {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.mobile-menu ul.nav-menu .sub-nav {
  max-height: 0;
  margin-top: 0;
  padding-left: 0;
  background: none;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: max-height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu ul.nav-menu .sub-nav a {
  display: block;
}

.mobile-menu ul.nav-menu a {
  display: inline-block;
  font-size: .875em;
  text-transform: uppercase;
  color: white;
  padding: .875em 22px;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: .1em;
  -webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu ul.nav-menu a:hover, .mobile-menu ul.nav-menu a.active {
  color: white;
}

.side-nav {
  right: 0;
  top: 0;
  background: white;
  height: 100vh;
  width: 180px;
  padding-right: 37px;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 98;
}

.side-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side-nav .menu-wrapper {
  width: 40px;
  max-height: 615px;
  position: absolute;
  right: 10%;
  height: 60vh;
  padding-right: 20px;
}

.side-nav .menu-wrapper a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  display: block;
  background: #EBEBEB;
  font-size: 1em;
  -webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.side-nav .menu-wrapper a:before {
  content: "";
  top: 0;
  left: 0;
  background-color: black;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -14px;
  left: -14px;
  opacity: 0;
}

.side-nav .menu-wrapper a:after {
  content: "";
  background-color: black;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  top: -14px;
  left: -14px;
}

.side-nav .menu-wrapper a.active:before {
  -webkit-animation: glowAnimation 1.8s 0.33333s ease-out infinite;
}

.side-nav .menu-wrapper a.active:after {
  -webkit-animation: glowAnimation 1.8s 0.66666s ease-out infinite;
}

.side-nav .menu-wrapper a.active, .side-nav .menu-wrapper a:hover {
  background: black;
}

.side-nav .menu-wrapper a.active span, .side-nav .menu-wrapper a:hover span {
  color: black;
}

.side-nav .menu-wrapper a.active span:after {
  opacity: 1;
}

.side-nav .menu-wrapper a span {
  position: absolute;
  color: #EBEBEB;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: .05em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: .875em;
  display: block;
  width: 108px;
  padding-left: 30px;
}

.side-nav .menu-wrapper a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  border-top: 15px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid white;
  opacity: 0;
}

.side-nav .tiny-dots {
  width: 5px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side-nav .tiny-dots .tiny-dot {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EBEBEB;
}

.header-link {
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 500;
  margin-right: 20px;
}

#home {
  height: 100%;
}

#home .top-banner .logo {
  max-width: 595px;
  width: 31.0416667vw;
  margin-bottom: 60px;
}

@media (max-width: 1920px) {
  #home .top-banner .logo {
    margin-bottom: 3.28vw;
  }
}

@media (max-width: 575.98px) {
  #home .top-banner .logo {
    width: 25vw;
  }
}

#home .top-banner h2 {
  font-size: 2.5em;
}

@media (max-width: 1920px) {
  #home .top-banner h2 {
    font-size: 2.0833333vw;
  }
}

@media (max-width: 768.98px) {
  #home .top-banner h2 {
    font-size: 3vw;
  }
}

#home .top-banner h3 {
  font-size: 1.875em;
  margin-bottom: 3.28125vw;
}

@media (max-width: 1920px) {
  #home .top-banner h3 {
    font-size: 1.5625vw;
  }
}

@media (max-width: 768.98px) {
  #home .top-banner h3 {
    font-size: 2.75vw;
  }
}

#home .top-banner .caption {
  position: absolute;
  width: 45%;
  left: 5%;
  z-index: 9;
}

#home .top-banner a * {
  text-decoration: underline;
}

#home .top-banner.video {
  padding: 0;
  background-size: cover;
  background-position: center;
  height: 1080px;
}

@media (max-width: 1920px) {
  #home .top-banner.video {
    height: calc(56vw);
    max-height: 100vh;
  }
}

#home .top-banner.video .logo-decor {
  height: calc(100% - 80px);
  z-index: 1;
  width: 26vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

#home .top-banner.video .logo-decor svg {
  height: 100%;
}

#home .top-banner.video .logo-alterra {
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 5%;
}

#home .top-banner.video .logo-alterra svg {
  width: 100%;
}

#home .top-banner.video a.arrow-down {
  position: absolute;
  bottom: 35px;
  width: 100px;
  text-align: center;
}

#home .top-banner.video a.arrow-down .load-svg {
  width: 100px;
}

#home .top-banner.video a.arrow-down .load-svg svg * {
  stroke: white;
}

.video-section {
  margin: 0 0 35px;
  position: relative;
}

.video-section .play-video {
  position: absolute;
  width: 80%;
  height: 80%;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-section .play-video img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 760px) {
  .video-section .play-video img {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 460px) {
  .video-section .play-video img {
    width: 50px;
    height: 50px;
  }
}

.video-section iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
}

.video-thumbs img {
  border: 5px solid #FFF;
  cursor: pointer;
}

.video-thumbs img:hover {
  border: 5px solid #DF6B17;
}

@media only screen and (max-width: 768px) {
  .video-thumbs.row .col {
    margin-right: 0;
  }
}

.swiper-container .button-next {
  position: absolute;
  top: 0;
  width: 1000%;
  height: calc(100% - 27px);
  z-index: 9;
}

#architecture .top-block {
  height: 25%;
}

section {
  padding: 2vw 0;
  position: relative;
}

@media (max-width: 768.98px) {
  section {
    padding: 5vw 0;
  }
}

section .container,
section .container-fluid {
  z-index: 1;
}

section .bottom-block {
  bottom: 0;
  position: absolute;
  height: 65%;
  z-index: -1;
}

@media (max-width: 768.98px) {
  section .bottom-block {
    top: 0;
    height: 100%;
  }
}

section .top-block {
  position: absolute;
  top: 0;
  height: 50%;
  z-index: -1;
}

@media (max-width: 768.98px) {
  section .top-block {
    top: 0;
    height: 100%;
  }
}

section#first .line-drawing {
  max-width: 190px;
}

section a.arrow-down {
  color: white;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
}

section a.arrow-down .animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

section a.arrow-down .load-svg {
  margin-top: 20px;
}

section a.arrow-down .load-svg svg * {
  stroke: black;
}

.form-wrapper {
  border: 1px solid black;
  padding: 70px;
}

@media (max-width: 768.98px) {
  .form-wrapper {
    padding: 50px 2em;
    border: 0;
  }
}

@media (max-width: 575.98px) {
  .form-wrapper {
    padding: 50px 1em;
    border: 0;
  }
}

.readmore-wrapper .btn-readmore,
.readmore-wrapper .btn-readless {
  display: block;
  margin-top: 1em;
}

@media (max-width: 768.98px) {
  .readmore-wrapper .btn-readmore,
  .readmore-wrapper .btn-readless {
    margin-top: 0;
  }
}

.readmore-wrapper p {
  font-size: .875em;
  line-height: 1.6em;
}

.readmore-wrapper p.readmore {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  margin-top: 20px;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.readmore-wrapper p.readmore.show {
  max-height: 100vh;
  -webkit-transition-delay: 400;
          transition-delay: 400;
}

@media (max-width: 768.98px) {
  div.no-padding-x-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.side-bar p.text-accent {
  font-weight: 500;
}

div.video {
  position: relative;
  overflow: hidden;
}

div.video .we-rise {
  width: 35vw;
  max-width: 506px;
  height: 28vw;
}

div.video .we-rise svg {
  height: 100%;
}

div.video .toggle-sound {
  z-index: 99;
  color: white;
  font-weight: 900;
  position: absolute;
  bottom: 2%;
  right: 2%;
  letter-spacing: .1em;
  font-size: 12px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

div.video .toggle-sound:hover {
  opacity: .75;
}

div.video iframe {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}

div.video .overlay {
  background-size: cover;
  height: 56.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.video .play-btn {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
}

@media (max-width: 768.98px) {
  div.video .play-btn {
    width: 10vw;
    height: 10vw;
  }
}

div.video .play-btn:hover {
  background: none;
  border-radius: 50%;
}

div.video .play-btn:hover svg {
  width: 40%;
  height: 40%;
}

div.video .play-btn:hover svg circle {
  fill: white;
}

div.video .play-btn:hover svg path {
  fill: #01B89C;
}

div.video .play-btn svg {
  width: 50%;
  height: 50%;
  margin-left: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

div.video .play-btn svg * {
  -webkit-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

section.site-rendering .rendering {
  height: 59vw;
  max-height: 1267px;
  background-size: cover;
  background-position: center;
}

section.site-rendering .rendering.live {
  background-image: url(/img/home/rendering.jpg);
}

section.site-rendering .rendering.play {
  background-image: url(/img/home/rendering.jpg);
}

section.site-rendering .rendering.shop {
  background-image: url(/img/home/rendering.jpg);
}

section.site-rendering .change-rendering {
  border-top: 20px solid #333;
  padding: 20px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1639.98px) {
  section.site-rendering .change-rendering {
    padding: 10px 15px 20px;
  }
}

section.site-rendering .change-rendering.live {
  border-color: #EFCD01;
}

section.site-rendering .change-rendering.live a:after {
  background-image: url(/img/arrow-right-yellow.svg);
}

section.site-rendering .change-rendering.play {
  border-color: #01B89C;
}

section.site-rendering .change-rendering.play a:after {
  background-image: url(/img/arrow-right-green.svg);
}

section.site-rendering .change-rendering.shop {
  border-color: #DF6B17;
}

section.site-rendering .change-rendering.shop a:after {
  background-image: url(/img/arrow-right-red.svg);
}

section.site-rendering .change-rendering h1 {
  font-size: 70px;
}

@media (max-width: 1920px) {
  section.site-rendering .change-rendering h1 {
    font-size: 5.2083333vw;
  }
}

section.site-rendering .change-rendering a {
  font-size: 2em;
  letter-spacing: .025em;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

@media (max-width: 1639.98px) {
  section.site-rendering .change-rendering a {
    font-size: 2.55vw;
  }
}

section.site-rendering .change-rendering a:after {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  margin-left: 5%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.site-rendering .change-rendering a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  width: 50px;
  margin-left: 50px;
}

h1.section-title {
  font-size: 1.1em;
  display: block;
  background: black;
  color: white;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  padding: .5em 1em;
  margin: auto;
  position: relative;
}

h1.section-title:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-style-1 {
  position: relative;
}

.banner-style-1 .container.caption {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1639.98px) {
  .banner-style-1 .container.caption {
    position: relative;
  }
}

.banner-style-1 .text-box-style-1 {
  margin-top: auto;
}

.text-wrapper-style-1 {
  padding-bottom: 5vw;
}

.text-wrapper-style-1.top-banner .text-box-style-1 {
  margin-top: 20vw;
}

.header {
  background: black;
  display: inline-block;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  height: 2.75em;
  line-height: 2.75em;
  letter-spacing: .2em;
}

.text-box-style-1 {
  margin-left: -20%;
}

@media (max-width: 1920px) {
  .text-box-style-1 {
    margin-left: 0;
  }
}

.text-box-style-1 .text-wrapper {
  background-color: white;
}

.text-box-style-1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  z-index: 1;
  position: absolute;
  top: 2.75em;
  left: 0;
}

.box a.learn-more {
  font-size: .75em;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(/img/arrow-left-1.svg);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(/img/arrow-right-1.svg);
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  width: 10px;
  height: 20px;
  margin: 0 25px;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
  top: unset;
}

.swiper-pagination {
  margin-top: 0;
}

.swiper-pagination.swiper-pagination-black .swiper-pagination-bullet {
  margin: 0 12px;
}

#popup,
#popup2 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#popup.show,
#popup2.show {
  pointer-events: inherit;
  opacity: 1;
}

@media (max-width: 575.98px) {
  #popup h2,
  #popup2 h2 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}

#popup .logo,
#popup2 .logo {
  width: 50vw;
  max-width: 500px;
  margin-bottom: 10px;
}

#popup .row,
#popup2 .row {
  margin: 0;
}

#popup .form-wrapper,
#popup2 .form-wrapper {
  width: 95vw;
  background: #EFF1BA;
  max-width: 1280px;
  border: none;
}

@media (max-width: 768.98px) {
  #popup .form-wrapper,
  #popup2 .form-wrapper {
    width: 100vw;
  }
}

#popup .form-wrapper input, #popup .form-wrapper select,
#popup2 .form-wrapper input,
#popup2 .form-wrapper select {
  background: #EFF1BA !important;
}

#popup .form-wrapper .btn-close,
#popup2 .form-wrapper .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#popup2 .form-wrapper {
  background-color: #F4D7AC;
}

#popup2 .form-wrapper input, #popup2 .form-wrapper select {
  background: #F4D7AC !important;
}

#community .site-plan-cam {
  position: absolute;
  bottom: 5%;
  right: 2%;
  width: 11%;
}

#community .site-plan-cam img {
  width: 100%;
}

.hotspot {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

@media (max-width: 1639.98px) {
  .hotspot {
    width: 3vw;
    height: 3vw;
  }
}

.hotspot.right .content {
  right: 0;
  left: auto;
}

.hotspot .video-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  z-index: 0;
}

.hotspot iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.hotspot:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background-image: url(/img/plus.svg);
  background-size: 100%;
}

.hotspot.green {
  background: #01B89C;
}

.hotspot.red {
  background: #DF6B17;
}

.hotspot.yellow {
  background: #EFCD01;
}

.hotspot .close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 9;
}

.hotspot .close img {
  width: 100%;
}

.hotspot .content {
  top: 0;
  left: 0;
  max-width: 400px;
  background: white;
  width: 25vw;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.hotspot .content.show {
  opacity: 1;
  pointer-events: inherit;
}

.hotspot .content img {
  width: 100%;
}

.hotspot .content h3 {
  font-size: 1.5em;
  letter-spacing: normal;
}

@media (max-width: 1639.98px) {
  .hotspot .content h3 {
    font-size: 2.25vw;
  }
}

.hotspot .content p {
  font-size: 1em;
  line-height: 1.2em;
}

.numbers h3 {
  font-size: 120px;
  letter-spacing: -.05em;
  font-weight: 700;
}

@media (max-width: 1639.98px) {
  .numbers h3 {
    font-size: 7vw;
  }
}

@media (max-width: 768.98px) {
  .numbers h3 {
    font-size: 10vw;
  }
}

@media (max-width: 768.98px) {
  .numbers h3 {
    font-size: 14vw;
  }
}

.numbers span {
  font-weight: 700;
}

@media (max-width: 768.98px) {
  .numbers span {
    font-size: .75em;
  }
}

.numbers .number {
  padding-top: 2em;
  padding-bottom: 4em;
}

.numbers .number:nth-of-type(1) {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.numbers .number:nth-of-type(2) {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.numbers .number:nth-of-type(3) {
  border-bottom: 1px solid #ccc;
}

.numbers .number:nth-of-type(4) {
  border-right: 1px solid #ccc;
}

@media (max-width: 768.98px) {
  .numbers .number {
    border: none !important;
  }
}

.brochure {
  position: relative;
  padding-bottom: 80%;
}

#suites .hero .logo {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1052px;
  width: 50vw;
}

#suites .architecture {
  background-repeat: no-repeat;
  background-size: 28%;
  background-position: 5% bottom;
  min-height: 960px;
  background-color: #EFF1BA;
  position: relative;
}

@media (max-width: 1920px) {
  #suites .architecture {
    min-height: unset;
    height: 52vw;
  }
}

@media (max-width: 991px) {
  #suites .architecture {
    min-height: unset;
    height: unset;
  }
}

@media (max-width: 768.98px) {
  #suites .architecture {
    background-position: -20% bottom;
    background-size: 40%;
  }
}

@media (max-width: 575.98px) {
  #suites .architecture {
    background-image: none !important;
  }
}

#suites .architecture a {
  font-size: 2.25em;
  text-transform: uppercase;
  text-decoration: underline;
}

@media (max-width: 1639.98px) {
  #suites .architecture a {
    font-size: 2.25vw;
  }
}

@media (max-width: 768.98px) {
  #suites .architecture a {
    font-size: 4vw;
  }
}

#suites #amenities a {
  text-decoration: underline;
  color: #CCCCCC;
}

@media (max-width: 1639.98px) {
  #suites #amenities a {
    font-size: 2.25vw;
  }
}

@media (max-width: 768.98px) {
  #suites #amenities a {
    font-size: 4vw;
  }
}

#suites #amenities a.active {
  color: #01B89C;
}

#suites #amenities .amenity {
  display: none;
}

#suites #amenities .amenity.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768.98px) {
  #suites #amenities .hotspot {
    display: none;
  }
}

#transit .scrollable-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(223, 107, 23, 0.3);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 768.98px) {
  #transit .scrollable-overlay {
    display: none;
  }
}

#transit .scrollable-overlay:hover {
  opacity: 1;
}

#transit .scrollable-overlay span {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
}

#transit .transit-time {
  max-width: 280px;
  width: 100%;
}

.scrollable-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 60vw;
  max-height: 1500px;
  height: 0;
}

@media (max-width: 1639.98px) {
  .scrollable-container {
    height: 80vw;
  }
}

@media (max-width: 575.98px) {
  .scrollable-container {
    height: 160vw;
  }
}

.scrollable-container .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

.scrollable-container .image-container img {
  max-width: none;
  width: auto;
  height: calc(60VW - 120px);
  max-height: 1380px;
}

@media (max-width: 1639.98px) {
  .scrollable-container .image-container img {
    height: calc(80VW - 120px);
  }
}

@media (max-width: 575.98px) {
  .scrollable-container .image-container img {
    height: calc(160VW - 50px);
  }
}

.scrollable-container .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 120px;
}

@media (max-width: 575.98px) {
  .scrollable-container .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 40px;
  }
}

.scrollable-container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 20px 0;
}

.scrollable-container .mCSB_scrollTools.mCSB_scrollTools_horizontal:after {
  content: "DOWNTOWN";
  position: absolute;
  left: 50%;
  bottom: 5px;
  font-weight: bold;
  color: #01B89C;
  font-size: 1.125em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 575.98px) {
  .scrollable-container .mCSB_scrollTools.mCSB_scrollTools_horizontal:after {
    display: none !important;
  }
}

.scrollable-container .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  width: 120px;
  height: 30px;
  font-size: 1em;
  background: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.scrollable-container .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight:after {
  width: auto;
  content: "GO EAST";
}

@media (max-width: 575.98px) {
  .scrollable-container .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    display: none !important;
  }
}

.scrollable-container .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  width: 120px;
  height: 30px;
  font-size: 1em;
  background: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: underline;
  z-index: 1;
  text-align: center;
}

.scrollable-container .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft:after {
  width: auto;
  content: "GO WEST";
}

@media (max-width: 575.98px) {
  .scrollable-container .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    display: none !important;
  }
}

.scrollable-container .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .scrollable-container .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 18px auto;
  background-color: #01B89C;
  overflow: inherit;
}

@media (max-width: 575.98px) {
  .scrollable-container .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .scrollable-container .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 4px;
  }
}

.scrollable-container .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:before, .scrollable-container .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after, .scrollable-container .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:before, .scrollable-container .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/scroll-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 575.98px) {
  .scrollable-container .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:before, .scrollable-container .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after, .scrollable-container .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:before, .scrollable-container .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after {
    width: 20px;
    height: 20px;
    left: -10px;
  }
}

.scrollable-container .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after, .scrollable-container .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after {
  right: -20px;
  left: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .scrollable-container .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after, .scrollable-container .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after {
    right: -10px;
  }
}

#gallery .gallery-top .swiper-slide .image {
  height: 66.6666667vw;
  max-height: 1280px;
  background-size: cover;
}

#gallery .gallery-top .swiper-slide .text-wrapper {
  padding: 40px 0 80px;
  max-width: 1014px;
  margin: auto;
}

@media (max-width: 768.98px) {
  #gallery .gallery-top .swiper-slide .text-wrapper {
    padding: 30px 10px;
  }
}

#gallery .gallery-top .swiper-slide .text-wrapper p {
  font-size: 30px;
}

@media (max-width: 768.98px) {
  #gallery .gallery-top .swiper-slide .text-wrapper p {
    font-size: 3vw;
  }
}

#gallery .gallery-top .swiper-slide .text-wrapper strong {
  font-weight: bold;
  letter-spacing: .025em;
}

#gallery .gallery-top .swiper-button-prev {
  max-width: 117px;
  max-height: 203px;
  width: 6.09375vw;
  height: 10.5729167vw;
  background-image: url(/img/gallery/arrow-shape-prev.svg);
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1920px) {
  #gallery .gallery-top .swiper-button-prev {
    top: 33.33333335vw;
  }
}

#gallery .gallery-top .swiper-button-next {
  max-width: 152px;
  width: 7.9166667vw;
  max-height: 175px;
  height: 9.1145833vw;
  background-image: url(/img/gallery/arrow-shape-next.svg);
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
}

@media (max-width: 1920px) {
  #gallery .gallery-top .swiper-button-next {
    top: 33.33333335vw;
  }
}

#gallery .gallery-thumbs .swiper-slide {
  height: 290px;
  max-height: 18vw;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768.98px) {
  #gallery .gallery-thumbs .swiper-slide {
    height: 19vw;
  }
}

#gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 10px;
  background: #DF6B17;
  bottom: 0;
}

@media (max-width: 768.98px) {
  #gallery .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after {
    height: 5px;
  }
}

#gallery .gallery-thumbs-nav {
  margin-top: -170px;
}

#gallery .gallery-thumbs-nav .swiper-button-next,
#gallery .gallery-thumbs-nav .swiper-button-prev {
  background-image: url(/img/gallery/arrow-next.svg);
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
}

#gallery .gallery-thumbs-nav .swiper-button-next {
  right: 20px;
}

#gallery .gallery-thumbs-nav .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#elad .logo {
  width: 50vw;
  max-width: 968px;
}

#elad .img-banner {
  position: relative;
}

#elad .img-banner .title {
  color: white;
  font-weight: 700;
  font-size: 1.25em;
  bottom: 30px;
  left: 30px;
  position: absolute;
}

#eladLink .icon-wrapper {
  width: 60px;
  margin-right: 1em;
  text-align: center;
}

#eladLink .features span {
  font-weight: bold;
}

.office-contacts p, .office-contacts a {
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 575.98px) {
  .office-contacts p, .office-contacts a {
    font-size: 1.125em;
  }
}

.office-contacts .social-warpper a {
  margin-right: 10px;
}

.office-contacts .social-warpper a:hover {
  color: #DF6B17;
}

#updates .construction-contact p {
  font-size: .875em;
}

#updates #accordionUpdates {
  font-size: 14px;
}

@media (max-width: 1639.98px) {
  #updates #accordionUpdates {
    font-size: 1vw;
  }
}

@media (max-width: 768.98px) {
  #updates #accordionUpdates {
    font-size: 2vw;
  }
}

#updates .archiveYear {
  display: none;
}

#updates .archiveYear:nth-child(1) h2:not(.item-title),
#updates .archiveYear:nth-child(1) .download {
  color: #01B89C !important;
}

#updates .archiveYear:nth-child(1) .accordion-header a:before, #updates .archiveYear:nth-child(1) .accordion-header a:after {
  background: #01B89C;
}

#updates .archiveYear:nth-child(2) h2:not(.item-title),
#updates .archiveYear:nth-child(2) .download {
  color: #DF6B17 !important;
}

#updates .archiveYear:nth-child(2) .accordion-header a:before, #updates .archiveYear:nth-child(2) .accordion-header a:after {
  background: #DF6B17;
}

#updates .archiveYear:nth-child(3) h2:not(.item-title),
#updates .archiveYear:nth-child(3) .download {
  color: #EFCD01 !important;
}

#updates .archiveYear:nth-child(3) .accordion-header a:before, #updates .archiveYear:nth-child(3) .accordion-header a:after {
  background: #EFCD01;
}

#updates .accordion > div {
  border-bottom: 1px solid #ccc;
}

#updates .accordion > div:first-of-type {
  border-top: 1px solid #ccc;
}

#updates .accordion .archiveYear:last-of-type .archive-item:last-of-type {
  border-bottom: none;
}

#updates .accordion .item-title {
  width: 50%;
  color: black !important;
}

@media (max-width: 768.98px) {
  #updates .accordion .item-title {
    width: 65%;
  }
}

#updates .accordion .thumb {
  width: 120px;
  margin-left: auto;
  margin-right: 2em;
  min-height: 60px;
}

@media (max-width: 768.98px) {
  #updates .accordion .thumb {
    display: none;
  }
}

#updates .accordion .thumb img {
  width: 100%;
}

#updates .accordion h2 {
  font-size: 1.75em;
  margin-bottom: 0;
}

#updates .accordion-header a {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 1.5em 0;
}

#updates .accordion-header a h2 {
  margin-bottom: 0;
}

#updates .accordion-header a.collapsed {
  border-bottom: none;
}

#updates .accordion-header a:after, #updates .accordion-header a:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  background: #DF6B17;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#updates .accordion-header a.collapsed:before {
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}

#updates .item {
  border-bottom: 1px solid #ccc;
  padding: 1.5em 0;
}

#updates .item:last-of-type {
  border-bottom: none;
}

#updates .item.plan .thumb img {
  display: block;
}

#updates .item .thumb img {
  display: none;
}

#updates #archiveUpdate .year-sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#updates #archiveUpdate .year-sel a {
  padding: .75em 2.5em;
  font-size: 1.5em;
  display: block;
  position: relative;
}

#updates #archiveUpdate .year-sel a h2 {
  font-weight: 300;
}

#updates #archiveUpdate .year-sel a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#updates #archiveUpdate .year-sel a.active h2 {
  color: white;
}

#updates #archiveUpdate .year-sel a.active:after {
  opacity: 1;
}

#updates #archiveUpdate .year-sel a:nth-child(1):after {
  background: #01B89C;
}

#updates #archiveUpdate .year-sel a:nth-child(2):after {
  background: #DF6B17;
}

#updates #archiveUpdate .year-sel a:nth-child(3):after {
  background: #EFCD01;
}

#neighbourhood .swiper-button-prev {
  max-width: 133px;
  max-height: 215px;
  width: 6.9270833vw;
  height: 11.1979167vw;
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#neighbourhood .swiper-button-prev.green {
  background-image: url(/img/neighbourhood/arrow-prev-green.svg);
}

#neighbourhood .swiper-button-prev.red {
  background-image: url(/img/neighbourhood/arrow-prev-red.svg);
}

#neighbourhood .swiper-button-prev.yellow {
  background-image: url(/img/neighbourhood/arrow-prev-yellow.svg);
}

#neighbourhood .swiper-button-next {
  max-width: 135px;
  width: 7.03125vw;
  max-height: 163px;
  height: 8.4895833vw;
  position: absolute;
  top: 40%;
  right: 0;
  margin: 0;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
}

#neighbourhood .swiper-button-next.green {
  background-image: url(/img/neighbourhood/arrow-next-green.svg);
}

#neighbourhood .swiper-button-next.red {
  background-image: url(/img/neighbourhood/arrow-next-red.svg);
}

#neighbourhood .swiper-button-next.yellow {
  background-image: url(/img/neighbourhood/arrow-next-yellow.svg);
}

#neighbourhood .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
}

#neighbourhood .swiper-pagination.green .swiper-pagination-bullet-active {
  background: #01B89C;
}

#neighbourhood .swiper-pagination.red .swiper-pagination-bullet-active {
  background: #DF6B17;
}

#neighbourhood .swiper-pagination.yellow .swiper-pagination-bullet-active {
  background: #EFCD01;
}

#neighbourhood .swiper-container.neighbour {
  max-width: 1088px;
  width: 58.6666667vw;
  overflow: inherit !important;
}

#neighbourhood .swiper-container.neighbour .swiper-wrapper {
  height: 46vw;
  max-height: 820px;
}

#neighbourhood .swiper-container.neighbour .swiper-slide {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

#neighbourhood .swiper-container.neighbour .swiper-slide .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 100%;
  height: 90%;
}

#neighbourhood .swiper-container.neighbour .swiper-slide.swiper-slide-active {
  width: 56.6666667vw;
  max-width: 1088px;
  max-height: 800px;
}

#neighbourhood .swiper-container.neighbour .swiper-slide.swiper-slide-prev {
  -webkit-transform-origin: right 40%;
          transform-origin: right 40%;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

#neighbourhood .swiper-container.neighbour .swiper-slide.swiper-slide-prev .desc {
  opacity: 0;
}

#neighbourhood .swiper-container.neighbour .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  -webkit-transform-origin: left 40%;
          transform-origin: left 40%;
}

#neighbourhood .swiper-container.neighbour .swiper-slide.swiper-slide-next .desc {
  opacity: 0;
}

#neighbourhood .neighbour-map h5 {
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

#neighbourhood .neighbour-map .text-red {
  color: #d2232a;
  border-color: #d2232a;
}

#neighbourhood .neighbour-map .text-blue {
  color: #25408f;
  border-color: #25408f;
}

#neighbourhood .neighbour-map .text-purple {
  color: #9d2179;
  border-color: #9d2179;
}

#neighbourhood .neighbour-map .text-lightblue {
  color: #01aef0;
  border-color: #01aef0;
}

@media (max-width: 768.98px) {
  #neighbourhood .neighbour-map h5 {
    color: white !important;
    padding: 10px;
    font-size: 1em;
    border-bottom: 0;
  }
  #neighbourhood .neighbour-map h5.text-green {
    background-color: #01B89C;
  }
  #neighbourhood .neighbour-map h5.text-red {
    background-color: #d2232a;
  }
  #neighbourhood .neighbour-map h5.text-blue {
    background-color: #25408f;
  }
  #neighbourhood .neighbour-map h5.text-purple {
    background-color: #9d2179;
  }
  #neighbourhood .neighbour-map h5.text-lightblue {
    background-color: #01aef0;
  }
}

@media (max-width: 575.98px) {
  #neighbourhood .neighbour-map h5 {
    position: relative;
  }
  #neighbourhood .neighbour-map h5:after, #neighbourhood .neighbour-map h5:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: white;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  #neighbourhood .neighbour-map h5:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #neighbourhood .neighbour-map h5.show:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #neighbourhood .neighbour-map ol {
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }
  #neighbourhood .neighbour-map ol.show {
    max-height: 600px;
    margin-bottom: 30px;
  }
}

#views .view {
  padding-bottom: 59.7560976%;
  background-size: cover;
  background-position: center;
}

#views .view.ne {
  background-image: url(/img/galleria-iii/views-ne.jpg);
}

#views .view.nw {
  background-image: url(/img/galleria-iii/views-nw.jpg);
}

#views .view.se {
  background-image: url(/img/galleria-iii/veiws-south.jpg);
}

#views .view.sw {
  background-image: url(/img/galleria-iii/views-sw.jpg);
}

#views .view-switcher {
  margin-top: auto;
}

#views .view-switcher a {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 10px;
  color: #ccc;
}

@media (max-width: 1639.98px) {
  #views .view-switcher a {
    font-size: 1em;
  }
}

@media (max-width: 768.98px) {
  #views .view-switcher a {
    font-size: 2vw;
  }
}

#views .view-switcher a.active {
  color: black;
  text-decoration: underline;
}

div.banner-new {
  max-width: 1920px;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

div.image-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

div.image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

div.video-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

div.video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border: 0;
}

div.video-wrap > span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border: 0;
}

figure.caption-new {
  display: block;
  position: absolute;
  z-index: 3;
  padding: 25px;
}

figure.caption-new label {
  display: block;
}

figure.caption-new label.caption-title {
  font-size: 48px;
  margin-bottom: 30px;
  line-height: 1.1;
}

figure.caption-new label.caption-subtitle {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.1;
}

figure.caption-new p {
  font-size: 18px;
  margin-bottom: 20px !important;
  line-height: 1.5;
}

figure.caption-top {
  top: 0;
}

figure.caption-left {
  left: 0;
}

figure.caption-right {
  right: 0;
}

figure.caption-bottom {
  bottom: 0;
}

figure.caption-center {
  left: 50%;
  -webkit-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
}

figure.caption-middle {
  top: 50%;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}

figure.caption-center.caption-middle {
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}

figure.caption-full {
  width: 100%;
}

figure.caption-half {
  width: 50%;
}

figure.caption-a-center {
  text-align: center;
}

figure.caption-a-center * {
  text-align: center;
}

figure.caption-a-left * {
  text-align: left;
  text-align: left;
}

figure.caption-a-right {
  text-align: right;
}

figure.caption-a-right * {
  text-align: center;
}

figure.caption-bg-white {
  background: rgba(255, 255, 255, 0.3);
}

figure.caption-bg-black {
  background: rgba(0, 0, 0, 0.3);
}

figure.caption-bg-white2 {
  background: rgba(255, 255, 255, 0.5);
}

figure.caption-bg-black2 {
  background: rgba(0, 0, 0, 0.5) !important;
}

figure.caption-white {
  background: black;
  color: #fff;
}

figure.caption-white * {
  color: #fff;
}

figure.caption-black {
  color: #000;
}

figure.caption-black * {
  color: #000;
}

a.caption-button {
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 40px;
  background: #0000;
  border: none;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 0 22px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: underline;
}

a.caption-button2 {
  font-size: 32px;
  letter-spacing: .1em;
  line-height: 40px;
  background: #0000;
  border: none;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 0 22px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: underline;
}

a.caption-button-alone {
  display: table;
  width: auto;
  margin-bottom: 15px;
}

a.caption-button-alone:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1180px) {
  figure.caption-new label.caption-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  figure.caption-new label.caption-subtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
  figure.caption-new p {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
  a.caption-button {
    font-size: 20px;
    line-height: 32px;
    padding: 0 22px;
  }
  a.caption-button2 {
    font-size: 26px;
    line-height: 40px;
    padding: 0 22px;
  }
  a.caption-button-alone {
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {
  figure.caption-new label.caption-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  figure.caption-new label.caption-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  figure.caption-new p {
    font-size: 14px;
    margin-bottom: 15px !important;
  }
  a.caption-button {
    font-size: 18px;
    line-height: 28px;
    padding: 0 22px;
  }
  a.caption-button2 {
    font-size: 22px;
    line-height: 32px;
    padding: 0 22px;
  }
  a.caption-button-alone {
    margin-bottom: 10px;
  }
}

@media (max-width: 760px) {
  figure.caption-new label.caption-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  figure.caption-new label.caption-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  figure.caption-new p {
    font-size: 14px;
    margin-bottom: 15px !important;
  }
  a.caption-button {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
  }
  a.caption-button2 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 15px;
  }
  a.caption-button-alone {
    margin-bottom: 10px;
  }
  figure.caption-half {
    width: 92%;
  }
}

@media (max-width: 480px) {
  figure.caption-new label.caption-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  figure.caption-new label.caption-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  figure.caption-new p {
    font-size: 12px;
    margin-bottom: 10px !important;
  }
  a.caption-button {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
  }
  a.caption-button2 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 5px;
  }
  a.caption-button-alone {
    margin-bottom: 5px;
  }
  figure.caption-half {
    width: 92%;
  }
}

#awardsAccordion button {
  border: none;
  background: none;
  padding: 0;
}

#awardsAccordion h4 {
  text-transform: capitalize;
}

#awardsAccordion .card {
  border-radius: 0;
  border: none;
}

#awardsAccordion .card-header {
  padding: 18px 0;
  background: none;
  border: none;
  border-bottom: 1px solid black;
  position: relative;
}

#awardsAccordion .card-header button {
  width: 100%;
  text-align: left;
}

#awardsAccordion .card-header button:before, #awardsAccordion .card-header button:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: black;
  position: absolute;
  right: 0;
  top: 50%;
}

#awardsAccordion .card-header button:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#awardsAccordion .card-header button.collapsed:before {
  opacity: 1;
}

#awardsAccordion .card-body {
  padding-left: 0;
}

#awardsAccordion .card-body p {
  font-weight: 300;
  line-height: 1.5em;
}

#awardsAccordion .card-body p strong {
  font-weight: normal;
}

#awardsAccordion h4 {
  font-weight: normal;
  margin-bottom: 1.4rem;
}

.award-box p {
  font-size: 1.5em;
}

@media (max-width: 1920px) {
  .award-box p {
    font-size: 1.25em;
  }
}

@media (max-width: 1639.98px) {
  .award-box p {
    font-size: 1em;
  }
}

section.floorplans {
  font-family: brandon-grotesque, sans-serif;
}

section.floorplans .logo {
  max-width: 280px;
  width: 15vw;
}

section.floorplans h1.page-title {
  line-height: .35em;
  margin-bottom: 0;
}

section.floorplans table * {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
}

@media (max-width: 768.98px) {
  section.floorplans table * {
    font-size: .875em;
  }
}

section.floorplans table tr {
  border-bottom: 1px solid black;
}

section.floorplans table thead th {
  text-transform: capitalize;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  color: black;
  padding: 10px 0;
}

section.floorplans table thead th * {
  font-weight: bold;
}

section.floorplans table thead th:first-of-type {
  text-align: left;
}

section.floorplans table tbody {
  font-size: 1.125rem;
}

section.floorplans table tbody tr {
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  cursor: pointer;
}

section.floorplans table tbody tr:hover {
  background: rgba(247, 227, 180, 0.1);
  background: #EFF1BA;
}

section.floorplans table tbody td {
  text-align: center;
  padding: 15px;
}

section.floorplans table tbody td:first-of-type {
  text-align: left;
}

section.floorplans .floorplan-nav a {
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: .05em;
  font-size: 1.125em;
  font-weight: bold;
  color: #CCCCCC;
}

@media (max-width: 1639.98px) {
  section.floorplans .floorplan-nav a {
    font-size: 1.5vw;
    font-weight: normal;
  }
}

@media (max-width: 768.98px) {
  section.floorplans .floorplan-nav a {
    font-size: 1em;
    font-weight: normal;
    letter-spacing: normal;
    margin-left: 5px;
    margin-right: 5px;
  }
}

section.floorplans .floorplan-nav a.active {
  color: #01B89C;
  border-bottom: 2px solid #01B89C;
}

#floorplan section.hero {
  padding-top: 100px;
}

@media (max-width: 768.98px) {
  #floorplan section.hero {
    padding-top: 20px;
  }
}

#floorplan section.hero img {
  width: 25vw;
  max-width: 350px;
}

#floorplan .quick-nav {
  width: 100px;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 9;
}

@media (max-width: 768.98px) {
  #floorplan .quick-nav {
    width: 50px;
    top: unset;
    bottom: 10%;
  }
}

#floorplan .quick-nav a {
  width: 100px;
  height: 100px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: grey;
  font-weight: 700;
  letter-spacing: .01em;
}

@media (max-width: 768.98px) {
  #floorplan .quick-nav a {
    width: 50px;
    height: 50px;
    font-size: 0;
  }
}

#floorplan .quick-nav a img {
  margin-bottom: 5px;
  width: 30%;
}

@media (max-width: 768.98px) {
  #floorplan .quick-nav a img {
    width: 50%;
    margin-bottom: 0;
  }
}

#floorplan .quick-nav a.download {
  background: #EFCD01;
}

#floorplan .quick-nav a.share {
  background: #01B89C;
}

#floorplan .quick-nav a.appointment {
  background: #DF6B17;
}

#floorplan .floorplan-img {
  padding-bottom: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768.98px) {
  #floorplan .floorplan-img {
    padding-bottom: 120%;
  }
}

#floorplan .keyplate {
  height: 325px;
  width: 325px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 575.98px) {
  #floorplan .keyplate {
    width: 50vw;
    height: 50vw;
  }
}

#floorplan .keyplate p {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: brandon-grotesque, sans-serif;
  position: absolute;
  left: 50%;
  bottom: 0;
  color: black;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

#floorplan .keyplate p span {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 600;
}

#floorplan .floorplan-nav .info {
  font-size: 1.5em;
}

@media (max-width: 768.98px) {
  #floorplan .floorplan-nav .info {
    font-size: 1em;
  }
}

#floorplan .floorplan-nav .info span {
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1em;
}

#floorplan .floorplan-nav a {
  font-size: .75em;
}

@media (max-width: 1639.98px) {
  #floorplan .floorplan-nav a {
    font-size: .875em;
  }
}

#floorplan .floorplan-nav .nav-wrapper .suites-nav {
  margin: 0 5px;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#floorplan .floorplan-nav .nav-wrapper .suites-nav.prev:before {
  content: '';
  display: block;
  height: 16px;
  width: 8px;
  background-image: url("/img/suites/arrow.svg");
  margin-right: 15px;
}

#floorplan .floorplan-nav .nav-wrapper .suites-nav.next:after {
  content: '';
  display: block;
  height: 16px;
  width: 8px;
  background-image: url("/img/suites/arrow.svg");
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#floorplan .note {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-size: .625em;
  opacity: .6;
  color: #897963;
}

#features .show-features {
  font-size: .75em;
  opacity: .5;
}

@media (max-width: 768.98px) {
  #features .show-features {
    font-size: 1em;
    margin-bottom: .5em;
    text-align: center;
  }
}

#features .show-features.active {
  border-bottom: 1px solid black;
  opacity: 1;
}

#features .features-detail {
  -webkit-columns: 3;
          columns: 3;
  padding: 3em 0;
  display: none;
}

@media (max-width: 768.98px) {
  #features .features-detail {
    -webkit-columns: 2;
            columns: 2;
  }
}

@media (max-width: 575.98px) {
  #features .features-detail {
    -webkit-columns: 1;
            columns: 1;
  }
}

#features .features-detail ul {
  width: 100%;
}

@media (max-width: 575.98px) {
  #features .features-detail ul {
    padding-left: 20px;
  }
}

#features .features-detail ul li {
  font-size: .75em;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  color: black;
  margin-bottom: 2em;
}

footer {
  width: 100%;
}

footer hr {
  border-width: 5px;
  border-color: black;
}

footer strong {
  font-weight: 400;
  font-family: brandon-grotesque, sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: .1em;
}

footer .logo-alterra {
  width: 110px;
}

footer .social-warpper {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .social-warpper a {
  line-height: 1em;
}

footer h6 {
  font-size: 1.125em;
}

footer a {
  font-size: 1em;
  line-height: 1em;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-transform: initial;
  font-family: brandon-grotesque, sans-serif;
  text-decoration: underline;
}

footer a:hover {
  color: #DF6B17;
}

footer p {
  font-weight: 300;
  font-size: .875em;
  line-height: 2em;
}

footer .load-svg * {
  fill: black;
}

footer .logo {
  width: 226px;
  display: block;
  height: 60px;
}

footer .logo svg {
  height: 100%;
  width: 100%;
}

footer .logo:hover * {
  fill: black;
}

footer .logo * {
  fill: black;
  -webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

footer .disclaimer {
  font-weight: 300;
  font-size: .75em;
  line-height: 1.125em;
}

footer .disclaimer a {
  font-family: brandon-grotesque, sans-serif;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: underline;
}

footer .disclaimer a:hover {
  opacity: .5;
}

footer .social-wrapper {
  right: 0;
  height: 15px;
}

footer .social-wrapper a {
  font-size: 1em;
  padding: 0px 8px;
}

footer .social-wrapper a i {
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

footer .social-wrapper a:hover i {
  opacity: .7;
}

footer ul a,
footer ul span {
  font-size: .875em;
  line-height: 1.25rem;
}

@media (max-width: 575.98px) {
  footer ul.tablet-two-columns a {
    line-height: 1.1em;
  }
}

form.form-done {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.radio-wrapperG {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: normal;
  font-family: brandon-grotesque, sans-serif;
  line-height: 18px;
  margin-bottom: 0;
  float: left;
  text-align: left;
  font-family: brandon-grotesque, sans-serif;
}

.radio-wrapperG .control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-right: 30px;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 1em;
  font-family: brandon-grotesque, sans-serif;
  margin-bottom: 10px;
}

.radio-wrapperG .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-wrapperG .control input:checked ~ .control__indicator:after {
  background: #01B89C;
}

.radio-wrapperG .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.radio-wrapperG .control input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.radio-wrapperG .control:hover input ~ .control__indicator {
  border-color: black;
}

.radio-wrapperG .control .control__indicator:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.radio-wrapperG span {
  display: inline-block;
  vertical-align: middle;
}

.radio-wrapperG .control__indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 1px solid black;
}

.radio-wrapperG .control--radio .control__indicator {
  border-radius: 50%;
}

.radio-wrapper {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: brandon-grotesque, sans-serif;
  color: black;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 60px;
  margin-bottom: 15px;
}

.radio-wrapper * {
  font-weight: 300;
  text-transform: uppercase;
}

.radio-wrapper .control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  margin-left: 30px;
  cursor: pointer;
  font-size: 1em;
}

@media (max-width: 575.98px) {
  .radio-wrapper .control {
    margin-left: 10px;
  }
}

.radio-wrapper .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

@media (max-width: 575.98px) {
  .radio-wrapper .control input {
    width: 80vw;
  }
}

.radio-wrapper .control__indicator {
  position: absolute;
  left: 0;
  top: 20px;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid black;
}

.radio-wrapper .control--radio .control__indicator {
  border-radius: 50%;
}

.radio-wrapper .control:hover input ~ .control__indicator {
  border-color: #ccc;
}

.radio-wrapper .control input:checked ~ .control__indicator:after {
  background: black;
}

.radio-wrapper .control:hover input:not([disabled]):checked ~ .control__indicator {
  background: #fafafa;
}

.radio-wrapper .control input:disabled ~ .control__indicator {
  background: black;
  opacity: 0.6;
  pointer-events: none;
}

.radio-wrapper .control .control__indicator:after {
  content: '';
  position: absolute;
}

.radio-wrapper .control .control__indicator:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.radio-wrapper .control input:disabled ~ .control__indicator:after {
  background: black;
}

.inline-response {
  color: black;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
  left: 0;
}

.inline-response h1 {
  font-size: 1.5em;
}

.inline-response h3 {
  font-size: 1.25em;
}

.inline-response .close {
  width: 20px;
  height: 20px;
  top: 17px;
  right: 10px;
}

.inline-response .close span {
  width: 20px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
}

.inline-response .close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inline-response .close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.inline-response .popup-wrapper {
  z-index: 2000;
  border: 10px solid white;
}

@media (max-width: 575.98px) {
  .inline-response .popup-wrapper {
    width: 100%;
  }
}

.inline-response img {
  width: 350px;
}

@media (max-width: 575.98px) {
  .inline-response img {
    width: 100%;
  }
}

.inline-response.reveal-response {
  visibility: visible;
  opacity: 1;
  display: block;
}

.consent,
.consent2 {
  font-weight: 300;
  font-family: brandon-grotesque, sans-serif;
}

.consent a,
.consent2 a {
  text-decoration: underline !important;
}

.consent a:hover,
.consent2 a:hover {
  color: #DF6B17;
}

.g-recaptcha {
  position: relative;
}

.g-recaptcha:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 100%;
  height: 99%;
  border-radius: 3px;
  border: 1px solid transparent;
}

.g-recaptcha.error:after {
  border-color: red;
}

.error {
  border-color: red;
}

.error::-webkit-input-placeholder {
  color: red;
}

.error:-ms-input-placeholder {
  color: red;
}

.error::-ms-input-placeholder {
  color: red;
}

.error::placeholder {
  color: red;
}

input,
textarea, select {
  font-family: brandon-grotesque, sans-serif;
  text-transform: initial;
  background: white;
  letter-spacing: .1em;
  border: none;
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-transform: initial;
  line-height: 30px;
  height: 45px;
  padding-left: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
  color: black;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: black;
  text-transform: initial;
  opacity: 1;
  font-weight: 300;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: black;
  text-transform: initial;
  opacity: 1;
  font-weight: 300;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: black;
  text-transform: initial;
  opacity: 1;
  font-weight: 300;
}

input::placeholder,
textarea::placeholder, select::placeholder {
  color: black;
  text-transform: initial;
  opacity: 1;
  font-weight: 300;
}

textarea {
  padding-top: 10px;
  height: auto;
  font-weight: 300;
}

.checkbox-wrapper.error label:before {
  border: 1px solid red !important;
}

.checkbox-wrapper.error label {
  color: red;
}

.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}

.checkbox-wrapper label {
  display: inline;
  padding: 0;
  font-size: 1;
  line-height: 1.25rem;
  letter-spacing: 0;
}

@media (max-width: 575.98px) {
  .checkbox-wrapper label {
    font-size: 11px;
    line-height: 1em;
  }
}

.checkbox-wrapper [type="checkbox"]:not(:checked), .checkbox-wrapper [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox-wrapper [type="checkbox"]:not(:checked) + label,
.checkbox-wrapper [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  display: block;
}

.checkbox-wrapper [type="checkbox"]:not(:checked) + label:before,
.checkbox-wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  background-color: none;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}

.checkbox-wrapper [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrapper [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: url(/img/assets/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 20px;
  height: 20px;
}

.checkbox-wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.checkbox-wrapper [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkbox-wrapper [type="checkbox"]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox-wrapper [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox-wrapper [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.checkbox-wrapper [type="checkbox"]:disabled + label {
  color: #aaa;
}

.checkbox-wrapper [type="checkbox"]:checked:focus + label:before,
.checkbox-wrapper [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #1234;
}

.checkbox-wrapper label:hover:before {
  border: 1px solid #696969 !important;
}

.broker-wrapper {
  opacity: 0;
  height: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.broker-wrapper.show {
  max-height: 1000px;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/**
 *  Selector style
 */
select {
  width: 100%;
}

.select2-container {
  margin-top: 9px;
  text-transform: initial;
  margin-bottom: 20px;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 0;
}

select.error + span.select2-container .select2-selection--single {
  border-color: red;
}

select.error + span.select2-container .select2-selection--single .select2-selection__placeholder {
  color: red;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #cccccc;
  height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding: 0 20px;
}

.select2-container--default .select2-results__group {
  color: white;
  height: 30px;
  line-height: 18px;
  background: #ccc;
  font-size: .85em;
}

.select2-results__option {
  padding: 0 20px;
  line-height: 60px;
  text-transform: initial;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  margin-bottom: -8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #EBEBEB;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: white;
  background: #EBEBEB;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("/img/assets/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 22px;
  height: 13px;
  top: 27px;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

form button {
  font-size: 1.5em;
  letter-spacing: .1em;
  line-height: 40px;
  height: 40px;
  font-weight: 700;
  background: transparent;
  border: none;
  font-weight: 700;
  text-align: center;
  color: black;
  display: inline-block;
  border-radius: 0;
  padding: 0 22px;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: underline;
}

form button:hover {
  background: transparent;
  color: black;
}

@media (max-width: 575.98px) {
  form button {
    font-size: 1em;
  }
}

@media (max-width: 768.98px) {
  legend {
    font-size: 1em;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}
/*# sourceMappingURL=main.css.map */