.fakeLoader {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

.serif,
.serif span {
  font-family: "Blair ITC Std" !important; }

.sans-serif,
.sans-serif span {
  font-family: "Basis Grotesque Pro" !important; }

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

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

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

.dark {
  color: #EBEBEB !important; }

hr {
  border-color: #707070; }

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

a.caption {
  position: absolute; }
  a.caption:hover {
    cursor: pointer; }
    a.caption:hover h1,
    a.caption:hover .text-wrapper {
      color: black; }
      a.caption:hover h1:after,
      a.caption:hover .text-wrapper:after {
        right: -75px !important; }
  a.caption h1 {
    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%;
      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;
      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: black;
  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: #FF671D;
    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-color: #FF671D !important; }
  .bg-color * {
    color: white; }
  .bg-color a.arrow:after {
    background-image: url(/img/arrow-right.svg); }
  .bg-color .decor {
    border-color: white; }
  .bg-color p {
    color: white; }

.bg-white {
  background-color: white; }
  .bg-white .banner .cta-nav {
    border-top: 2px solid #FF671D; }
  .bg-white .decor {
    border-color: #FF671D; }

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

.bg-accent {
  background: black !important; }
  .bg-accent * {
    color: white; }

.bg-dark {
  background: #EBEBEB; }

.text-color {
  color: #FF671D !important; }

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

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

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

* {
  outline: none;
  font-family: "Basis Grotesque Pro";
  font-weight: 400;
  font-style: normal; }

html,
body {
  overflow-x: hidden; }

body {
  font-size: 1rem;
  overflow: hidden;
  background: white; }
  @media (max-width: 575.98px) {
    body {
      font-size: 1rem; } }
html,
body,
button,
:hover {
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

a {
  font-family: "Basis Grotesque Pro";
  outline: none !important;
  font-weight: 500;
  color: #FF671D;
  text-transform: initial;
  text-decoration: none !important;
  font-weight: 500;
  letter-spacing: .065em; }
  a.arrow {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-right: 2em; }
    @media (max-width: 1441px) {
      a.arrow {
        font-size: 1.5em; } }
    @media (max-width: 575.98px) {
      a.arrow {
        font-size: 1em; } }
    a.arrow:after {
      content: "";
      display: block;
      margin-left: .5em;
      background-image: url(/img/arrow-right-color.svg);
      width: 1em;
      height: 1em;
      background-size: contain;
      background-repeat: no-repeat; }
  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%;
      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;
      transition: right .3s ease-in-out; }
    a.learn-more:hover {
      color: #FF671D; }
      a.learn-more:hover:after {
        right: -5%; }
  a:hover {
    color: black; }

a.btn {
  background: transparent;
  border: 1px solid #FF671D;
  color: #FF671D;
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 1em;
  line-height: 2.666666667em;
  height: 2.666666667em;
  font-family: "Blair ITC Std";
  font-weight: 500;
  letter-spacing: .025em;
  font-size: 1em;
  transition: background .3s ease-in-out; }
  a.btn.max-width {
    max-width: 180px; }
  a.btn:hover {
    color: white;
    background: #FF671D; }

form button,
a.btn.register {
  padding: 0;
  width: 80vw;
  max-width: 180px;
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Blair ITC Std";
  text-transform: lowercase;
  font-weight: 300;
  color: black; }

.decor {
  width: 100%;
  border-bottom: 2px solid #FF671D; }
  @media (max-width: 1179.98px) {
    .decor {
      width: 100%; } }
h1 {
  font-size: 2.5em;
  letter-spacing: .065em; }
  @media (max-width: 1179.98px) {
    h1 {
      font-size: 5vw; } }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 1.7em; } }
h2 {
  font-size: 1.875em; }
  h2 em {
    font-style: "italic";
    font-weight: 300; }
    h2 em strong {
      font-weight: 500; }

h3 {
  font-size: 1.666666667em;
  color: #FF671D;
  font-family: "Blair ITC Std";
  letter-spacing: normal; }
  @media (max-width: 768.98px) {
    h3 {
      font-size: 1.125em; } }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 1em; } }
h4 {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  letter-spacing: .1em; }
  @media (max-width: 768.98px) {
    h4 {
      font-size: 1.25em; } }
  @media (max-width: 575.98px) {
    h4 {
      font-size: 1.125em; } }
h5 {
  font-size: 1.5em;
  letter-spacing: .1em; }
  @media (max-width: 768.98px) {
    h5 {
      font-size: 1.35em; } }
  @media (max-width: 575.98px) {
    h5 {
      font-size: 1.45em; } }
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: 1441px) {
    .quote {
      font-size: 2.25vw; } }
  @media (max-width: 575.98px) {
    .quote {
      font-size: 18px; } }
strong {
  font-weight: 500; }

p {
  font-family: "Basis Grotesque Pro";
  color: #0c0c0c;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: .025em; }
  @media (max-width: 575.98px) {
    p {
      font-size: 1em; } }
  p:last-of-type {
    margin-bottom: 0; }

@media (max-width: 768.98px) {
  .tablet-two-columns {
    width: 100%;
    -webkit-columns: 2 !important;
       -moz-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%;
    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); }

.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%;
    transform: translate(-50%, -50%); }

.container.bottom {
  transform: translateY(-50%);
  margin-bottom: -100px; }
  .container.bottom .bg {
    background-size: cover;
    background-position: center; }
    @media (max-width: 1179.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: 1179.98px) {
    .container.bottom {
      transform: translateY(0);
      margin-bottom: 0; } }
a.toRegister {
  font-family: #FF671D;
  font-weight: 400;
  border: 1px solid #FF671D;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  display: inline-block; }

.red-box-decor {
  background: black;
  position: relative; }
  @media (max-width: 1179.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;
    transform: translateX(-100%);
    background-color: black;
    height: 100%;
    position: absolute;
    top: 0;
    width: 88px;
    width: 100vw; }
    @media (max-width: 1441px) {
      .red-box-decor:after {
        transform: translateX(-93%); } }
    @media (max-width: 1179.98px) {
      .red-box-decor:after {
        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: 1179.98px) {
    a h1.caption {
      font-size: 5vw; } }
svg {
  width: 100%; }

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

#mainbody {
  margin-top: 0px; }

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

#loaderLogo {
  width: 80vw;
  max-width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 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; }

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

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

.js-slide-up {
  top: 350px;
  position: relative;
  opacity: 0; }
  @media (max-width: 768.98px) {
    .js-slide-up {
      top: 0 !important;
      opacity: 1 !important; } }
.in-view .js-slide-up {
  top: 0px;
  transition: top 0.9s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1; }

.in-view.js-slide-up {
  top: 0px;
  transition: top 0.9s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1; }

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

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

nav {
  padding: 0;
  height: auto;
  padding: 50px 0 10px;
  position: fixed;
  width: 100%;
  top: 0;
  background: #FF671D;
  transition: padding .3s ease-in-out; }
  @media (max-width: 1441px) {
    nav {
      padding-top: 2vw; } }
  @media (max-width: 768.98px) {
    nav {
      padding-top: 5vw; } }
  nav > .container {
    height: 100%; }
  nav.active {
    background: white;
    padding-top: 10px;
    height: 80px; }
    nav.active .logo {
      max-width: 200px; }
      nav.active .logo img {
        -webkit-filter: none;
                filter: none; }
    nav.active .hamburger span {
      background: #FF671D; }
  nav .logo-alterra {
    display: flex;
    align-items: flex-end;
    max-width: 80px;
    z-index: 0;
    display: none !important; }
    nav .logo-alterra svg * {
      fill: black; }
    @media (max-width: 1179.98px) {
      nav .logo-alterra {
        position: absolute;
        right: 20px;
        align-items: center; } }
  nav .logo {
    height: auto;
    width: 25vw;
    max-width: 425px;
    transition: all .3s ease-in-out; }
    @media (max-width: 768.98px) {
      nav .logo {
        width: 50vw; } }
    nav .logo img {
      width: 100%;
      height: auto;
      transition: all .3s ease-in-out;
      -webkit-filter: brightness(100);
              filter: brightness(100); }
    nav .logo a {
      display: block;
      width: 100%;
      height: 100%; }
  nav ul.nav-menu {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -50px;
    width: auto;
    padding-right: 50px; }
    @media (max-width: 1179.98px) {
      nav ul.nav-menu {
        position: fixed;
        width: 100vw;
        height: 100%;
        padding-right: 0;
        margin-top: 0; }
        nav ul.nav-menu a {
          font-size: 1.5em;
          text-align: center;
          width: 100%; } }
    nav ul.nav-menu > li {
      height: 20px;
      margin-bottom: 2em; }
      nav ul.nav-menu > li.active {
        position: relative; }
        nav ul.nav-menu > li.active:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -17px;
          left: 50%;
          transform: translate(-50%, 100%);
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff; }
          @media (max-width: 1179.98px) {
            nav ul.nav-menu > li.active:after {
              display: none; } }
  nav ul {
    margin: 0;
    list-style: none;
    z-index: 1;
    background: #FF671D;
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px 0 0;
    margin: 0;
    height: aUTO;
    width: 300px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all .5s ease-in-out; }
    nav ul.show {
      transform: translateY(0);
      opacity: 1;
      pointer-events: inherit; }
    @media (max-width: 1441px) {
      nav ul {
        padding-top: 50px; } }
    nav ul.sub-nav {
      display: block;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      margin-top: 17px;
      width: 280px;
      padding-left: 0;
      background: #EBEBEB;
      transition: max-height .3s ease-in-out; }
      @media (max-width: 1179.98px) {
        nav ul.sub-nav {
          transform: translateX(0);
          position: relative;
          padding-top: 0;
          margin-top: 0;
          height: auto; }
          nav ul.sub-nav li {
            padding-left: 15px; }
            nav ul.sub-nav li:first-child {
              margin-top: 20px; }
            nav ul.sub-nav li a {
              font-size: .75em; } }
      nav ul.sub-nav.active {
        max-height: 1000px; }
      nav ul.sub-nav a {
        display: block; }
        nav ul.sub-nav a:after {
          display: none; }
        nav ul.sub-nav a:hover {
          color: white;
          background: black; }
    nav ul a {
      display: inline-block;
      font-size: .75em;
      text-transform: uppercase;
      color: white;
      padding: 0 35px;
      line-height: 1.25em;
      font-family: "Basis Grotesque Pro";
      font-weight: 300;
      transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      position: relative;
      margin-bottom: 2.25vw; }
      nav ul a:after {
        content: "";
        display: block;
        display: none;
        height: 3px;
        width: 0;
        background: #FF671D;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: width .3s ease-in-out; }
      nav ul a:hover, nav ul a.active {
        color: black; }
        nav ul a:hover:after, nav ul a.active:after {
          width: 100%; }
      nav ul a.reg {
        font-weight: 700;
        color: #FF671D;
        letter-spacing: -0.015em; }
  nav .hamburger {
    position: absolute;
    right: 20px;
    top: 0;
    width: 20px;
    height: 16px;
    transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 99;
    display: block; }
    @media (max-width: 1179.98px) {
      nav .hamburger {
        right: 30px; } }
    nav .hamburger span {
      background: white;
      position: absolute;
      height: 2px;
      border-radius: 0;
      width: 20px;
      transition: transform .2s ease-in-out, opacity .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;
      transition: transform .2s ease-in-out, opacity .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) {
        transform: rotate(45deg); }
      nav .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg); }
    nav .hamburger.active:before {
      opacity: 1;
      transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 101vh;
  width: 320px;
  z-index: 98;
  background: transparent;
  transform: translateX(-101%);
  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.active {
    background: white; }
  .mobile-menu ul.nav-menu {
    list-style: none;
    background: #FF671D;
    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;
      transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      .mobile-menu ul.nav-menu .has-sub.active {
        background: #EBEBEB; }
        .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: #FF671D; }
        .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%;
          transform: translateY(-50%); }
        .mobile-menu ul.nav-menu .has-sub > a:before {
          transform-origin: center;
          transform: translateY(-50%) rotate(90deg); }
    .mobile-menu ul.nav-menu .sub-nav {
      margin-top: 0;
      padding-left: 0;
      background: none;
      overflow: hidden;
      max-height: 0;
      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 .sub-nav a:hover {
          background: #FF671D; }
    .mobile-menu ul.nav-menu a {
      display: inline-block;
      font-size: .875em;
      text-transform: uppercase;
      color: white;
      padding: .875em 22px;
      font-family: "Basis Grotesque Pro";
      letter-spacing: .1em;
      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;
  transform: translateX(110%);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 98; }
  .side-nav.active {
    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;
      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: #FF671D;
        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: #FF671D;
        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: #FF671D; }
        .side-nav .menu-wrapper a.active span, .side-nav .menu-wrapper a:hover span {
          color: #FF671D; }
      .side-nav .menu-wrapper a.active span:after {
        opacity: 1; }
      .side-nav .menu-wrapper a span {
        position: absolute;
        color: #EBEBEB;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Basis Grotesque Pro";
        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;
          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: flex;
    flex-direction: column;
    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 .video {
    padding: 0;
    background-size: cover;
    background-position: center;
    padding-bottom: 135.4166667%; }
    #home .video .overlay {
      background: rgba(0, 18, 27, 0.1);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 1; }
    #home .video iframe {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    #home .video a.arrow-down {
      position: absolute;
      bottom: 35px;
      width: 100px;
      text-align: center; }
      #home .video a.arrow-down .load-svg {
        width: 100px; }
        #home .video a.arrow-down .load-svg svg * {
          stroke: white; }
    #home .video .caption {
      width: 100%;
      z-index: 5; }
      #home .video .caption .top-half,
      #home .video .caption .bottom-half {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        max-height: 50%; }
        @media (max-width: 768.98px) {
          #home .video .caption .top-half,
          #home .video .caption .bottom-half {
            top: 15%;
            height: 55%;
            max-height: unset; } }
        @media (max-width: 575.98px) {
          #home .video .caption .top-half,
          #home .video .caption .bottom-half {
            top: 15%; } }
      #home .video .caption .bottom-half {
        top: 50%; }
        @media (max-width: 768.98px) {
          #home .video .caption .bottom-half {
            height: 30%;
            top: 70%; } }
      #home .video .caption a.btn {
        color: white;
        background: transparent;
        border-color: white;
        margin-left: auto;
        margin-right: auto; }
        #home .video .caption a.btn:hover {
          background: white;
          color: #FF671D; }
      #home .video .caption h1 {
        font-size: 2.6041667vw;
        letter-spacing: .1em; }
        @media (max-width: 575.98px) {
          #home .video .caption h1 {
            font-size: 3vw; } }
      #home .video .caption h2 {
        letter-spacing: .07em;
        max-width: 50.3541667vw;
        margin-left: auto;
        margin-right: auto;
        font-weight: 300;
        font-size: 1.6666667vw; }
        @media (max-width: 1179.98px) {
          #home .video .caption h2 {
            font-size: 2vw;
            max-width: 65vw; } }
        @media (max-width: 768.98px) {
          #home .video .caption h2 {
            font-size: 4vw;
            max-width: 65vw; } }
        @media (max-width: 575.98px) {
          #home .video .caption h2 {
            font-size: 5vw; } }
        #home .video .caption h2.desc {
          line-height: 1.5em; }
          @media (max-width: 768.98px) {
            #home .video .caption h2.desc {
              display: none !important; } }
      #home .video .caption .logo {
        width: 44.2708333vw; }
        @media (max-width: 575.98px) {
          #home .video .caption .logo {
            width: 55vw; } }
.swiper-container .button-next {
  position: absolute;
  top: 0;
  width: 1000%;
  height: calc(100% - 27px);
  z-index: 9; }

section {
  padding: 2vw 0;
  position: relative; }
  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 {
    padding-top: 4vw; }
  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: #FF671D; }

.form-wrapper {
  border: 1px solid #FF671D;
  padding: 70px; }
  @media (max-width: 768.98px) {
    .form-wrapper {
      padding: 50px 2em;
      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;
    transition: max-height 1s ease-in-out;
    margin-top: 20px;
    transition-delay: 0; }
    .readmore-wrapper p.readmore.show {
      max-height: 100vh;
      transition-delay: 400; }

.spacer {
  height: 10vw; }

@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; }

.readmore-wrapper p.readmore {
  display: block;
  max-height: inherit !important; }

.readmore-wrapper .btn-readmore, .readmore-wrapper .btn-readless {
  display: none !important; }

.banner {
  height: 101vh; }
  @media (max-width: 768.98px) {
    .banner {
      height: 90vh;
      max-height: unset; } }
  @media (max-width: 575.98px) {
    .banner {
      height: 90vh;
      max-height: unset; } }
  .banner .logo {
    max-width: 280px;
    width: 80vw; }
  .banner h1 {
    font-size: 3.0625vw; }
    @media (max-width: 575.98px) {
      .banner h1 {
        font-size: 4.5vw; } }
  .banner .page-nav {
    text-align: right; }
    .banner .page-nav a {
      font-size: 1.125em; }
      @media (max-width: 1179.98px) {
        .banner .page-nav a {
          font-size: 1em; } }
  .banner .cta-nav {
    display: flex;
    margin-bottom: 3%;
    width: 100%;
    border-top: 2px solid white;
    padding-top: 2em; }
    @media (max-width: 1179.98px) {
      .banner .cta-nav {
        font-size: .85em; } }
    @media (max-width: 1179.98px) {
      .banner .cta-nav {
        width: 100%; } }
.building-decor {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90% center;
  height: 100%;
  position: absolute;
  right: 0;
  width: 45%; }
  @media (max-width: 1179.98px) {
    .building-decor {
      display: none; } }
#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 {
      transform: rotate(90deg);
      opacity: 0;
      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: 1441px) {
    .award-box p {
      font-size: 1.25em; } }
  @media (max-width: 1179.98px) {
    .award-box p {
      font-size: 1em; } }
section.floorplans {
  font-family: "Blair ITC Std"; }
  section.floorplans table * {
    font-family: "Blair ITC Std";
    font-weight: 300; }
    @media (max-width: 768.98px) {
      section.floorplans table * {
        font-size: .875em; } }
  section.floorplans table tr {
    border-bottom: 1px solid #FF671D; }
  section.floorplans table thead th {
    text-transform: uppercase;
    font-size: .75em;
    letter-spacing: .1em;
    text-align: center;
    color: #FF671D;
    padding: 10px 0; }
    section.floorplans table thead th:first-of-type {
      text-align: left; }
  section.floorplans table tbody tr {
    transition: background .3s ease-in-out; }
    section.floorplans table tbody tr:hover {
      background: rgba(247, 227, 180, 0.1); }
  section.floorplans table tbody td {
    text-align: center;
    padding: 10px 0; }
    section.floorplans table tbody td:first-of-type {
      text-align: left; }
  section.floorplans .floorplan-nav a {
    font-family: "Blair ITC Std";
    letter-spacing: .1em;
    font-size: .875em; }
    section.floorplans .floorplan-nav a.active {
      border-bottom: 1px solid #FF671D; }

#floorplan section.hero {
  height: 28.1666667vw;
  max-height: 400px;
  background: rgba(137, 121, 99, 0.05); }
  @media (max-width: 768.98px) {
    #floorplan section.hero {
      height: 100vw;
      max-height: unset; } }
  #floorplan section.hero .line-drawing {
    position: absolute;
    max-width: 206px;
    width: 15vw;
    left: 50%;
    top: 15%;
    transform: translate(-50%); }
    @media (max-width: 768.98px) {
      #floorplan section.hero .line-drawing {
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50vw;
        max-width: unset; } }
