/*
Theme Name: Esperanza Tower
Theme URI: https://www.esperanzatower.com
Author: Creative Weblogic
Author URI: http://www.creativeweblogic.com
Description: 2025 web design layout.
Version: 1.0.19
*/
/* Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*COLOR
--------------------------------------------------*/
:root {
  --color_default: #999999;
  --color_gray: #f8f8f8;
  --color_darkgray: #bfbfbf;
  --color_grey: #333333;
  --color_forest_green: #344722;
  --color_charcoal_brown: #413b39;
  --color_off_white: #ededed;
  --color_soft_coral: #f0a382;
  --color_dusty_rose: #c69384;
  --color_peachy_beige: #f3c8aa;
  --color_light_apricot: #f6e3d4;
  --color_brand_blue: #203662;
  --color_brand_yellow: #e89e41;
}

/*DEFAULT
--------------------------------------------------*/
* {
  outline: none !important;
  box-sizing: border-box;
  zoom: 1;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.table {
  border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #333333 !important;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
ul li:last-child {
  margin-bottom: 0 !important;
}

ol {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
ol li {
  margin-bottom: 5px;
}
ol li:last-child {
  margin: 0;
}
ol li:last-child {
  margin-bottom: 0 !important;
}

section {
  position: relative;
}

.hidden {
  display: none;
}

.noscroll {
  padding-right: 17px;
  overflow: hidden;
}

.videoWrapper {
  aspect-ratio: 16/9;
  position: relative;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.25rem * var(--cw-space-x-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.5rem * var(--cw-space-x-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.75rem * var(--cw-space-x-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1rem * var(--cw-space-x-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.25rem * var(--cw-space-x-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.5rem * var(--cw-space-x-reverse));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.75rem * var(--cw-space-x-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(2rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(2rem * var(--cw-space-x-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--cw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--cw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--cw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--cw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--cw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--cw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--cw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--cw-space-y-reverse));
}

.nowrap {
  white-space: nowrap;
}

/*TYPOGRAPHY
--------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

h1, .h1 {
  font-size: 5.5rem;
}

h2, .h2 {
  font-size: 3.5rem;
}

h3, .h3 {
  font-size: 3rem;
}

h4, .h4 {
  font-size: 2.5rem;
}

h5, .h5 {
  font-size: 2rem;
}

h6, .h6 {
  font-size: 1.75rem;
}

p {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

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

/*FORMS
--------------------------------------------------*/
label {
  font-size: 0.75rem;
  padding-left: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}

.form-fields {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.form-fields .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.form-fields .form-group.half {
  width: 50%;
}
.form-fields .btn-wrapper {
  padding: 0 15px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-input {
  width: 100%;
  height: 46px;
  font-size: 1em;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff;
  padding: 0.25rem 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.25rem;
  transition: background-color 0.3s ease-in-out;
}
.form-input:hover, .form-input:focus {
  border-color: var(--color_darkgray);
}
.form-input::-moz-placeholder {
  color: color-mix(in srgb, var(--color_darkgray), white 30%);
}
.form-input::placeholder {
  color: color-mix(in srgb, var(--color_darkgray), white 30%);
}

.form-select {
  width: 100%;
  height: 46px;
  font-size: 1em;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff url(img/icons/chevron-down.svg) right 1rem center no-repeat;
  background-size: 10px 10px;
  padding: 0.25rem 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.3s ease-in-out;
}
.form-select option {
  color: var(--color_default);
}
.form-select option[value=""][disabled] {
  display: none;
}
.form-select:hover, .form-select:focus {
  border-color: var(--color_darkgray);
}

.form-textarea {
  width: 100%;
  height: 200px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff;
  padding: 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.form-textarea:hover, .form-textarea:focus {
  border-color: var(--color_darkgray);
}
.form-textarea::-moz-placeholder {
  color: var(--color_darkgray);
}
.form-textarea::placeholder {
  color: var(--color_darkgray);
}

.form-checkbox {
  font-family: sans-serif;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-checkbox input {
  display: none;
}
.form-checkbox input:checked + .checkmark {
  background-color: var(--color_brand_yellow);
  border-color: var(--color_brand_yellow);
}
.form-checkbox input:checked + .checkmark:after {
  display: block;
}
.form-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
}
.form-checkbox .checkmark:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 5px;
  top: 2px;
  transform: rotate(45deg);
  display: none;
}
.form-checkbox.checkbox-paragraph {
  line-height: 1.25;
  align-items: flex-start;
}
.form-checkbox.readonly {
  pointer-events: none;
}
.form-checkbox.readonly .checkmark {
  background: #e2e2e2;
  border: 2px solid #999;
}

.form-radio-horizontal {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.form-radio-horizontal label {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.form-radio-horizontal label input {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

/*BUTTONS
--------------------------------------------------*/
.btn-xs {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.25rem 0.5rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-sm {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-md {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-lg {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xl {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 1.5rem 1.75rem;
  border: 0;
  border-radius: 0.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xs svg, .btn-sm svg, .btn-md svg, .btn-lg svg, .btn-xl svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.btn-xs:disabled, .btn-sm:disabled, .btn-md:disabled, .btn-lg:disabled, .btn-xl:disabled {
  opacity: 0.5;
}

.btn-full {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.btn-brand_default {
  color: white;
  background: var(--color_default);
}
.btn-brand_default:hover {
  background: var(--color_darkgray);
}

.btn-brand-blue {
  color: white;
  background: var(--color_brand_blue);
  transition: opacity 0.3s ease-in-out;
}
.btn-brand-blue:hover {
  background: var(--color_brand_blue);
  opacity: 0.8;
}

.btn-brand-yellow {
  color: white;
  background: var(--color_brand_yellow);
  transition: opacity 0.3s ease-in-out;
}
.btn-brand-yellow:hover {
  color: white;
  background: var(--color_brand_yellow);
  opacity: 0.8;
}

.btn-peach_beige {
  color: white;
  background: var(--color_soft_coral);
}
.btn-peach_beige:hover {
  background: var(--color_dusty_rose);
}

.btn-line {
  color: var(--color_brand_blue);
  background: none;
  border: 1px solid var(--color_brand_blue);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-line:hover {
  color: var(--color_brand_blue);
  background: #e2e2e2;
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-menu .btn-wrapper {
  width: 17px;
  height: 14px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.btn-menu .btn-wrapper div {
  width: 17px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn-menu:hover .btn-wrapper div {
  background: var(--color_brand_yellow);
}
.btn-menu.close .btn-wrapper div:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.btn-menu.close .btn-wrapper div:nth-child(2) {
  opacity: 0;
}
.btn-menu.close .btn-wrapper div:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.btn-find-close {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-find-close .btn-wrapper {
  width: 17px;
  height: 14px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.btn-find-close .btn-wrapper div {
  width: 17px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn-find-close .btn-wrapper div:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.btn-find-close .btn-wrapper div:nth-child(2) {
  opacity: 0;
}
.btn-find-close .btn-wrapper div:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.btn-find-close:hover .btn-wrapper div {
  background: var(--color_darkgray);
}

.btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: calc(1.5rem - 2px);
  top: 61px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.btn-close:before, .btn-close:after {
  position: absolute;
  left: 14px;
  content: " ";
  height: 31px;
  width: 3px;
  background-color: var(--color_darkgray);
  transition: background-color 0.3s ease-in-out;
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}
.btn-close:hover {
  opacity: 1;
}
.btn-close:hover:before, .btn-close:hover:after {
  background-color: var(--color_brand_blue);
}

/*ANIMATE
--------------------------------------------------*/
.rotate {
  display: block;
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 200;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes dividerGrow {
  from {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.dividerGrow {
  animation-name: dividerGrow;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating {
  animation: floating 3s ease-in-out infinite;
}

/*ANIMATIONS
--------------------------------------------------*/
.animate__animated.animate__delay-25ms {
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-30ms {
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-50ms {
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-75ms {
  animation-delay: 0.75s;
}

.animate__animated.animate__delay-1-5s {
  animation-delay: 1.5s;
}

.animate__animated.animate__delay-2-5s {
  animation-delay: 2.5s;
}

.animate__animated.animate__delay-3-5s {
  animation-delay: 3.5s;
}

.animate__animated.animate__delay-4-5s {
  animation-delay: 4.5s;
}

.animate__animated.animate__delay-5-5s {
  animation-delay: 5.5s;
}

/*RESPONSIVE EMBED
--------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*DESKTOP
--------------------------------------------------*/
body {
  font: 400 14px/1 "Open Sans", sans-serif;
  color: var(--color_default);
  background: white;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: calc(1440px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
}

.flex-container {
  width: 100%;
  display: flex;
}

a {
  color: var(--color_soft_coral);
}
a:hover {
  color: var(--color_dusty_rose);
}

.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-container .col-span-1 {
  grid-column: span 1/span 1;
}
.grid-container .col-span-2 {
  grid-column: span 2/span 2;
}
.grid-container .col-span-3 {
  grid-column: span 3/span 3;
}
.grid-container .col-span-4 {
  grid-column: span 4/span 4;
}
.grid-container .col-span-5 {
  grid-column: span 5/span 5;
}
.grid-container .col-span-6 {
  grid-column: span 6/span 6;
}
.grid-container .col-span-7 {
  grid-column: span 7/span 7;
}
.grid-container .col-span-8 {
  grid-column: span 8/span 8;
}
.grid-container .col-span-9 {
  grid-column: span 9/span 9;
}
.grid-container .col-span-10 {
  grid-column: span 10/span 10;
}
.grid-container .col-span-11 {
  grid-column: span 11/span 11;
}
.grid-container .col-span-12 {
  grid-column: span 12/span 12;
}
.grid-container .col-start-1 {
  grid-column-start: 1;
}

.bg-icon {
  width: auto;
  height: 100%;
  position: absolute;
  right: 5%;
  top: 0;
  opacity: 0.1;
  z-index: 1;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  line-height: 1.2;
  color: var(--color_dusty_rose);
  margin-bottom: 1rem;
}
.typography p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.typography p:last-child {
  margin-bottom: 0;
}
.typography ul, .typography ol {
  padding: 0 0 0 1.25rem;
  margin: 0;
}
.typography ul li, .typography ol li {
  list-style: circle;
  margin-bottom: 0.5rem;
}
.typography ul li:last-child, .typography ol li:last-child {
  margin-bottom: 0;
}

/*HEADER
--------------------------------------------------*/
.cw-header {
  width: 100%;
  height: 90px;
  background: var(--color_brand_blue);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 900;
}
.cw-header .flex-container {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cw-header .flex-container .flex-col {
  display: flex;
}
.cw-header .flex-container .flex-col ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 2.5rem;
}
.cw-header .flex-container .flex-col ul li {
  text-align: center;
}
.cw-header .flex-container .flex-col ul li a {
  text-transform: uppercase;
  color: #ffffff;
  transition: text-shadow 0.3s ease;
}
.cw-header .flex-container .flex-col ul li a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.4);
}
.cw-header .flex-container .flex-col ul li.current-menu-item a {
  color: var(--color_brand_yellow);
}
.cw-header .flex-container .flex-col:last-child {
  flex-grow: 1;
  justify-content: flex-end;
}
.cw-header .flex-container .btn-menu {
  display: none;
  position: relative;
  z-index: 9999;
}
.cw-header .flex-container .btn-menu.close {
  color: var(--color_brand_blue);
}
.cw-header .flex-container .btn-menu.close .btn-wrapper div {
  background: var(--color_brand_blue);
}
.cw-header .flex-container .btn-inquire {
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  letter-spacing: 1px;
  background: none;
  padding: 0.4rem 0.8rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.cw-header .flex-container .btn-inquire:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.cw-header #menu-item-148 a {
  color: #ffffff !important;
}

/*BUILDING
--------------------------------------------------*/
.cw-building {
  width: 100%;
  height: 100vh;
  padding-top: 90px;
  display: flex;
  position: relative;
}
.cw-building img {
  width: 100%;
  height: 100%;
  background-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  overflow: clip;
  z-index: 2;
}
.cw-building img.desktop {
  display: block;
}
.cw-building img.mobile {
  display: none;
}
.cw-building .content {
  width: 100%;
  height: inherit;
  text-align: right;
  color: #ffffff;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.cw-building .content h1 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.cw-building .content .btn-inquire {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 1rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
}
.cw-building .content .btn-inquire:hover {
  background-color: rgba(32, 54, 98, 0.5);
}
.cw-building::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

/*HERO
--------------------------------------------------*/
.cw-hero {
  width: 100%;
  padding-top: 90px;
  display: flex;
  position: relative;
}
.cw-hero .slider {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  z-index: 1;
}
.cw-hero .slider .slick-list {
  width: 100%;
  height: 100% !important;
}
.cw-hero .slider .slick-track {
  height: inherit;
}
.cw-hero .slider .slide {
  height: inherit;
  position: relative;
}
.cw-hero .slider .slide img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  overflow: clip;
  z-index: 2;
}
.cw-hero .slider .slide .content {
  width: 100%;
  height: inherit;
  text-align: right;
  color: #ffffff;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.cw-hero .slider .slide .content h1 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.cw-hero .slider .slide .content .btn-inquire {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 1rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
}
.cw-hero .slider .slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), linear-gradient(to top, rgba(32, 54, 98, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

body.home .cw-hero {
  height: 100vh;
}

/*CONTENT WITH IMAGE
--------------------------------------------------*/
.cw-content-with-image {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.cw-content-with-image .container {
  display: flex;
  flex-direction: column;
  gap: 10rem 0;
}
.cw-content-with-image .flex-container {
  display: flex;
  gap: 0 2.5rem;
}
.cw-content-with-image .flex-container .flex-item-l {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-content-with-image .flex-container .flex-item-l .wrapper {
  width: 100%;
  max-width: 485px;
}
.cw-content-with-image .flex-container .flex-item-l .wrapper h2 {
  color: var(--color_brand_blue);
  margin-bottom: 1.5rem;
}
.cw-content-with-image .flex-container .flex-item-l .wrapper .h5 {
  font-size: 1.5rem;
  line-height: 1.25;
}
.cw-content-with-image .flex-container .flex-item-l .wrapper p {
  line-height: 1.5;
}
.cw-content-with-image .flex-container .flex-item-l .wrapper p.note {
  font-size: 0.9rem;
  font-style: italic;
  color: var(--color_peachy_beige);
  margin-top: 2rem;
}
.cw-content-with-image .flex-container .flex-item-l .wrapper p.note span {
  font-weight: bold;
  color: var(--color_soft_coral);
}
.cw-content-with-image .flex-container .flex-item-r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3.1rem;
}
.cw-content-with-image .flex-container .flex-item-r img {
  width: 100%;
  height: auto;
}
.cw-content-with-image .flex-container .flex-item-r.gap-1 {
  gap: 1rem;
}
.cw-content-with-image .flex-container .flex-item-r .grid-container {
  position: relative;
  gap: 2rem;
  z-index: 2;
}
.cw-content-with-image .flex-container .flex-item-r .grid-container.gap-1 {
  gap: 1rem;
}
.cw-content-with-image .address {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 2rem;
  display: inline-flex;
  align-items: flex-start;
}
.cw-content-with-image .address img {
  margin-right: 0.5rem;
  margin-top: 2px;
}
.cw-content-with-image #introduction-main.slick-slider {
  width: 100%;
  height: auto;
}
.cw-content-with-image #introduction-thumbs.slick-slider {
  width: 100%;
  height: auto;
}
.cw-content-with-image #introduction-thumbs.slick-slider .slick-list {
  margin: 0 -0.5rem;
}
.cw-content-with-image #introduction-thumbs.slick-slider .slick-slide {
  margin: 0 0.5rem;
  position: relative;
  cursor: pointer;
}
.cw-content-with-image #introduction-thumbs.slick-slider .slick-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid var(--color_brand_blue);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cw-content-with-image #introduction-thumbs.slick-slider .slick-slide.slick-current::before {
  opacity: 1;
}
.cw-content-with-image .icons {
  font-weight: 600;
  margin-top: 1.5rem;
  display: flex;
}
.cw-content-with-image .icons .item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-left: 1px solid #e2e2e2;
}
.cw-content-with-image .icons .item div {
  padding: 0.4rem 0 0.4rem 2rem;
}
.cw-content-with-image .icons .item div:first-child {
  padding: 0.4rem 0 0.4rem 2.2rem;
}
.cw-content-with-image .icons .item div.bedroom {
  background: url(img/icons/bedroom.svg) left center no-repeat;
}
.cw-content-with-image .icons .item div.floor-sqm {
  background: url(img/icons/floor-sqm.svg) left center no-repeat;
}
.cw-content-with-image .icons .item div.lot-sqm {
  background: url(img/icons/lot-sqm.svg) left center no-repeat;
}
.cw-content-with-image .icons .item small {
  font-weight: 400;
  color: #999999;
}
.cw-content-with-image .icons .item:first-child {
  padding-left: 0;
  border-left: 0;
}
.cw-content-with-image .icons .item:last-child {
  padding-right: 0;
}
.cw-content-with-image .wpcf7 {
  width: 100%;
}
.cw-content-with-image .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
}
.cw-content-with-image .contact-info {
  margin-top: 2rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-content-with-image .contact-info li {
  text-align: left;
  list-style: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.25rem 0 0.25rem 2rem;
}
.cw-content-with-image .contact-info li.phone {
  background-image: url(img/icons/landline.svg);
}
.cw-content-with-image .contact-info li.mobile {
  background-image: url(img/icons/mobile.svg);
}
.cw-content-with-image .contact-info li.email {
  background-image: url(img/icons/email.svg);
}
.cw-content-with-image form {
  width: 100%;
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 0.25rem;
}
.cw-content-with-image form input, .cw-content-with-image form select, .cw-content-with-image form textarea {
  border-color: #f5f5f5;
  transition: border-color 0.3s ease-in-out;
}
.cw-content-with-image form input:focus, .cw-content-with-image form select:focus, .cw-content-with-image form textarea:focus {
  border-color: var(--color_forest_green);
}
.cw-content-with-image.column-reverse .container .flex-container {
  flex-direction: row-reverse;
}
.cw-content-with-image.even-reverse .container .flex-container:nth-child(even) {
  flex-direction: row-reverse;
}

.cw-title {
  width: 100vw;
  font-size: 6rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  position: fixed;
  left: -42%;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
  transform-origin: center;
  display: inline-block;
  z-index: 2;
  opacity: 0.05;
}

/*CALCULATOR
--------------------------------------------------*/
.cw-calculator {
  width: 100%;
  background: var(--color_brand_blue);
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
.cw-calculator .wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.cw-calculator .heading h5 {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.cw-calculator .heading h5 small {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cw-calculator .selector {
  margin-bottom: 3rem;
  display: flex;
  gap: 0 2rem;
  justify-content: space-between;
}
.cw-calculator .selector .selector-col {
  width: 50%;
}
.cw-calculator .selector .selector-col label {
  color: #ffffff;
}
.cw-calculator .results {
  margin-bottom: 3rem;
  display: flex;
  gap: 0 2rem;
  justify-content: space-evenly;
}
.cw-calculator .results .result-col {
  width: 25%;
}
.cw-calculator .results .result-col .box {
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem 1rem 1.5rem 1rem;
  border-radius: 0.5rem;
}
.cw-calculator .results .result-col .box .amount {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
}
.cw-calculator .results .result-col .box .label {
  font-weight: 600;
  color: #ffffff;
  margin-top: 1rem;
}
.cw-calculator .submit {
  display: flex;
  justify-content: center;
}

/*INQUIRY
--------------------------------------------------*/
.cw-inquiry {
  width: 100%;
  background: var(--color_brand_blue);
  padding: 15rem 0;
  position: relative;
  z-index: 1;
}
.cw-inquiry .wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.cw-inquiry .heading h5 {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.cw-inquiry .heading h5 small {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cw-inquiry .flex-container {
  gap: 0 2rem;
}
.cw-inquiry .flex-container .flex-col {
  width: 50%;
}
.cw-inquiry .flex-container .form-group {
  width: 100%;
  margin-bottom: 1rem;
}
.cw-inquiry .flex-container .form-group label {
  color: #ffffff;
}
.cw-inquiry .flex-container .form-group:last-child {
  margin-bottom: 0;
}
.cw-inquiry .mb2 {
  margin-bottom: 2rem;
}
.cw-inquiry .form-group.form-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-inquiry .wpcf7-spinner {
  margin-top: 2rem;
}
.cw-inquiry .wpcf7-response-output {
  color: #ffffff;
  padding: 1rem !important;
  border-radius: 0.25rem;
}
.cw-inquiry .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  display: block;
}
.cw-inquiry .wpcf7-acceptance label {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cw-inquiry .wpcf7-acceptance label input {
  display: none;
}
.cw-inquiry .wpcf7-acceptance label input:checked + .checkmark {
  background-color: var(--color_brand_yellow);
  border-color: var(--color_brand_yellow);
}
.cw-inquiry .wpcf7-acceptance label input:checked + .checkmark:after {
  display: block;
}
.cw-inquiry .wpcf7-acceptance label .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
}
.cw-inquiry .wpcf7-acceptance label .checkmark:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 5px;
  top: 2px;
  transform: rotate(45deg);
  display: none;
}
.cw-inquiry .wpcf7-acceptance label.checkbox-paragraph {
  line-height: 1.25;
  align-items: flex-start;
}
.cw-inquiry .wpcf7-acceptance label.readonly {
  pointer-events: none;
}
.cw-inquiry .wpcf7-acceptance label.readonly .checkmark {
  background: #e2e2e2;
  border: 2px solid #999;
}

/*UNITS
--------------------------------------------------*/
.cw-units {
  width: 100%;
  background: url(img/ground.jpg) no-repeat;
  background-size: cover;
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.cw-units .unit-wrapper {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
}
.cw-units .container {
  max-width: 1200px;
  position: relative;
}
.cw-units .selector {
  background: var(--color_brand_yellow);
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-units .selector select {
  max-width: 500px;
  border: 0;
  cursor: pointer;
}
.cw-units .selector .heading {
  margin-right: 1.5rem;
}
.cw-units .selector .heading h6 {
  font-weight: 600;
  color: #ffffff;
}
.cw-units .slider-container {
  width: 100%;
  position: relative;
}
.cw-units .slider-container .slider-wrapper {
  padding: 1rem 0;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.cw-units .slider-container.initialized .slider-wrapper {
  visibility: visible;
  position: static;
  left: auto;
}
.cw-units .slider-wrapper {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.cw-units .slider {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  display: block;
}
.cw-units .slider .slide {
  display: flex;
  flex-wrap: wrap;
}
.cw-units .slider .slide .slide-left {
  width: 45%;
  padding: 0 2rem;
}
.cw-units .slider .slide .slide-left img {
  width: 100%;
  height: auto;
}
.cw-units .slider .slide .slide-right {
  width: 55%;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;
}
.cw-units .slider .slide table {
  width: 100%;
  text-align: left;
}
.cw-units .slider .slide table th {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 0.75rem 1.75rem 0.75rem;
  vertical-align: bottom;
}
.cw-units .slider .slide table th small {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  display: block;
}
.cw-units .slider .slide table td {
  padding: 0.75rem;
}
.cw-units .slider .slide table td:last-child {
  text-align: right;
}
.cw-units .arrows {
  width: 55%;
  height: 40px;
  padding: 0 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 2;
}
.cw-units .arrows .slick-prev {
  width: 25px;
  height: 25px;
  background-size: 8px 11px !important;
  background-position: left 8px center !important;
  position: static;
}
.cw-units .arrows .slick-next {
  width: 25px;
  height: 25px;
  background-size: 8px 11px !important;
  background-position: right 8px center !important;
  position: static;
}
.cw-units .slide-count {
  width: 55%;
  height: 40px;
  text-align: center;
  padding: 0 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 1;
}

/*AMENITIES
--------------------------------------------------*/
.cw-amenities {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.cw-amenities .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-amenities .heading h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color_dusty_rose);
  margin-bottom: 1.5rem;
}
.cw-amenities .heading p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.cw-amenities .grid-container .grid-item {
  grid-column: span 5/span 5;
}
.cw-amenities .grid-container .grid-item:last-child {
  grid-column-start: 8;
}
.cw-amenities .listing {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem 2rem;
}
.cw-amenities .listing .item {
  line-height: 1.5;
  padding: 0.1rem 0 0.1rem 1.5rem;
  grid-column: span 6/span 6;
  background-image: url(img/icons/check-green.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/*TEASERS
--------------------------------------------------*/
.cw-teasers {
  width: 100%;
  background: #ffffff;
  background-size: contain;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cw-teasers .footer {
  margin-top: 1.5rem;
}
.cw-teasers .footer .arrows {
  display: flex;
}
.cw-teasers .footer .arrows .slick-prev {
  position: static !important;
}
.cw-teasers .footer .arrows .slick-next {
  margin-left: 30px;
  position: static !important;
}
.cw-teasers .slick-slider {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cw-teasers .slick-slider .slick-slide {
  padding: 0 30px;
  outline: none !important;
}
.cw-teasers .slick-slider .slick-slide .thumb {
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.cw-teasers .slick-slider .slick-slide .thumb img {
  width: 100%;
}
.cw-teasers .slick-slider .slick-slide .thumb a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out, visibility 0.5s ease-in-out;
}
.cw-teasers .slick-slider .slick-slide .thumb a span {
  width: 75px;
  height: 75px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.cw-teasers .slick-slider .slick-slide .thumb a span img {
  max-height: 50px;
  max-height: 50px;
}
.cw-teasers .slick-slider .slick-slide .thumb a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cw-teasers .slick-slider .slick-slide .thumb a:hover span {
  visibility: visible;
}
.cw-teasers .slick-slider .slick-slide .title {
  margin-bottom: 0.5rem;
}
.cw-teasers .slick-slider .slick-slide .title small {
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 1.5rem;
  display: block;
}
.cw-teasers .slick-slider .slick-slide .title a.h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
  color: var(--color_dusty_rose);
  margin-bottom: 0;
  display: block;
}
.cw-teasers .slick-slider .slick-slide .title a.h3:hover {
  color: var(--color_default);
}
.cw-teasers .slick-slider .slick-slide .description p {
  font-size: 0.9rem;
  line-height: 1.5;
}

/*SKETCH MAP
--------------------------------------------------*/
.cw-sketch-map {
  width: 100%;
  background: #ffffff;
}
.cw-sketch-map .wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cw-sketch-map .wrapper .box {
  margin-top: 2rem;
  display: flex;
  gap: 0 1rem;
}
.cw-sketch-map .wrapper .box .btn-sm {
  min-width: 200px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
.cw-sketch-map .wrapper .box .btn-direction {
  color: #ffffff;
  display: none;
}
.cw-sketch-map .wrapper .box .btn-explore {
  cursor: pointer;
}

/*EXPLORE THE AREA
--------------------------------------------------*/
.cw-explore-the-area {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.cw-explore-the-area .flex-container {
  width: 100%;
  height: 100vh;
  padding: 50px;
  display: flex;
  position: relative;
}
.cw-explore-the-area #map {
  width: 50%;
}
.cw-explore-the-area .sidebar {
  width: 50%;
  background: #ffffff;
  padding: 4rem 3rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cw-explore-the-area .sidebar h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 4rem;
}
.cw-explore-the-area .sidebar h6 {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color_brand_blue);
  margin-bottom: 2rem;
}
.cw-explore-the-area .sidebar .accordion {
  flex-grow: 1;
  overflow-y: scroll;
}
.cw-explore-the-area .sidebar .accordion-header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  background: #e2e2e2 url(img/icons/blue/angle-down.svg) right 1rem center no-repeat;
  background-size: 16px 16px;
  padding: 12px 15px;
  margin-bottom: 8px;
  cursor: pointer;
}
.cw-explore-the-area .sidebar .accordion-header.active {
  color: #ffffff;
  background: var(--color_brand_blue) url(img/icons/white/angle-up.svg) right 1rem center no-repeat;
  background-size: 16px 16px;
}
.cw-explore-the-area .sidebar .accordion-body {
  padding: 10px 0;
  display: none;
}
.cw-explore-the-area .sidebar .nearby-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cw-explore-the-area .sidebar .nearby-list li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.cw-explore-the-area .sidebar .nearby-list li:hover {
  color: var(--color_brand_blue);
}
.cw-explore-the-area .sidebar .nearby-list li span {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
  display: block;
}
.cw-explore-the-area .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.no-scroll {
  overflow: hidden;
  height: 100vh; /* Prevents mobile scrolling bounce */
}

/*EMBED VIDEO
--------------------------------------------------*/
.cw-embed-video {
  width: 100%;
  background: var(--color_brand_blue);
  padding: 15rem 0;
  position: relative;
  z-index: 1;
}
.cw-embed-video .container {
  width: 100%;
}
.cw-embed-video .heading h5 {
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.cw-embed-video .heading h5 small {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cw-embed-video .responsive-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.cw-embed-video .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*HOW TO GET HERE
--------------------------------------------------*/
.cw-map {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.cw-map .flex-container {
  display: flex;
  gap: 0 2.5rem;
}
.cw-map .flex-container .flex-item-l {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.1rem;
}
.cw-map .flex-container .flex-item-l .bg {
  width: 100%;
  height: 100%;
}
.cw-map .flex-container .flex-item-l img {
  width: 100%;
  height: auto;
}
.cw-map .flex-container .flex-item-r {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-map .flex-container .flex-item-r .wrapper {
  width: 100%;
  max-width: 485px;
}
.cw-map .flex-container .flex-item-r .wrapper h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--color_dusty_rose);
  margin-bottom: 1.5rem;
}
.cw-map .flex-container .flex-item-r .wrapper p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.cw-map .flex-container .flex-item-r .wrapper p strong {
  color: var(--color_peachy_beige);
}
.cw-map .flex-container .flex-item-r .wrapper p:last-child {
  margin-bottom: 0;
}

/*IMAGE
--------------------------------------------------*/
.cw-image {
  width: 100%;
  position: relative;
  z-index: 3;
}
.cw-image img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*IMAGE SLIDER
--------------------------------------------------*/
.cw-image-slider {
  position: relative;
  z-index: 3;
}
.cw-image-slider .single-item img {
  width: 1440px;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cw-image-slider .footer {
  margin-top: 1.5rem;
}
.cw-image-slider .footer .arrows {
  display: flex;
}
.cw-image-slider .footer .arrows .slick-prev {
  position: static !important;
}
.cw-image-slider .footer .arrows .slick-next {
  margin-left: 30px;
  position: static !important;
}

/*FULL IMAGE
--------------------------------------------------*/
.cw-full-image {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.cw-full-image img {
  height: 100vh;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: clip;
}
.cw-full-image .wrapper-position {
  width: 100%;
  color: #ffffff;
  padding: 10rem 0;
  position: absolute;
  top: 0;
}
.cw-full-image .wrapper-position .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-full-image .wrapper-position .container .headline {
  width: 100%;
  max-width: 815px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.6em;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
  text-shadow: 1px 0 20px #000;
}
.cw-full-image .wrapper-position .container .description {
  width: 100%;
  text-align: center;
  max-width: 815px;
  color: #ffffff;
}
.cw-full-image .wrapper-position .container .description p {
  font-size: 1.25rem;
  line-height: 1.5;
}

/*GOOGLE MAP
--------------------------------------------------*/
.cw-google-map {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.cw-google-map iframe {
  width: 100%;
  height: 750px;
  border: 0;
}

/*CONTENT WRITEUP
--------------------------------------------------*/
.cw-content-writeup {
  width: 100%;
  padding: 10rem 0;
}
.cw-content-writeup .container {
  max-width: 1000px;
}
.cw-content-writeup .container h1, .cw-content-writeup .container .h1 {
  font-size: 5.5rem;
}
.cw-content-writeup .container h2, .cw-content-writeup .container .h2 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}
.cw-content-writeup .container h3, .cw-content-writeup .container .h3 {
  font-size: 3rem;
}
.cw-content-writeup .container h4, .cw-content-writeup .container .h4 {
  font-size: 2.5rem;
}
.cw-content-writeup .container h5, .cw-content-writeup .container .h5 {
  font-size: 2rem;
}
.cw-content-writeup .container h6, .cw-content-writeup .container .h6 {
  font-size: 1.5rem;
}
.cw-content-writeup .container p {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1rem 0;
}
.cw-content-writeup .container p:last-child {
  margin-bottom: 0;
}
.cw-content-writeup .container ol li, .cw-content-writeup .container ul li {
  line-height: 1.5;
}

/*FEATURED ARTICLES
--------------------------------------------------*/
.cw-featured-articles {
  width: 100%;
  background: #ffffff;
}
.cw-featured-articles .heading {
  margin-bottom: 2rem;
}
.cw-featured-articles .heading h2 {
  font-size: 2.15em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.cw-featured-articles .grid-container {
  gap: 4.5rem;
}
.cw-featured-articles .grid-container .grid-item {
  grid-column: span 6/span 6;
}
.cw-featured-articles .grid-container a.thumb {
  margin-bottom: 1.25rem;
  display: block;
}
.cw-featured-articles .grid-container a.thumb img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-featured-articles .grid-container .title {
  margin-bottom: 1.25rem;
}
.cw-featured-articles .grid-container .title a.title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color_default);
  margin-bottom: 0.5rem;
  display: block;
}
.cw-featured-articles .grid-container .title a.title:hover {
  color: var(--color_default);
}
.cw-featured-articles .grid-container .title a.title:hover {
  color: var(--color_darkgray);
}
.cw-featured-articles .grid-container .title small.posted {
  font-size: 1em;
  font-weight: 600;
  color: #999999;
  display: inline-block;
}
.cw-featured-articles .grid-container .agent {
  display: flex;
  align-items: center;
}
.cw-featured-articles .grid-container .agent img {
  margin-right: 0.75rem;
  border-radius: 100%;
}
.cw-featured-articles .grid-container p {
  line-height: 1.7;
}

/*NAV
--------------------------------------------------*/
.cw-nav {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 800;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.cw-nav .sidebar {
  width: 380px;
  height: inherit;
  background: #ffffff;
  -webkit-backdrop-filter: blur(10px) brightness(0.8) !important;
          backdrop-filter: blur(10px) brightness(0.8) !important;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.cw-nav .sidebar ul li {
  margin-bottom: 2rem;
}
.cw-nav .sidebar ul li a {
  font-size: 1.5rem;
  color: var(--color_default);
}
.cw-nav .sidebar ul li a:hover {
  color: var(--color_darkgray);
}
.cw-nav .sidebar ul li.xs {
  display: none;
}
.cw-nav.active .sidebar {
  transform: translateX(0);
}

/*FOOTER
--------------------------------------------------*/
footer {
  color: #ffffff;
  background: var(--color_brand_blue);
  padding: 5rem 0 5rem 0;
  position: relative;
  z-index: 2;
}
footer .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .flex-container .flex-col {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .flex-container .flex-col:last-child {
  justify-content: flex-end;
}
footer ul.menu {
  display: flex;
  flex-direction: column;
}
footer ul.menu li {
  font-weight: 600;
  margin-bottom: 1.25rem;
}
footer ul.menu li a {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer ul.menu li a:hover {
  color: var(--color_soft_coral);
}
footer ul.menu li:last-child {
  margin-right: 0;
}
footer ul.social {
  display: flex;
  align-items: center;
}
footer ul.social li {
  font-weight: 600;
  margin-right: 1.5rem;
}
footer ul.social li a svg {
  position: relative;
  top: 2px;
}
footer ul.social li a svg path, footer ul.social li a svg circle, footer ul.social li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer ul.social li a:hover svg path, footer ul.social li a:hover svg circle, footer ul.social li a:hover svg rect {
  fill: var(--color_soft_coral);
}
footer ul.social li:last-child {
  margin-right: 0;
}
footer .copyright {
  line-height: 1.5;
}
footer .copyright a {
  font-weight: 600;
  color: #ffffff;
}
footer .copyright a:hover {
  color: var(--color_soft_coral);
}

/*BLOCKS
--------------------------------------------------*/
.block-headline {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
}
.block-headline h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color_darkgray);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-headline h5:after {
  content: "";
  width: 115px;
  height: 2px;
  background: var(--color_darkgray);
  margin-top: 0.85rem;
  display: inline-block;
}
.block-headline .description {
  margin-top: 1rem;
}
.block-headline .description p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.block-headline .button {
  margin-top: 4rem;
}
.block-headline.centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-headline.centered p {
  max-width: 50rem;
}

/*SLICK SLIDER
--------------------------------------------------*/
.slick-slide {
  outline: none !important;
}

.slick-dots {
  position: static;
}
.slick-dots li {
  width: 40px;
}
.slick-dots li button {
  width: 40px;
  padding: 15px 0;
}
.slick-dots li button:before {
  font-size: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  display: block;
  position: static;
  transition: all ease-in-out 0.3s;
}
.slick-dots li:hover button:before {
  opacity: 1;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--color_peachy_beige);
  background-size: 8px 15px !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  transform: none !important;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: color-mix(in srgb, var(--color_peachy_beige), black 5%);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow.slick-prev {
  background-image: url(img/icons/angle-left.svg) !important;
  background-position: left 15px center !important;
}
.slick-arrow.slick-next {
  background-image: url(img/icons/angle-right.svg) !important;
  background-position: right 15px center !important;
}

.arrows.invert .slick-arrow:hover, .arrows.invert .slick-arrow:focus {
  background-color: var(--color_default);
}

/*HOVER EFFECTS
--------------------------------------------------*/
.image-zoom {
  display: block;
  overflow: hidden;
}
.image-zoom img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.image-zoom:hover img {
  transform: scale(1.05);
}

/*404
--------------------------------------------------*/
.cw-404 {
  text-align: center;
  padding: 120px 0;
}
.cw-404 h2 {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.cw-404 h2 strong {
  font-size: 5em;
  display: block;
}
.cw-404 p {
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #666666;
  margin-bottom: 45px;
}

/*MENU BODY
--------------------------------------------------*/
.cw-mobile-menu {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.cw-mobile-menu .flex-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cw-mobile-menu .flex-container .flex-item-l {
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}
.cw-mobile-menu .flex-container .flex-item-l svg {
  width: auto;
  height: auto;
}
.cw-mobile-menu .flex-container .flex-item-l svg path, .cw-mobile-menu .flex-container .flex-item-l svg circle, .cw-mobile-menu .flex-container .flex-item-l svg rect {
  fill: #ffffff;
}
.cw-mobile-menu .flex-container .flex-item-l svg .cls-1 {
  fill: var(--color_darkgray);
}
.cw-mobile-menu .flex-container .flex-item-l svg .cls-2 {
  fill: var(--color_default);
}
.cw-mobile-menu .flex-container .flex-item-r {
  width: 100%;
  height: 100vh;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-mobile-menu .flex-container .flex-item-r .wrapper {
  width: 100%;
}
.cw-mobile-menu .flex-container .flex-item-r .searchform {
  display: flex;
  flex-direction: column;
}
.cw-mobile-menu .flex-container .flex-item-r .searchform .flex-container {
  display: flex;
  position: relative;
  gap: 0 1rem;
}
.cw-mobile-menu .flex-container .flex-item-r .searchform .flex-container .form-input {
  height: 40px;
  font-size: 1.25rem;
  background: #f7f7f7;
  border: 0;
  border-radius: 0.5rem;
}
.cw-mobile-menu .flex-container .flex-item-r .searchform .flex-container button {
  background: none;
  border: 0;
  position: absolute;
  right: 0.75rem;
}
.cw-mobile-menu .flex-container .flex-item-r .searchform .flex-container button svg {
  width: 20px;
  height: 20px;
}
.cw-mobile-menu .flex-container .flex-item-r .searchform .flex-container button svg path {
  transition: fill 0.2s ease-in-out;
}
.cw-mobile-menu .flex-container .flex-item-r .searchform .flex-container button:hover svg path {
  fill: var(--color_default);
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu {
  width: 100%;
  max-width: 400px;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li {
  width: 100%;
  position: relative;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li a {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color_darkgray);
  padding: 0.75rem 0;
  display: inline-block;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li a:hover {
  color: var(--color_darkgray);
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li .caret {
  width: 30px;
  height: 30px;
  background: url(img/icons/angle-down.svg) center no-repeat;
  background-size: 15px 15px;
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0.6rem;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.current-menu-item a {
  color: var(--color_darkgray);
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item {
  /* Depth 1*/
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item ul {
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  display: none;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item ul li {
  width: 100%;
  margin: 0 0 0 0;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item ul li a {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  color: var(--color_darkgray);
  padding: 8px 0;
  display: inline-block;
  white-space: nowrap;
  transition: none;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item ul li a:before {
  display: none;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item ul li a:after {
  display: none;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item ul li .caret {
  top: 0.3rem;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item ul li:hover a {
  color: var(--color_darkgray);
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item .menu-parent-item {
  /* Depth 2*/
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item .menu-parent-item > ul {
  display: none;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item .menu-parent-item > ul li a:after {
  display: none;
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item .menu-parent-item > ul li a:hover {
  color: var(--color_darkgray);
}
.cw-mobile-menu .flex-container .flex-item-r ul.menu li.menu-parent-item.active > .caret {
  transform: rotate(-180deg);
  transition: transform 0.3s linear;
}
.cw-mobile-menu .flex-container .logo {
  margin-bottom: 30px;
}

/*OVERRIDE CLASSES
--------------------------------------------------*/
hr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 0;
  margin: 5rem 0;
}

.hidden {
  display: none;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.vcentered {
  justify-content: center !important;
}

.hcentered {
  align-items: center !important;
}

/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  body {
    font-size: 14px;
  }
  .first-gap {
    padding: 10rem 0 10rem 0 !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 3.75rem !important;
  }
  .pt10 {
    padding-top: 7.5rem !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 3.75rem !important;
  }
  .pb10 {
    padding-bottom: 7.5rem !important;
  }
  /*CONTENT WITH IMAGE
  --------------------------------------------------*/
  .cw-title {
    font-size: 4rem;
    left: -48%;
  }
  /*TEASERS
  --------------------------------------------------*/
  .cw-teasers .slick-slider {
    margin: 0 -25px;
  }
  .cw-teasers .slick-slider .slick-slide {
    padding: 0 25px;
  }
  .cw-teasers .slick-slider .slick-slide .title a.h4 {
    font-size: 1.5rem;
  }
  /*FULL IMAGE
  --------------------------------------------------*/
  .cw-full-image .wrapper-position {
    padding: 7rem 0;
  }
  /*FOOTER
  --------------------------------------------------*/
  footer {
    padding: 5rem 0 7rem 0;
  }
}
/*MINI LAPTOP
--------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
  /*CONTENT WITH IMAGE
  --------------------------------------------------*/
  .cw-title {
    width: 100%;
    font-size: 3.5rem;
    position: static;
    transform: none;
    display: inline-block;
    z-index: 2;
    opacity: 0.05;
  }
  /*AMENITIES
  --------------------------------------------------*/
  .cw-amenities .grid-container {
    gap: 5rem 0;
  }
  .cw-amenities .grid-container .grid-item {
    grid-column: span 12/span 12;
  }
  .cw-amenities .grid-container .grid-item:last-child {
    grid-column-start: auto;
  }
  .cw-amenities .listing {
    gap: 0.75rem 2rem;
  }
}
/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  body {
    font-size: 12px;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 2.5rem !important;
  }
  .pt10 {
    padding-top: 5rem !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 2.5rem !important;
  }
  .pb10 {
    padding-bottom: 5rem !important;
  }
  .page-id-9 .pt10 {
    padding-top: 10rem !important;
  }
  /*HEADER
  --------------------------------------------------*/
  .cw-header {
    width: 100%;
    height: 60px;
    background: var(--color_brand_blue);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    z-index: 900;
  }
  .cw-header .flex-container .flex-col {
    width: 50%;
  }
  .cw-header .flex-container .flex-col img.logo {
    width: 200px;
    height: auto;
  }
  .cw-header .flex-container .flex-col:last-child {
    justify-content: flex-end;
  }
  .cw-header .flex-container .flex-col:last-child ul {
    display: none;
  }
  .cw-header .flex-container .btn-menu {
    display: flex;
  }
  /*BUILDING
  --------------------------------------------------*/
  .cw-building {
    padding-top: 60px;
  }
  .cw-building img.desktop {
    display: none;
  }
  .cw-building img.mobile {
    display: block;
  }
  .cw-building .content {
    text-align: center;
    align-items: center;
    justify-content: flex-end;
  }
  .cw-building::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
  /*CONTENT WITH IMAGE
  --------------------------------------------------*/
  .cw-content-with-image .flex-container .flex-item-r {
    gap: 1.5rem;
  }
  .cw-content-with-image .flex-container .flex-item-r .grid-container {
    gap: 1.5rem 1rem;
  }
  .cw-content-with-image .flex-container .flex-item-r .grid-container.gap-1 {
    gap: 1rem;
  }
  .cw-content-with-image form {
    padding: 1.5rem;
  }
  /*TEASERS
  --------------------------------------------------*/
  .cw-teasers .slick-slider {
    margin: 0 -20px;
  }
  .cw-teasers .slick-slider .slick-slide {
    padding: 0 20px;
  }
  .cw-teasers .slick-slider .slick-slide .title a.h4 {
    font-size: 1.4rem;
  }
  /*HOW TO GET HERE
  --------------------------------------------------*/
  .cw-map .flex-container {
    flex-direction: column;
    gap: 0 2.5rem;
  }
  .cw-map .flex-container .flex-item-l {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cw-map .flex-container .flex-item-r {
    width: 100%;
  }
  .cw-map .flex-container .flex-item-r .wrapper {
    width: 100%;
    max-width: none;
  }
  /*FULL IMAGE
  --------------------------------------------------*/
  .cw-full-image .wrapper-position {
    padding: 6rem 0;
  }
  /*CALCULATOR
  --------------------------------------------------*/
  .cw-calculator {
    padding: 8rem 0;
  }
  .cw-calculator .selector {
    margin-bottom: 2rem;
  }
  .cw-calculator .results {
    margin: 0 -1rem;
    gap: 0;
    flex-wrap: wrap;
  }
  .cw-calculator .results .result-col {
    width: 50%;
    padding: 1rem;
  }
  /*UNITS
  --------------------------------------------------*/
  .cw-units {
    padding: 8rem 0;
  }
  /*CONTENT WRITEUP
  --------------------------------------------------*/
  .cw-content-writeup {
    padding: 10rem 0;
  }
  /*FOOTER
  --------------------------------------------------*/
  footer {
    padding: 4rem 0 4rem 0;
  }
  footer .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  footer .flex-container .flex-col {
    width: 33.33%;
    justify-content: flex-start;
  }
  footer .flex-container .flex-col:first-child {
    margin-bottom: 2rem;
  }
}
/*MOBILE LANDSCAPE
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 11px;
  }
  .container {
    width: 100%;
    max-width: calc(1440px + 2rem);
    padding: 0 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*CONTENT WITH IMAGE
  --------------------------------------------------*/
  .cw-content-with-image .flex-container {
    flex-direction: column;
    gap: 2rem 0;
  }
  .cw-content-with-image .flex-container .flex-item-l {
    width: 100%;
    text-align: center;
  }
  .cw-content-with-image .flex-container .flex-item-r {
    width: 100%;
  }
  .cw-content-with-image .flex-container .flex-item-r .wrapper {
    width: 100%;
    max-width: 485px;
  }
  .cw-content-with-image .icons {
    justify-content: center;
  }
  .cw-content-with-image.column-reverse .container .flex-container {
    flex-direction: column;
  }
  .cw-content-with-image.even-reverse .container .flex-container:nth-child(even) {
    flex-direction: column;
  }
  /*CALCULATOR
  --------------------------------------------------*/
  .cw-calculator {
    padding: 6rem 0;
  }
  .cw-calculator .results .result-col {
    width: 100%;
  }
  /*INQUIRY
  --------------------------------------------------*/
  .cw-inquiry {
    padding: 10rem 0;
  }
  .cw-inquiry .heading h5, .cw-inquiry .heading .h5 {
    font-size: 1.5rem;
  }
  .cw-inquiry .flex-container {
    gap: 0 0rem;
    flex-direction: column;
  }
  .cw-inquiry .flex-container .flex-col {
    width: 100%;
  }
  .cw-inquiry .flex-container .flex-col:first-child {
    margin-bottom: 1rem;
  }
  /*SKETCH MAP
  --------------------------------------------------*/
  .cw-sketch-map .wrapper .box {
    flex-direction: column;
    gap: 0.5rem 0;
  }
  .cw-sketch-map .wrapper .box .btn-direction {
    color: #ffffff;
    display: block;
  }
  .cw-sketch-map .wrapper .box .btn-explore {
    display: none;
  }
  /*UNITS
  --------------------------------------------------*/
  .cw-units {
    padding: 6rem 0;
  }
  .cw-units .selector {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cw-units .selector select {
    max-width: 500px;
    border: 0;
  }
  .cw-units .selector .heading {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .cw-units .selector .heading h6 {
    color: #ffffff;
    text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  }
  .cw-units .slider .slide .slide-left {
    width: 100%;
    padding: 0 2rem;
  }
  .cw-units .slider .slide .slide-right {
    width: 100%;
    background: #ffffff;
    padding: 1rem 1rem 5rem 1rem;
  }
  .cw-units .arrows {
    width: 105%;
    height: 40px;
    padding: 0 2.75rem;
  }
  .cw-units .slide-count {
    width: 100%;
    height: 40px;
    padding: 0 2.75rem;
  }
  /*AMENITIES
  --------------------------------------------------*/
  .cw-amenities .listing {
    gap: 0.75rem 0;
  }
  .cw-amenities .listing .item {
    grid-column: span 12/span 12;
  }
  /*TEASERS
  --------------------------------------------------*/
  .cw-teasers .carousel-holder {
    width: 100% !important;
  }
  .cw-teasers .slick-slider {
    margin: 0 -10px;
  }
  .cw-teasers .slick-slider .slick-slide {
    padding: 0 10px;
  }
  /*FULL IMAGE
  --------------------------------------------------*/
  .cw-full-image .wrapper-position {
    padding: 4rem 0;
  }
  .cw-full-image .wrapper-position .container .headline {
    font-size: 2em;
    margin-bottom: 1.5rem;
  }
  /*NAV
  --------------------------------------------------*/
  .cw-nav .sidebar {
    width: 100%;
  }
  .cw-nav .sidebar ul li {
    margin-bottom: 1.5rem;
  }
  .cw-nav .sidebar ul li a {
    font-size: 1.25rem;
  }
  .cw-nav .sidebar ul li.xs {
    display: block;
  }
  /*FOOTER
  --------------------------------------------------*/
  footer {
    padding: 3rem 0 3rem 0;
  }
  footer .flex-container .flex-col {
    width: 50%;
  }
  footer .flex-container .flex-col:first-child {
    width: 100%;
  }
  footer .flex-container .flex-col:last-child {
    width: 100%;
    margin-top: 4rem;
    justify-content: flex-start;
  }
  /*SLICK SLIDER
  --------------------------------------------------*/
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow.slick-prev {
    background-position: left 10px center !important;
  }
  .slick-arrow.slick-next {
    background-position: right 10px center !important;
  }
}
/*MOBILE PORTRAIT
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /*CONTENT WITH IMAGE
  --------------------------------------------------*/
  .cw-title {
    font-size: 3rem;
  }
  /*FULL IMAGE
  --------------------------------------------------*/
  .cw-full-image .wrapper-position {
    padding: 3rem 0;
  }
  .cw-full-image .wrapper-position .container .headline {
    font-size: 1.5em;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */