/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Visuelt";
  src: url("/fonts/visuelt/VisueltPro-Regular.woff2") format("woff2"), url("/fonts/visuelt/VisueltPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visuelt";
  src: url("/fonts/visuelt/VisueltPro-Italic.woff2") format("woff2"), url("/fonts/visuelt/VisueltPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Visuelt";
  src: url("/fonts/visuelt/Visuelt-Medium.woff2") format("woff2"), url("/fonts/visuelt/Visuelt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visuelt";
  src: url("/fonts/visuelt/VisueltPro-Bold.woff2") format("woff2"), url("/fonts/visuelt/VisueltPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visuelt";
  src: url("/fonts/visuelt/VisueltPro-Black.woff2") format("woff2"), url("/fonts/visuelt/VisueltPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("/fonts/articulat/ArticulatCF-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("/fonts/articulat/ArticulatCF-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("/fonts/articulat/ArticulatCF-DemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("/fonts/articulat/ArticulatCF-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat";
  src: url("/fonts/articulat/ArticulatCF-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  font-size: 18px;
  line-height: 1.75rem;
  font-family: "Articulat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  box-sizing: border-box;
}

p,
ul,
ol,
blockquote {
  margin: 0 0 1.25rem 0;
}

p {
  color: #fff;
}

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

small {
  font-size: 0.7rem;
  line-height: 1.5em;
  display: block;
  font-weight: 400;
}

strong {
  font-size: 42px;
  line-height: 3.125rem;
}

button {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  background: none;
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

main {
  display: block;
  padding: 80px 0 0;
}
@media only screen and (min-width:992px) {
  main {
    padding: calc(66px + 9.17rem) 0 0 0;
  }
}

blockquote {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 2rem;
  line-height: 1.5em;
  max-width: 50%;
}

hr {
  display: block;
  border: solid #e0e0e0;
  border-width: 1px 0 0 0;
  margin: 3rem 0;
}

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

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  transform: translate3d(0, 0, 0);
}

.wrap--narrow, .wrap--reg, .wrap--reg-1300, .wrap--wide {
  width: 93%;
  margin: 0 auto;
  position: relative;
}
.wrap--narrow {
  max-width: 800px;
}
.wrap--reg {
  max-width: 1100px;
}
.wrap--reg-1300 {
  max-width: 1300px;
}
.wrap--wide {
  width: 100%;
  max-width: 1600px;
}

.full-width-image {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.full-width-image.m-b {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width:768px) {
  .full-width-image.m-b {
    margin-bottom: 1rem;
  }
}
.full-width-image.has-padding {
  padding: 0 0.5rem;
}
@media only screen and (min-width:768px) {
  .full-width-image.has-padding {
    padding: 0 1rem;
  }
}
.full-width-image img {
  width: 100%;
}

.half-width-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
}
@media only screen and (min-width:992px) {
  .half-width-images {
    flex-wrap: nowrap;
  }
}
.half-width-images.has-padding {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width:768px) {
  .half-width-images.has-padding {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
.half-width-images figure {
  flex: 0 0 100%;
  position: relative;
}
@media only screen and (min-width:992px) {
  .half-width-images figure {
    flex: 1 1 50%;
  }
}

.bubble {
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem;
  display: none;
}
@media only screen and (min-width:992px) {
  .bubble {
    display: flex;
  }
}
.bubble--white {
  background: white;
  color: #394d9e;
  font-weight: bold;
}
.bubble--green {
  background: #82ff00;
  color: white;
  font-weight: bold;
}
.bubble--green p {
  color: #c4e8d4;
}
.bubble--red {
  background: #d63d42;
  color: white;
}
.bubble p {
  text-align: center;
  font-size: 28px;
  line-height: 1.25em;
  margin: 0;
  transform: translateY(2%);
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem 0;
  line-height: 1em;
  font-weight: bold;
}

h1 {
  font-size: 42px;
  line-height: 42px;
  word-wrap: break-word;
  font-weight: 800;
}
@media only screen and (min-width:992px) {
  h1 {
    font-size: 150px;
    line-height: 150px;
  }
}
h1.smaller {
  font-size: 50px;
}
@media only screen and (min-width:992px) {
  h1.smaller {
    font-size: 64px;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.25em;
}
@media only screen and (min-width:992px) {
  h2 {
    font-size: 64px;
  }
}

h3 {
  font-size: 21px;
  line-height: 1.25em;
}
@media only screen and (min-width:992px) {
  h3 {
    font-size: 42px;
  }
}

h4 {
  font-size: 1.2rem;
}

.btn {
  text-decoration: none;
  outline: 0;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 1rem;
}
.btn--outline, .btn--solid {
  height: 45px;
  line-height: 45px;
}
@media only screen and (min-width:480px) {
  .btn--outline, .btn--solid {
    height: 60px;
    line-height: 60px;
  }
}
.btn--outline {
  border: solid 2px #fff;
  color: #fff;
  background: transparent;
  border-radius: 100px;
  transition: color 0.5s ease;
}
.btn--outline:hover {
  background: #feff00;
  color: #711bed;
}
.btn--outline.btn--white {
  border-color: white;
  color: white;
}
.btn--outline.btn--white:hover {
  background: white;
  color: #711bed;
}
.btn--outline.btn--black {
  border-color: #000;
  color: #000;
}
.btn--outline.btn--black:hover {
  background: #000;
  color: white;
}
.btn--outline.btn--purple {
  border-color: white;
  color: white;
}
.btn--outline.btn--purple:hover {
  border-color: #feff00;
  background: #feff00;
  color: #711bed;
}
.btn--outline.btn--blue-dark {
  border-color: white;
  color: white;
}
.btn--outline.btn--blue-dark:hover {
  border-color: #feff00;
  background: #feff00;
  color: #101a99;
}
.btn--outline.btn--blue-light {
  border-color: white;
  color: white;
}
.btn--outline.btn--blue-light:hover {
  border-color: #feff00;
  background: #feff00;
  color: #1555f4;
}
.btn--outline.btn--pink-light {
  border-color: #cc00b9;
  color: #cc00b9;
}
.btn--outline.btn--pink-light:hover {
  background: #cc00b9;
  color: white;
}
.btn--outline.btn--pink-dark {
  border-color: white;
  color: white;
}
.btn--outline.btn--pink-dark:hover {
  border-color: #feff00;
  background: #feff00;
  color: #cc00b9;
}
.btn--outline.btn--green {
  border-color: white;
  color: white;
}
.btn--outline.btn--green:hover {
  background: white;
  color: #3baa21;
}
.btn--solid {
  background: #711bed;
  color: white;
}
.btn--rounded {
  border-radius: calc(60px / 2);
  padding: 0 2rem;
}

.global__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  padding: 0 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  justify-content: space-between;
  color: #000;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 0.75s ease;
}
@media only screen and (min-width:992px) {
  .global__header {
    padding: 0 31px;
  }
}
.global__header .left,
.global__header .right {
  flex: 1 1;
  transition: transform 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.global__header .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 17px 0 13px;
}
@media only screen and (min-width:992px) {
  .global__header .left {
    margin: 17px 0 13px;
  }
}
.global__header .center {
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  transition: transform 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
}
@media only screen and (min-width:992px) {
  .global__header .center {
    display: block;
  }
}
.global__header .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: center;
}
.global__header .right a {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.global__header .right .btn__register {
  display: none;
}
@media only screen and (min-width:992px) {
  .global__header .right .btn__register {
    display: block;
  }
}
.global__header .right .btn__hamburger {
  flex: 0 0 30px;
  display: block;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  transition: transform 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (min-width:992px) {
  .global__header .right .btn__hamburger {
    display: none;
  }
}
.global__header .logo {
  display: block;
  cursor: pointer;
}
.global__header .logo svg {
  display: block;
  max-width: 144px;
  max-height: 36px;
  width: 50%;
  fill: #000;
}
@media only screen and (min-width:992px) {
  .global__header .logo svg {
    width: 100%;
  }
}
.global__header[data-mobile-nav-open=true] .left,
.global__header[data-mobile-nav-open=true] .center,
.global__header[data-mobile-nav-open=true] .right {
  transform: translateY(105%);
  opacity: 0;
}

.global__header-hide {
  transform: translate3d(0, -100%, 0);
}

.global__header-show {
  transform: translate3d(0, 100%, 0);
}

.navigation {
  position: fixed;
  top: -105%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  z-index: 10;
  transition: transform 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}
@media only screen and (min-width:992px) {
  .navigation {
    font-size: 42px;
    line-height: 50px;
  }
}
.navigation .top {
  margin-top: 14px;
  transform: translateY(-105%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s 0s cubic-bezier(0.38, 0.005, 0.215, 1), visibility 0s 0.5s linear, opacity 0.6s linear;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
@media only screen and (min-width:992px) {
  .navigation .top {
    font-size: 24px;
    line-height: 32px;
  }
}
.navigation .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-40px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s 0s cubic-bezier(0.38, 0.005, 0.215, 1), visibility 0s 0.5s linear, opacity 0.6s linear;
}
.navigation .center sup {
  font-weight: 800;
  font-size: 13px;
  line-height: 27px;
  margin-left: 3.5px;
}
@media only screen and (min-width:992px) {
  .navigation .center sup {
    font-size: 18px;
    line-height: 32px;
    margin-left: 5px;
  }
}
.navigation .bottom {
  max-width: 600px;
  max-height: 150.18px;
  width: 100%;
  display: block;
  fill: #000;
  margin-bottom: 13.82px;
  transform: translateY(105%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s 0s cubic-bezier(0.38, 0.005, 0.215, 1), visibility 0s 0.5s linear, opacity 0s 0.3s linear;
  padding: 0 3rem;
}
.navigation[data-mobile-nav-open=true] {
  transform: translateY(105%);
  transition: transform 0.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation[data-mobile-nav-open=true] .top {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.5s 0.5s cubic-bezier(0.38, 0.005, 0.215, 1), visibility 0s 0.5s linear, opacity 0.6s 0.5s linear;
}
.navigation[data-mobile-nav-open=true] .center {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.5s 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), visibility 0s 0.6s linear, opacity 0.6s 0.4s linear;
  color: rgba(0, 0, 0, 0.3);
}
.navigation[data-mobile-nav-open=true] .center a[data-hover=true] {
  color: #000;
}
.navigation[data-mobile-nav-open=true] .bottom {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.5s 0.5s cubic-bezier(0.38, 0.005, 0.215, 1), visibility 0s 0.5s linear, opacity 0.6s 0s linear;
}

.page__index__footer {
  width: 100%;
  padding-top: 50px;
  position: relative;
  padding-bottom: 55px;
}
@media only screen and (min-width:768px) {
  .page__index__footer {
    padding-top: 87px;
  }
}
@media only screen and (min-width:992px) {
  .page__index__footer {
    padding-top: 174px;
  }
}
.page__index__footer .register-form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form {
    padding: 0 85px;
  }
}
@media only screen and (min-width:992px) {
  .page__index__footer .register-form {
    padding: 0 170px;
  }
}
.page__index__footer .register-form .large-text {
  text-transform: uppercase;
  text-align: center;
}
.page__index__footer .register-form .large-text h1 {
  color: #feff00;
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 31px;
}
@media only screen and (min-width:992px) {
  .page__index__footer .register-form .large-text h1 {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 91px;
  }
}
.page__index__footer .register-form .input-field {
  width: 100%;
}
.page__index__footer .register-form .input-field .input-name,
.page__index__footer .register-form .input-field .input-email-city,
.page__index__footer .register-form .input-field .input-phone-howhear {
  gap: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .input-field .input-name,
  .page__index__footer .register-form .input-field .input-email-city,
  .page__index__footer .register-form .input-field .input-phone-howhear {
    flex-direction: row;
  }
}
.page__index__footer .register-form .input-field .input-email-city,
.page__index__footer .register-form .input-field .input-phone-howhear {
  margin-top: 10px;
}
.page__index__footer .register-form .input-field input {
  width: 100%;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  padding: 0 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .input-field input {
    border: 2px solid #fff;
    font-size: 16px;
    line-height: 24px;
  }
}
.page__index__footer .register-form .input-field input:-webkit-autofill, .page__index__footer .register-form .input-field input:-webkit-autofill:hover, .page__index__footer .register-form .input-field input:-webkit-autofill:focus, .page__index__footer .register-form .input-field input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
  outline: none;
}
.page__index__footer .register-form .input-field input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .input-field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}
.page__index__footer .register-form .input-field input::-webkit-input-placeholder, .page__index__footer .register-form .input-field input::-moz-placeholder, .page__index__footer .register-form .input-field input:-ms-input-placeholder, .page__index__footer .register-form .input-field input::-ms-input-placeholder, .page__index__footer .register-form .input-field input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .input-field input::-webkit-input-placeholder, .page__index__footer .register-form .input-field input::-moz-placeholder, .page__index__footer .register-form .input-field input:-ms-input-placeholder, .page__index__footer .register-form .input-field input::-ms-input-placeholder, .page__index__footer .register-form .input-field input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}
.page__index__footer .register-form .input-field input:focus-visible {
  outline: none;
  border: 2px solid #feff00;
}
.page__index__footer .register-form .input-field select {
  width: 100%;
  height: 54px;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background-image: url("/img/icons/icon-arrow-01-down-8x8.svg");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  background-color: transparent;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .input-field select {
    border: 2px solid #fff;
  }
}
.page__index__footer .register-form .input-field select:focus-visible {
  outline: none;
  border: 2px solid #feff00;
}
.page__index__footer .register-form .checkboxes {
  margin-top: 30px;
  margin-left: 10px;
  gap: 10px;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .checkboxes {
    margin-top: 50px;
  }
}
.page__index__footer .register-form .checkboxes .checkboxes-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #feff00;
}
@media only screen and (min-width:992px) {
  .page__index__footer .register-form .checkboxes .checkboxes-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__index__footer .register-form .checkboxes .checkbox {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .checkboxes .checkbox {
    margin-top: 17px;
    flex-direction: row;
  }
}
.page__index__footer .register-form .checkboxes .checkbox .checkbox-dummy {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.page__index__footer .register-form .checkboxes .checkbox input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.page__index__footer .register-form .checkboxes .checkbox input:checked + .checkbox-dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 75%;
  width: 40%;
  height: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #fff;
}
.page__index__footer .register-form .checkboxes .checkbox input:checked + .checkbox-dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 85%;
  width: 75%;
  height: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #fff;
}
.page__index__footer .register-form .checkboxes .checkbox label {
  cursor: pointer;
  flex: 1 1 50%;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .checkboxes .checkbox label {
    flex: none;
  }
}
.page__index__footer .register-form .checkboxes .checkbox label:not(:last-of-type) {
  margin-right: 0;
}
@media only screen and (min-width:768px) {
  .page__index__footer .register-form .checkboxes .checkbox label:not(:last-of-type) {
    margin-right: 40px;
  }
}
.page__index__footer .register-form .btn__submit {
  margin: 36px auto 0;
  text-align: center;
  font-weight: 700;
  width: 250px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width:992px) {
  .page__index__footer .register-form .btn__submit {
    margin: 65px auto 0;
    height: 60px;
    font-size: 21px;
    line-height: 32px;
  }
}
.page__index__footer .register-form .disclaimer {
  margin-top: 20px;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
.page__index__footer .register-form .disclaimer span {
  text-decoration: underline;
  cursor: pointer;
}
.page__index__footer .register-form .questions {
  display: flex;
  margin: 25px auto 0;
  text-align: center;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
}
@media only screen and (min-width:992px) {
  .page__index__footer .register-form .questions {
    flex-direction: row;
  }
}
.page__index__footer .register-form .questions a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.page__index__footer .disclaimer-back {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20;
  transition: all 0.3s;
}
.page__index__footer .disclaimer-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 750px;
  min-height: 649px;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 123px;
  overflow: auto;
  z-index: 21;
  justify-content: space-between;
}
@media only screen and (min-width:992px) {
  .page__index__footer .disclaimer-box {
    width: 55%;
    height: auto;
    border-radius: 10px;
  }
}
.page__index__footer .disclaimer-box .disclaimer-box-close {
  width: 36px;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
}
.page__index__footer .disclaimer-box .disclaimer-box-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 0;
  border: 1px solid #ffffff;
}
.page__index__footer .disclaimer-box .disclaimer-box-close span:first-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page__index__footer .disclaimer-box .disclaimer-box-close span:last-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.page__index__footer .disclaimer-box .diclaimer-content {
  margin-top: 64px;
  max-width: 620px;
  line-height: 26px;
}
.page__index__footer .disclaimer-box .diclaimer-content h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.page__index__footer .disclaimer-box .diclaimer-content strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.page__index__footer .disclaimer-box .diclaimer-content p .privacy-policy-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.page__index__footer .disclaimer-box .btn__agree {
  width: 250px;
  min-height: 60px;
  margin-top: 33px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.page__index__footer .disclaimer-box .btn__disagree {
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
  line-height: 16px;
}
.page__index__footer .retail-opportunities,
.page__index__footer .contact-westbank-living {
  margin-top: 64px;
}
@media only screen and (min-width:768px) {
  .page__index__footer .retail-opportunities,
  .page__index__footer .contact-westbank-living {
    margin-top: 100px;
  }
}
.page__index__footer .retail-opportunities .middle-text,
.page__index__footer .contact-westbank-living .middle-text {
  text-align: center;
  text-transform: uppercase;
}
.page__index__footer .retail-opportunities .middle-text h2,
.page__index__footer .contact-westbank-living .middle-text h2 {
  color: #feff00;
  margin-bottom: 1rem;
}
@media only screen and (min-width:992px) {
  .page__index__footer .retail-opportunities .middle-text h2,
  .page__index__footer .contact-westbank-living .middle-text h2 {
    margin: 0 0 2.5rem 0;
  }
}
.page__index__footer .retail-opportunities .contact-lists,
.page__index__footer .retail-opportunities .retail-lists,
.page__index__footer .contact-westbank-living .contact-lists,
.page__index__footer .contact-westbank-living .retail-lists {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 6.5px;
  white-space: pre-wrap;
}
.page__index__footer .retail-opportunities .contact-lists .contact-list,
.page__index__footer .retail-opportunities .contact-lists .retail-list,
.page__index__footer .retail-opportunities .retail-lists .contact-list,
.page__index__footer .retail-opportunities .retail-lists .retail-list,
.page__index__footer .contact-westbank-living .contact-lists .contact-list,
.page__index__footer .contact-westbank-living .contact-lists .retail-list,
.page__index__footer .contact-westbank-living .retail-lists .contact-list,
.page__index__footer .contact-westbank-living .retail-lists .retail-list {
  position: relative;
  padding-top: 65px;
  height: 180px;
  max-width: 180px;
  flex: 0 0 calc(50% - 1rem);
}
@media only screen and (min-width:992px) {
  .page__index__footer .retail-opportunities .contact-lists .contact-list,
  .page__index__footer .retail-opportunities .contact-lists .retail-list,
  .page__index__footer .retail-opportunities .retail-lists .contact-list,
  .page__index__footer .retail-opportunities .retail-lists .retail-list,
  .page__index__footer .contact-westbank-living .contact-lists .contact-list,
  .page__index__footer .contact-westbank-living .contact-lists .retail-list,
  .page__index__footer .contact-westbank-living .retail-lists .contact-list,
  .page__index__footer .contact-westbank-living .retail-lists .retail-list {
    padding-top: 110px;
    height: 300px;
    max-width: 300px;
    flex: 1 1 calc(25% - 1rem);
  }
}
.page__index__footer .retail-opportunities .contact-lists .contact-list svg,
.page__index__footer .retail-opportunities .contact-lists .retail-list svg,
.page__index__footer .retail-opportunities .retail-lists .contact-list svg,
.page__index__footer .retail-opportunities .retail-lists .retail-list svg,
.page__index__footer .contact-westbank-living .contact-lists .contact-list svg,
.page__index__footer .contact-westbank-living .contact-lists .retail-list svg,
.page__index__footer .contact-westbank-living .retail-lists .contact-list svg,
.page__index__footer .contact-westbank-living .retail-lists .retail-list svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:768px) {
  .page__index__footer .retail-opportunities .contact-lists .contact-list svg,
  .page__index__footer .retail-opportunities .contact-lists .retail-list svg,
  .page__index__footer .retail-opportunities .retail-lists .contact-list svg,
  .page__index__footer .retail-opportunities .retail-lists .retail-list svg,
  .page__index__footer .contact-westbank-living .contact-lists .contact-list svg,
  .page__index__footer .contact-westbank-living .contact-lists .retail-list svg,
  .page__index__footer .contact-westbank-living .retail-lists .contact-list svg,
  .page__index__footer .contact-westbank-living .retail-lists .retail-list svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
.page__index__footer .retail-opportunities .contact-lists .contact-list .retail-title,
.page__index__footer .retail-opportunities .contact-lists .retail-list .retail-title,
.page__index__footer .retail-opportunities .retail-lists .contact-list .retail-title,
.page__index__footer .retail-opportunities .retail-lists .retail-list .retail-title,
.page__index__footer .contact-westbank-living .contact-lists .contact-list .retail-title,
.page__index__footer .contact-westbank-living .contact-lists .retail-list .retail-title,
.page__index__footer .contact-westbank-living .retail-lists .contact-list .retail-title,
.page__index__footer .contact-westbank-living .retail-lists .retail-list .retail-title {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__index__footer .retail-opportunities .contact-lists .contact-list .retail-title,
  .page__index__footer .retail-opportunities .contact-lists .retail-list .retail-title,
  .page__index__footer .retail-opportunities .retail-lists .contact-list .retail-title,
  .page__index__footer .retail-opportunities .retail-lists .retail-list .retail-title,
  .page__index__footer .contact-westbank-living .contact-lists .contact-list .retail-title,
  .page__index__footer .contact-westbank-living .contact-lists .retail-list .retail-title,
  .page__index__footer .contact-westbank-living .retail-lists .contact-list .retail-title,
  .page__index__footer .contact-westbank-living .retail-lists .retail-list .retail-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.page__index__footer .retail-opportunities .contact-lists .contact-list .retail-details,
.page__index__footer .retail-opportunities .contact-lists .retail-list .retail-details,
.page__index__footer .retail-opportunities .retail-lists .contact-list .retail-details,
.page__index__footer .retail-opportunities .retail-lists .retail-list .retail-details,
.page__index__footer .contact-westbank-living .contact-lists .contact-list .retail-details,
.page__index__footer .contact-westbank-living .contact-lists .retail-list .retail-details,
.page__index__footer .contact-westbank-living .retail-lists .contact-list .retail-details,
.page__index__footer .contact-westbank-living .retail-lists .retail-list .retail-details {
  position: relative;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__index__footer .retail-opportunities .contact-lists .contact-list .retail-details,
  .page__index__footer .retail-opportunities .contact-lists .retail-list .retail-details,
  .page__index__footer .retail-opportunities .retail-lists .contact-list .retail-details,
  .page__index__footer .retail-opportunities .retail-lists .retail-list .retail-details,
  .page__index__footer .contact-westbank-living .contact-lists .contact-list .retail-details,
  .page__index__footer .contact-westbank-living .contact-lists .retail-list .retail-details,
  .page__index__footer .contact-westbank-living .retail-lists .contact-list .retail-details,
  .page__index__footer .contact-westbank-living .retail-lists .retail-list .retail-details {
    font-size: 16px;
    line-height: 24px;
  }
}
.page__index__footer .retail-opportunities .contact-lists .contact-list .retail-details:first-of-type,
.page__index__footer .retail-opportunities .contact-lists .retail-list .retail-details:first-of-type,
.page__index__footer .retail-opportunities .retail-lists .contact-list .retail-details:first-of-type,
.page__index__footer .retail-opportunities .retail-lists .retail-list .retail-details:first-of-type,
.page__index__footer .contact-westbank-living .contact-lists .contact-list .retail-details:first-of-type,
.page__index__footer .contact-westbank-living .contact-lists .retail-list .retail-details:first-of-type,
.page__index__footer .contact-westbank-living .retail-lists .contact-list .retail-details:first-of-type,
.page__index__footer .contact-westbank-living .retail-lists .retail-list .retail-details:first-of-type {
  margin-top: 2px;
}
.page__index__footer .retail-opportunities .contact-lists .contact-list .retail-details a:hover,
.page__index__footer .retail-opportunities .contact-lists .retail-list .retail-details a:hover,
.page__index__footer .retail-opportunities .retail-lists .contact-list .retail-details a:hover,
.page__index__footer .retail-opportunities .retail-lists .retail-list .retail-details a:hover,
.page__index__footer .contact-westbank-living .contact-lists .contact-list .retail-details a:hover,
.page__index__footer .contact-westbank-living .contact-lists .retail-list .retail-details a:hover,
.page__index__footer .contact-westbank-living .retail-lists .contact-list .retail-details a:hover,
.page__index__footer .contact-westbank-living .retail-lists .retail-list .retail-details a:hover {
  text-decoration: underline;
}
.page__index__footer .retail-opportunities .contact-lists .contact-list .contact-details,
.page__index__footer .retail-opportunities .contact-lists .retail-list .contact-details,
.page__index__footer .retail-opportunities .retail-lists .contact-list .contact-details,
.page__index__footer .retail-opportunities .retail-lists .retail-list .contact-details,
.page__index__footer .contact-westbank-living .contact-lists .contact-list .contact-details,
.page__index__footer .contact-westbank-living .contact-lists .retail-list .contact-details,
.page__index__footer .contact-westbank-living .retail-lists .contact-list .contact-details,
.page__index__footer .contact-westbank-living .retail-lists .retail-list .contact-details {
  position: relative;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__index__footer .retail-opportunities .contact-lists .contact-list .contact-details,
  .page__index__footer .retail-opportunities .contact-lists .retail-list .contact-details,
  .page__index__footer .retail-opportunities .retail-lists .contact-list .contact-details,
  .page__index__footer .retail-opportunities .retail-lists .retail-list .contact-details,
  .page__index__footer .contact-westbank-living .contact-lists .contact-list .contact-details,
  .page__index__footer .contact-westbank-living .contact-lists .retail-list .contact-details,
  .page__index__footer .contact-westbank-living .retail-lists .contact-list .contact-details,
  .page__index__footer .contact-westbank-living .retail-lists .retail-list .contact-details {
    font-size: 16px;
    line-height: 24px;
  }
}
.page__index__footer .retail-opportunities .contact-lists .contact-list .contact-details:first-of-type,
.page__index__footer .retail-opportunities .contact-lists .retail-list .contact-details:first-of-type,
.page__index__footer .retail-opportunities .retail-lists .contact-list .contact-details:first-of-type,
.page__index__footer .retail-opportunities .retail-lists .retail-list .contact-details:first-of-type,
.page__index__footer .contact-westbank-living .contact-lists .contact-list .contact-details:first-of-type,
.page__index__footer .contact-westbank-living .contact-lists .retail-list .contact-details:first-of-type,
.page__index__footer .contact-westbank-living .retail-lists .contact-list .contact-details:first-of-type,
.page__index__footer .contact-westbank-living .retail-lists .retail-list .contact-details:first-of-type {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.page__index__footer .retail-opportunities .contact-lists .contact-list .contact-details a:hover,
.page__index__footer .retail-opportunities .contact-lists .retail-list .contact-details a:hover,
.page__index__footer .retail-opportunities .retail-lists .contact-list .contact-details a:hover,
.page__index__footer .retail-opportunities .retail-lists .retail-list .contact-details a:hover,
.page__index__footer .contact-westbank-living .contact-lists .contact-list .contact-details a:hover,
.page__index__footer .contact-westbank-living .contact-lists .retail-list .contact-details a:hover,
.page__index__footer .contact-westbank-living .retail-lists .contact-list .contact-details a:hover,
.page__index__footer .contact-westbank-living .retail-lists .retail-list .contact-details a:hover {
  text-decoration: underline;
}
.page__index__footer .information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 47px 2rem 0;
}
@media only screen and (min-width:992px) {
  .page__index__footer .information {
    padding: 92px 2rem 0;
  }
}
.page__index__footer .information .left {
  display: flex;
  align-items: center;
  margin-right: auto;
  flex: 0 0 100%;
  justify-content: center;
}
@media only screen and (min-width:768px) {
  .page__index__footer .information .left {
    flex: 1 1;
  }
}
@media only screen and (min-width:992px) {
  .page__index__footer .information .left {
    justify-content: normal;
  }
}
.page__index__footer .information .left a {
  margin-right: 5vw;
  width: 100px;
  height: auto;
  display: flex;
  align-items: center;
}
.page__index__footer .information .left a:last-child {
  margin-right: 0;
}
@media only screen and (min-width:768px) {
  .page__index__footer .information .left a:first-child {
    width: 150px;
  }
  .page__index__footer .information .left a:last-child {
    width: 115px;
  }
}
.page__index__footer .information .left a svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.page__index__footer .information .right {
  margin-left: auto;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  order: 1;
  justify-content: center;
}
@media only screen and (min-width:768px) {
  .page__index__footer .information .right {
    flex: 1 1;
  }
}
@media only screen and (min-width:992px) {
  .page__index__footer .information .right {
    order: inherit;
    justify-content: flex-end;
  }
}
.page__index__footer .information .right a {
  margin-left: 1rem;
}
.page__index__footer .information .right a:first-child {
  margin-left: 0;
}
.page__index__footer .information .right a .icon-box {
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
}
.page__index__footer .information .right a .icon-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page__index__footer .information .bottom {
  display: flex;
  flex: 0 0 100%;
  margin: 1.5rem 0 2.25rem;
  color: #fff;
  justify-content: center;
}
@media only screen and (min-width:992px) {
  .page__index__footer .information .bottom {
    justify-content: normal;
    margin: 2rem 0 0;
  }
}
.page__index__footer .information .bottom .disclaimer,
.page__index__footer .information .bottom .privacy-policy {
  margin-top: 20px;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.page__index__footer .information .bottom .disclaimer span,
.page__index__footer .information .bottom .privacy-policy span {
  text-decoration: underline;
  cursor: pointer;
}
.page__index__footer .information .bottom .privacy-policy {
  margin-left: 40px;
}
.page__index__footer .information .bottom p {
  margin: 0;
  max-width: 800px;
}
.page__index__footer .information .bottom p small {
  display: block;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 22px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width:768px) {
  .page__index__footer .information .bottom p small {
    font-size: 14px;
  }
}

.switch {
  margin: 10px 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.switch *,
.switch *:before,
.switch *:after {
  box-sizing: border-box;
}
.switch__checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.switch__checkbox:checked ~ label .switch__toggle:before {
  content: attr(data-checked);
  color: #fff;
  background: #1555f4;
  transform: translate3d(85px, 0, 0);
}
.switch__checkbox:checked ~ label .switch__toggle:after {
  content: attr(data-unchecked);
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  left: 0;
}
.switch__toggle {
  display: block;
  height: 60px;
  width: 174px;
  border-radius: 60px;
  background: #91aeff;
  font-size: 21px;
  flex: 0 0 10px;
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
}
.switch__toggle:before {
  content: attr(data-unchecked);
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  line-height: 60px;
  width: 90px;
  padding: 0 12px;
  color: #fff;
  border-radius: 30px;
  background: #1555f4;
  transition: all 0.2s ease;
}
.switch__toggle:after {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  left: 80px;
  text-align: center;
  border-radius: 30px;
  width: 90px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  transition: all 0.2s ease;
}

.select {
  position: relative;
  width: 100%;
}
.select__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #000000;
  padding: 0 10px 0 0;
}
.select__options {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 9;
  border: 1px solid #000000;
  padding: 0;
}
.select__options--active {
  display: block;
}
.select__option {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 36px;
  border-bottom: 2px solid #e6e7e8;
  cursor: pointer;
  color: #000000;
}
.select__option:hover {
  background: #eee;
}
.select .mydatapicker {
  position: absolute;
  z-index: 9;
  top: 35px;
  left: 0;
}

.form__item--error .select__button {
  color: #d63d42;
}
.form__item--error svg path {
  stroke: #d63d42;
}

.register_container {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-top: 1px solid black;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:992px) {
  .register_container {
    flex-direction: row;
  }
}
.register_container .retail_opportunities {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.3rem 2rem;
  order: 2;
}
@media only screen and (min-width:992px) {
  .register_container .retail_opportunities {
    padding: 3.4rem 30px;
    order: 1;
  }
}
.register_container .retail_opportunities h4 {
  font-size: 1.8rem;
}
@media only screen and (min-width:992px) {
  .register_container .retail_opportunities h4 {
    font-size: 2.3rem;
  }
}
.register_container .retail_opportunities ul,
.register_container .retail_opportunities li {
  padding: 0;
  margin: 0;
}
.register_container .retail_opportunities .brokers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  max-width: 450px;
}
.register_container .retail_opportunities .brokers:first-child {
  width: 100%;
}
.register_container .retail_opportunities .brokers .broker {
  width: 100%;
  margin-bottom: 36px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  max-height: 40px;
  min-height: 0;
  transition: max-height 500ms ease, min-height 500ms ease;
  overflow: hidden;
}
@media only screen and (min-width:992px) {
  .register_container .retail_opportunities .brokers .broker {
    width: 50%;
    max-height: none;
    margin-bottom: 30px;
    border-bottom: none;
    cursor: unset;
  }
}
@media only screen and (min-width:992px) {
  .register_container .retail_opportunities .brokers .broker:nth-of-type(even) {
    padding-left: 50px;
  }
}
.register_container .retail_opportunities .brokers .broker li {
  opacity: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  list-style-type: none;
  transition: opacity 500ms ease;
}
.register_container .retail_opportunities .brokers .broker li:last-child {
  padding-bottom: 5px;
}
@media only screen and (min-width:992px) {
  .register_container .retail_opportunities .brokers .broker li {
    display: block;
    height: auto;
    opacity: 1;
  }
}
.register_container .retail_opportunities .brokers .broker li.name {
  height: auto;
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
}
.register_container .retail_opportunities .brokers .broker li.name:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
@media only screen and (min-width:992px) {
  .register_container .retail_opportunities .brokers .broker li.name:after {
    display: none;
  }
}
.register_container .retail_opportunities .brokers .broker li a {
  text-decoration: none;
  transition: opacity 500ms ease;
}
.register_container .retail_opportunities .brokers .broker li a:hover {
  opacity: 0.5;
}
.register_container .retail_opportunities .brokers .broker.active {
  max-height: 150px;
  min-height: 120px;
  transition: max-height 500ms ease, min-height 500ms ease;
}
.register_container .retail_opportunities .brokers .broker.active li {
  height: auto;
  opacity: 1;
}
.register_container .register {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #394d9e;
  order: 1;
  min-height: 315px;
}
@media only screen and (min-width:992px) {
  .register_container .register {
    order: 2;
  }
}
@media only screen and (min-width:768px) {
  .register_container .register {
    padding: 10vw 0;
  }
}
.register_container .register .btn__register {
  font-size: 10vw;
  line-height: 0.8em;
  border-bottom: solid 2px white;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 3.55rem;
}
@media only screen and (min-width:992px) {
  .register_container .register .btn__register {
    font-size: 5.3rem;
  }
}

.page__index {
  padding-top: 66px;
  background-color: #711bed;
}
.page__index figure {
  display: flex;
}
.page__index .page__index__cover {
  overflow: hidden;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width:768px) {
  .page__index .page__index__cover {
    padding-top: 100px;
  }
}
.page__index .page__index__cover .logo_image {
  fill: #feff00;
  width: 100%;
  height: auto;
  max-width: 679px;
  max-height: 170px;
  margin-bottom: 39px;
}
.page__index .page__index__cover .bg-image {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  max-width: 1300px;
  max-height: 873px;
  aspect-ratio: 1300/873;
}
.page__index .page__index__cover .empty-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
}
.page__index .page__index__cover .frame_back {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: -3;
}
@media only screen and (min-width:768px) {
  .page__index .page__index__cover .frame_back {
    top: 100px;
  }
}
.page__index .page__index__cover .frame {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: -1;
}
.page__index .page__index__mission-statement {
  background-color: #711bed;
  padding: 60px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
  color: #feff00;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width:768px) {
  .page__index .page__index__mission-statement {
    padding: 124px 0 0;
  }
}
.page__index .page__index__mission-statement .large-text h1 {
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 10px 0 0;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .large-text h1 {
    margin: 0;
    font-size: 150px;
    line-height: 150px;
  }
}
.page__index .page__index__mission-statement .image {
  max-width: 1440px;
  position: relative;
  margin-top: 6px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .image {
    margin-top: 0px;
  }
}
.page__index .page__index__mission-statement .image .image-container {
  margin: 0 20px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .image .image-container {
    margin: 0 130px;
  }
}
.page__index .page__index__mission-statement .image .image-container img {
  max-width: 1180px;
  max-height: 1459px;
  height: auto;
  aspect-ratio: 1180/1459;
}
.page__index .page__index__mission-statement .image .animated-icon {
  position: absolute;
  width: 125px;
  height: 125px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .image .animated-icon {
    width: 250px;
    height: 250px;
  }
}
.page__index .page__index__mission-statement .image .animated-icon:nth-of-type(1) {
  top: -12px;
  right: 9px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .image .animated-icon:nth-of-type(1) {
    top: 59px;
    right: 30px;
    z-index: 1;
  }
}
.page__index .page__index__mission-statement .image .animated-icon:nth-of-type(2) {
  bottom: -20px;
  left: 10px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .image .animated-icon:nth-of-type(2) {
    bottom: 323px;
    left: 44px;
    z-index: 1;
  }
}
.page__index .page__index__mission-statement .image .animated-icon:nth-of-type(3) {
  display: none;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .image .animated-icon:nth-of-type(3) {
    display: block;
    bottom: 19px;
    right: 77px;
    z-index: 1;
  }
}
.page__index .page__index__mission-statement .image .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__index .page__index__mission-statement .image .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__index .page__index__mission-statement .image .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .image .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__index .page__index__mission-statement .mid-text {
  font-weight: 600;
  margin-top: 40.5px;
  font-size: 26px;
  line-height: 31px;
}
@media only screen and (min-width:768px) {
  .page__index .page__index__mission-statement .mid-text {
    margin-top: 81px;
    font-size: 42px;
    line-height: 47px;
  }
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .mid-text {
    margin-top: 126px;
    font-size: 64px;
    line-height: 74px;
  }
}
.page__index .page__index__mission-statement .btn__learn-more {
  width: 250px;
  height: 50px;
  margin-top: 21px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .btn__learn-more {
    width: 250px;
    height: 60px;
    margin-top: 42px;
    font-size: 21px;
    line-height: 32px;
  }
}
.page__index .page__index__mission-statement .overview {
  margin: 40px auto 0;
  width: 100%;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__mission-statement .overview {
    margin: 100px auto 0;
  }
}
.page__index .page__index__mission-statement .overview .back {
  width: 100vw;
  height: auto;
  aspect-ratio: 1/1;
}
.page__index .page__index__story {
  background-color: #a896ed;
  display: grid;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.page__index .page__index__story .large-title {
  position: relative;
}
.page__index .page__index__story .large-title .animated-icon {
  position: absolute;
  width: 125px;
  height: 125px;
  top: -62px;
  left: 10px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__story .large-title .animated-icon {
    width: 250px;
    height: 250px;
    top: -150px;
    left: 30px;
  }
}
.page__index .page__index__story .large-title .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__index .page__index__story .large-title .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__index .page__index__story .large-title .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__story .large-title .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__index .page__index__story .large-title h1 {
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 73px auto 0;
  color: #fff;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__story .large-title h1 {
    margin: 100px auto 0;
    font-size: 150px;
    line-height: 150px;
  }
}
.page__index .page__index__story figure {
  margin-top: 31px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__story figure {
    margin-top: 69px;
  }
}
.page__index .page__index__story figure img {
  width: 100vw;
  height: auto;
  aspect-ratio: 480/217;
}
.page__index .page__index__story .large-describe {
  margin: 30px auto 84px;
}
@media only screen and (min-width:768px) {
  .page__index .page__index__story .large-describe {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width:992px) {
  .page__index .page__index__story .large-describe {
    font-size: 24px;
    line-height: 32px;
    margin: 60px auto 114px;
  }
}
.page__index .page__index__story .large-describe p {
  margin: 0;
}
.page__index .page__index__purpose-build {
  padding-top: 63px;
  background-color: #711bed;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__purpose-build {
    padding-top: 152px;
  }
}
.page__index .page__index__purpose-build .animated-icon {
  position: absolute;
  width: 125px;
  height: 125px;
  top: -62.5px;
  left: 10px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__purpose-build .animated-icon {
    width: 250px;
    height: 250px;
    top: -125px;
    left: 41px;
  }
}
.page__index .page__index__purpose-build .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__index .page__index__purpose-build .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__index .page__index__purpose-build .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__purpose-build .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__index .page__index__purpose-build .pop-out {
  max-width: 1440px;
  position: relative;
}
.page__index .page__index__purpose-build .pop-out img:first-of-type {
  width: 100%;
  height: auto;
  max-width: 1440px;
  max-height: 1161px;
  aspect-ratio: 160/129;
}
.page__index .page__index__purpose-build .pop-out .animated-icon2 {
  position: absolute;
  width: 125px;
  height: 125px;
  bottom: -63.35px;
  right: 10px;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__purpose-build .pop-out .animated-icon2 {
    width: 250px;
    height: 250px;
    bottom: -18.5px;
    right: 30px;
  }
}
.page__index .page__index__purpose-build .pop-out .animated-icon2 svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__index .page__index__purpose-build .pop-out .animated-icon2 .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__index .page__index__purpose-build .pop-out .animated-icon2 .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__index .page__index__purpose-build .pop-out .animated-icon2 .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__index .page__index__purpose-build .details-title h2 {
  font-weight: 700;
  margin: 63.34px auto 0;
  width: 90%;
  font-size: 28px;
  line-height: 36px;
  color: #feff00;
}
@media only screen and (min-width:768px) {
  .page__index .page__index__purpose-build .details-title h2 {
    width: 60%;
  }
}
@media only screen and (min-width:992px) {
  .page__index .page__index__purpose-build .details-title h2 {
    margin-top: 110.5px;
    width: 800px;
    font-size: 42px;
    line-height: 50px;
  }
}
.page__index .page__index__purpose-build .details-describe {
  margin-top: 20px;
  width: 90%;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.page__index .page__index__purpose-build .details-describe p:last-of-type {
  margin-top: 8px;
}
@media only screen and (min-width:768px) {
  .page__index .page__index__purpose-build .details-describe {
    width: 58%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .page__index .page__index__purpose-build .details-describe p:last-of-type {
    margin-top: 16px;
  }
}
@media only screen and (min-width:992px) {
  .page__index .page__index__purpose-build .details-describe {
    margin-top: 40px;
    max-width: 810px;
    font-size: 24px;
    line-height: 32px;
  }
  .page__index .page__index__purpose-build .details-describe p:last-of-type {
    margin-top: 32px;
  }
}

.page__team {
  background: #cc00b9;
  overflow: hidden;
}
.page__team img {
  width: 100vw;
  height: auto;
}
.page__team h2 {
  text-transform: uppercase;
  margin-bottom: 23px;
  color: #f689f6;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width:992px) {
  .page__team h2 {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 64px;
  }
}
.page__team strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:992px) {
  .page__team strong {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__team p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width:992px) {
  .page__team p {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__team .page__team__intro {
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (min-width:992px) {
  .page__team .page__team__intro {
    margin-bottom: 83px;
  }
}
.page__team .page__team__intro h1 {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (min-width:992px) {
  .page__team .page__team__intro h1 {
    margin-bottom: 70px;
  }
}
.page__team .page__team__intro .animated-icon {
  position: relative;
  display: flex;
  width: 125px;
  height: 125px;
  margin: 0 auto 20px;
}
@media only screen and (min-width:992px) {
  .page__team .page__team__intro .animated-icon {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 365px;
    right: -320px;
    margin-bottom: 0;
  }
}
.page__team .page__team__intro .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__team .page__team__intro .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__team .page__team__intro .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__team .page__team__intro .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__team .peterson-section {
  position: relative;
  color: white;
  padding-top: 83px;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__team .peterson-section {
    padding-top: 110px;
  }
}
.page__team .peterson-section .animated-icon {
  position: absolute;
  width: 125px;
  height: 125px;
  top: -62.5px;
  left: 11px;
}
@media only screen and (min-width:992px) {
  .page__team .peterson-section .animated-icon {
    width: 250px;
    height: 250px;
    top: -125px;
    left: 83px;
  }
}
.page__team .peterson-section .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__team .peterson-section .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__team .peterson-section .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__team .peterson-section .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__team .peterson-section .info {
  margin-bottom: 32px;
}
@media only screen and (min-width:992px) {
  .page__team .peterson-section .info {
    margin-bottom: 5.75rem;
  }
}

.page__register {
  background: #f1f8fe;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: calc(100px + 2rem) 0 2.5rem 0;
}
@media only screen and (min-width:992px) {
  .page__register {
    padding: calc(100px + 10rem) 0 5rem 0;
  }
}
.page__register .sidebar {
  position: relative;
  order: 1;
  padding: 0 1rem;
  margin: 3rem 0 0 0;
  flex: 0 0 100%;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar {
    order: 2;
    padding: 0;
  }
}
@media only screen and (min-width:992px) {
  .page__register .sidebar {
    flex: 0 0 auto;
    margin: 0;
    order: 1;
    background: white;
  }
}
.page__register .sidebar .animation {
  width: 100%;
  padding-bottom: 200px;
  display: none;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .animation {
    display: block;
  }
}
.page__register .sidebar .animation svg {
  display: none;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .animation svg {
    display: block;
    overflow: visible;
  }
  .page__register .sidebar .animation svg defs clipPath rect {
    height: 941px;
  }
  .page__register .sidebar .animation svg > g > g:not(:first-child) > g {
    transform: translateY(250px);
  }
}
.page__register .sidebar .content {
  margin-bottom: 3rem;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .content {
    position: absolute;
    top: 12%;
    left: 1rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .content {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
.page__register .sidebar .content .title {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1em;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .content .title {
    font-size: 0.9rem;
    margin: 0 0 1rem 0;
  }
}
.page__register .sidebar .content .contact {
  margin: 30px 0;
  height: 3.5rem;
  overflow: hidden;
  transition: height 500ms ease;
  border-bottom: 1px solid black;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .content .contact {
    height: auto;
    overflow: auto;
    border-bottom: none;
    margin: 15px 0;
  }
}
.page__register .sidebar .content .contact.open {
  height: 9rem;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .content .contact.open {
    height: auto;
  }
}
.page__register .sidebar .content .contact.open p {
  opacity: 1;
}
.page__register .sidebar .content .contact.open p:after {
  content: "";
  transform: rotate(-135deg);
}
.page__register .sidebar .content p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
  opacity: 0;
  transition: opacity 500ms 0s ease;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .content p {
    opacity: 1;
  }
}
.page__register .sidebar .content p.name {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.page__register .sidebar .content p.name:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  margin-right: 2px;
  transition: transform 500ms ease;
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .content p.name:after {
    display: none;
  }
}
@media only screen and (min-width:992px) {
  .page__register .sidebar .content p.name {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
.page__register .sidebar .content a {
  text-decoration: none;
  display: block;
  transition: opacity 500ms ease;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.page__register .sidebar .content a:hover {
  opacity: 0.5;
}
.page__register .form-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  padding: 0 1rem;
}
@media only screen and (min-width:992px) {
  .page__register .form-container {
    order: 2;
    padding: 0 3rem;
  }
}
.page__register .form-container .center-wrap {
  max-width: 800px;
}
.page__register .form-container .center-wrap form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__register .form-container .center-wrap form input,
.page__register .form-container .center-wrap form select {
  margin: 0 0 1rem 0;
}
@media only screen and (min-width:992px) {
  .page__register .form-container .center-wrap form input[type=text] {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.page__register .form-container .center-wrap form select,
.page__register .form-container .center-wrap form .checkboxes {
  flex: 0 0 100%;
}
.page__register .form-container .center-wrap form .disclaimer {
  margin: 2.5rem 0 2.5rem 0;
  font-size: 0.6rem;
  line-height: 1.5em;
  color: #bdbdbd;
}
.page__register .form-container .center-wrap form .btn__submit {
  margin: 0 0 1rem;
}
.page__register .form-container .center-wrap form .questions {
  flex: 0 0 100%;
  margin: 0;
}
.page__register .form-container .center-wrap form .checkboxes {
  display: flex;
  flex-direction: column;
}
.page__register .form-container .center-wrap form .checkboxes .title {
  display: block;
  margin: 0;
}
.page__register .form-container .center-wrap form .checkboxes label {
  margin: 0 1rem 0 0;
}
.page__register .form-container .center-wrap form .checkboxes input {
  margin: 0 0.5rem 0 0;
}

.page__about {
  display: flex;
  flex-direction: column;
  background-color: #101a99;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.page__about .page__about-image {
  width: 100%;
  height: auto;
}
.page__about .page__about__history {
  padding: 0 0 2.5rem 0;
  position: relative;
}
@media only screen and (min-width:768px) {
  .page__about .page__about__history {
    padding: 0 0 8.7rem 0;
  }
}
.page__about .page__about__history h1 {
  color: #feff00;
  text-transform: uppercase;
  margin-bottom: 21px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__history h1 {
    margin-bottom: 40px;
  }
}
.page__about .page__about__history p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75rem;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__history p {
    font-size: 24px;
    line-height: 2rem;
  }
}
.page__about .page__about__history .animated-icon {
  position: relative;
  display: flex;
  width: 125px;
  height: 125px;
  margin: 0 auto 30px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__history .animated-icon {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 365px;
    right: -290px;
    z-index: 1;
    margin-bottom: 0;
  }
}
.page__about .page__about__history .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__about .page__about__history .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__about .page__about__history .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__history .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__about .page__about__faq {
  background: #1555f4;
  padding: 40px 0 84px 0;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__faq {
    padding: 5rem 0;
  }
}
.page__about .page__about__faq .wrap--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.page__about .page__about__faq .wrap--flex div:nth-of-type(1) {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__faq .wrap--flex div:nth-of-type(1) {
    flex: 0 0 38%;
    margin-bottom: 0;
  }
}
.page__about .page__about__faq .wrap--flex div:nth-of-type(2) {
  flex: 0 0 100%;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__faq .wrap--flex div:nth-of-type(2) {
    margin-right: 95px;
    flex: 0 0 43%;
  }
}
.page__about .page__about__faq .wrap--flex strong {
  color: #feff00;
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__faq .wrap--flex strong {
    text-align: start;
    font-size: 42px;
    line-height: 50px;
  }
}
.page__about .page__about__faq .wrap--flex p {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__faq .wrap--flex p {
    text-align: start;
    font-size: 18px;
    line-height: 26px;
  }
}
.page__about .page__about__faq .wrap--flex p:nth-of-type(3) {
  margin: 0;
}
.page__about .page__about__faq .wrap--flex .animated-icon {
  position: absolute;
  width: 125px;
  bottom: -146px;
  left: -5px;
  z-index: 0;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__faq .wrap--flex .animated-icon {
    width: 250px;
    height: 250px;
    bottom: -215px;
    left: -30px;
    z-index: 1;
  }
}
.page__about .page__about__faq .wrap--flex .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__about .page__about__faq .wrap--flex .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__about .page__about__faq .wrap--flex .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__faq .wrap--flex .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__about .page__about__timeline {
  position: relative;
  margin-top: 93px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline {
    margin-top: 168px;
  }
}
.page__about .page__about__timeline .timeline-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  background-color: #91aeff;
  position: relative;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item {
    margin: 0 0 5rem;
  }
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item:nth-child(even) aside {
    order: 2;
  }
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item:nth-child(even) figure {
    order: 1;
  }
}
.page__about .page__about__timeline .timeline-item.no-image {
  background-color: transparent;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item.no-image {
    margin: 0 0 2.938rem 0;
  }
}
.page__about .page__about__timeline .timeline-item.no-image aside {
  flex: 0 0 100%;
  height: 120px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item.no-image aside {
    height: auto;
  }
}
.page__about .page__about__timeline .timeline-item.no-image aside div {
  max-width: 100%;
}
.page__about .page__about__timeline .timeline-item.no-image aside div .year {
  margin: 0;
  color: #feff00;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item.no-image aside div .year {
    margin: 0 0 1.063rem 0;
  }
}
.page__about .page__about__timeline .timeline-item.no-image aside div .description {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item.no-image aside div .description {
    font-size: 42px;
    line-height: 3.125rem;
  }
}
.page__about .page__about__timeline .timeline-item aside {
  order: 2;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  height: 242px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item aside {
    height: auto;
    order: 1;
    flex: 0 0 50%;
    align-items: center;
  }
}
.page__about .page__about__timeline .timeline-item aside div {
  text-align: center;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page__about .page__about__timeline .timeline-item aside .year {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  color: #101a99;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item aside .year {
    font-size: 42px;
    line-height: 3.125rem;
    margin: 0 0 1.5rem 0;
  }
}
.page__about .page__about__timeline .timeline-item aside .description {
  margin: 0 10px;
  color: #101a99;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item aside .description {
    margin: 0;
    font-size: 24px;
    line-height: 2rem;
  }
}
.page__about .page__about__timeline .timeline-item figure {
  display: flex;
  order: 1;
  flex: 0 0 100%;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item figure {
    order: 2;
    flex: 0 0 50%;
  }
}
.page__about .page__about__timeline .timeline-item figure img {
  width: 100%;
  height: auto;
}
.page__about .page__about__timeline .timeline-item .animated-icon.animated-icon2 {
  position: absolute;
  width: 125px;
  top: 170px;
  right: 10px;
  z-index: 1;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item .animated-icon.animated-icon2 {
    width: 220px;
    top: 293px;
    right: -110px;
  }
}
.page__about .page__about__timeline .timeline-item .animated-icon.animated-icon6 {
  position: absolute;
  width: 125px;
  top: 172px;
  left: 10px;
  z-index: 1;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item .animated-icon.animated-icon6 {
    width: 220px;
    top: -66px;
    left: -110px;
  }
}
.page__about .page__about__timeline .timeline-item .animated-icon.animated-icon7 {
  position: absolute;
  width: 125px;
  top: 402px;
  right: 6px;
  z-index: 1;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item .animated-icon.animated-icon7 {
    width: 220px;
    top: 625px;
    right: -125px;
  }
}
.page__about .page__about__timeline .timeline-item .animated-icon.animated-icon10 {
  display: none;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item .animated-icon.animated-icon10 {
    display: block;
    position: absolute;
    width: 220px;
    top: -125px;
    left: -110px;
    z-index: 1;
  }
}
.page__about .page__about__timeline .timeline-item .animated-icon.animated-icon12 {
  position: relative;
  width: 125px;
  order: 2;
  margin: auto;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item .animated-icon.animated-icon12 {
    position: absolute;
    width: 220px;
    top: 89px;
    right: -110px;
    z-index: 1;
  }
}
.page__about .page__about__timeline .timeline-item .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__about .page__about__timeline .timeline-item .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__about .page__about__timeline .timeline-item .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__about .page__about__timeline .timeline-item .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}

.page__location {
  background: #711bed;
  padding-bottom: 16.8px;
  overflow: hidden;
}
@media only screen and (min-width:992px) {
  .page__location {
    padding-bottom: 123px;
  }
}
.page__location .intro {
  margin-bottom: 16px;
  position: relative;
}
@media only screen and (min-width:992px) {
  .page__location .intro {
    margin-bottom: 83px;
  }
}
.page__location .intro h1,
.page__location .intro h2 {
  color: #feff00;
  text-transform: uppercase;
  margin-bottom: 21px;
}
@media only screen and (min-width:992px) {
  .page__location .intro h1,
  .page__location .intro h2 {
    margin-bottom: 70px;
  }
}
.page__location .intro h2 {
  font-weight: 600;
}
.page__location .intro p {
  font-size: 18px;
  line-height: 1.75rem;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width:992px) {
  .page__location .intro p {
    font-size: 24px;
    line-height: 2rem;
  }
}
.page__location .intro .animated-icon {
  position: relative;
  display: flex;
  width: 125px;
  height: 125px;
  margin: 0 auto 23px;
}
@media only screen and (min-width:992px) {
  .page__location .intro .animated-icon {
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: calc(-6rem - 30px);
    right: -125px;
    z-index: 1;
    margin-bottom: 0;
  }
}
.page__location .intro .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__location .intro .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__location .intro .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__location .intro .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__location .legend {
  position: relative;
}
.page__location .legend img {
  height: auto;
}
.page__location .legend .map-image-outline {
  margin-top: 42px;
}
.page__location .legend .circle {
  width: 10px;
  height: 10px;
  margin: 0 18px 0 10px;
  background: #fff;
  border: 2.5px solid #0f1c3f;
  border-radius: 50%;
}
.page__location .legend .line {
  width: 30px;
  height: 0;
  margin: 0 0.5rem 0 0;
  border-top: solid 2px black;
}
.page__location .legend .line--dashed {
  border-top-style: dashed;
}
.page__location .legend .line--yellow {
  border-color: #feff00;
}
.page__location .legend .line--green {
  border-color: #82ff00;
}
.page__location .legend .line--red {
  border-color: #ff3600;
}
.page__location .legend .map-outline {
  position: relative;
  margin: 10px 10px 20px;
}
@media only screen and (min-width:992px) {
  .page__location .legend .map-outline {
    position: absolute;
    bottom: -160px;
    left: 31px;
  }
}
.page__location .legend .map-details {
  position: relative;
  margin: 10px 10px 20px;
}
@media only screen and (min-width:992px) {
  .page__location .legend .map-details {
    position: absolute;
    bottom: -123px;
    left: 31px;
  }
}
.page__location .legend .legend__row {
  background-color: #e7daff;
  border-radius: 10px;
  max-width: 390px;
  z-index: 1;
  padding: 24px 20px 16.8px;
  margin: auto;
}
@media only screen and (min-width:992px) {
  .page__location .legend .legend__row {
    padding: 34px 30px;
  }
}
.page__location .legend .legend__row .legend__row__item {
  display: flex;
  align-items: center;
  margin: 0 0 0.688rem 0;
}
.page__location .legend .legend__row .legend__row__item span {
  display: block;
}
.page__location .legend .legend__row .legend__row__item .label {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__location .legend .legend__row .legend__row__item .label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.page__location .legend .legend__row .legend__row__orientation {
  text-align: start;
  display: flex;
  margin-top: 21px;
}
.page__location .legend .traveling-transit {
  position: relative;
  text-align: start;
  margin: 0 10px;
}
@media only screen and (min-width:992px) {
  .page__location .legend .traveling-transit {
    position: absolute;
    bottom: -140px;
    right: 30px;
    text-align: center;
    margin: 1.25rem;
  }
}
.page__location .legend .traveling-transit .traveling-transit-box {
  position: relative;
  background: url("/img/location/shape_05_400x258.svg") center/cover no-repeat transparent;
  aspect-ratio: 400/258;
  display: flex;
  max-width: 400px;
  margin: auto;
}
@media only screen and (min-width:992px) {
  .page__location .legend .traveling-transit .traveling-transit-box {
    width: 400px;
  }
}
.page__location .legend .traveling-transit .traveling-transit-box .legend__landmarks {
  color: #711bed;
  margin: auto;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__location .legend .traveling-transit .traveling-transit-box .legend__landmarks {
    font-size: 16px;
    line-height: 24px;
  }
}
.page__location .legend .traveling-transit .traveling-transit-box .legend__landmarks strong {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:992px) {
  .page__location .legend .traveling-transit .traveling-transit-box .legend__landmarks strong {
    font-size: 18px;
    line-height: 1.75rem;
  }
}
.page__location article {
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (min-width:992px) {
  .page__location article {
    margin: 0 auto 11.875rem;
  }
}
.page__location article:last-child {
  margin: 0 auto;
}
.page__location article .full-width-image {
  margin-bottom: 0;
  background: white;
}
.page__location article .full-width-image:last-child {
  margin-bottom: 0;
}

.page__retail-opportunities__floorplans {
  margin-top: 52px;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans {
    margin-top: 95.75px;
  }
}
.page__retail-opportunities__floorplans img {
  height: auto;
}
.page__retail-opportunities__floorplans .section-title {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .section-title {
    margin-bottom: 62px;
  }
}
.page__retail-opportunities__floorplans .switcher {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  height: 50px;
  display: flex;
  margin: 0 0 15px 0;
  flex-direction: column;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher {
    height: 60px;
    margin: 0 0 2rem 0;
    flex-direction: row;
  }
}
.page__retail-opportunities__floorplans .switcher .plan-box {
  width: 100%;
  display: flex;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher .plan-box {
    width: 33.3333333333%;
  }
}
.page__retail-opportunities__floorplans .switcher .plan-box select {
  width: 100%;
  height: 100%;
  color: white;
  background-color: #1555f4;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border-radius: 30px;
  padding: 13px 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/img/icons/icon-arrow-01-down-8x8.svg");
  background-position: right 0.9rem center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  border: none;
  outline: none;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher .plan-box select {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
  }
}
.page__retail-opportunities__floorplans .switcher .plan-box select option {
  margin: 0 5px;
  z-index: 1;
}
.page__retail-opportunities__floorplans .switcher .plan-box button {
  width: 100%;
  height: 100%;
  flex: 1;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher .plan-box button {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
  }
}
.page__retail-opportunities__floorplans .switcher .plan-box button[data-active=true] {
  color: white;
}
.page__retail-opportunities__floorplans .switcher .plan-box button[data-active=true]:before {
  opacity: 1;
}
.page__retail-opportunities__floorplans .switcher .plan-box button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1555f4;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.page__retail-opportunities__floorplans .switcher .plan-box button span {
  margin: 0 5px;
  z-index: 1;
}
.page__retail-opportunities__floorplans .switcher .plan-box .line {
  width: 2px;
  height: 27px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: auto;
  visibility: visible;
  display: inline-flex;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher .plan-box .line {
    width: 4px;
  }
}
.page__retail-opportunities__floorplans .switcher .plan-box .line[data-active=true] {
  visibility: hidden;
}
.page__retail-opportunities__floorplans .switcher-box {
  display: flex;
  gap: 10px;
  flex-direction: row;
  max-width: 800px;
  margin: auto;
  width: 93%;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher-box {
    width: auto;
    flex-direction: column;
    max-width: 1100px;
  }
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher {
  border-radius: 30px;
  height: 50px;
  width: 100%;
  display: flex;
  border-radius: 30px;
  flex: 1 1 50%;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher-box .direction-switcher {
    background: rgba(0, 0, 0, 0.2);
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
  }
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher .plan-box {
  width: 100%;
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher .plan-box select {
  width: 100%;
  height: 100%;
  color: white;
  background-color: #1d37be;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  border-radius: 30px;
  padding: 13px 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/img/icons/icon-arrow-01-down-8x8.svg");
  background-position: right 0.9rem center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  border: none;
  outline: none;
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher .plan-box select option {
  margin: 0 5px;
  z-index: 1;
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher button {
  width: 90px;
  height: 30px;
  flex: 1;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher-box .direction-switcher button {
    height: 40px;
    font-weight: 700;
    width: 125px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher button[data-active=true] {
  color: #101a99;
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher button[data-active=true]:before {
  opacity: 1;
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.page__retail-opportunities__floorplans .switcher-box .direction-switcher button span {
  z-index: 1;
}
.page__retail-opportunities__floorplans .switcher-box .child-switcher {
  border-radius: 30px;
  height: 50px;
  display: flex;
  margin: 0 0 40px 0;
  flex-direction: column;
  flex: 1 1 50%;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher-box .child-switcher {
    border-radius: 0;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 44px 0;
    padding: 0 2rem;
    flex-direction: row;
  }
}
.page__retail-opportunities__floorplans .switcher-box .child-switcher .plan-box {
  display: flex;
}
.page__retail-opportunities__floorplans .switcher-box .child-switcher .plan-box select {
  width: 100%;
  height: 100%;
  color: white;
  background-color: #1d37be;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  border-radius: 30px;
  padding: 13px 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/img/icons/icon-arrow-01-down-8x8.svg");
  background-position: right 0.9rem center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  border: none;
  outline: none;
}
.page__retail-opportunities__floorplans .switcher-box .child-switcher .plan-box select option {
  margin: 0 5px;
  z-index: 1;
}
.page__retail-opportunities__floorplans .switcher-box .child-switcher .bull {
  display: inline-block;
  margin: 0 0.5rem 0;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher-box .child-switcher .bull {
    margin: 0 1rem 1rem;
  }
}
.page__retail-opportunities__floorplans .switcher-box .child-switcher button {
  border-bottom: solid 1px transparent;
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .switcher-box .child-switcher button {
    font-weight: 700;
    margin: 0 0 1rem 0;
    font-size: 18px;
    line-height: 26px;
  }
}
.page__retail-opportunities__floorplans .switcher-box .child-switcher button:nth-last-child(2) {
  margin-right: 0;
}
.page__retail-opportunities__floorplans .switcher-box .child-switcher button[data-active=true] {
  color: white;
}
.page__retail-opportunities__floorplans .floor-plans-map {
  background-color: white;
  padding: 50px 0 0;
  margin: 25px auto 0;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .floor-plans-map {
    padding: 97px 0 100px;
    margin: 0;
  }
}
.page__retail-opportunities__floorplans .plans {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .plans {
    padding: 97px 0 100px;
    margin: 0;
    flex-direction: row;
  }
}
.page__retail-opportunities__floorplans .plans .legend {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .plans .legend {
    flex-wrap: nowrap;
    flex-direction: column;
    flex: 0 0 25%;
  }
}
.page__retail-opportunities__floorplans .plans .legend > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  background-color: #f4f4f4;
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 24px 30px;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .plans .legend > div {
    background-color: white;
    box-shadow: none;
    height: 100%;
    padding: 0;
    overflow-y: unset;
  }
}
.page__retail-opportunities__floorplans .plans .legend .legend__item {
  display: flex;
  align-items: center;
  margin: 0 1rem 1rem 0;
  flex: 0 0 auto;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .plans .legend .legend__item {
    margin: 0 0 1rem 0;
    flex: none;
  }
}
.page__retail-opportunities__floorplans .plans .legend .legend__item .circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  margin: 0 0.5rem 0 0;
}
.page__retail-opportunities__floorplans .plans .legend .legend__item .label {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
  color: black;
  width: auto;
  text-align: start;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .plans .legend .legend__item .label {
    width: 180px;
  }
}
.page__retail-opportunities__floorplans .plans .legend .compass {
  margin: 0.5rem 0 1.5rem 2.5rem;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .plans .legend .compass {
    margin: 0;
    flex: none;
  }
}
.page__retail-opportunities__floorplans .plans .image-container {
  flex: 0 0 100%;
  margin-bottom: 55px;
}
@media only screen and (min-width:992px) {
  .page__retail-opportunities__floorplans .plans .image-container {
    flex: 0 0 75%;
    margin-bottom: 0;
  }
}

.page__retail {
  background-color: #101a99;
  text-align: center;
}
.page__retail h1,
.page__retail h2 {
  color: #feff00;
  text-transform: uppercase;
}
.page__retail p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75rem;
}
@media only screen and (min-width:992px) {
  .page__retail p {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__retail .page__retail__intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 70px;
  position: relative;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__intro {
    margin: 0 auto 138px;
  }
}
.page__retail .page__retail__intro .animated-icon {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 auto 18px;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__intro .animated-icon {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 365px;
    right: 34px;
    margin-bottom: 0;
  }
}
.page__retail .page__retail__intro .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__retail .page__retail__intro .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__retail .page__retail__intro .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__intro .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__retail .page__retail__intro h1 {
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
  margin: 0 auto 20px;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__intro h1 {
    font-weight: 900;
    font-size: 165px;
    line-height: 165px;
    margin: 0 10px 24px;
  }
}
.page__retail .page__retail__intro strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75rem;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__intro strong {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__retail .page__retail__grid {
  display: grid;
  grid-gap: 50px 1rem;
  padding: 0 10px;
  margin: 0 auto 60px;
  text-align: start;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px 1rem;
    padding: 0 1rem;
    margin: 0 auto 5rem;
  }
}
.page__retail .page__retail__grid .grid-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  flex: 1 1 100%;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__grid .grid-item {
    flex: 1 1 calc(50% - 1rem);
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
  }
}
.page__retail .page__retail__grid .grid-item .flex-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__grid .grid-item .flex-box {
    flex-direction: row;
  }
}
.page__retail .page__retail__grid .grid-item .flex-box .title {
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 0;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__grid .grid-item .flex-box .title {
    white-space: pre-wrap;
    margin-bottom: 2.5rem;
  }
}
.page__retail .page__retail__grid .grid-item .flex-box .title h2 {
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__grid .grid-item .flex-box .title h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
  }
}
.page__retail .page__retail__grid .grid-item .flex-box .title p {
  text-align: center;
  color: #feff00;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__grid .grid-item .flex-box .title p {
    text-align: start;
    font-weight: 400;
  }
}
.page__retail .page__retail__grid .grid-item .flex-box .btn__explore {
  width: 250px;
  height: 50px;
  margin: 15px auto 30px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  font-weight: 700;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__grid .grid-item .flex-box .btn__explore {
    min-width: 200px;
    height: 60px;
    margin: 0 1rem 0 auto;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
  }
}
.page__retail .page__retail__grid .grid-item .image-link {
  flex: 1 1 100%;
  position: relative;
  margin: 10px 0 0 0;
  display: flex;
  align-self: flex-end;
  width: 100%;
  cursor: pointer;
}
.page__retail .page__retail__grid .grid-item .image {
  overflow: hidden;
}
.page__retail .page__retail__grid .grid-item .image img {
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease;
  -o-object-fit: contain;
  object-fit: contain;
}
.page__retail .page__retail__grid .grid-item .image img:hover {
  transform: scale(1.1);
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__grid .grid-item .image img {
    max-height: 950px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.page__retail .page__retail__opportunities {
  margin: 0 auto 52px;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__opportunities {
    margin: 0 auto 121px;
  }
}
.page__retail .page__retail__opportunities h2 {
  margin-bottom: 13px;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__opportunities h2 {
    margin-bottom: 64px;
  }
}
.page__retail .page__retail__axo-plans .plans {
  background-color: #fff;
}
.page__retail .page__retail__axo-plans .plans .image-container {
  flex: 0 0 100%;
}
.page__retail .page__retail__axo-plans .plans .image-container img {
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__axo-plans .plans .image-container img {
    padding: 160px 0;
  }
}
.page__retail .page__retail__floorplan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem 0 0 0;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__floorplan {
    margin: 10rem 0 0 0;
  }
}
.page__retail .page__retail__floorplan aside {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__floorplan aside {
    margin: 0;
    flex: 0 0 40%;
    align-items: center;
  }
}
.page__retail .page__retail__floorplan figure {
  flex: 0 0 100%;
  padding: 0 1rem 0 2rem;
}
@media only screen and (min-width:992px) {
  .page__retail .page__retail__floorplan figure {
    flex: 0 0 60%;
    padding-right: 2rem;
  }
}
.page__retail .page__retail__image {
  width: 100%;
  height: auto;
}

.page__mirvish-market {
  background-color: #101a99;
  text-align: center;
}
.page__mirvish-market h2,
.page__mirvish-market h3 {
  color: #feff00;
}
.page__mirvish-market p {
  margin-top: 58px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market p {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__mirvish-market img {
  height: auto;
}
.page__mirvish-market .image-title {
  margin: auto;
}
.page__mirvish-market .icons-list {
  margin: 33px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .icons-list {
    margin: 66px auto 80px;
  }
}
.page__mirvish-market .icons-list .animated-icon-box {
  display: flex;
  flex-direction: column;
  max-width: 115px;
  align-items: center;
  margin: 0;
  flex: 1 1 calc(33% - 20px);
  width: calc(33% - 20px);
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .icons-list .animated-icon-box {
    min-height: 300px;
    flex: 1 1 calc(16% - 40px);
    max-width: 180px;
    margin: auto;
  }
}
.page__mirvish-market .icons-list .animated-icon-box .animated-icon {
  position: relative;
  max-height: 180px;
  width: 100%;
  display: flex;
}
.page__mirvish-market .icons-list .animated-icon-box .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__mirvish-market .icons-list .animated-icon-box .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__mirvish-market .icons-list .animated-icon-box .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 95%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .icons-list .animated-icon-box .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__mirvish-market .icons-list .animated-icon-box p {
  text-align: center;
  white-space: pre-wrap;
  margin: 10px 5px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .icons-list .animated-icon-box p {
    margin: 5px auto 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75rem;
  }
}
.page__mirvish-market .icons-list .animated-icon-box .btn__learn-more {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.page__mirvish-market .hero-image {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page__mirvish-market .hero-image img {
  width: 100%;
  height: auto;
}
.page__mirvish-market .hero-image .message-icon-box {
  position: relative;
  background: url("/img/retail/the-kitchen/shape_08.png") center/cover no-repeat transparent;
  aspect-ratio: 550/361;
  display: flex;
  width: 95%;
  margin: 20px auto;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .hero-image .message-icon-box {
    top: -118px;
    left: 30px;
    width: 550px;
    position: absolute;
  }
}
.page__mirvish-market .hero-image .message-icon-box .message {
  margin: auto;
  text-align: center;
}
.page__mirvish-market .hero-image .message-icon-box .message strong {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .hero-image .message-icon-box .message strong {
    font-weight: 500;
    font-size: 60px;
    line-height: 58px;
    width: 410px;
  }
}
.page__mirvish-market .kitchen-about figure {
  display: flex;
  flex-direction: column;
}
.page__mirvish-market .kitchen-about .about-top {
  margin-top: 10px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .kitchen-about .about-top {
    margin-top: 30px;
  }
}
.page__mirvish-market .kitchen-about .about-details {
  margin-top: 1rem;
  margin-bottom: 30px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .kitchen-about .about-details {
    margin-bottom: 127px;
  }
}
.page__mirvish-market .kitchen-about .about-details .about-food,
.page__mirvish-market .kitchen-about .about-details .about-communal-seat {
  width: 100%;
  padding: 0;
}
.page__mirvish-market .kitchen-about .about-details .about-food p,
.page__mirvish-market .kitchen-about .about-details .about-communal-seat p {
  max-width: 600px;
  margin: 15px auto;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .kitchen-about .about-details .about-food p,
  .page__mirvish-market .kitchen-about .about-details .about-communal-seat p {
    margin: 36px auto 0;
  }
}
.page__mirvish-market .kitchen-about .btn__view_floorplan {
  width: 250px;
  height: 50px;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .kitchen-about .btn__view_floorplan {
    width: 250px;
    height: 60px;
    margin: 47px auto 148px;
    font-size: 21px;
    line-height: 32px;
  }
}
.page__mirvish-market .kitchen-about .btn__view_floorplan a {
  margin: 0;
}
.page__mirvish-market .kitchen-about img {
  width: 100%;
}
.page__mirvish-market .music-venue {
  display: flex;
  margin: 50px auto 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .music-venue {
    margin: 0 auto 100px;
    gap: 2rem;
  }
}
.page__mirvish-market .music-venue .title {
  max-width: 560px;
  flex: 1 1 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .music-venue .title {
    margin: 0;
    flex: 1 1 43%;
    text-align: start;
  }
}
.page__mirvish-market .music-venue .title .sticky-box {
  position: relative;
  padding-top: 0;
  top: 0;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .music-venue .title .sticky-box {
    position: sticky;
    padding-top: 100px;
  }
}
.page__mirvish-market .music-venue .title .sticky-box h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .music-venue .title .sticky-box h2 {
    margin-bottom: 64px;
    line-height: 64px;
  }
}
.page__mirvish-market .music-venue .title .sticky-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0;
}
.page__mirvish-market .music-venue .image-box {
  width: 100%;
  padding-top: 0;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .music-venue .image-box {
    flex: 1 1 calc(50% - 1rem);
    gap: 25px;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
  }
}
.page__mirvish-market .music-venue .image-box .slick-prev,
.page__mirvish-market .music-venue .image-box .slick-next {
  display: block;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.page__mirvish-market .music-venue .image-box .slick-prev:before,
.page__mirvish-market .music-venue .image-box .slick-next:before {
  content: "";
}
.page__mirvish-market .music-venue .image-box .slick-track {
  display: flex;
  align-items: center;
}
.page__mirvish-market .music-venue .image-box .slide__item {
  padding: 0 10px;
}
.page__mirvish-market .music-venue .image-box .slide__item .slide__img {
  width: 80%;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.page__mirvish-market .music-venue .image-box .slick-dots li {
  margin: 0;
}
.page__mirvish-market .music-venue .image-box .slick-dots li button:before {
  color: #feff00;
}
.page__mirvish-market .stall-plan .cover-image {
  width: 100%;
}
.page__mirvish-market .stall-plan figure {
  display: flex;
  flex-direction: column;
}
.page__mirvish-market .stall-plan p strong {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width:480px) {
  .page__mirvish-market .stall-plan p strong {
    font-size: 24px;
    line-height: 2rem;
  }
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan p strong {
    font-size: 42px;
    line-height: 3.125rem;
  }
}
.page__mirvish-market .stall-plan .title {
  margin-top: 60px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .title {
    margin-top: 165px;
  }
}
.page__mirvish-market .stall-plan .title p {
  margin-top: 0;
}
.page__mirvish-market .stall-plan .title h2 {
  text-transform: uppercase;
  margin: 25px auto 0;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .title h2 {
    margin-top: 50px;
    width: 100%;
  }
}
.page__mirvish-market .stall-plan .stall-plan-map {
  background-color: white;
  padding: 20px 0 0;
  margin-top: 53px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .stall-plan-map {
    padding: 60px 0 100px;
    margin-top: 150px;
  }
}
.page__mirvish-market .stall-plan .stall-plan-map p {
  margin: 0;
}
.page__mirvish-market .stall-plan .stall-plan-map p strong {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.page__mirvish-market .stall-plan .stall-plan-map .plans {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  flex-direction: column-reverse;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .stall-plan-map .plans {
    margin-top: 85px;
    flex-direction: row;
  }
}
.page__mirvish-market .stall-plan .stall-plan-map .plans .legend {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .stall-plan-map .plans .legend {
    flex-wrap: nowrap;
    flex-direction: column;
    flex: 0 0 25%;
  }
}
.page__mirvish-market .stall-plan .stall-plan-map .plans .legend > div {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  background-color: #f4f4f4;
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.15);
  padding: 24px 30px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .stall-plan-map .plans .legend > div {
    flex-wrap: wrap;
    box-shadow: none;
    overflow-y: unset;
    background-color: transparent;
    width: auto;
    height: auto;
    flex-direction: row;
  }
}
.page__mirvish-market .stall-plan .stall-plan-map .plans .legend .legend__item {
  display: flex;
  align-items: center;
  margin: 0 1rem 1rem 0;
  flex: 0 0 auto;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .stall-plan-map .plans .legend .legend__item {
    margin: 0 0 1rem 0;
    flex: 0 0 100%;
  }
}
.page__mirvish-market .stall-plan .stall-plan-map .plans .legend .legend__item .circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  margin: 0 0.5rem 0 0;
}
.page__mirvish-market .stall-plan .stall-plan-map .plans .legend .legend__item .label {
  display: block;
  font-size: 0.8rem;
  line-height: 1em;
  color: black;
}
.page__mirvish-market .stall-plan .stall-plan-map .plans .legend .compass {
  margin: 0.5rem 0 1.5rem 2.5rem;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .stall-plan-map .plans .legend .compass {
    margin: 0;
  }
}
.page__mirvish-market .stall-plan .stall-plan-map .plans .image-container {
  flex: 0 0 100%;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .stall-plan-map .plans .image-container {
    flex: 0 0 75%;
  }
}
.page__mirvish-market .stall-plan .stall-plan-map .plans .image-container img {
  width: 93%;
  margin: 80px auto 100px;
}
@media only screen and (min-width:992px) {
  .page__mirvish-market .stall-plan .stall-plan-map .plans .image-container img {
    width: 100%;
    margin: 0;
  }
}

.page__markham-street,
.page__main-street-retail,
.page__micro-retail {
  background-color: #101a99;
  text-align: center;
}
.page__markham-street h1,
.page__main-street-retail h1,
.page__micro-retail h1 {
  color: #feff00;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 22px;
}
@media only screen and (min-width:992px) {
  .page__markham-street h1,
  .page__main-street-retail h1,
  .page__micro-retail h1 {
    font-weight: 900;
    font-size: 165px;
    line-height: 165px;
    margin-bottom: 44px;
  }
}
.page__markham-street h2,
.page__main-street-retail h2,
.page__micro-retail h2 {
  color: #feff00;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 23px;
}
@media only screen and (min-width:992px) {
  .page__markham-street h2,
  .page__main-street-retail h2,
  .page__micro-retail h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 64px;
  }
}
.page__markham-street p,
.page__main-street-retail p,
.page__micro-retail p {
  font-size: 18px;
  line-height: 1.75rem;
}
@media only screen and (min-width:992px) {
  .page__markham-street p,
  .page__main-street-retail p,
  .page__micro-retail p {
    font-size: 24px;
    line-height: 2rem;
  }
}
.page__markham-street p:nth-of-type(2),
.page__main-street-retail p:nth-of-type(2),
.page__micro-retail p:nth-of-type(2) {
  margin: 0 auto;
}
.page__markham-street p strong,
.page__main-street-retail p strong,
.page__micro-retail p strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75rem;
}
@media only screen and (min-width:992px) {
  .page__markham-street p strong,
  .page__main-street-retail p strong,
  .page__micro-retail p strong {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__markham-street figure,
.page__main-street-retail figure,
.page__micro-retail figure {
  display: flex;
  flex-direction: column;
}
.page__markham-street img,
.page__main-street-retail img,
.page__micro-retail img {
  height: auto;
}
.page__markham-street .page__retail__intro,
.page__main-street-retail .page__retail__intro,
.page__micro-retail .page__retail__intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 52px;
  position: relative;
}
@media only screen and (min-width:992px) {
  .page__markham-street .page__retail__intro,
  .page__main-street-retail .page__retail__intro,
  .page__micro-retail .page__retail__intro {
    margin: 0 auto 138px;
  }
}
.page__markham-street .page__retail__intro p:last-of-type,
.page__main-street-retail .page__retail__intro p:last-of-type,
.page__micro-retail .page__retail__intro p:last-of-type {
  margin: 0;
}
.page__markham-street .cover-image,
.page__main-street-retail .cover-image,
.page__micro-retail .cover-image {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page__markham-street .cover-image img,
.page__main-street-retail .cover-image img,
.page__micro-retail .cover-image img {
  width: 100%;
  height: auto;
}
.page__markham-street .about-vendor,
.page__main-street-retail .about-vendor,
.page__micro-retail .about-vendor {
  position: relative;
}
.page__markham-street .about-vendor .comment1,
.page__main-street-retail .about-vendor .comment1,
.page__micro-retail .about-vendor .comment1 {
  width: 42%;
  height: 208px;
  position: absolute;
  top: 117px;
  right: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__markham-street .about-vendor .comment1 img,
.page__main-street-retail .about-vendor .comment1 img,
.page__micro-retail .about-vendor .comment1 img {
  transform: scale(-1, 1);
}
.page__markham-street .about-vendor .comment1 p,
.page__main-street-retail .about-vendor .comment1 p,
.page__micro-retail .about-vendor .comment1 p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25rem;
  margin: 0 10px;
}
@media only screen and (min-width:768px) {
  .page__markham-street .about-vendor .comment1 p,
  .page__main-street-retail .about-vendor .comment1 p,
  .page__micro-retail .about-vendor .comment1 p {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
.page__markham-street .about-vendor .comment2,
.page__main-street-retail .about-vendor .comment2,
.page__micro-retail .about-vendor .comment2 {
  width: 58%;
  height: 263px;
  position: absolute;
  top: 339px;
  left: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__markham-street .about-vendor .comment2 p,
.page__main-street-retail .about-vendor .comment2 p,
.page__micro-retail .about-vendor .comment2 p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25rem;
  margin: 0 10px;
}
@media only screen and (min-width:768px) {
  .page__markham-street .about-vendor .comment2 p,
  .page__main-street-retail .about-vendor .comment2 p,
  .page__micro-retail .about-vendor .comment2 p {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}
.page__markham-street .page__retail__floorplan,
.page__main-street-retail .page__retail__floorplan,
.page__micro-retail .page__retail__floorplan {
  align-items: center;
  padding: 40px 1rem 0;
  flex-direction: column-reverse;
  gap: 40px;
}
@media only screen and (min-width:992px) {
  .page__markham-street .page__retail__floorplan,
  .page__main-street-retail .page__retail__floorplan,
  .page__micro-retail .page__retail__floorplan {
    padding: 70px 1rem 0;
    flex-direction: row;
    gap: 50px;
  }
}
.page__markham-street .page__retail__floorplan aside,
.page__main-street-retail .page__retail__floorplan aside,
.page__micro-retail .page__retail__floorplan aside {
  flex: 1 1 100%;
}
@media only screen and (min-width:992px) {
  .page__markham-street .page__retail__floorplan aside,
  .page__main-street-retail .page__retail__floorplan aside,
  .page__micro-retail .page__retail__floorplan aside {
    flex: 1 1 50%;
  }
}
.page__markham-street .page__retail__floorplan aside .btn__view_floorplan,
.page__main-street-retail .page__retail__floorplan aside .btn__view_floorplan,
.page__micro-retail .page__retail__floorplan aside .btn__view_floorplan {
  width: 250px;
  height: 50px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .page__markham-street .page__retail__floorplan aside .btn__view_floorplan,
  .page__main-street-retail .page__retail__floorplan aside .btn__view_floorplan,
  .page__micro-retail .page__retail__floorplan aside .btn__view_floorplan {
    width: 250px;
    height: 60px;
    margin: 42px auto 0;
    font-size: 21px;
    line-height: 32px;
  }
}
.page__markham-street .page__retail__floorplan aside .btn__view_floorplan a,
.page__main-street-retail .page__retail__floorplan aside .btn__view_floorplan a,
.page__micro-retail .page__retail__floorplan aside .btn__view_floorplan a {
  margin: 0;
}
.page__markham-street .page__retail__floorplan figure,
.page__main-street-retail .page__retail__floorplan figure,
.page__micro-retail .page__retail__floorplan figure {
  flex: 1 1 100%;
}
@media only screen and (min-width:992px) {
  .page__markham-street .page__retail__floorplan figure,
  .page__main-street-retail .page__retail__floorplan figure,
  .page__micro-retail .page__retail__floorplan figure {
    flex: 1 1 50%;
  }
}
.page__markham-street .page__retail__floorplan figure img,
.page__main-street-retail .page__retail__floorplan figure img,
.page__micro-retail .page__retail__floorplan figure img {
  margin: auto;
}

.page__residential {
  background: #cc00b9;
}
.page__residential h2 {
  text-transform: uppercase;
  margin-bottom: 64px;
  color: #feff00;
  font-weight: 600;
  font-size: 64px;
}
.page__residential strong {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:992px) {
  .page__residential strong {
    font-size: 24px;
    line-height: 2rem;
  }
}
.page__residential p {
  font-size: 18px;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width:992px) {
  .page__residential p {
    font-size: 24px;
    line-height: 2rem;
  }
}
.page__residential .hero-section {
  overflow: hidden;
}
.page__residential .page__retail__intro {
  position: relative;
  text-align: center;
  margin: 0 auto 32px;
  max-width: 760px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__retail__intro {
    margin: 0 auto 83px;
  }
}
.page__residential .page__retail__intro h1 {
  text-transform: uppercase;
  margin-bottom: 11px;
  color: #fff;
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__retail__intro h1 {
    margin-bottom: 55px;
    font-weight: 900;
    font-size: 165px;
    line-height: 165px;
  }
}
.page__residential .page__retail__intro h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 23px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__retail__intro h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 64px;
  }
}
.page__residential .page__retail__intro .animated-icon {
  position: relative;
  display: flex;
  width: 125px;
  height: 125px;
  margin: 0 auto 30px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__retail__intro .animated-icon {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 358px;
    right: -300px;
    z-index: 1;
    margin-bottom: 0;
  }
}
.page__residential .page__retail__intro .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__residential .page__retail__intro .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__residential .page__retail__intro .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__residential .page__retail__intro .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__residential .living-intro {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.page__residential .living-intro img {
  width: 100%;
  height: auto;
}
.page__residential .living-intro .animated-icon {
  display: none;
}
@media only screen and (min-width:992px) {
  .page__residential .living-intro .animated-icon {
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    bottom: -125px;
    left: 30px;
    z-index: 1;
    margin-bottom: 0;
  }
}
.page__residential .living-intro .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__residential .living-intro .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__residential .living-intro .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__residential .living-intro .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__residential .westbank-living-section {
  margin-top: 30.25px;
  margin-bottom: 13px;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-living-section {
    margin-top: 125px;
    margin-bottom: 149px;
  }
}
.page__residential .westbank-living-section .info {
  text-align: center;
}
.page__residential .westbank-living-section .info .westbank-living-logo {
  width: 150px;
  height: auto;
  margin: auto;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-living-section .info .westbank-living-logo {
    width: 200px;
    height: auto;
  }
}
.page__residential .westbank-living-section .info h2 {
  text-transform: none;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin: 30px auto 30px;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-living-section .info h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 36px auto 97px;
  }
}
.page__residential .westbank-living-section .icons-list {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-living-section .icons-list {
    margin-top: 66px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 50px;
  }
}
.page__residential .westbank-living-section .icons-list .animated-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(33% - 20px);
  width: calc(33% - 20px);
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-living-section .icons-list .animated-icon-box {
    min-height: 300px;
    flex: 1 1 calc(16% - 40px);
    max-width: 185px;
  }
}
.page__residential .westbank-living-section .icons-list .animated-icon-box .animated-icon {
  position: relative;
  display: flex;
  width: auto;
  height: 100px;
  max-width: 180px;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-living-section .icons-list .animated-icon-box .animated-icon {
    height: 180px;
  }
}
.page__residential .westbank-living-section .icons-list .animated-icon-box .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__residential .westbank-living-section .icons-list .animated-icon-box .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__residential .westbank-living-section .icons-list .animated-icon-box .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-living-section .icons-list .animated-icon-box .animated-icon .animation {
    width: 70%;
    max-width: 140px;
  }
}
.page__residential .westbank-living-section .icons-list .animated-icon-box p {
  text-align: center;
  margin-top: 10px;
  white-space: pre-wrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-living-section .icons-list .animated-icon-box p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75rem;
  }
}
.page__residential .page__map__about .sticky-box {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
}
.page__residential .page__map__about .sticky-box .description-image {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page__residential .page__map__about .sticky-box .description-image img:nth-of-type(1) {
  width: 100%;
  height: auto;
}
.page__residential .page__map__about .sticky-box .description-image .description_for_desktop,
.page__residential .page__map__about .sticky-box .description-image .description_for_mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page__residential .page__map__about .sticky-box .description-image .description_for_desktop {
  display: none;
}
@media only screen and (min-width:992px) {
  .page__residential .page__map__about .sticky-box .description-image .description_for_desktop {
    display: block;
  }
}
.page__residential .page__map__about .sticky-box .description-image .description_for_mobile {
  display: block;
}
@media only screen and (min-width:992px) {
  .page__residential .page__map__about .sticky-box .description-image .description_for_mobile {
    display: none;
  }
}
.page__residential .page__map__about .sticky-box .description-image .info1,
.page__residential .page__map__about .sticky-box .description-image .info2,
.page__residential .page__map__about .sticky-box .description-image .info3,
.page__residential .page__map__about .sticky-box .description-image .info4,
.page__residential .page__map__about .sticky-box .description-image .info5 {
  position: absolute;
  min-width: 2rem;
  min-height: 2rem;
  width: 6%;
  height: 6%;
  top: 12%;
  left: 24%;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  overflow: hidden;
  transition: all 0.1s linear;
  display: flex;
  align-items: center;
}
@media only screen and (min-width:992px) {
  .page__residential .page__map__about .sticky-box .description-image .info1,
  .page__residential .page__map__about .sticky-box .description-image .info2,
  .page__residential .page__map__about .sticky-box .description-image .info3,
  .page__residential .page__map__about .sticky-box .description-image .info4,
  .page__residential .page__map__about .sticky-box .description-image .info5 {
    display: none;
  }
}
.page__residential .page__map__about .sticky-box .description-image .info1 p,
.page__residential .page__map__about .sticky-box .description-image .info2 p,
.page__residential .page__map__about .sticky-box .description-image .info3 p,
.page__residential .page__map__about .sticky-box .description-image .info4 p,
.page__residential .page__map__about .sticky-box .description-image .info5 p {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.page__residential .page__map__about .sticky-box .description-image .info1.select_num,
.page__residential .page__map__about .sticky-box .description-image .info2.select_num,
.page__residential .page__map__about .sticky-box .description-image .info3.select_num,
.page__residential .page__map__about .sticky-box .description-image .info4.select_num,
.page__residential .page__map__about .sticky-box .description-image .info5.select_num {
  background-color: #cc00b9;
}
.page__residential .page__map__about .sticky-box .description-image .info1.select_num p,
.page__residential .page__map__about .sticky-box .description-image .info2.select_num p,
.page__residential .page__map__about .sticky-box .description-image .info3.select_num p,
.page__residential .page__map__about .sticky-box .description-image .info4.select_num p,
.page__residential .page__map__about .sticky-box .description-image .info5.select_num p {
  color: #feff00;
}
.page__residential .page__map__about .sticky-box .description-image .info1.unselect_num,
.page__residential .page__map__about .sticky-box .description-image .info2.unselect_num,
.page__residential .page__map__about .sticky-box .description-image .info3.unselect_num,
.page__residential .page__map__about .sticky-box .description-image .info4.unselect_num,
.page__residential .page__map__about .sticky-box .description-image .info5.unselect_num {
  background-color: #e5e5e5;
}
.page__residential .page__map__about .sticky-box .description-image .info1.unselect_num p,
.page__residential .page__map__about .sticky-box .description-image .info2.unselect_num p,
.page__residential .page__map__about .sticky-box .description-image .info3.unselect_num p,
.page__residential .page__map__about .sticky-box .description-image .info4.unselect_num p,
.page__residential .page__map__about .sticky-box .description-image .info5.unselect_num p {
  color: #a8a8a8;
}
.page__residential .page__map__about .sticky-box .description-image .info1 {
  top: 4%;
  left: 41%;
}
.page__residential .page__map__about .sticky-box .description-image .info2 {
  top: 33%;
  left: 85%;
}
.page__residential .page__map__about .sticky-box .description-image .info3 {
  top: 61%;
  left: 82%;
}
.page__residential .page__map__about .sticky-box .description-image .info4 {
  top: 56%;
  left: 48%;
}
.page__residential .page__map__about .sticky-box .info-box {
  position: relative;
  height: 160px;
  display: block;
}
@media only screen and (min-width:992px) {
  .page__residential .page__map__about .sticky-box .info-box {
    display: none;
  }
}
.page__residential .page__map__about .sticky-box .info-box .describe_num_box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 11px;
}
.page__residential .page__map__about .sticky-box .info-box .describe_num_box .select_num {
  background: #feff00;
}
.page__residential .page__map__about .sticky-box .info-box .describe_num_box .select_num p {
  color: #cc00b9;
}
.page__residential .page__map__about .sticky-box .info-box .describe_num_box .unselect_num p {
  color: rgba(255, 189, 246, 0.5019607843);
}
.page__residential .page__map__about .sticky-box .info-box .describe_num_box a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
}
.page__residential .page__map__about .sticky-box .info-box .describe_num_box a p {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.page__residential .page__map__about .sticky-box .info-box .describe_info_box {
  margin: 20px 0 0 20px;
}
.page__residential .page__map__about .sticky-box .info-box .describe_info_box p {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  white-space: pre-wrap;
}
.page__residential .page__map__about .skip_form {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  background-color: rgb(246, 137, 246);
  cursor: pointer;
}
@media only screen and (min-width:992px) {
  .page__residential .page__map__about .skip_form {
    display: none;
  }
}
.page__residential .page__map__about .skip_form .skip_form_message {
  margin: 0 0 0 1.5rem;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.page__residential .page__map__about .skip_form .arrow_down {
  color: #fff;
  position: relative;
  width: 0.125rem;
  height: 1em;
  background-color: currentColor;
  margin-right: 1.563rem;
}
.page__residential .page__map__about .skip_form .arrow_down::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 2px solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}
.page__residential .page__map__about .blank_box1,
.page__residential .page__map__about .blank_box2,
.page__residential .page__map__about .blank_box3,
.page__residential .page__map__about .blank_box4,
.page__residential .page__map__about .blank_box5 {
  position: relative;
  display: block;
  height: 100vh;
  z-index: -1;
}
@media only screen and (min-width:992px) {
  .page__residential .page__map__about .blank_box1,
  .page__residential .page__map__about .blank_box2,
  .page__residential .page__map__about .blank_box3,
  .page__residential .page__map__about .blank_box4,
  .page__residential .page__map__about .blank_box5 {
    display: none;
  }
}
.page__residential .page__map__about .blank_box1 .blank_box1_linker,
.page__residential .page__map__about .blank_box1 .blank_box2_linker,
.page__residential .page__map__about .blank_box1 .blank_box3_linker,
.page__residential .page__map__about .blank_box1 .blank_box4_linker,
.page__residential .page__map__about .blank_box1 .blank_box5_linker,
.page__residential .page__map__about .blank_box2 .blank_box1_linker,
.page__residential .page__map__about .blank_box2 .blank_box2_linker,
.page__residential .page__map__about .blank_box2 .blank_box3_linker,
.page__residential .page__map__about .blank_box2 .blank_box4_linker,
.page__residential .page__map__about .blank_box2 .blank_box5_linker,
.page__residential .page__map__about .blank_box3 .blank_box1_linker,
.page__residential .page__map__about .blank_box3 .blank_box2_linker,
.page__residential .page__map__about .blank_box3 .blank_box3_linker,
.page__residential .page__map__about .blank_box3 .blank_box4_linker,
.page__residential .page__map__about .blank_box3 .blank_box5_linker,
.page__residential .page__map__about .blank_box4 .blank_box1_linker,
.page__residential .page__map__about .blank_box4 .blank_box2_linker,
.page__residential .page__map__about .blank_box4 .blank_box3_linker,
.page__residential .page__map__about .blank_box4 .blank_box4_linker,
.page__residential .page__map__about .blank_box4 .blank_box5_linker,
.page__residential .page__map__about .blank_box5 .blank_box1_linker,
.page__residential .page__map__about .blank_box5 .blank_box2_linker,
.page__residential .page__map__about .blank_box5 .blank_box3_linker,
.page__residential .page__map__about .blank_box5 .blank_box4_linker,
.page__residential .page__map__about .blank_box5 .blank_box5_linker {
  position: absolute;
  visibility: hidden;
  top: -30vh;
}
@media only screen and (min-width:992px) {
  .page__residential .page__map__about .blank_box1 .blank_box1_linker,
  .page__residential .page__map__about .blank_box1 .blank_box2_linker,
  .page__residential .page__map__about .blank_box1 .blank_box3_linker,
  .page__residential .page__map__about .blank_box1 .blank_box4_linker,
  .page__residential .page__map__about .blank_box1 .blank_box5_linker,
  .page__residential .page__map__about .blank_box2 .blank_box1_linker,
  .page__residential .page__map__about .blank_box2 .blank_box2_linker,
  .page__residential .page__map__about .blank_box2 .blank_box3_linker,
  .page__residential .page__map__about .blank_box2 .blank_box4_linker,
  .page__residential .page__map__about .blank_box2 .blank_box5_linker,
  .page__residential .page__map__about .blank_box3 .blank_box1_linker,
  .page__residential .page__map__about .blank_box3 .blank_box2_linker,
  .page__residential .page__map__about .blank_box3 .blank_box3_linker,
  .page__residential .page__map__about .blank_box3 .blank_box4_linker,
  .page__residential .page__map__about .blank_box3 .blank_box5_linker,
  .page__residential .page__map__about .blank_box4 .blank_box1_linker,
  .page__residential .page__map__about .blank_box4 .blank_box2_linker,
  .page__residential .page__map__about .blank_box4 .blank_box3_linker,
  .page__residential .page__map__about .blank_box4 .blank_box4_linker,
  .page__residential .page__map__about .blank_box4 .blank_box5_linker,
  .page__residential .page__map__about .blank_box5 .blank_box1_linker,
  .page__residential .page__map__about .blank_box5 .blank_box2_linker,
  .page__residential .page__map__about .blank_box5 .blank_box3_linker,
  .page__residential .page__map__about .blank_box5 .blank_box4_linker,
  .page__residential .page__map__about .blank_box5 .blank_box5_linker {
    display: none;
  }
}
.page__residential .page__residential__about {
  background-color: #ffbdf6;
}
.page__residential .page__residential__about .page__residential__about-container {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  padding: 10px 0 90px;
  position: relative;
}
@media only screen and (min-width:992px) {
  .page__residential .page__residential__about .page__residential__about-container {
    padding: 40px 0 110px;
  }
}
.page__residential .page__residential__about .page__residential__about-container h2 {
  margin: 90px auto 24px;
  color: #cc00b9;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__residential__about .page__residential__about-container h2 {
    margin: 87px auto 42px;
    font-size: 64px;
    line-height: 74px;
  }
}
.page__residential .page__residential__about .page__residential__about-container a {
  width: 250px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__residential__about .page__residential__about-container a {
    width: 305px;
    height: 60px;
    font-size: 21px;
    line-height: 60px;
  }
}
.page__residential .page__residential__about .page__residential__about-container .dining-image {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__residential__about .page__residential__about-container .dining-image {
    margin: 0 30px;
  }
}
.page__residential .page__residential__about .page__residential__about-container .dining-image img {
  height: auto;
}
.page__residential .page__residential__about .page__residential__about-container .animated-icon {
  position: absolute;
  width: 110px;
  height: 110px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__residential__about .page__residential__about-container .animated-icon {
    width: 250px;
    height: 250px;
  }
}
.page__residential .page__residential__about .page__residential__about-container .animated-icon:first-of-type {
  display: none;
}
@media only screen and (min-width:992px) {
  .page__residential .page__residential__about .page__residential__about-container .animated-icon:first-of-type {
    display: block;
    bottom: 410px;
    right: 18px;
    z-index: 1;
  }
}
.page__residential .page__residential__about .page__residential__about-container .animated-icon:last-of-type {
  bottom: -55px;
  left: 10px;
  z-index: 1;
  margin: 0;
}
@media only screen and (min-width:992px) {
  .page__residential .page__residential__about .page__residential__about-container .animated-icon:last-of-type {
    bottom: -125px;
    left: 30px;
    z-index: 1;
    margin: 0;
  }
}
.page__residential .page__residential__about .page__residential__about-container .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__residential .page__residential__about .page__residential__about-container .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__residential .page__residential__about .page__residential__about-container .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__residential .page__residential__about .page__residential__about-container .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__residential .westbank-section {
  color: #fff;
  padding: 96px 0 42.5px;
  text-align: center;
  position: relative;
}
.page__residential .westbank-section h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 23px;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-section h2 {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 64px;
  }
}
.page__residential .westbank-section h2:nth-of-type(1) {
  color: #fff;
}
.page__residential .westbank-section h2:nth-of-type(2) {
  color: #ffbdf6;
}
.page__residential .westbank-section .info {
  margin-bottom: 33px;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-section .info {
    margin-bottom: 5.75rem;
  }
}
.page__residential .westbank-section .info p {
  max-width: 800px;
}
.page__residential .westbank-section .info img {
  margin: 10px auto 25px;
  width: 62px;
  height: auto;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-section .info img {
    margin: 2.75rem auto 4rem;
    width: 94px;
  }
}
.page__residential .westbank-section figure {
  display: flex;
  flex-direction: column;
}
.page__residential .westbank-section figure img {
  width: 100%;
  height: auto;
}
.page__residential .westbank-section .image-badge {
  position: absolute;
  width: 125px;
  bottom: -20px;
  left: 10px;
  z-index: 1;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-section .image-badge {
    width: 250px;
    bottom: -104px;
    left: 30px;
    z-index: 1;
    margin: 20px auto;
  }
}
.page__residential .westbank-section .animated-icon {
  position: absolute;
  width: 125px;
  height: 125px;
  bottom: -20px;
  left: 10px;
  z-index: 1;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-section .animated-icon {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -82px;
    left: 30px;
  }
}
.page__residential .westbank-section .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__residential .westbank-section .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__residential .westbank-section .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__residential .westbank-section .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__residential .page__amenities__intro {
  position: relative;
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro {
    margin: 0 auto 83px;
  }
}
.page__residential .page__amenities__intro h1 {
  text-transform: uppercase;
  margin-bottom: 21px;
  color: #fff;
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro h1 {
    margin-bottom: 55px;
    font-weight: 900;
    font-size: 165px;
    line-height: 165px;
  }
}
.page__residential .page__amenities__intro .animated-icon-box {
  position: relative;
  width: 115px;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro .animated-icon-box[data-show-icon="art in context"], .page__residential .page__amenities__intro .animated-icon-box[data-show-icon=music], .page__residential .page__amenities__intro .animated-icon-box[data-show-icon=sculpture], .page__residential .page__amenities__intro .animated-icon-box[data-show-icon=architecture] {
    position: absolute;
    width: 250px;
    top: 85px;
    left: -290px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro .animated-icon-box[data-show-icon=cinema], .page__residential .page__amenities__intro .animated-icon-box[data-show-icon=literature] {
    position: absolute;
    width: 250px;
    top: 450px;
    right: -135px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro .animated-icon-box[data-show-icon=fashion], .page__residential .page__amenities__intro .animated-icon-box[data-show-icon=painting] {
    position: absolute;
    width: 250px;
    top: 290px;
    right: -135px;
    margin-bottom: 0;
  }
}
.page__residential .page__amenities__intro .animated-icon-box .animated-icon {
  position: relative;
  display: flex;
  width: 115px;
  height: 115px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro .animated-icon-box .animated-icon {
    width: 225px;
    height: 225px;
  }
}
.page__residential .page__amenities__intro .animated-icon-box .animated-icon .animation {
  width: 100%;
  max-width: 95px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro .animated-icon-box .animated-icon .animation {
    width: 85%;
    max-width: 225px;
  }
}
.page__residential .page__amenities__intro .animated-icon-box .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__residential .page__amenities__intro .animated-icon-box .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__residential .page__amenities__intro .theme-lists {
  display: flex;
  flex-direction: column;
  margin: 0 auto 23px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro .theme-lists {
    margin-bottom: 54px;
  }
}
.page__residential .page__amenities__intro .theme-lists button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  color: #f689f6;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__intro .theme-lists button {
    font-size: 64px;
    line-height: 74px;
  }
}
.page__residential .page__amenities__feature {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  padding: 10px 0 40px;
  position: relative;
  overflow: hidden;
}
.page__residential .page__amenities__feature h2 {
  margin: 30px auto 20px;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature h2 {
    margin: 46px auto 76px;
    font-size: 64px;
    line-height: 74px;
  }
}
.page__residential .page__amenities__feature p {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  white-space: pre-wrap;
  margin: 0;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
}
.page__residential .page__amenities__feature p strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature p strong {
    font-size: 28px;
    line-height: 38px;
  }
}
.page__residential .page__amenities__feature .image-list-dot {
  display: flex;
  margin: 8px auto 0;
  justify-content: center;
}
.page__residential .page__amenities__feature .image-list-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(204, 0, 185, 0.3019607843);
}
.page__residential .page__amenities__feature .image-list-dot span:not(:last-of-type) {
  margin-right: 5px;
}
.page__residential .page__amenities__feature .image-list-dot span[data-current=true] {
  background-color: #cc00b9;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .image-list-dot {
    display: none;
  }
}
.page__residential .page__amenities__feature .position-base-box {
  height: auto;
  aspect-ratio: 374/210;
  position: relative;
  margin: 0 auto 25px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .position-base-box {
    height: 450px;
    margin: 0 auto 77px;
  }
}
.page__residential .page__amenities__feature .position-base-box .center {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .position-base-box .center {
    width: 2280px;
    padding: 0;
  }
}
.page__residential .page__amenities__feature .position-base-box .center .slide__item {
  padding: 0 10px;
}
.page__residential .page__amenities__feature .position-base-box .center .slide__item .slide__img {
  width: 80%;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.page__residential .page__amenities__feature .position-base-box .center .carousel-box {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .carousel-back-box {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #ffbdf6;
}
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(1),
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(2),
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(3),
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(4),
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(5),
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(6),
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(7),
.page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(8) {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform-origin: left center;
  transform: scale(1);
  transition: top 1s ease-in-out, left 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out, transform 1s ease-in-out, z-index 1s ease-in-out;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(1),
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(2),
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(3),
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(4),
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(5),
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(6),
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(7),
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image:nth-of-type(8) {
    height: 168.75px;
    width: 300px;
    top: 140px;
  }
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .position-base-box .center .carousel-box .image.center-img {
    transform-origin: left center;
    top: 140px;
    transform: scale(2.67);
    transition: top 1s ease-in-out, left 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out, transform 1s ease-in-out, z-index 1s ease-in-out;
  }
}
.page__residential .page__amenities__feature .icons-list-grid {
  margin-top: 10px;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 22px;
  column-gap: 22px;
  row-gap: 12px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .icons-list-grid {
    margin-top: 190px;
    padding-bottom: 210px;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 75px;
    column-gap: 75px;
  }
}
.page__residential .page__amenities__feature .icons-list {
  margin: 10px auto 0;
  padding-bottom: 0;
  display: flex;
  -moz-column-gap: 22px;
  column-gap: 22px;
  row-gap: 12px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .icons-list {
    margin: 124px auto 0;
    padding-bottom: 210px;
    -moz-column-gap: 75px;
    column-gap: 75px;
  }
}
.page__residential .page__amenities__feature .icons-list-narrow {
  width: 240px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .icons-list-narrow {
    width: 550px;
  }
}
.page__residential .page__amenities__feature .animated-icon-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .animated-icon-box {
    min-height: 300px;
    max-width: 250px;
  }
}
.page__residential .page__amenities__feature .animated-icon-box p {
  text-align: center;
  margin-top: 5px;
  white-space: pre-wrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .animated-icon-box p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75rem;
  }
}
.page__residential .page__amenities__feature .animated-icon-box p:nth-of-type(2) {
  font-weight: 400;
  margin: 0;
}
.page__residential .page__amenities__feature .animated-icon-box .btn__learn-more {
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .animated-icon-box .btn__learn-more {
    width: 140px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
.page__residential .page__amenities__feature .animated-icon-box .animated-icon {
  position: relative;
  display: flex;
  width: 100%;
  height: 110px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .animated-icon-box .animated-icon {
    height: 180px;
  }
}
.page__residential .page__amenities__feature .animated-icon-box .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__residential .page__amenities__feature .animated-icon-box .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__residential .page__amenities__feature .animated-icon-box .animated-icon .animation {
  width: 75%;
  max-width: 95px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media only screen and (min-width:992px) {
  .page__residential .page__amenities__feature .animated-icon-box .animated-icon .animation {
    width: 100%;
    max-width: 140px;
  }
}
.page__residential .carousel-section {
  touch-action: none;
}
@media only screen and (min-width:992px) {
  .page__residential .carousel-section:hover {
    cursor: none;
  }
}
@media only screen and (min-width:992px) {
  .page__residential .carousel-section:hover .cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    padding: 12px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
  }
}
@media only screen and (min-width:992px) {
  .page__residential .carousel-section:hover .onLeft,
  .page__residential .carousel-section:hover .onRight {
    display: inline-block;
    vertical-align: top;
    top: 50%;
    left: 35%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #cc00b9;
    background-color: #cc00b9;
    line-height: 1;
    position: relative;
    width: 24px;
    height: 3px;
  }
}
@media only screen and (min-width:992px) {
  .page__residential .carousel-section:hover .onLeft::before {
    content: "";
    width: 17px;
    height: 3px;
    background-color: currentColor;
    border-radius: 1.5px;
    transform: rotate(-42deg);
    transform-origin: top left;
    position: absolute;
    top: 1px;
    left: -4px;
    display: inline-block;
  }
  .page__residential .carousel-section:hover .onLeft::after {
    content: "";
    width: 17px;
    height: 3px;
    background-color: currentColor;
    border-radius: 1.5px;
    transform: rotate(42deg);
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: -2px;
  }
}
@media only screen and (min-width:992px) {
  .page__residential .carousel-section:hover .onRight::before {
    content: "";
    width: 17px;
    height: 3px;
    background-color: currentColor;
    border-radius: 1.5px;
    transform: rotate(-42deg);
    transform-origin: top right;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
  }
  .page__residential .carousel-section:hover .onRight::after {
    content: "";
    width: 17px;
    height: 3px;
    background-color: currentColor;
    border-radius: 1.5px;
    transform: rotate(42deg);
    transform-origin: top right;
    position: absolute;
    top: 1px;
    right: -2px;
  }
}
.page__residential .light--pink {
  background-color: #ffbdf6;
}
.page__residential .light--pink h2,
.page__residential .light--pink p {
  color: #cc00b9;
}
.page__residential .dark--pink h2,
.page__residential .dark--pink p {
  color: #ffbdf6;
}
.page__residential .page__living__floorplans {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans {
    margin: 0 auto;
  }
}
.page__residential .page__living__floorplans h1 {
  text-transform: uppercase;
  margin-bottom: 21px;
  color: #fff;
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans h1 {
    margin-bottom: 55px;
    font-weight: 900;
    font-size: 165px;
    line-height: 165px;
  }
}
.page__residential .page__living__floorplans .switcher {
  gap: 15px 10px;
  display: flex;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .switcher {
    padding-bottom: 66px;
    flex-wrap: nowrap;
  }
}
.page__residential .page__living__floorplans .switcher .plan-box {
  width: 100%;
  display: flex;
}
.page__residential .page__living__floorplans .switcher .plan-box:nth-of-type(1), .page__residential .page__living__floorplans .switcher .plan-box:nth-of-type(2), .page__residential .page__living__floorplans .switcher .plan-box:nth-of-type(3) {
  width: 100%;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .switcher .plan-box:nth-of-type(1) {
    width: calc((100% - 30px) / 4 * 2);
  }
  .page__residential .page__living__floorplans .switcher .plan-box:nth-of-type(2), .page__residential .page__living__floorplans .switcher .plan-box:nth-of-type(3) {
    width: calc((100% - 30px) / 4);
  }
}
.page__residential .page__living__floorplans .switcher .plan-box select {
  width: 100%;
  height: 100%;
  color: #cc00b9;
  background-color: #ffbdf6;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border-radius: 30px;
  padding: 11px 21px 11px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/img/icons/icon-arrow-01-down-8x8_dark-pink.svg");
  background-position: right 1.2rem center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  border: none;
  outline: none;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .switcher .plan-box select {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    background-size: 15px;
  }
}
.page__residential .page__living__floorplans .switcher .plan-box select option {
  margin: 0 5px;
  z-index: 1;
}
.page__residential .page__living__floorplans .switcher .plan-box:not(:first-child) select {
  color: #ffbdf6;
  background-color: #b900a6;
  background-image: url("/img/icons/icon-arrow-01-down-8x8_light-pink.svg");
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .switcher .plan-box:not(:first-child) select {
    background-image: url("/img/icons/icon-arrow-01-down-8x8_light-pink-fill.svg");
  }
}
.page__residential .page__living__floorplans .switcher .plan-box button {
  width: 100%;
  height: 100%;
  flex: 1;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .switcher .plan-box button {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
  }
}
.page__residential .page__living__floorplans .switcher .plan-box button[data-active=true] {
  color: white;
}
.page__residential .page__living__floorplans .switcher .plan-box button[data-active=true]:before {
  opacity: 1;
}
.page__residential .page__living__floorplans .switcher .plan-box button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1555f4;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.page__residential .page__living__floorplans .switcher .plan-box button span {
  margin: 0 5px;
  z-index: 1;
}
.page__residential .page__living__floorplans .switcher .plan-box .line {
  width: 2px;
  height: 27px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: auto;
  visibility: visible;
  display: inline-flex;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .switcher .plan-box .line {
    width: 4px;
  }
}
.page__residential .page__living__floorplans .switcher .plan-box .line[data-active=true] {
  visibility: hidden;
}
.page__residential .page__living__floorplans .not_found {
  height: 300px;
  width: 100%;
  text-align: left;
}
.page__residential .page__living__floorplans .floorplan-show-box {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.page__residential .page__living__floorplans .floorplan-show-box .shadow-box {
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  left: -10%;
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.3);
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container {
  text-align: left;
  padding: 30px 0;
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container:not(:last-of-type) {
  border-bottom: 1px solid #949494;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container {
    padding: 95px 0;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
  flex-direction: column;
  row-gap: 23px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card {
    flex-direction: row;
    row-gap: 0;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card aside .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card aside .content span {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card aside .content span {
    font-size: 18px;
    line-height: 26px;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card aside .content span:nth-of-type(1),
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card aside .content span:nth-of-type(4) {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card aside .content span:nth-of-type(1),
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card aside .content span:nth-of-type(4) {
    font-size: 18px;
    line-height: 26px;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card aside .content span:nth-of-type(3) {
  margin-bottom: 32px;
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure {
  max-width: 373px;
  max-height: 270px;
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure {
    max-width: 800px;
    max-height: 500px;
    margin: 0;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure.no-image {
  max-width: 373px;
  max-height: 270px;
  width: 100%;
  height: 100%;
  aspect-ratio: 800/581;
  display: block;
  background-color: #e0e0e0;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure.no-image {
    max-width: 800px;
    max-height: 500px;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure.no-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: skewY(35.7deg);
  border-top: solid 1px rgb(121, 121, 121);
  width: 100%;
  display: block;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure.no-image::before {
    transform: skewY(31.8deg);
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure.no-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: skewY(-35.7deg);
  border-top: solid 1px rgb(121, 121, 121);
  width: 100%;
  display: block;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure.no-image::after {
    transform: skewY(-31.8deg);
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure.no-image img {
  display: none;
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .floorplan__card figure img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .compass-box {
  width: 100%;
  margin: 10px 0 30px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .compass-box {
    margin: 0 0 40px;
    justify-content: flex-start;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .compass-box .compass {
  width: 28.7px;
  height: 16px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .compass-box .compass {
    width: 44px;
    height: 24.5px;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .floorplan__card__container .description {
  color: #000;
  margin: 0;
  font-size: 10px;
  line-height: 16px;
}
.page__residential .page__living__floorplans .floorplan-show-box .placeholder {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 200px;
  column-gap: 200px;
  flex-direction: column;
  row-gap: 23px;
}
@media only screen and (min-width:992px) {
  .page__residential .page__living__floorplans .floorplan-show-box .placeholder {
    flex-direction: row;
    row-gap: 0;
  }
}
.page__residential .page__living__floorplans .floorplan-show-box .placeholder aside {
  display: flex;
  width: 100%;
}
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .street-name,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .unit-number,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .unit-type,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .total-area,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .rent,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder figure:before,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .btn {
  animation: placeHolderSwept 1s infinite linear forwards;
  background: #e0e0e0;
  background-image: linear-gradient(to right, #e0e0e0 0%, #c7c7c7 20%, #e0e0e0 40%, #e0e0e0 100%);
  background-repeat: no-repeat;
}
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .street-name,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .unit-number,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .unit-type,
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .total-area {
  height: 20px;
  display: block;
  width: 100%;
}
.page__residential .page__living__floorplans .floorplan-show-box .placeholder figure:before {
  content: "";
  width: 800px;
  height: 581px;
  display: block;
}
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .content {
  flex: 0 0 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.page__residential .page__living__floorplans .floorplan-show-box .placeholder .total-area {
  margin-top: 32px;
}
@keyframes placeHolderSwept {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}

.page__rentalportal {
  background: #fff9f4;
}
.page__rentalportal__intro {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 4rem 0;
}
.page__rentalportal__intro .wrap--reg {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page__rentalportal__intro .wrap--reg img {
  width: 136px;
  margin-bottom: 2rem;
}
.page__rentalportal__intro .wrap--reg h1 {
  margin: 0;
  font-size: 48px;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .page__rentalportal__intro .wrap--reg h1 {
    font-size: 64px;
  }
}
.page__rentalportal__intro .wrap--reg p {
  max-width: 24rem;
  margin: 30px auto;
}
.page__rentalportal__intro .animation {
  margin: auto 0 0 0;
  width: 100%;
}
.page__rentalportal__story {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width:768px) {
  .page__rentalportal__story {
    margin: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width:992px) {
  .page__rentalportal__story {
    margin: 0 0 5rem 0;
    min-height: 760px;
  }
}
.page__rentalportal__story .title {
  flex: 0 0 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4rem 0 8rem 0;
  background-image: url("/img/retail/WB002_VIEW_011_EAST_SIDE_FINAL_CAFE.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .page__rentalportal__story .title {
    padding: 8rem 0;
    flex: 0 0 100%;
  }
}
.page__rentalportal__story .content {
  background: #d63d42;
  flex: 0 0 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}
.page__rentalportal__story .content .animation {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page__rentalportal__story .content .animation svg {
  display: block;
}
.page__rentalportal__story .content h2 {
  margin-bottom: 60px;
  z-index: 1;
  font-size: 44px;
  text-align: center;
}
@media (max-width: 768px) {
  .page__rentalportal__story .content {
    padding: 2rem 1rem;
    flex: 0 0 100%;
  }
}
.page__rentalportal__story .content p {
  margin: 5px 0;
  max-width: 800px;
  text-align: center;
  margin-bottom: 2rem;
}
.page__rentalportal__slide {
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .page__rentalportal__slide {
    padding: 2rem 3rem;
  }
}
.page__rentalportal__slide .slide__item {
  padding: 10px;
}
@media (max-width: 768px) {
  .page__rentalportal__slide .slide__item {
    padding: 0;
  }
}
.page__rentalportal__slide .slide__img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page__rentalportal__slide .slide__img {
    height: 315px;
  }
}
.page__rentalportal__slide .slick-arrow {
  position: absolute;
  top: 40%;
}
.page__rentalportal__slide .slick-arrow svg {
  width: 40px;
  height: 25px;
}
@media (max-width: 768px) {
  .page__rentalportal__slide .slick-arrow svg {
    width: 20px;
    height: 13px;
  }
}
.page__rentalportal__slide .arrow-prev {
  left: -45px;
}
@media (max-width: 768px) {
  .page__rentalportal__slide .arrow-prev {
    left: -30px;
  }
}
.page__rentalportal__slide .arrow-next {
  right: -45px;
}
@media (max-width: 768px) {
  .page__rentalportal__slide .arrow-next {
    right: -30px;
  }
}
.page__rentalportal__slide .slick-disabled svg path {
  stroke: gray;
}
.page__rentalportal__homes {
  margin: 0 0 5rem 0;
  padding: 10rem 0 0 0;
  width: 100%;
}
@media (max-width: 768px) {
  .page__rentalportal__homes {
    padding: 3rem 0 0 0;
  }
}
.page__rentalportal__homes .wrap--narrow {
  padding-bottom: 3rem;
  max-width: 1000px;
}
.page__rentalportal__homes .section-title {
  text-align: center;
  font-size: 64px;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page__rentalportal__homes .section-title {
    font-size: 48px;
  }
}
.page__rentalportal__homes .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__rentalportal__homes .option__name {
  margin-right: 3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page__rentalportal__homes .option__name {
    font-size: 14px;
    margin-right: 10px;
  }
}
.page__rentalportal__homes .option .select_mobile {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 1rem;
  color: rgb(158, 158, 158);
  border: none;
  height: 42px;
  background-image: url("/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 18px;
  background-size: 10px;
}
.page__rentalportal__homes .switcher {
  flex: 0 0 auto;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  height: 60px;
  margin: 0 0 1rem 0;
  display: flex;
  width: 75%;
}
@media (max-width: 768px) {
  .page__rentalportal__homes .switcher {
    height: 42px;
    font-size: 14px;
  }
}
.page__rentalportal__homes .switcher button {
  flex: 1;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-size: 0.8rem;
}
@media only screen and (min-width:992px) {
  .page__rentalportal__homes .switcher button {
    font-size: 1rem;
  }
}
.page__rentalportal__homes .switcher button[data-active=true] {
  color: white;
}
.page__rentalportal__homes .switcher button[data-active=true]:before {
  opacity: 1;
}
.page__rentalportal__homes .switcher button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #feff00;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.page__rentalportal__homes .switcher button span {
  z-index: 1;
}
@media (max-width: 768px) {
  .page__rentalportal__homes .switcher button span {
    font-size: 14px;
  }
}
.page__rentalportal__homes .homes {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .page__rentalportal__homes .homes {
    font-size: 14px;
  }
}
.page__rentalportal__homes .homes th {
  text-align: left;
}
.page__rentalportal__homes .homes tr {
  height: 60px;
}
@media (max-width: 768px) {
  .page__rentalportal__homes .homes tr {
    height: 40px;
  }
}
.page__rentalportal__homes .homes tbody tr {
  border-bottom: 1px solid #000000;
}
@media (max-width: 768px) {
  .page__rentalportal__homes .homes th:nth-child(4),
  .page__rentalportal__homes .homes th:nth-child(5),
  .page__rentalportal__homes .homes td:nth-child(4),
  .page__rentalportal__homes .homes td:nth-child(5) {
    display: none;
  }
}
.page__rentalportal__homes .addresses {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}
.page__rentalportal__homes .addresses__title {
  margin-left: 2em;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
}
.page__rentalportal__homes .addresses__detail {
  display: flex;
  font-size: 16px;
  line-height: 24px;
}
.page__rentalportal__homes .addresses__detail ul {
  margin: 0;
  list-style: none;
}
.page__rentalportal__homes .addresses__detail ul li {
  display: flex;
}
.page__rentalportal__homes .addresses__detail ul li.gray {
  color: #9e9e9e;
}
.page__rentalportal__homes .addresses__detail ul li span {
  width: 30px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 768px) {
  .page__rentalportal__homes .addresses {
    flex-direction: column;
    align-items: center;
  }
  .page__rentalportal__homes .addresses__detail {
    margin-top: 3rem;
  }
}
@media (max-width: 655px) {
  .page__rentalportal__homes .addresses__detail {
    flex-direction: column;
  }
}
.page__rentalportal__homes .cta {
  width: 100%;
  display: flex;
  justify-content: center;
  width: 190px;
  height: 60px;
}
.page__rentalportal__homes .cta .btn {
  margin-top: 1rem;
}
.page__rentalportal__units {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  background-color: #fff;
}
.page__rentalportal__units .wrap--reg {
  margin-bottom: 2.5rem;
  padding-top: 139px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.01em;
  max-width: 984px;
}
@media (max-width: 768px) {
  .page__rentalportal__units .wrap--reg {
    padding-top: 70px;
  }
}
.page__rentalportal__units .wrap--reg h2 {
  margin-bottom: 4rem;
  font-size: 96px;
  line-height: 78px;
  text-align: center;
}
@media (max-width: 768px) {
  .page__rentalportal__units .wrap--reg h2 {
    font-size: 64px;
    margin-bottom: 2rem;
  }
}
.page__rentalportal__units .wrap--reg p {
  margin: 0 auto 15px auto;
  display: block;
}
@media (max-width: 768px) {
  .page__rentalportal__units .wrap--reg p {
    margin: 0 auto;
  }
}
.page__rentalportal__units .wrap--reg p strong {
  display: block;
}
@media (max-width: 768px) {
  .page__rentalportal__units .wrap--reg p strong {
    line-height: 30px;
  }
}
.page__rentalportal__units .wrap--reg p .note {
  display: block;
  margin-top: 20px;
}
.page__rentalportal__units .wrap--reg p .note strong {
  display: contents;
}
.page__rentalportal__units .wrap--reg p.align_left {
  text-align: left;
  margin-bottom: 1rem;
  width: 100%;
}
.page__rentalportal__units .wrap--reg .gray {
  background-color: #eeeeee;
  border-radius: 30px;
  padding: 20px;
}
.page__rentalportal__units .wrap--reg .enlarge {
  display: block;
  margin-bottom: 2rem;
  font-weight: 600;
}
.page__rentalportal__units .wrap--reg .homes {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
  margin: 4rem 0 10px 0;
}
@media (max-width: 768px) {
  .page__rentalportal__units .wrap--reg .homes {
    font-size: 16px;
    margin: 2rem 0 4rem 0;
  }
  .page__rentalportal__units .wrap--reg .homes th {
    font-size: 16px;
    line-height: 17px;
  }
}
.page__rentalportal__units .wrap--reg .homes th,
.page__rentalportal__units .wrap--reg .homes td {
  text-align: left;
}
.page__rentalportal__units .wrap--reg .homes tr {
  height: 60px;
}
@media (max-width: 768px) {
  .page__rentalportal__units .wrap--reg .homes tr {
    height: 40px;
  }
}
.page__rentalportal__units .wrap--reg .homes tbody tr {
  border-bottom: 1px solid #000000;
}
.page__rentalportal__units .wrap--reg .homes__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page__rentalportal__units .wrap--reg .homes__title {
    font-size: 16px;
  }
}
.page__rentalportal__units .animation {
  margin: auto 0 0 0;
  width: 100%;
}
.page__rentalportal__statement {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page__rentalportal__statement p {
  max-width: 780px;
}
.page__rentalportal__statement--icon {
  width: 100%;
  padding-top: 50px;
}
.page__rentalportal__statement--icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__rentalportal__statement--icon .mobile {
  display: none;
}
@media (max-width: 768px) {
  .page__rentalportal__statement--icon .mobile {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .page__rentalportal__statement--icon .desktop {
    display: none;
  }
}
.page__rentalportal__statement > div {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .page__rentalportal__statement > div {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .page__rentalportal__statement {
    margin: 2rem 0;
    border-bottom: none;
  }
}
.page__rentalportal__requirements {
  background-color: white;
  padding: 6rem 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .page__rentalportal__requirements {
    padding: 4rem 0;
  }
}
.page__rentalportal__requirements h2 {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  font-size: 64px;
  line-height: 74px;
}
@media (max-width: 768px) {
  .page__rentalportal__requirements h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page__rentalportal__requirements .accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.page__rentalportal__requirements .accordion-item {
  margin: 2rem 0;
}
.page__rentalportal__requirements .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid #000;
  margin-bottom: 2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page__rentalportal__requirements .accordion-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.page__rentalportal__requirements .accordion-title > div:first-child {
  max-width: 65%;
}
@media (max-width: 768px) {
  .page__rentalportal__requirements .accordion-title > div:first-child {
    max-width: 95%;
  }
}
.page__rentalportal__requirements .accordion-arrow {
  width: 10px;
}
.page__rentalportal__requirements .accordion-content {
  font-size: 18px;
  line-height: 28px;
  display: none;
}
.page__rentalportal__requirements .accordion-content--opened {
  display: block;
}
.page__rentalportal__application {
  position: relative;
  padding: 8rem 0;
  display: flex;
}
@media (max-width: 768px) {
  .page__rentalportal__application {
    padding: 4rem 0 2rem 0;
  }
}
.page__rentalportal__application .sidebar {
  position: relative;
  display: flex;
  align-items: flex-start;
  order: 2;
  margin: 3rem 0 0 0;
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .page__rentalportal__application .sidebar {
    display: none;
  }
}
@media only screen and (min-width:992px) {
  .page__rentalportal__application .sidebar {
    flex: 0 0 auto;
    margin: 0;
    order: 1;
  }
}
.page__rentalportal__application .sidebar .animation {
  width: 100%;
}
.page__rentalportal__application .sidebar .animation svg {
  display: block;
}
.page__rentalportal__application .sidebar .content {
  position: absolute;
  top: 30%;
  left: 1rem;
}
@media only screen and (min-width:992px) {
  .page__rentalportal__application .sidebar .content {
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.page__rentalportal__application .sidebar .content .title {
  display: block;
  font-weight: bold;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  line-height: 1em;
}
.page__rentalportal__application .sidebar .content p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5em;
}
.page__rentalportal__application .sidebar .content a {
  text-decoration: none;
  display: inline-block;
}
.page__rentalportal__application .form-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .page__rentalportal__application .form-container {
    order: 2;
    padding: 0 10px;
    width: 100%;
  }
}
.page__rentalportal__application .form-container .center-wrap {
  max-width: 800px;
}
.page__rentalportal__application .form-container .center-wrap h2 {
  margin-bottom: 1rem;
}
.page__rentalportal__application .form-container .center-wrap h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
.page__rentalportal__application .form-container .center-wrap .paragraph {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1rem;
  color: #000;
  width: 100%;
}
.page__rentalportal__application .form-container .center-wrap .paragraph .bold {
  font-weight: bold;
}
.page__rentalportal__application .form-container .center-wrap .paragraph--gray {
  color: rgba(0, 0, 0, 0.3);
}
.page__rentalportal__application .form-container .center-wrap .paragraph--error {
  color: #d63d42;
}
.page__rentalportal__application .form-container .center-wrap .paragraph--subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.page__rentalportal__application .form-container .center-wrap .paragraph--subtitle svg {
  margin-left: 10px;
}
.page__rentalportal__application .form-container .center-wrap .paragraph--accordion {
  cursor: pointer;
}
.page__rentalportal__application .form-container .center-wrap .paragraph--large {
  font-size: 18px;
  line-height: 28px;
}
.page__rentalportal__application .form-container .center-wrap .bLine {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}
.page__rentalportal__application .form-container .center-wrap .note {
  color: #bdbdbd;
}
.page__rentalportal__application .form-container .center-wrap .smaller {
  font-size: 48px;
}
@media (max-width: 768px) {
  .page__rentalportal__application .form-container .center-wrap .smaller {
    font-size: 30px;
  }
}
.page__rentalportal__application .form-container .center-wrap .form-note {
  display: block;
  font-size: 18px;
  line-height: 26px;
  transform: translateY(-20px);
  margin-bottom: 2rem;
}
.page__rentalportal__application .form-container .center-wrap form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__rentalportal__application .form-container .center-wrap form h3 {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  margin: 4rem 0 1rem 0;
}
@media (max-width: 768px) {
  .page__rentalportal__application .form-container .center-wrap form h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 4rem 0 0 0;
  }
}
.page__rentalportal__application .form-container .center-wrap form h4 {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  margin: 4rem 0 5px 0;
}
.page__rentalportal__application .form-container .center-wrap form input,
.page__rentalportal__application .form-container .center-wrap form select {
  border-width: 0;
}
.page__rentalportal__application .form-container .center-wrap form .form__item {
  border-bottom: 1px solid #000;
  height: 60px;
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media only screen and (min-width:992px) {
  .page__rentalportal__application .form-container .center-wrap form .form__item {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.page__rentalportal__application .form-container .center-wrap form .form__item--full {
  flex: 0 0 100% !important;
}
.page__rentalportal__application .form-container .center-wrap form .form__item--radio {
  border: none;
  margin-bottom: 0;
  padding-top: 0;
}
.page__rentalportal__application .form-container .center-wrap form .form__item--radio .title {
  font-size: 16px;
  line-height: 26px;
}
.page__rentalportal__application .form-container .center-wrap form .form__item ::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
.page__rentalportal__application .form-container .center-wrap form .form__item ::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
.page__rentalportal__application .form-container .center-wrap form .form__item--error {
  border-bottom: 1px solid #d63d42;
}
.page__rentalportal__application .form-container .center-wrap form .form__item--error ::-moz-placeholder {
  color: #d63d42;
  opacity: 1; /* Firefox */
}
.page__rentalportal__application .form-container .center-wrap form .form__item--error ::placeholder {
  color: #d63d42;
  opacity: 1; /* Firefox */
}
.page__rentalportal__application .form-container .center-wrap form .form__item p {
  position: absolute;
  top: 60px;
  color: #d63d42;
}
.page__rentalportal__application .form-container .center-wrap form select {
  flex: 0 0 calc(50% - 0.5rem);
}
@media (max-width: 768px) {
  .page__rentalportal__application .form-container .center-wrap form select {
    flex: 0 0 100%;
  }
}
.page__rentalportal__application .form-container .center-wrap form .moveinDate {
  flex: 0 0 calc(50% - 0.5rem);
}
.page__rentalportal__application .form-container .center-wrap form .income,
.page__rentalportal__application .form-container .center-wrap form .bedroom {
  flex: 0 0 calc(50% - 0.5rem);
}
@media (max-width: 768px) {
  .page__rentalportal__application .form-container .center-wrap form .income,
  .page__rentalportal__application .form-container .center-wrap form .bedroom {
    flex: 0 0 100%;
  }
}
.page__rentalportal__application .form-container .center-wrap form .income select,
.page__rentalportal__application .form-container .center-wrap form .bedroom select {
  margin-bottom: 8px;
}
.page__rentalportal__application .form-container .center-wrap form .income select option,
.page__rentalportal__application .form-container .center-wrap form .bedroom select option {
  height: 30px;
  padding: 30px;
}
.page__rentalportal__application .form-container .center-wrap form .prefer {
  flex: 0 0 calc(50% - 0.5rem);
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .page__rentalportal__application .form-container .center-wrap form .prefer {
    flex: 0 0 100%;
  }
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer .title {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  display: flex;
  height: 36px;
  align-items: center;
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer .block {
  display: inline-block;
  margin-bottom: 40px;
  line-height: 26px;
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer .bold {
  font-weight: bold;
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer h3 {
  font-size: 18px;
  font-weight: 400;
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer input[type=text] {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  height: 26px;
  width: 300px;
}
@media (max-width: 768px) {
  .page__rentalportal__application .form-container .center-wrap form .form_prefer input[type=text] {
    width: 100%;
  }
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  border: 1px solid #000000;
  border-radius: 50%;
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer .title:hover input ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}
.page__rentalportal__application .form-container .center-wrap form .form_prefer .title input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}
.page__rentalportal__application .form-container .center-wrap form .notice {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.page__rentalportal__application .form-container .center-wrap form .proof {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2rem 0;
}
.page__rentalportal__application .form-container .center-wrap form .proof .btn {
  min-width: 300px;
  text-align: center;
  border-radius: 100px;
  padding: 0 2rem;
  color: white;
  background: #000;
  height: 60px;
  line-height: 45px;
  display: flex;
  align-items: center;
}
.page__rentalportal__application .form-container .center-wrap form .proof .btn svg {
  margin-right: 10px;
}
.page__rentalportal__application .form-container .center-wrap form .proof .upload {
  display: flex;
}
.page__rentalportal__application .form-container .center-wrap form .proof .upload span {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.page__rentalportal__application .form-container .center-wrap form .proof .upload span a {
  display: flex;
  align-items: center;
}
.page__rentalportal__application .form-container .center-wrap form .proof .upload span svg {
  margin-right: 10px;
  cursor: pointer;
  width: 17px;
  height: 23px;
}
.page__rentalportal__application .form-container .center-wrap form .proof .upload .btn {
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .page__rentalportal__application .form-container .center-wrap form .proof .upload {
    flex-direction: column;
  }
  .page__rentalportal__application .form-container .center-wrap form .proof .upload .btn {
    margin-bottom: 20px;
  }
}
.page__rentalportal__application .form-container .center-wrap form .proof__note {
  color: #bdbdbd;
  line-height: 1.2;
  margin: 10px 20px;
  max-width: 500px;
}
.page__rentalportal__application .form-container .center-wrap form .proof--error .btn {
  background-color: #d63d42;
}
.page__rentalportal__application .form-container .center-wrap form .disclaimer {
  margin: 2.5rem 0 2.5rem 0;
  font-size: 0.6rem;
  line-height: 1.5em;
  color: #bdbdbd;
}
.page__rentalportal__application .form-container .center-wrap form .btn__submit {
  margin: 2rem 0 1rem;
}
.page__rentalportal__application .form-container .center-wrap form .btn--disabled {
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
}
.page__rentalportal__application .form-container .center-wrap form .btn--disabled:hover {
  color: #bdbdbd;
  background: transparent;
  cursor: not-allowed;
}
.page__rentalportal__application .form-container .center-wrap form .questions {
  flex: 0 0 100%;
  margin-top: 2rem;
}
.page__rentalportal__application .form-container .center-wrap form .checkboxes .title {
  display: block;
  margin: 0;
}
.page__rentalportal__application .form-container .center-wrap form .checkboxes label {
  margin: 0 1rem 0 0;
}
.page__rentalportal__application .form-container .center-wrap form .checkboxes input {
  margin: 0 0.5rem 0 0;
}
.page__rentalportal__application .tenants__accordion {
  width: 100%;
}
.page__rentalportal__application .tenants__accordion .tenants__item {
  width: 50%;
}
.page__rentalportal__qa {
  background-color: #364ba4;
  padding: 6rem 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .page__rentalportal__qa {
    padding: 4rem 0;
  }
}
.page__rentalportal__qa h2 {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  color: white;
  font-size: 64px;
  line-height: 74px;
}
.page__rentalportal__qa .accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.page__rentalportal__qa .accordion-item {
  margin: 2rem 0;
}
.page__rentalportal__qa .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  color: white;
  line-height: 34px;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page__rentalportal__qa .accordion-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.page__rentalportal__qa .accordion-arrow {
  width: 10px;
}
.page__rentalportal__qa .accordion-content {
  font-size: 18px;
  line-height: 28px;
  display: none;
  color: white;
}
.page__rentalportal__qa .accordion-content p {
  word-wrap: break-word;
  display: flex;
}
.page__rentalportal__qa .accordion-content p span {
  display: inline-block;
  margin-right: 20px;
}
.page__rentalportal__qa .accordion-content--opened {
  display: block;
}
.page__rentalportal__qa .accordion-content a {
  color: #fff;
}
.page__rentalportal .consent-note {
  margin-top: 2rem;
  line-height: 1.5em;
  color: #d63d42;
}
.page__rentalportal .global__footer {
  padding: 2rem 0;
}

.page__100things {
  background-color: #101a99;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.page__100things h2 {
  text-transform: uppercase;
  margin-bottom: 23px;
  color: #feff00;
}
@media only screen and (min-width:992px) {
  .page__100things h2 {
    margin-bottom: 66px;
  }
}
.page__100things p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75rem;
}
@media only screen and (min-width:992px) {
  .page__100things p {
    font-size: 24px;
    line-height: 2rem;
  }
}
.page__100things .image-badge {
  position: relative;
  width: 125px;
  margin: 0 auto 30px;
}
@media only screen and (min-width:992px) {
  .page__100things .image-badge {
    width: 250px;
    position: absolute;
    top: 175px;
    right: -286px;
    z-index: 0;
    margin: 0;
  }
}
.page__100things .things__hero .animated-icon {
  position: relative;
  display: flex;
  width: 125px;
  height: 125px;
  margin: 0 auto 30px;
}
@media only screen and (min-width:992px) {
  .page__100things .things__hero .animated-icon {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 175px;
    right: -286px;
    z-index: 1;
    margin-bottom: 0;
  }
}
.page__100things .things__hero .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__100things .things__hero .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__100things .things__hero .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__100things .things__hero .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__100things .icons-list {
  margin-top: 40px;
  padding-bottom: 29px;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media only screen and (min-width:992px) {
  .page__100things .icons-list {
    margin-top: 66px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 50px;
  }
}
.page__100things .icons-list .animated-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(33% - 20px);
  width: calc(33% - 20px);
}
@media only screen and (min-width:992px) {
  .page__100things .icons-list .animated-icon-box {
    min-height: 300px;
    flex: 1 1 calc(16% - 40px);
    max-width: 185px;
  }
}
.page__100things .icons-list .animated-icon-box .animated-icon {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 180px;
  height: auto;
}
@media only screen and (min-width:992px) {
  .page__100things .icons-list .animated-icon-box .animated-icon {
    height: 180px;
  }
}
.page__100things .icons-list .animated-icon-box .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__100things .icons-list .animated-icon-box .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__100things .icons-list .animated-icon-box .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 80%;
}
.page__100things .icons-list .animated-icon-box p {
  text-align: center;
  margin-top: 10px;
  white-space: pre-wrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__100things .icons-list .animated-icon-box p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75rem;
  }
}
.page__100things .icons-list .animated-icon-box .btn__learn-more {
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__100things .icons-list .animated-icon-box .btn__learn-more {
    width: 140px;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
  }
}
.page__100things .page__about__history-badge {
  position: absolute;
  bottom: -18px;
  right: 30px;
  display: none;
  max-width: 250px;
  z-index: 1;
}
@media only screen and (min-width:768px) {
  .page__100things .page__about__history-badge {
    width: 17.36%;
    display: block;
  }
}
.page__100things .page__100things__faq {
  background: #1555f4;
  padding: 2.5rem 0 1rem 0;
  margin: 0 0 2.5rem 0;
  position: relative;
}
@media only screen and (min-width:768px) {
  .page__100things .page__100things__faq {
    margin: 0 0 10.5rem 0;
    padding: 5rem 0;
  }
}
.page__100things .page__100things__faq .wrap--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__100things .page__100things__faq .wrap--flex div:first-child {
  flex: 0 0 100%;
}
@media only screen and (min-width:992px) {
  .page__100things .page__100things__faq .wrap--flex div:first-child {
    flex: 0 0 38%;
  }
}
.page__100things .page__100things__faq .wrap--flex div:last-child {
  flex: 0 0 100%;
}
@media only screen and (min-width:992px) {
  .page__100things .page__100things__faq .wrap--flex div:last-child {
    margin-right: 95px;
    flex: 0 0 43%;
  }
}
.page__100things .page__100things__faq .wrap--flex strong {
  color: #feff00;
}
@media only screen and (min-width:992px) {
  .page__100things .page__100things__faq .wrap--flex p:last-child {
    margin: 0;
  }
}
.page__100things .page__100things__faq .page__about__faq-badge {
  position: absolute;
  bottom: -125px;
  left: 30px;
  display: none;
  max-width: 250px;
}
@media only screen and (min-width:768px) {
  .page__100things .page__100things__faq .page__about__faq-badge {
    width: 17.36%;
    display: block;
  }
}
.page__100things .page__100things__timeline {
  position: relative;
}
.page__100things .page__100things__timeline .timeline-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5rem;
  background-color: #91aeff;
}
@media only screen and (min-width:992px) {
  .page__100things .page__100things__timeline .timeline-item:nth-child(even) aside {
    order: 2;
  }
}
@media only screen and (min-width:992px) {
  .page__100things .page__100things__timeline .timeline-item:nth-child(even) figure {
    order: 1;
  }
}
.page__100things .page__100things__timeline .timeline-item.no-image {
  background-color: transparent;
  margin: 0 0 2.938rem 0;
}
.page__100things .page__100things__timeline .timeline-item.no-image aside {
  flex: 0 0 100%;
}
.page__100things .page__100things__timeline .timeline-item.no-image aside div {
  max-width: 100%;
}
.page__100things .page__100things__timeline .timeline-item.no-image aside div .year {
  margin: 0 0 1.063rem 0;
  color: #feff00;
}
.page__100things .page__100things__timeline .timeline-item.no-image aside div .description {
  color: #fff;
  font-weight: bold;
  font-size: 42px;
  line-height: 3.125rem;
}
.page__100things .page__100things__timeline .timeline-item aside {
  order: 2;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width:992px) {
  .page__100things .page__100things__timeline .timeline-item aside {
    margin: 0;
    order: 1;
    flex: 0 0 50%;
    align-items: center;
  }
}
.page__100things .page__100things__timeline .timeline-item aside div {
  text-align: center;
  max-width: 400px;
}
.page__100things .page__100things__timeline .timeline-item aside .year {
  display: block;
  font-weight: bold;
  font-size: 42px;
  line-height: 3.125rem;
  margin: 0 0 1.5rem 0;
  color: #101a99;
}
.page__100things .page__100things__timeline .timeline-item aside .description {
  margin: 0;
  color: #101a99;
  font-size: 24px;
  line-height: 2rem;
}
.page__100things .page__100things__timeline .timeline-item figure {
  order: 1;
  flex: 0 0 100%;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width:992px) {
  .page__100things .page__100things__timeline .timeline-item figure {
    margin: 0;
    order: 2;
    flex: 0 0 50%;
  }
}
.page__100things .page__100things__timeline .timeline-item figure img {
  width: 100%;
}
.page__100things .page__100things__timeline .page__about__timeline-badge:nth-of-type(1) {
  position: absolute;
  top: 720px;
  right: 30px;
  display: none;
  max-width: 250px;
}
@media only screen and (min-width:768px) {
  .page__100things .page__100things__timeline .page__about__timeline-badge:nth-of-type(1) {
    width: 17.36%;
    display: block;
  }
}
.page__100things .page__100things__timeline .page__about__timeline-badge:nth-of-type(2) {
  position: absolute;
  top: 2200px;
  left: 60px;
  display: none;
  max-width: 250px;
}
@media only screen and (min-width:768px) {
  .page__100things .page__100things__timeline .page__about__timeline-badge:nth-of-type(2) {
    width: 17.36%;
    display: block;
  }
}
.page__100things .page__100things__timeline .page__about__timeline-badge:nth-of-type(3) {
  position: absolute;
  top: 3326px;
  right: 30px;
  display: none;
  max-width: 250px;
}
@media only screen and (min-width:768px) {
  .page__100things .page__100things__timeline .page__about__timeline-badge:nth-of-type(3) {
    width: 17.36%;
    display: block;
  }
}
.page__100things .page__100things__timeline .page__about__timeline-badge:nth-of-type(4) {
  position: absolute;
  bottom: 950px;
  left: 30px;
  display: none;
  max-width: 250px;
}
@media only screen and (min-width:768px) {
  .page__100things .page__100things__timeline .page__about__timeline-badge:nth-of-type(4) {
    width: 17.36%;
    display: block;
  }
}

.page__affordable-housing {
  background: #711bed;
  overflow: hidden;
}
.page__affordable-housing .intro {
  margin-bottom: 42px;
  text-align: center;
  max-width: 1100px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .intro {
    margin-bottom: 5.2rem;
  }
}
.page__affordable-housing .intro h1 {
  color: #feff00;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 42px;
  line-height: 42px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .intro h1 {
    margin-bottom: 55px;
    font-weight: 900;
    font-size: 165px;
    line-height: 165px;
  }
}
.page__affordable-housing .intro h2 {
  color: #feff00;
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .intro h2 {
    margin-bottom: 64px;
  }
}
.page__affordable-housing .intro p {
  font-size: 18px;
  line-height: 1.75rem;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .intro p {
    font-size: 24px;
    line-height: 2rem;
  }
}
.page__affordable-housing .intro .animated-icon {
  position: relative;
  display: flex;
  width: 125px;
  height: 125px;
  margin: 0 auto 20px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .intro .animated-icon {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 338px;
    right: -160px;
    margin-bottom: 0;
  }
}
.page__affordable-housing .intro .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__affordable-housing .intro .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__affordable-housing .intro .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .intro .animated-icon .animation {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
}
.page__affordable-housing .affordable {
  overflow: hidden;
}
.page__affordable-housing .affordable p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable p {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__affordable-housing .affordable .describe-icons-box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  flex: 1 1 33.3%;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box {
    margin-top: 74px;
    gap: 60px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .upper-box {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
  margin: 0 10px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .upper-box {
    flex-direction: row;
    gap: 60px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box {
  display: flex;
  flex-direction: column;
  max-width: 30%;
  align-items: center;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box {
    gap: 16px;
    max-width: 400px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box .describe-icon {
  position: relative;
  height: 110px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box .describe-icon {
    height: 180px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box .describe-icon h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box p {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(1) svg {
  fill: #fff;
  height: 110px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(1) svg {
    height: 180px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(1) h2 {
  color: #711bed;
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(2) svg {
  fill: #feff00;
  height: 110px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(2) svg {
    height: 180px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(2) h2 {
  color: #711bed;
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(3) svg {
  fill: #e7daff;
  height: 110px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(3) svg {
    height: 180px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .upper-box .describe-icon-box:nth-child(3) h2 {
  color: #711bed;
}
.page__affordable-housing .affordable .describe-icons-box .lower-box {
  margin: 0 10px;
}
.page__affordable-housing .affordable .describe-icons-box .lower-box .describe-icon-box {
  display: flex;
  gap: 18px;
  flex-direction: column;
  max-width: 400px;
  align-items: center;
}
.page__affordable-housing .affordable .describe-icons-box .lower-box .describe-icon-box .describe-icon {
  position: relative;
}
.page__affordable-housing .affordable .describe-icons-box .lower-box .describe-icon-box .describe-icon h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.page__affordable-housing .affordable .describe-icons-box .lower-box .describe-icon-box:nth-child(1) svg {
  fill: #d9ffa8;
  width: 180px;
  height: 180px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .lower-box .describe-icon-box:nth-child(1) svg {
    width: 300px;
    height: 300px;
  }
}
.page__affordable-housing .affordable .describe-icons-box .lower-box .describe-icon-box:nth-child(1) h2 {
  color: #711bed;
}
.page__affordable-housing .affordable .describe-icons-box .lower-box .describe-icon-box:nth-child(1) p {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  max-width: 260px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .describe-icons-box .lower-box .describe-icon-box:nth-child(1) p {
    font-size: 18px;
    line-height: 26px;
    max-width: 400px;
  }
}
.page__affordable-housing .affordable .affordable-details {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.page__affordable-housing .affordable .affordable-details .affordable-details-strong {
  max-width: 550px;
  display: block;
  margin: auto;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:992px) {
  .page__affordable-housing .affordable .affordable-details .affordable-details-strong {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__affordable-housing .cta {
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.page__affordable-housing .cta .btn {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
}

.page__westbank-living {
  background-color: #3baa21;
  text-align: center;
  overflow: hidden;
}
.page__westbank-living h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: #feff00;
}
@media only screen and (min-width:992px) {
  .page__westbank-living h1 {
    margin-bottom: 55px;
  }
}
.page__westbank-living h2 {
  color: #feff00;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 29px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living h2 {
    line-height: 74px;
    margin-bottom: 80px;
  }
}
.page__westbank-living h3 {
  color: #feff00;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living h3 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 87px;
  }
}
.page__westbank-living p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living p {
    font-size: 18px;
    line-height: 26px;
  }
}
.page__westbank-living p strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living p strong {
    font-size: 18px;
    line-height: 26px;
  }
}
.page__westbank-living .video-player-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.page__westbank-living .video-player-container .video-player-background {
  background-color: rgba(0, 0, 0, 0.748);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.page__westbank-living .video-player-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border: none;
  aspect-ratio: 852/479.25;
  width: 90%;
  height: auto;
}
.page__westbank-living .intro {
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .intro {
    margin-bottom: 150px;
  }
}
.page__westbank-living .intro p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .intro p {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__westbank-living .intro .animated-icon {
  position: relative;
  display: flex;
  width: 125px;
  height: 125px;
  margin: 0 auto 20px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .intro .animated-icon {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 321px;
    left: 1000px;
    margin-bottom: 0;
  }
}
.page__westbank-living .intro .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__westbank-living .intro .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__westbank-living .intro .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .intro .animated-icon .animation {
    width: 85%;
    height: 85%;
    max-width: 100%;
  }
}
.page__westbank-living .portfolio img {
  width: 100%;
  height: calc(100% - 70px);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.page__westbank-living .portfolio .image-box {
  position: relative;
  width: 100%;
  aspect-ratio: 450/373;
  overflow: hidden;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .portfolio .image-box {
    aspect-ratio: unset;
    overflow: unset;
  }
}
.page__westbank-living .portfolio .image-box .carousel-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .portfolio .image-box .carousel-box {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 0 1.5rem;
  }
}
.page__westbank-living .portfolio .image-box .carousel-box .picture-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box {
    position: relative;
    grid-column: 1/-1;
  }
}
.page__westbank-living .portfolio .image-box .carousel-box .picture-box p {
  display: none;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box p {
    display: block;
    text-align: start;
    height: 70px;
    padding-top: 5px;
  }
}
.page__westbank-living .portfolio .image-box .carousel-box .picture-box img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box img {
    position: relative;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width:992px) {
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(1) {
    grid-row: 1/span 3;
    grid-column: 1/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(2) {
    grid-row: 1/span 3;
    grid-column: 3/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(3) {
    grid-row: 1/span 3;
    grid-column: 5/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(4) {
    grid-row: 4/span 4;
    grid-column: 1/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(5) {
    grid-row: 4/span 2;
    grid-column: 3/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(6) {
    grid-row: 4/span 2;
    grid-column: 5/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(7) {
    grid-row: 6/span 2;
    grid-column: 3/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(8) {
    grid-row: 6/span 2;
    grid-column: 5/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(9) {
    grid-row: 8/span 3;
    grid-column: 1/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(10) {
    grid-row: 8/span 3;
    grid-column: 3/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(11) {
    grid-row: 8/span 4;
    grid-column: 5/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(12) {
    grid-row: 11/span 1;
    grid-column: 1/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(13) {
    grid-row: 11/span 1;
    grid-column: 3/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(14) {
    grid-row: 12/span 3;
    grid-column: 1/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(15) {
    grid-row: 12/span 3;
    grid-column: 3/span 2;
  }
  .page__westbank-living .portfolio .image-box .carousel-box .picture-box:nth-of-type(16) {
    grid-row: 12/span 2;
    grid-column: 5/span 2;
  }
}
.page__westbank-living .portfolio .description-box {
  display: block;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .portfolio .description-box {
    display: none;
  }
}
.page__westbank-living .portfolio .description-box p:first-of-type {
  margin: 10px auto 8px;
}
.page__westbank-living .portfolio .description-box .image-list-dot {
  display: flex;
  margin: 8px auto 0;
  justify-content: center;
}
.page__westbank-living .portfolio .description-box .image-list-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(254, 255, 0, 0.3019607843);
}
.page__westbank-living .portfolio .description-box .image-list-dot span:not(:last-of-type) {
  margin-right: 5px;
}
.page__westbank-living .portfolio .description-box .image-list-dot span[data-current=true] {
  background-color: #feff00;
}
.page__westbank-living .plan {
  margin-top: 53px;
  margin-bottom: 35px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .plan {
    margin-top: 106px;
    margin-bottom: 70px;
  }
}
.page__westbank-living .plan .plan-box {
  margin-top: 47px;
  gap: 40px;
  display: flex;
  align-items: flex-start;
  text-align: start;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .plan .plan-box {
    gap: 100px;
  }
}
.page__westbank-living .plan .plan-box .video-box {
  flex: 1 1 50%;
  position: relative;
  max-width: 560px;
  cursor: pointer;
  overflow: hidden;
}
.page__westbank-living .plan .plan-box .video-box video {
  width: 100%;
  filter: brightness(0.6);
}
.page__westbank-living .plan .plan-box .video-box div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.page__westbank-living .plan .plan-box .video-box div:hover {
  transform: scale(1.3);
}
.page__westbank-living .plan .plan-box .video-box div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page__westbank-living .plan .plan-box .plan-describe-box {
  flex: 1;
  max-width: 550px;
  flex: 1 1 50%;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .plan .plan-box .plan-describe-box {
    min-width: 550px;
  }
}
.page__westbank-living .three-principles {
  background-color: #a4ff2e;
  padding-top: 40px;
  padding-bottom: 46px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .three-principles {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
.page__westbank-living .three-principles h2 {
  color: #3baa21;
  margin-bottom: 1rem;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .three-principles h2 {
    margin-bottom: 2.5rem;
  }
}
.page__westbank-living .three-principles .icons-list {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
  width: 333px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .three-principles .icons-list {
    width: auto;
    margin: auto;
    flex-wrap: nowrap;
  }
}
.page__westbank-living .three-principles .icons-list .animated-icon-box {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  min-height: 300px;
  align-items: center;
  margin: 0 auto;
}
.page__westbank-living .three-principles .icons-list .animated-icon-box .animated-icon {
  position: relative;
  height: 180px;
  display: flex;
}
.page__westbank-living .three-principles .icons-list .animated-icon-box .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.page__westbank-living .three-principles .icons-list .animated-icon-box .animated-icon svg {
  height: -moz-fit-content;
  height: fit-content;
}
.page__westbank-living .three-principles .icons-list .animated-icon-box .animated-icon .badge {
  margin: auto;
  width: 90%;
  height: 90%;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .three-principles .icons-list .animated-icon-box .animated-icon .badge {
    width: 100%;
    height: 100%;
  }
}
.page__westbank-living .three-principles .icons-list .animated-icon-box .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 115px;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .three-principles .icons-list .animated-icon-box .animated-icon .animation {
    width: 85%;
    height: 85%;
    max-width: 180px;
  }
}
.page__westbank-living .three-principles .icons-list .animated-icon-box p {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  white-space: pre-wrap;
  color: #3baa21;
}
@media only screen and (min-width:992px) {
  .page__westbank-living .three-principles .icons-list .animated-icon-box p {
    font-weight: 400;
    margin-top: 15px;
  }
}
.page__westbank-living .three-principles .icons-list .animated-icon-box .btn__learn-more {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.page__affordablerentalportal {
  background: #1555f4;
  font-family: "Articulat", sans-serif;
  color: #ffffff;
  padding-top: calc(100px + 2rem);
}
.page__affordablerentalportal button,
.page__affordablerentalportal input,
.page__affordablerentalportal select,
.page__affordablerentalportal textarea {
  font-family: "Visuelt", sans-serif;
}
.page__affordablerentalportal input[type=text], .page__affordablerentalportal input[type=email], .page__affordablerentalportal input[type=phone] {
  width: 100%;
  height: 50px;
  border: solid #bdbdbd;
  border-width: 0 0 1px 0;
  border-radius: 0;
  background: transparent;
  outline: 0;
}
.page__affordablerentalportal input[type=text]:focus, .page__affordablerentalportal input[type=email]:focus, .page__affordablerentalportal input[type=phone]:focus {
  border-color: #711bed;
}
.page__affordablerentalportal select {
  width: 100%;
  height: 50px;
  border: solid #bdbdbd;
  border-width: 0 0 1px 0;
  border-radius: 0;
  background: transparent;
  outline: 0;
  color: black;
}
.page__affordablerentalportal .container {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal .container {
    max-width: 1360px;
  }
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal {
    padding-top: calc(100px + 3rem);
  }
}
.page__affordablerentalportal__figure img {
  width: 100%;
}
.page__affordablerentalportal__intro {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.page__affordablerentalportal__intro .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page__affordablerentalportal__intro .container h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffff1b;
  text-transform: uppercase;
  max-width: 320px;
  margin: 0;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__intro .container h1 {
    font-size: 80px;
    line-height: 80px;
    max-width: 100%;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__intro .container h1 {
    font-size: 150px;
    line-height: 150px;
  }
}
.page__affordablerentalportal__intro .container p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__intro .container p {
    display: block;
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__intro .container p {
    font-size: 24px;
    line-height: 50px;
  }
}
.page__affordablerentalportal__intro .container p span {
  display: block;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__intro .container p span {
    display: inline-block;
  }
}
.page__affordablerentalportal__intro .container img {
  width: 1360px;
  height: auto;
}
.page__affordablerentalportal__intro .animation {
  margin: auto 0 0 0;
  width: 100%;
}
.page__affordablerentalportal__story {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__story {
    margin: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__story {
    margin: 0 0 5rem 0;
  }
}
.page__affordablerentalportal__story .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page__affordablerentalportal__story .container h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffff1b;
  text-transform: uppercase;
  margin: 32px 0;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__story .container h2 {
    font-weight: 800;
    font-size: 80px;
    line-height: 80px;
    margin: 64px 0;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__story .container h2 {
    font-size: 150px;
    line-height: 150px;
    margin: 88px 0;
  }
}
.page__affordablerentalportal__story .container p {
  text-align: center;
  max-width: 390px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__story .container p {
    max-width: 600px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page__affordablerentalportal__story .container .animated-icon {
  position: relative;
  margin-bottom: 20px;
  width: 112.89px;
  height: 100px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__story .container .animated-icon {
    width: 152.4px;
    height: 135px;
    position: absolute;
    left: 4%;
    bottom: 12%;
  }
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__story .container .animated-icon {
    left: 6%;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__story .container .animated-icon {
    width: 250px;
    height: 221.46px;
    left: -10%;
    bottom: 22%;
  }
}
.page__affordablerentalportal__story .container .animated-icon svg {
  height: 100%;
  width: 100%;
}
.page__affordablerentalportal__story .container .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__affordablerentalportal__story .container .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__story .container .animated-icon .animation {
    width: 85%;
    height: 85%;
    max-width: 100%;
  }
}
.page__affordablerentalportal__statement .container {
  padding: 0;
  max-width: 1600px;
}
.page__affordablerentalportal__statement .container p {
  max-width: 370px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.page__affordablerentalportal__statement .container p:first-child {
  padding-top: 20px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__statement .container p:first-child {
    padding-top: 70px;
  }
}
.page__affordablerentalportal__statement .container p:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__statement .container p {
    max-width: 660px;
  }
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__statement .container p {
    max-width: 800px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page__affordablerentalportal__statement--icon {
  display: grid;
  padding: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 0;
  justify-items: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__statement--icon {
    max-width: 500px;
  }
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__statement--icon {
    padding: 60px 20px;
    grid-row-gap: 16px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__statement--icon {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    gap: 16px;
    max-width: 1400px;
  }
}
.page__affordablerentalportal__statement--icon .animated-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__affordablerentalportal__statement--icon .animated-icon-box .animated-icon {
  position: relative;
  display: flex;
  width: 90px;
  height: 90px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__statement--icon .animated-icon-box .animated-icon {
    width: 135px;
    height: 135px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__statement--icon .animated-icon-box .animated-icon {
    width: 180px;
    height: 180px;
  }
}
.page__affordablerentalportal__statement--icon .animated-icon-box .animated-icon svg {
  width: 100%;
  height: auto;
  min-height: 110px;
}
.page__affordablerentalportal__statement--icon .animated-icon-box .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__affordablerentalportal__statement--icon .animated-icon-box .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 100%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__statement--icon .animated-icon-box .animated-icon .animation {
    width: 70%;
    max-width: 140px;
  }
}
.page__affordablerentalportal__statement--icon .animated-icon-box p {
  text-align: center;
  margin-top: 10px;
  white-space: pre-wrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__statement--icon .animated-icon-box p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75rem;
  }
}
.page__affordablerentalportal__slide .container {
  padding: 0 40px;
}
.page__affordablerentalportal__slide .slide__item {
  padding: 0 10px 60px;
}
.page__affordablerentalportal__slide .slide__item span {
  display: block;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__slide .slide__item span {
    text-align: left;
  }
}
.page__affordablerentalportal__slide .slide__img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__slide .slide__img {
    height: 730px;
  }
}
.page__affordablerentalportal__slide .slick-arrow {
  position: absolute;
  top: 40%;
}
.page__affordablerentalportal__slide .slick-arrow svg {
  width: 40px;
  height: 25px;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__slide .slick-arrow svg {
    width: 20px;
    height: 13px;
  }
}
.page__affordablerentalportal__slide .arrow-prev {
  left: -45px;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__slide .arrow-prev {
    left: -30px;
  }
}
.page__affordablerentalportal__slide .arrow-next {
  right: -45px;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__slide .arrow-next {
    right: -30px;
  }
}
.page__affordablerentalportal__slide .slick-disabled svg path {
  stroke: gray;
}
.page__affordablerentalportal__units {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  background-color: #91aeff;
  color: #1555f4;
}
.page__affordablerentalportal__units .container {
  padding: 60px 20px;
}
.page__affordablerentalportal__units .container h2 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__units .container h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__units .container h2 {
    font-size: 150px;
    line-height: 150px;
  }
}
.page__affordablerentalportal__units .container p {
  margin: 0 auto 15px auto;
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #1555f4;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__units .container p {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__units .container p {
    font-size: 42px;
    line-height: 50px;
  }
}
.page__affordablerentalportal__units .container p.note {
  max-width: 300px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__units .container p.note {
    max-width: 100%;
  }
}
.page__affordablerentalportal__units .container p.align_left {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__units .container p.align_left {
    font-size: 16px;
    line-height: 22px;
    max-width: 80%;
    margin-left: 0;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__units .container p.align_left {
    font-size: 18px;
    line-height: 26px;
  }
}
.page__affordablerentalportal__units .container p.align_left a {
  color: #1555f4;
  text-decoration: underline;
}
.page__affordablerentalportal__units .container .homes {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
  margin: 20px 0 40px 0;
}
.page__affordablerentalportal__units .container .homes th {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__units .container .homes th {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__units .container .homes th {
    font-size: 18px;
    line-height: 32px;
  }
}
.page__affordablerentalportal__units .container .homes th,
.page__affordablerentalportal__units .container .homes td {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__units .container .homes th,
  .page__affordablerentalportal__units .container .homes td {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__units .container .homes th,
  .page__affordablerentalportal__units .container .homes td {
    font-size: 18px;
    line-height: 26px;
  }
}
.page__affordablerentalportal__units .container .homes tr {
  height: 60px;
}
.page__affordablerentalportal__units .container .homes tbody tr {
  border-bottom: 2px solid #1555f4;
}
.page__affordablerentalportal__units .container .homes__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__units .container .homes__title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__units .container .homes__title {
    font-size: 24px;
    line-height: 26px;
  }
}
.page__affordablerentalportal__units .container .animated-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -50px;
  right: 20px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__units .container .animated-icon {
    width: 150px;
    height: 150px;
    bottom: -75px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__units .container .animated-icon {
    width: 250px;
    height: 250px;
    bottom: -125px;
  }
}
.page__affordablerentalportal__units .container .animated-icon svg {
  height: 100%;
  width: 100%;
}
.page__affordablerentalportal__units .container .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__affordablerentalportal__units .container .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__units .container .animated-icon .animation {
    width: 85%;
    height: 85%;
    max-width: 100%;
  }
}
.page__affordablerentalportal__homes {
  margin: 0;
  padding: 40px 0;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__homes {
    padding: 64px 0;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__homes {
    padding: 80px 0;
  }
}
.page__affordablerentalportal__homes .wrap--narrow {
  padding-bottom: 3rem;
  max-width: 1000px;
}
.page__affordablerentalportal__homes .section-title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #ffff1b;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__homes .section-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__homes .section-title {
    font-size: 150px;
    line-height: 150px;
  }
}
.page__affordablerentalportal__homes .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 18px auto;
  max-width: 1000px;
}
.page__affordablerentalportal__homes .option__name {
  margin-right: 3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__homes .option__name {
    font-size: 14px;
    margin-right: 10px;
  }
}
.page__affordablerentalportal__homes .option .select_mobile {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 1rem;
  color: #1555f4;
  border: none;
  height: 42px;
  background-image: url("/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 12px;
  background-size: 10px;
}
.page__affordablerentalportal__homes .switcher {
  flex: 0 0 auto;
  background: white;
  border-radius: 30px;
  height: 60px;
  margin: 0;
  display: flex;
  width: 75%;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__homes .switcher {
    height: 42px;
    font-size: 14px;
  }
}
.page__affordablerentalportal__homes .switcher button {
  flex: 1;
  color: #1555f4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-size: 0.8rem;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__homes .switcher button {
    font-size: 1rem;
  }
}
.page__affordablerentalportal__homes .switcher button[data-active=true] {
  color: #1555f4;
}
.page__affordablerentalportal__homes .switcher button[data-active=true]:before {
  opacity: 1;
}
.page__affordablerentalportal__homes .switcher button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #91aeff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.page__affordablerentalportal__homes .switcher button span {
  z-index: 1;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__homes .switcher button span {
    font-size: 14px;
  }
}
.page__affordablerentalportal__homes .homes {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__homes .homes {
    font-size: 14px;
  }
}
.page__affordablerentalportal__homes .homes th {
  text-align: left;
}
.page__affordablerentalportal__homes .homes tr {
  height: 60px;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__homes .homes tr {
    height: 40px;
  }
}
.page__affordablerentalportal__homes .homes tbody tr {
  border-bottom: 2px solid #ffffff;
}
.page__affordablerentalportal__homes .homes td.unit {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__homes .homes td.unit {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__homes .homes td.unit {
    font-size: 24px;
    line-height: 32px;
  }
}
.page__affordablerentalportal__homes .addresses {
  display: flex;
  align-items: flex-start;
  margin: 40px 0 60px 0;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__homes .addresses {
    align-items: flex-start;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__homes .addresses {
    align-items: center;
  }
}
.page__affordablerentalportal__homes .addresses__title {
  margin-left: 0;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__homes .addresses__title {
    margin-left: 20px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__homes .addresses__title {
    margin-left: 80px;
  }
}
.page__affordablerentalportal__homes .addresses__icon .animated-icon {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__homes .addresses__icon .animated-icon {
    position: relative;
    right: unset;
    bottom: unset;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__homes .addresses__icon .animated-icon {
    width: 250px;
    height: 250px;
  }
}
.page__affordablerentalportal__homes .addresses__icon .animated-icon svg {
  height: 100%;
  width: 100%;
}
.page__affordablerentalportal__homes .addresses__icon .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__affordablerentalportal__homes .addresses__icon .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 80%;
  height: 80%;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__homes .addresses__icon .animated-icon .animation {
    width: 80%;
    height: 80%;
    max-width: 100%;
  }
}
.page__affordablerentalportal__homes .addresses__detail {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  flex-direction: column;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__homes .addresses__detail {
    flex-direction: row;
    margin-left: 20px;
    gap: 20px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__homes .addresses__detail {
    margin-left: 80px;
  }
}
.page__affordablerentalportal__homes .addresses__detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page__affordablerentalportal__homes .addresses__detail ul li {
  display: flex;
  margin-bottom: 10px;
}
.page__affordablerentalportal__homes .addresses__detail ul li.gray {
  color: rgba(255, 255, 255, 0.6);
}
.page__affordablerentalportal__homes .addresses__detail ul li span {
  width: 30px;
  font-weight: 600;
  display: inline-block;
}
.page__affordablerentalportal__homes .cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}
.page__affordablerentalportal__homes .cta .btn {
  margin-top: 1rem;
  background-color: #ffff1b;
  border: none;
  color: #1555f4;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  width: 265px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__homes .cta .btn {
    font-size: 18px;
    line-height: 32px;
  }
}
.page__affordablerentalportal__qa .container {
  padding: 60px 20px;
}
.page__affordablerentalportal__qa .container h2 {
  font-size: 40px;
  line-height: 40px;
  color: #ffff1b;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__qa .container h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__qa .container h2 {
    font-size: 150px;
    line-height: 150px;
  }
}
.page__affordablerentalportal__qa .container .accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__qa .container .accordion {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__qa .container .accordion {
    margin-bottom: 200px;
  }
}
.page__affordablerentalportal__qa .container .accordion-item {
  margin: 2rem 0;
}
.page__affordablerentalportal__qa .container .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 2rem;
  cursor: pointer;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__qa .container .accordion-title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__qa .container .accordion-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
  }
}
.page__affordablerentalportal__qa .container .accordion-arrow {
  width: 10px;
}
.page__affordablerentalportal__qa .container .accordion-content {
  font-size: 18px;
  line-height: 28px;
  display: none;
  color: white;
}
.page__affordablerentalportal__qa .container .accordion-content p {
  word-wrap: break-word;
  display: flex;
}
.page__affordablerentalportal__qa .container .accordion-content p span {
  display: inline-block;
  margin-right: 20px;
}
.page__affordablerentalportal__qa .container .accordion-content--opened {
  display: block;
}
.page__affordablerentalportal__qa .container .accordion-content a {
  color: #fff;
}
.page__affordablerentalportal__qa .container .animated-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__qa .container .animated-icon {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: 40px;
    transform: translateX(0);
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__qa .container .animated-icon {
    width: 250px;
    height: 250px;
    bottom: -125px;
    transform: translateX(0);
  }
}
.page__affordablerentalportal__qa .container .animated-icon svg {
  height: 100%;
  width: 100%;
}
.page__affordablerentalportal__qa .container .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__affordablerentalportal__qa .container .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 90%;
  height: 90%;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__qa .container .animated-icon .animation {
    width: 85%;
    height: 85%;
    max-width: 100%;
  }
}
.page__affordablerentalportal__requirements {
  background-color: #91aeff;
  padding: 4rem 2rem 2rem 2rem;
  text-align: center;
  color: #1555f4;
}
.page__affordablerentalportal__requirements h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__requirements h2 {
    font-size: 56px;
    line-height: 74px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__requirements h2 {
    font-size: 64px;
    line-height: 74px;
  }
}
.page__affordablerentalportal__requirements p {
  color: #1555f4;
}
.page__affordablerentalportal__requirements .accordion {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.page__affordablerentalportal__requirements .accordion-item {
  margin: 2rem 0;
}
.page__affordablerentalportal__requirements .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid #1555f4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__requirements .accordion-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.page__affordablerentalportal__requirements .accordion-title > div:first-child {
  max-width: 65%;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__requirements .accordion-title > div:first-child {
    max-width: 95%;
  }
}
.page__affordablerentalportal__requirements .accordion-arrow {
  width: 10px;
}
.page__affordablerentalportal__requirements .accordion-content {
  font-size: 18px;
  line-height: 28px;
  display: none;
}
.page__affordablerentalportal__requirements .accordion-content--opened {
  display: block;
}
.page__affordablerentalportal__application {
  position: relative;
  display: flex;
  background-color: #ffffff;
}
.page__affordablerentalportal__application .sidebar {
  position: relative;
  display: flex;
  align-items: flex-start;
  order: 2;
  margin: 3rem 0 0 0;
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__application .sidebar {
    display: none;
  }
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__application .sidebar {
    flex: 0 0 auto;
    margin: 0;
    order: 1;
  }
}
.page__affordablerentalportal__application .sidebar .animation {
  width: 100%;
}
.page__affordablerentalportal__application .sidebar .animation svg {
  display: block;
}
.page__affordablerentalportal__application .sidebar .content {
  position: absolute;
  top: 30%;
  left: 1rem;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__application .sidebar .content {
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.page__affordablerentalportal__application .sidebar .content .title {
  display: block;
  font-weight: bold;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  line-height: 1em;
}
.page__affordablerentalportal__application .sidebar .content p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5em;
}
.page__affordablerentalportal__application .sidebar .content a {
  text-decoration: none;
  display: inline-block;
}
.page__affordablerentalportal__application .form-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  padding: 60px 20px;
}
.page__affordablerentalportal__application .form-container .center-wrap {
  max-width: 1200px;
}
.page__affordablerentalportal__application .form-container .center-wrap h2 {
  color: #1555f4;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__application .form-container .center-wrap h2 {
    font-size: 150px;
    line-height: 150px;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .paragraph.paragraph--gray {
  margin-bottom: 10px;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  width: 100%;
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap .paragraph {
    font-size: 20px;
    line-height: 32px;
    max-width: 660px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__application .form-container .center-wrap .paragraph {
    font-size: 24px;
    line-height: 32px;
    max-width: unset;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph p {
  color: #000;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph .bold {
  font-weight: bold;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--line {
  width: 100%;
  height: 100px;
  position: relative;
  padding-top: 50px;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--line .bar {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--line .animated-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap .paragraph--line .animated-icon {
    width: 150px;
    height: 150px;
    left: 0;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__application .form-container .center-wrap .paragraph--line .animated-icon {
    width: 250px;
    height: 250px;
    left: -250px;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--line .animated-icon svg {
  height: 100%;
  width: 100%;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--line .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--line .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 80%;
  height: 80%;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__application .form-container .center-wrap .paragraph--line .animated-icon .animation {
    width: 80%;
    height: 80%;
    max-width: 100%;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--gray {
  color: rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap .paragraph--gray {
    font-size: 16px;
    line-height: 22px;
    max-width: 60%;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__application .form-container .center-wrap .paragraph--gray {
    font-size: 18px;
    line-height: 26px;
    max-width: 80%;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--error {
  color: #d63d42;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--center {
  margin: 0 auto;
  flex: 0 0 100%;
  text-align: center;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  height: 40px;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--subtitle svg {
  margin-left: 10px;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--accordion {
  cursor: pointer;
}
.page__affordablerentalportal__application .form-container .center-wrap .paragraph--large {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 60px;
  font-weight: bold;
}
.page__affordablerentalportal__application .form-container .center-wrap .note {
  color: #bdbdbd;
}
.page__affordablerentalportal__application .form-container .center-wrap .form-note {
  display: block;
  font-size: 18px;
  line-height: 26px;
  transform: translateY(-20px);
  margin-bottom: 2rem;
}
.page__affordablerentalportal__application .form-container .center-wrap form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.page__affordablerentalportal__application .form-container .center-wrap form h3 {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 2rem 0 1rem 0;
  color: #000000;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap form h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__application .form-container .center-wrap form h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form h4 {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  margin: 2rem 0 15px 0;
  color: #000000;
}
.page__affordablerentalportal__application .form-container .center-wrap form input,
.page__affordablerentalportal__application .form-container .center-wrap form select {
  border-width: 0;
}
.page__affordablerentalportal__application .form-container .center-wrap form .additional__tenants__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.page__affordablerentalportal__application .form-container .center-wrap form .paragraph {
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: unset;
  font-size: 18px;
  line-height: 26px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .animated-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .animated-icon {
    position: absolute;
    right: 0;
    bottom: 53%;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width:1600px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .animated-icon {
    width: 250px;
    height: 250px;
    bottom: 650px;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .animated-icon svg {
  height: 100%;
  width: 100%;
}
.page__affordablerentalportal__application .form-container .center-wrap form .animated-icon .badge {
  margin: auto;
  width: 100%;
  height: 100%;
}
.page__affordablerentalportal__application .form-container .center-wrap form .animated-icon .animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 80%;
  height: 80%;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .animated-icon .animation {
    width: 80%;
    height: 80%;
    max-width: 100%;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .error__message {
  margin: 0;
  color: #d63d42;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .form__item {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item--full {
  flex: 0 0 100% !important;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item--radio {
  border: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item--radio .title {
  font-size: 16px;
  line-height: 26px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item--radio.agree {
  height: 100px;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .form__item--radio.agree {
    height: unset;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item ::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item ::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item input {
  padding-left: 10px;
  border: 2px solid #000;
  border-radius: 10px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item .select__button {
  padding-left: 10px;
  height: 100%;
  border: 2px solid #000;
  border-radius: 10px;
  height: 54px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item .select {
  height: 100%;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item :disabled {
  background: #bdbdbd;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item--error p {
  top: 10px;
  padding-left: 10px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item--error ::-moz-placeholder {
  color: #d63d42;
  opacity: 0; /* Firefox */
}
.page__affordablerentalportal__application .form-container .center-wrap form .form__item--error ::placeholder {
  color: #d63d42;
  opacity: 0; /* Firefox */
}
.page__affordablerentalportal__application .form-container .center-wrap form select {
  flex: 0 0 calc(50% - 0.5rem);
}
@media (max-width: 768px) {
  .page__affordablerentalportal__application .form-container .center-wrap form select {
    flex: 0 0 100%;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .moveinDate {
  flex: 0 0 calc(50% - 0.5rem);
}
.page__affordablerentalportal__application .form-container .center-wrap form .income,
.page__affordablerentalportal__application .form-container .center-wrap form .bedroom {
  flex: 0 0 100%;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .income,
  .page__affordablerentalportal__application .form-container .center-wrap form .bedroom {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .income select,
.page__affordablerentalportal__application .form-container .center-wrap form .bedroom select {
  margin-bottom: 8px;
  height: 50px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .income select option,
.page__affordablerentalportal__application .form-container .center-wrap form .bedroom select option {
  height: 30px;
  padding: 30px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .prefer {
  flex: 0 0 calc(50% - 0.5rem);
  margin: 2rem 0;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .prefer {
    flex: 0 0 100%;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .title {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  display: flex;
  height: 36px;
  align-items: center;
  color: #000;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .title input {
  border: none;
  border-radius: 0;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .block {
  display: flex;
  height: 120px;
  align-items: flex-start;
}
@media only screen and (min-width:768px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .block {
    margin-bottom: 20px;
    line-height: 26px;
    height: 40px;
    display: flex;
    align-items: center;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .bold {
  font-weight: bold;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer h3 {
  font-size: 18px;
  font-weight: 400;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer input[type=text] {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  height: 26px;
  width: 300px;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .form_prefer input[type=text] {
    width: 100%;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #000000;
  border-radius: 3px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: transparent;
  transform: translate(-50%, -50%);
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .title:hover input ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #000;
  transform: translate(-50%, -50%);
}
.page__affordablerentalportal__application .form-container .center-wrap form .form_prefer .title input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #000;
  transform: translate(-50%, -50%);
}
.page__affordablerentalportal__application .form-container .center-wrap form .notice {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2rem 0;
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof .btn {
  min-width: 300px;
  text-align: center;
  border-radius: 100px;
  padding: 0 2rem;
  color: white;
  background: #000;
  height: 60px;
  line-height: 45px;
  display: flex;
  align-items: center;
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof .btn svg {
  margin-right: 10px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof .upload {
  display: flex;
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof .upload span {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof .upload span a {
  display: flex;
  align-items: center;
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof .upload span svg {
  margin-right: 10px;
  cursor: pointer;
  width: 17px;
  height: 23px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof .upload .btn {
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .proof .upload {
    flex-direction: column;
  }
  .page__affordablerentalportal__application .form-container .center-wrap form .proof .upload .btn {
    margin-bottom: 20px;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof__note {
  color: #bdbdbd;
  line-height: 1.2;
  margin: 10px 20px;
  max-width: 500px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .proof--error .btn {
  background-color: #d63d42;
}
.page__affordablerentalportal__application .form-container .center-wrap form .disclaimer {
  margin: 2.5rem 0 2.5rem 0;
  font-size: 0.6rem;
  line-height: 1.5em;
  color: #bdbdbd;
}
.page__affordablerentalportal__application .form-container .center-wrap form .btn__submit {
  margin: 5px auto 10px auto;
  color: #000;
  border-color: #000;
  width: 265px;
  height: 60px;
  border-radius: 100px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .btn__submit:hover {
  background-color: #1555f4;
  color: #fff;
  border-color: #fff;
}
.page__affordablerentalportal__application .form-container .center-wrap form .btn__disabled {
  background-color: #fff;
  border-color: #bdbdbd;
  color: #bdbdbd;
  pointer-events: none;
}
.page__affordablerentalportal__application .form-container .center-wrap form .questions {
  flex: 0 0 100%;
  color: #000000;
  text-align: center;
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
}
@media only screen and (min-width:992px) {
  .page__affordablerentalportal__application .form-container .center-wrap form .questions {
    flex-direction: row;
  }
}
.page__affordablerentalportal__application .form-container .center-wrap form .questions a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.page__affordablerentalportal__application .form-container .center-wrap form .checkboxes .title {
  display: block;
  margin: 0;
}
.page__affordablerentalportal__application .form-container .center-wrap form .checkboxes label {
  margin: 0 1rem 0 0;
}
.page__affordablerentalportal__application .form-container .center-wrap form .checkboxes input {
  margin: 0 0.5rem 0 0;
}
.page__affordablerentalportal__application .tenants__accordion {
  width: 100%;
}
.page__affordablerentalportal__application .tenants__accordion .tenants__item {
  width: 50%;
}
.page__affordablerentalportal .consent-note {
  margin-top: 2rem;
  line-height: 1.5em;
  color: #d63d42;
}
.page__affordablerentalportal .global__footer {
  padding: 2rem 0;
}

.affordable__application {
  background-color: #fff;
  color: #000;
}
.affordable__application button {
  margin-top: 5rem;
}
.affordable__application p {
  color: #000;
}
.affordable__application .personal_information,
.affordable__application .additional_tenants,
.affordable__application .additional_tenants_information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.affordable__application .personal_information .additional_tenants_information_container,
.affordable__application .additional_tenants .additional_tenants_information_container,
.affordable__application .additional_tenants_information .additional_tenants_information_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.affordable__application .personal_information .input_title,
.affordable__application .additional_tenants .input_title,
.affordable__application .additional_tenants_information .input_title {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 2rem 0 1rem 0;
}
@media only screen and (min-width:768px) {
  .affordable__application .personal_information .input_title,
  .affordable__application .additional_tenants .input_title,
  .affordable__application .additional_tenants_information .input_title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width:1600px) {
  .affordable__application .personal_information .input_title,
  .affordable__application .additional_tenants .input_title,
  .affordable__application .additional_tenants_information .input_title {
    font-size: 24px;
    line-height: 26px;
  }
}
.affordable__application .personal_information .input_title_sub,
.affordable__application .additional_tenants .input_title_sub,
.affordable__application .additional_tenants_information .input_title_sub {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 1rem;
}
@media only screen and (min-width:768px) {
  .affordable__application .personal_information .input_title_sub,
  .affordable__application .additional_tenants .input_title_sub,
  .affordable__application .additional_tenants_information .input_title_sub {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width:1600px) {
  .affordable__application .personal_information .input_title_sub,
  .affordable__application .additional_tenants .input_title_sub,
  .affordable__application .additional_tenants_information .input_title_sub {
    font-size: 24px;
    line-height: 26px;
  }
}
.affordable__application .personal_information .instruction,
.affordable__application .additional_tenants .instruction,
.affordable__application .additional_tenants_information .instruction {
  margin: 0 0 10px;
  width: 100%;
}
.affordable__application .personal_information .form_prefer,
.affordable__application .additional_tenants .form_prefer,
.affordable__application .additional_tenants_information .form_prefer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.affordable__application .personal_information .form_prefer .title,
.affordable__application .additional_tenants .form_prefer .title,
.affordable__application .additional_tenants_information .form_prefer .title {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width:992px) {
  .affordable__application .personal_information .form_prefer .title,
  .affordable__application .additional_tenants .form_prefer .title,
  .affordable__application .additional_tenants_information .form_prefer .title {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.affordable__application .personal_information .form_prefer .title input,
.affordable__application .additional_tenants .form_prefer .title input,
.affordable__application .additional_tenants_information .form_prefer .title input {
  margin-right: 10px;
}
.affordable__application .personal_information .form_prefer .title input[type=radio],
.affordable__application .additional_tenants .form_prefer .title input[type=radio],
.affordable__application .additional_tenants_information .form_prefer .title input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.affordable__application .personal_information .form_prefer .title .checkmark,
.affordable__application .additional_tenants .form_prefer .title .checkmark,
.affordable__application .additional_tenants_information .form_prefer .title .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #000;
  border-radius: 3px;
}
.affordable__application .personal_information .form_prefer .title .checkmark:after,
.affordable__application .additional_tenants .form_prefer .title .checkmark:after,
.affordable__application .additional_tenants_information .form_prefer .title .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: transparent;
  transform: translate(-50%, -50%);
}
.affordable__application .personal_information .form_prefer .title:hover input ~ .checkmark:after,
.affordable__application .additional_tenants .form_prefer .title:hover input ~ .checkmark:after,
.affordable__application .additional_tenants_information .form_prefer .title:hover input ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #000;
  transform: translate(-50%, -50%);
}
.affordable__application .personal_information .form_prefer .title input:checked ~ .checkmark:after,
.affordable__application .additional_tenants .form_prefer .title input:checked ~ .checkmark:after,
.affordable__application .additional_tenants_information .form_prefer .title input:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #000;
  transform: translate(-50%, -50%);
}
.affordable__application .personal_information .form__item,
.affordable__application .additional_tenants .form__item,
.affordable__application .additional_tenants_information .form__item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width:992px) {
  .affordable__application .personal_information .form__item,
  .affordable__application .additional_tenants .form__item,
  .affordable__application .additional_tenants_information .form__item {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.affordable__application .personal_information .form__item ::-moz-placeholder,
.affordable__application .additional_tenants .form__item ::-moz-placeholder,
.affordable__application .additional_tenants_information .form__item ::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
.affordable__application .personal_information .form__item ::-moz-placeholder, .affordable__application .additional_tenants .form__item ::-moz-placeholder, .affordable__application .additional_tenants_information .form__item ::-moz-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
.affordable__application .personal_information .form__item ::placeholder,
.affordable__application .additional_tenants .form__item ::placeholder,
.affordable__application .additional_tenants_information .form__item ::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
.affordable__application .personal_information .form__item ::-webkit-calendar-picker-indicator,
.affordable__application .additional_tenants .form__item ::-webkit-calendar-picker-indicator,
.affordable__application .additional_tenants_information .form__item ::-webkit-calendar-picker-indicator {
  filter: invert(48%) sepia(30%) saturate(0%) hue-rotate(203deg) brightness(90%) contrast(95%);
  cursor: pointer;
}
.affordable__application .personal_information .form__item .error__message,
.affordable__application .additional_tenants .form__item .error__message,
.affordable__application .additional_tenants_information .form__item .error__message {
  margin: 0;
  color: #d63d42;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 3px;
}
.affordable__application .personal_information .form__item input,
.affordable__application .personal_information .form__item select,
.affordable__application .additional_tenants .form__item input,
.affordable__application .additional_tenants .form__item select,
.affordable__application .additional_tenants_information .form__item input,
.affordable__application .additional_tenants_information .form__item select {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 0 10px;
}
.affordable__application .personal_information .form__item input[type=date],
.affordable__application .personal_information .form__item select[type=date],
.affordable__application .additional_tenants .form__item input[type=date],
.affordable__application .additional_tenants .form__item select[type=date],
.affordable__application .additional_tenants_information .form__item input[type=date],
.affordable__application .additional_tenants_information .form__item select[type=date] {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-family: "Visuelt", sans-serif;
}
.affordable__application .personal_information .form__item input:disabled,
.affordable__application .personal_information .form__item select:disabled,
.affordable__application .additional_tenants .form__item input:disabled,
.affordable__application .additional_tenants .form__item select:disabled,
.affordable__application .additional_tenants_information .form__item input:disabled,
.affordable__application .additional_tenants_information .form__item select:disabled {
  pointer-events: none;
  background-color: #bdbdbd;
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}
.affordable__application .personal_information .form__item .dropdown-box,
.affordable__application .additional_tenants .form__item .dropdown-box,
.affordable__application .additional_tenants_information .form__item .dropdown-box {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 0 10px;
  line-height: 50px;
  cursor: pointer;
}
.affordable__application .personal_information .form__item input:disabled ~ .dropdown-box,
.affordable__application .additional_tenants .form__item input:disabled ~ .dropdown-box,
.affordable__application .additional_tenants_information .form__item input:disabled ~ .dropdown-box {
  pointer-events: none;
  background-color: #bdbdbd;
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}
.affordable__application .personal_information .form__item .dropdown-menu,
.affordable__application .additional_tenants .form__item .dropdown-menu,
.affordable__application .additional_tenants_information .form__item .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  padding: 0;
  list-style: none;
  top: 55px;
  left: 0;
  margin-top: 1px;
  border: 2px solid #000;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
  min-height: 200px;
}
.affordable__application .personal_information .form__item .dropdown-menu.dropdown-menu-show,
.affordable__application .additional_tenants .form__item .dropdown-menu.dropdown-menu-show,
.affordable__application .additional_tenants_information .form__item .dropdown-menu.dropdown-menu-show {
  display: block;
}
.affordable__application .personal_information .form__item .dropdown-menu li,
.affordable__application .additional_tenants .form__item .dropdown-menu li,
.affordable__application .additional_tenants_information .form__item .dropdown-menu li {
  padding: 10px;
  cursor: pointer;
}
.affordable__application .personal_information .form__item .dropdown-menu li:hover,
.affordable__application .additional_tenants .form__item .dropdown-menu li:hover,
.affordable__application .additional_tenants_information .form__item .dropdown-menu li:hover {
  background-color: #ccc;
}
.affordable__application .personal_information .form__item .dropdown-menu li:not(:last-of-type),
.affordable__application .additional_tenants .form__item .dropdown-menu li:not(:last-of-type),
.affordable__application .additional_tenants_information .form__item .dropdown-menu li:not(:last-of-type) {
  padding: 10px 10px 0;
}

.notfound {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.notfound h3 {
  margin: 0;
}
.notfound .line {
  width: 2px;
  height: 27px;
  background-color: #feff00;
  margin: auto;
}
@media only screen and (min-width:992px) {
  .notfound .line {
    width: 4px;
  }
}/*# sourceMappingURL=main.css.map */