#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: 200px;
  width: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 768.98px) {
    #floorplan .keyplate {
      width: 150px;
      height: 150px; } }
  #floorplan .keyplate p {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Blair ITC Std";
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #FF671D;
    transform: translate(-50%, 100%); }
    #floorplan .keyplate p span {
      font-family: "Blair ITC Std";
      font-weight: 600; }

#floorplan .floorplan-nav {
  background: rgba(137, 121, 99, 0.05); }
  #floorplan .floorplan-nav h1 {
    font-family: "Blair ITC Std";
    font-size: 2.75em; }
    @media (max-width: 1179.98px) {
      #floorplan .floorplan-nav h1 {
        font-size: 4vw; } }
  #floorplan .floorplan-nav .info span {
    font-weight: 300;
    font-family: "Blair ITC Std"; }
  #floorplan .floorplan-nav a {
    font-size: .75em; }
    @media (max-width: 1179.98px) {
      #floorplan .floorplan-nav a {
        font-size: .875em; } }
  #floorplan .floorplan-nav .nav-wrapper .suites-nav {
    margin: 0 5px;
    display: block;
    position: relative;
    display: flex;
    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;
      transform: rotate(180deg); }

#floorplan .note {
  font-family: "Blair ITC Std";
  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 #FF671D;
    opacity: 1; }

#features .features-detail {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  padding: 3em 0;
  display: none; }
  @media (max-width: 768.98px) {
    #features .features-detail {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (max-width: 575.98px) {
    #features .features-detail {
      -webkit-columns: 1;
         -moz-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: "Blair ITC Std";
      font-weight: 300;
      color: #FF671D;
      margin-bottom: 2em; }

footer {
  background: white;
  width: 100%;
  color: black; }
  footer hr {
    border-width: 2px;
    border-color: white; }
  footer strong {
    font-weight: 400;
    font-family: "Blair ITC Std";
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: .1em; }
  footer .logo-alterra {
    width: 110px; }
  footer .social-warpper {
    width: 110px;
    display: flex;
    justify-content: space-between; }
    footer .social-warpper a {
      line-height: 1em; }
  footer h6 {
    font-size: 1.125em; }
  footer a {
    color: black;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: normal;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-transform: uppercase;
    font-family: "Basis Grotesque Pro";
    font-weight: 300; }
    footer a:hover {
      color: #FF671D; }
  footer p {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
    color: black; }
  footer .load-svg * {
    fill: white; }
  footer .logo {
    max-width: 200px;
    display: block;
    height: 60px; }
    footer .logo svg {
      height: 100%;
      width: 100%; }
    footer .logo:hover * {
      fill: white; }
    footer .logo * {
      fill: white;
      transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  footer .disclaimer {
    font-weight: 300;
    font-size: .65em;
    line-height: 1.125em; }
    footer .disclaimer a {
      font-family: "Basis Grotesque Pro";
      transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      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 {
        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; }

form legend {
  font-family: "Basis Grotesque Pro";
  color: white; }

.radio-wrapper {
  font-size: 1em;
  display: flex;
  font-family: "Basis Grotesque Pro";
  color: white;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 55px;
  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: 0px;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid white; }
  .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: white; }
  .radio-wrapper .control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #fafafa; }
  .radio-wrapper .control input:disabled ~ .control__indicator {
    background: white;
    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%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 50%; }
  .radio-wrapper .control input:disabled ~ .control__indicator:after {
    background: white; }

.radio-wrapperG {
  font-size: 1em;
  display: flex;
  text-transform: uppercase;
  font-weight: normal;
  font-family: brandon-grotesque, sans-serif;
  line-height: 18px;
  margin-bottom: 0;
  height: 55px;
  float: left;
  text-align: left;
  font-family: brandon-grotesque, sans-serif; }
  .radio-wrapperG .control {
    display: block;
    position: relative;
    margin-bottom: 0;
    margin-right: 30px;
    padding: 11px 12px;
    cursor: pointer;
    font-size: 1em;
    font-family: brandon-grotesque, sans-serif; }
    .radio-wrapperG .control input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
      .radio-wrapperG .control input:checked ~ .control__indicator:after {
        border: 1px solid white; }
      .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: white; }
    .radio-wrapperG .control .control__indicator:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      width: 100%; }
  .radio-wrapperG span {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 1em;
    font-family: "Basis Grotesque Pro";
    color: white; }
  .radio-wrapperG .control__indicator {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid transparent; }
  .radio-wrapperG .control--radio .control__indicator {
    border-radius: 0; }

.radio-wrapper {
  font-size: 1em;
  display: flex;
  font-family: "Basis Grotesque Pro";
  color: white;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 55px;
  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: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid white; }
  .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: white; }
  .radio-wrapper .control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #fafafa; }
  .radio-wrapper .control input:disabled ~ .control__indicator {
    background: white;
    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%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    border-radius: 50%; }
  .radio-wrapper .control input:disabled ~ .control__indicator:after {
    background: white; }

.inline-response {
  color: white;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
  left: 0;
  z-index: 1998; }
  .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) {
        transform: rotate(45deg); }
      .inline-response .close span:nth-of-type(2) {
        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 {
  font-weight: 300;
  font-family: "Basis Grotesque Pro";
  font-size: 1em;
  color: white; }

.consent-wrapper {
  margin-top: 1em;
  max-width: 500px;
  height: 2.2em; }

.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;
  background: white; }
  .error::-webkit-input-placeholder {
    color: red; }
  .error::-moz-placeholder {
    color: red; }
  .error:-ms-input-placeholder {
    color: red; }
  .error::-ms-input-placeholder {
    color: red; }
  .error::placeholder {
    color: red; }

legend {
  font-size: 1em;
  line-height: 55px; }
  @media (max-width: 575.98px) {
    legend {
      font-size: .8em; } }
input,
textarea {
  font-family: "Basis Grotesque Pro";
  text-transform: uppercase;
  background: transparent;
  letter-spacing: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  display: block;
  font-weight: normal;
  width: 100%;
  font-size: 1em;
  text-transform: initial;
  text-align: center;
  line-height: 20px;
  height: 55px;
  padding-left: 2px;
  margin-bottom: 20px;
  border: 1px solid white;
  color: white; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: white;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 300; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: white;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 300; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: white;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 300; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: white;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 300; }
  input::placeholder,
  textarea::placeholder {
    color: white;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 300; }

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

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

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

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

.checkbox-wrapper label {
  display: inline;
  padding: 0;
  font-size: .75em;
  line-height: 1.25rem;
  letter-spacing: 0; }
  @media (max-width: 575.98px) {
    .checkbox-wrapper label {
      font-size: 0.875em; } }
.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: 50px;
  display: block;
  text-transform: uppercase; }

.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 white;
  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;
  transition: all 0.2s;
  background: url(/img/assets/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 40px;
  height: 40px; }

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

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

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

.checkbox-wrapper [type="checkbox"]:disabled:checked + label:before {
  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 white; }

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

.checkbox-wrapper {
  height: 55px; }
  .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 white;
    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: 0.875em; } }
  .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: 50px;
    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 white !important;
    height: 40px;
    width: 40px;
    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: 5px;
    left: 5px;
    transition: all 0.2s;
    background: url(/img/assets/checkmark.svg) no-repeat;
    background-position: center center;
    background-size: 70%;
    width: 30px;
    height: 30px; }
  .checkbox-wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .checkbox-wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .checkbox-wrapper [type="checkbox"]:disabled:not(:checked) + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .checkbox-wrapper [type="checkbox"]:disabled:checked + label:before {
    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 #white !important; }

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

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

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

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

.select2-container--default .select2-selection--single {
  background: none;
  color: white; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: white;
  text-transform: uppercase; }

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

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: white;
  height: 55px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    padding: 0 20px; }

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

.select2-results__option {
  padding: 0 20px;
  line-height: 55px;
  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 {
  width: 14px; }

.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;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white; }

form button {
  background: white;
  text-transform: uppercase;
  border: 1px solid #FF671D;
  color: #FF671D !important;
  cursor: pointer;
  font-family: "Basis Grotesque Pro";
  width: 100%;
  line-height: 55px;
  height: 55px;
  font-weight: 500;
  letter-spacing: .025em;
  font-size: 1em;
  display: block;
  transition: background .3s ease-in-out;
  max-width: unset;
  border: 1px solid white;
  outline: none !important; }
  form button:hover {
    color: black !important;
    border-color: white; }

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