@font-face {
  font-family: avenirNextRegular;
  src: url(../fonts/avenir-next-lt-pro-regular.otf);
}

@font-face {
  font-family: avenirNextDemi;
  src: url(../fonts/avenir-next-demi.ttf);
}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

body {
  font-family: Barlow, sans-serif;
}

h1,
  h2,
  h3 {
  font-family: Rufina, serif;
  letter-spacing: 0.05em;
}

h1,
  h2,
  p {
  line-height: 1.25 !important;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {

  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {

  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {

  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.main {
  --tw-translate-y: 25vh;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

  .main {
    --tw-translate-y: 18vh;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.main {
    transition: 0.8s ease-out;
    transition-delay: 2.4s;
  }

.main h1,
    .main .cta,
    .main .logo-dark,
    .main .logo-white {
      transition: 0.8s ease-out;
      transition-delay: 2.4s;
    }

.main h1,
    .main .cta {
  --tw-translate-y: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.main .logo-dark,
    .main .logo-white {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.main .logo-dark {
  opacity: 0;
}

.main.appear {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.main.appear h1,
      .main.appear .cta {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.main.appear .logo-dark {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.main.appear .logo-white {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.ele {
    opacity: 0;
    transition: 1.2s;
  }

.ele.appear {
      opacity: 1;
      transform: translate(0);
    }

.logo-vesta {
  height: auto;
  width: 60px;
}

@media (min-width: 1024px) {

  .logo-vesta {
    width: 80px;
  }
}

nav {
    transition: 0.5s;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    opacity: 0;
  }

nav .nav-wrap {
      transition: 0.2s;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 0.75rem;
    }

@media (min-width: 1024px) {

  nav .nav-wrap {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.menu.slide-in {
    right: 0;
  }

.menu a {
  font-family: Barlow, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity));
}

.button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

@media (min-width: 1024px) {

  .button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

img {
  width: 100%;
}

section {
  }

.pt-theme {
  padding-top: 60px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
  }

.feat-card {
  display: flex;
  min-height: calc(100vh - 130px);
  flex-direction: column;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .feat-card {
    height: calc(100vh - 60px);
    min-height: calc(100vh - 78px);
    border-left-width: 1px;
    border-right-width: 1px;
  }
}

.feat-card .image {
  position: relative;
}

.feat-card .image img {
  max-height: calc(100vh - 480px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {

  .feat-card .image img {
    height: calc(100vh - 300px);
    max-height: 400px;
  }
}

@media (min-width: 1024px) {

  .feat-card .image img {
    height: calc(100vh - 460px);
  }
}

.feat-card .image .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 6rem;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(0,0,0,0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.feat-card .info {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {

  .feat-card .info {
    row-gap: 1.25rem;
    border-width: 0px;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

.feat-card .info .headings {
  position: absolute;
  top: -2.25rem;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .feat-card .info .headings {
    top: -84px;
    display: flex;
    height: 76px;
    align-items: flex-end;
  }

  .feat-card .info .headings h3 {
    display: none;
  }
}

.feat-card .info .headings h2 {
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {

  .feat-card .info .headings h2 {
    margin-top: 0px;
    font-size: 24px;
  }
}

.feat-card .info .item {
  width: 50%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.025em;
}

@media (min-width: 640px) {

  .feat-card .info .item {
    width: 33.333333%;
  }
}

@media (min-width: 1024px) {

  .feat-card .info .item {
    width: 50%;
  }
}

.feat-card .info .item .icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  width: 3.5rem;
}

@media (min-width: 1024px) {

  .feat-card .info .item .icon {
    width: 4rem;
  }
}

.feat-card .info .item p {
  font-size: 12px;
}

@media (min-width: 1024px) {

  .feat-card .info .item p {
    font-size: 14px;
  }
}

.splide .splide__arrow {
  width: 1rem;
  background-color: transparent;
  opacity: 1;
      transition: 0.2s;
}

.splide .splide__arrow:disabled {
        opacity: 0.3 !important;
      }

.splide .splide__arrow svg {
  height: 100%;
  width: 100%;
}

.splide .splide__pagination .splide__pagination__page {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  opacity: 1;
}

.splide .splide__pagination .splide__pagination__page.is-active {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  border-style: solid;
}

.splide#splide-features .splide__arrow {
  top: auto;
  bottom: 2.25rem;
}

.splide#splide-features .splide__arrow.splide__arrow--prev {
  left: 30vw;
}

.splide#splide-features .splide__arrow.splide__arrow--next {
  right: 30vw;
}

.splide#splide-features .splide__arrow svg {
  fill: #fff;
}

.splide#splide-features .splide__pagination {
  bottom: 3.5rem;
}

.splide#splide-features .splide__pagination .splide__pagination__page {
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 38 / var(--tw-bg-opacity));
}

.splide#splide-features .splide__pagination .splide__pagination__page.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 231 242 / var(--tw-bg-opacity));
}

.splide#splide-facilities .splide__arrow {
  top: auto;
  bottom: 0px;
}

.splide#splide-facilities .splide__arrow.splide__arrow--prev {
  left: 30vw;
}

@media (min-width: 1024px) {

  .splide#splide-facilities .splide__arrow.splide__arrow--prev {
    left: 44vw;
  }
}

.splide#splide-facilities .splide__arrow.splide__arrow--next {
  right: 30vw;
}

@media (min-width: 1024px) {

  .splide#splide-facilities .splide__arrow.splide__arrow--next {
    right: 44vw;
  }
}

.splide#splide-facilities .splide__arrow svg {
  fill: #001726;
}

.splide#splide-facilities .splide__pagination {
  bottom: 1.5rem;
}

.splide#splide-facilities .splide__pagination .splide__pagination__page {
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 38 / var(--tw-bg-opacity));
}

.splide#splide-facilities .splide__pagination .splide__pagination__page.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 23 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.splide#splide-floorplans .splide__arrow {
  top: auto;
  bottom: -1.5rem;
}

.splide#splide-floorplans .splide__arrow.splide__arrow--prev {
  left: 30vw;
}

@media (min-width: 1024px) {

  .splide#splide-floorplans .splide__arrow.splide__arrow--prev {
    left: 44vw;
  }
}

.splide#splide-floorplans .splide__arrow.splide__arrow--next {
  right: 30vw;
}

@media (min-width: 1024px) {

  .splide#splide-floorplans .splide__arrow.splide__arrow--next {
    right: 44vw;
  }
}

.splide#splide-floorplans .splide__arrow svg {
  fill: #fff;
}

.splide#splide-floorplans .splide__pagination {
  bottom: 0px;
}

.splide#splide-floorplans .splide__pagination .splide__pagination__page {
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 38 / var(--tw-bg-opacity));
}

.splide#splide-floorplans .splide__pagination .splide__pagination__page.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 23 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.fp-tab {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  line-height: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.3;
}

.fp-tab .circle {
  height: 1.5rem;
  width: 1.5rem;
}

.fp-tab h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {

  .fp-tab h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fp-tab.selected {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 164 225 / var(--tw-text-opacity));
}

.fp-tab.selected .circle {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 231 242 / var(--tw-bg-opacity));
}

.fp-item {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 1024px) {

  .fp-item {
    display: flex;
    max-width: 80rem;
    align-items: flex-end;
    justify-content: space-around;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.fp-img {
  margin-top: 1.25rem;
  height: calc(100vh - 470px);
  max-width: 32rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {

  .fp-img {
    height: calc(100vh - 270px);
    max-height: 600px;
  }
}

.fp-tower-img {
  max-height: 140px;
  max-width: 28rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

@media (min-width: 1024px) {

  .fp-tower-img {
    margin-left: 3rem;
    height: calc(100vh - 340px);
    max-height: 600px;
  }
}

.facilities h2 {
  margin-bottom: 0.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 23 38 / var(--tw-border-opacity));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #FBE7F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 231 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  padding-bottom: 0.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {

  .facilities h2 {
    background-image: none;
  }
}

.facilities h2,
    .facilities h3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.facilities .photo {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {

  .facilities .photo {
    display: none;
  }
}

.facilities .wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -55px;
  max-width: 80rem;
}

@media (min-width: 768px) {

  .facilities .wrap {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1024px) {

  .facilities .wrap {
    margin-top: 0px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.facilities .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {

  .facilities .content {
    margin-top: 2rem;
    margin-left: 0.5rem;
    display: flex;
    max-width: none;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.facilities .content .plan {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 550px);
  max-height: 600px;
  min-height: 200px;
  width: 100%;
}

@media (min-width: 768px) {

  .facilities .content .plan {
    height: calc(100vh - 360px);
  }
}

@media (min-width: 1024px) {

  .facilities .content .plan {
    margin-top: -3.5rem;
    margin-right: 0px;
    height: calc(100vh - 260px);
    width: 50%;
  }
}

.facilities .content .plan img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.facilities .content .plan img.base {
  display: block;
}

.facilities .content .plan img.selected {
  z-index: 10;
  display: block;
}

.facilities .legend {
  margin-top: 1.25rem;
  display: grid;
  max-width: 32rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

@media (min-width: 1024px) {

  .facilities .legend {
    margin-top: 0px;
    margin-left: 1rem;
    width: 50%;
  }
}

.facilities .legend ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 0.75rem;
}

@media (min-width: 1024px) {

  .facilities .legend ul {
    row-gap: 1rem;
  }
}

.facilities .legend li {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 1024px) {

  .facilities .legend li {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {

  .facilities .legend li {
    font-size: 18px;
  }
}

.facilities .legend li span {
  min-width: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(105 128 175 / var(--tw-text-opacity));
}

.gallery h3 {
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  .gallery h3 {
    display: none;
  }
}

.gallery h4 {
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  font-family: Rufina, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.gallery h4.selected {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 23 38 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {

  .gallery .extend-gap {
    width: 64vw;
  }
}

.gallery .splide {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {

  .gallery .splide {
    padding-bottom: 1.25rem;
  }
}

.gallery .splide .splide__slide a img {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery .splide .splide__arrow {
  top: auto;
  bottom: -3rem;
}

@media (min-width: 1024px) {

  .gallery .splide .splide__arrow {
    bottom: -2.25rem;
  }
}

.gallery .splide .splide__arrow.splide__arrow--prev {
  left: 1.25rem;
}

@media (min-width: 1024px) {

  .gallery .splide .splide__arrow.splide__arrow--prev {
    left: 1.75rem;
  }
}

.gallery .splide .splide__arrow.splide__arrow--next {
  right: 1.25rem;
}

@media (min-width: 1024px) {

  .gallery .splide .splide__arrow.splide__arrow--next {
    right: 1.75rem;
  }
}

.gallery .splide .splide__arrow svg {
  fill: #001726;
}

.gallery .splide .splide__pagination {
  bottom: -1.5rem;
}

@media (min-width: 1024px) {

  .gallery .splide .splide__pagination {
    bottom: -1rem;
  }
}

.gallery .splide .splide__pagination .splide__pagination__page {
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 38 / var(--tw-bg-opacity));
}

.gallery .splide .splide__pagination .splide__pagination__page.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 23 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.site-progress-month {
  cursor: pointer;
  font-family: avenirNextRegular, sans-serif;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(4 85 140 / var(--tw-text-opacity));
}

@media (min-width: 500px) {

  .site-progress-month {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1024px) {

  .site-progress-month {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.site-progress-month.selected {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(4 85 140 / var(--tw-border-opacity));
}

.splide.splide-siteprogress {
  display: none;
}

.splide.splide-siteprogress.selected {
  display: block;
}

.site-progress-month-bar {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(4 85 140 / var(--tw-border-opacity));
}

@media (min-width: 500px) {

  .site-progress-month-bar {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

@media (min-width: 1024px) {

  .site-progress-month-bar {
    margin-left: 0px;
    margin-right: 0px;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

@media (min-width: 1280px) {

  .site-progress-month-bar {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.site-progress-month-bar.selected {
  display: flex;
}

.sp-year-menu {
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-family: avenirNextDemi, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sp-year-menu .sp-year-dropdown {
  visibility: hidden;
  position: absolute;
  top: 0.875rem;
  z-index: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(150 150 150 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {

  .sp-year-menu .sp-year-dropdown {
    top: 1rem;
  }
}

.sp-year-menu .sp-year-menu-item {
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sp-year-menu .sp-year-menu-item img {
  opacity: 0;
}

.sp-year-menu .sp-year-menu-item.selected {
  visibility: visible;
  position: static;
  z-index: 20;
  order: 1;
  margin-top: 0px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 140 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  opacity: 1;
}

.sp-year-menu .sp-year-menu-item.selected img {
  opacity: 1;
}

.sp-year-menu.active .sp-year-dropdown {
  visibility: visible;
  z-index: 20;
  opacity: 1;
}

.intro .fp-overflow {
  height: 100%;
}

.seamless-convenience .fp-overflow {
  height: 100%;
}

.metropolis .fp-overflow {
  height: 100%;
}

.floor-plans .fp-overflow {
  height: 100%;
}

.unique-features .fp-overflow {
  height: 100%;
}

.unique-features.fp-table {
  justify-content: stretch;
}

.location .tab {
  font-weight: 600;
}

.location .tab .tab-wrap {
  display: flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.location .tab .circle {
  margin-left: 0.125rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 38 / var(--tw-bg-opacity));
}

.location .tab .loc-info {
  display: none;
  padding-left: 1.75rem;
  padding-top: 0.75rem;
}

@media (min-width: 1024px) {

  .location .tab .loc-info {
    padding-left: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
  }
}

.location .tab .loc-info.last {
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {

  .location .tab .loc-info.last {
    padding-bottom: 1.75rem;
  }
}

.location .tab.selected .circle {
  --tw-scale-x: 1.8;
  --tw-scale-y: 1.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.location .tab.selected .loc-info {
  display: block;
}

.location .tab.selected .loc-info img {
  max-width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

#frmLeadGen input {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {

  #frmLeadGen input {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#frmLeadGen input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(104 134 184 / var(--tw-text-opacity));
}

#frmLeadGen input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(104 134 184 / var(--tw-text-opacity));
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0;
  padding-left: 1.25rem;
    animation: fadeIn 0.3s;
    z-index: 9999;
}

.modal .modal-wrap {
  height: 90vh;
  max-height: 520px;
  width: 100%;
  max-width: 900px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .modal .modal-wrap {
    max-height: 800px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.modal .close-btn {
  margin-right: -0.5rem;
  margin-left: auto;
  width: 1.5rem;
  cursor: pointer;
}

.modal .title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {

  .modal .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.modal p span {
  font-weight: 600;
}

.footer-modal {
  margin-left: auto;
  margin-right: auto;
  max-height: 100vh;
  max-width: 630px;
  overflow: auto;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {

  .footer-modal {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.footer-modal {
    box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.3);
  }

.footer-modal .title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-modal p,
    .footer-modal li {
  font-size: 14px;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-right-5 {
  right: -1.25rem;
}

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.-mb-\[30px\] {
  margin-bottom: -30px;
}

.-mb-\[40px\] {
  margin-bottom: -40px;
}

.-ml-\[16vw\] {
  margin-left: -16vw;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-\[27vw\] {
  margin-top: -27vw;
}

.-mt-\[30vw\] {
  margin-top: -30vw;
}

.-mt-\[38vw\] {
  margin-top: -38vw;
}

.-mt-\[40px\] {
  margin-top: -40px;
}

.-mt-\[7vw\] {
  margin-top: -7vw;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-\[25\.5vw\] {
  height: 25.5vw;
}

.h-\[38vh\] {
  height: 38vh;
}

.h-\[50vh\] {
  height: 50vh;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[calc\(100vh-140px\)\] {
  height: calc(100vh - 140px);
}

.h-\[calc\(100vh-300px\)\] {
  height: calc(100vh - 300px);
}

.h-\[calc\(100vh-360px\)\] {
  height: calc(100vh - 360px);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[600px\] {
  max-height: 600px;
}

.max-h-\[calc\(100vh-100px\)\] {
  max-height: calc(100vh - 100px);
}

.max-h-\[calc\(100vh-420px\)\] {
  max-height: calc(100vh - 420px);
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-\[360px\] {
  min-height: 360px;
}

.min-h-\[calc\(100vh-100px\)\] {
  min-height: calc(100vh - 100px);
}

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-h-full {
  min-height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[150vw\] {
  width: 150vw;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[66vw\] {
  width: 66vw;
}

.w-\[80vw\] {
  width: 80vw;
}

.w-\[90\%\] {
  width: 90%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[240px\] {
  max-width: 240px;
}

.max-w-\[280px\] {
  max-width: 280px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[330px\] {
  max-width: 330px;
}

.max-w-\[380px\] {
  max-width: 380px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[412px\] {
  max-width: 412px;
}

.max-w-\[418px\] {
  max-width: 418px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[740px\] {
  max-width: 740px;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-grow {
  flex-grow: 1;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[200px\] {
  --tw-translate-y: -200px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[100px\] {
  --tw-translate-x: 100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[200px\] {
  --tw-translate-y: 200px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[50\%\] {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-themeBlack {
  --tw-border-opacity: 1;
  border-color: rgb(0 23 38 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#374052\] {
  --tw-bg-opacity: 1;
  background-color: rgb(55 64 82 / var(--tw-bg-opacity));
}

.bg-\[\#4C586C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 88 108 / var(--tw-bg-opacity));
}

.bg-\[\#B4A8B5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(180 168 181 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-themeBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 38 / var(--tw-bg-opacity));
}

.bg-themeBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(4 85 140 / var(--tw-bg-opacity));
}

.bg-themePink {
  --tw-bg-opacity: 1;
  background-color: rgb(223 194 222 / var(--tw-bg-opacity));
}

.bg-themePinkLight {
  --tw-bg-opacity: 1;
  background-color: rgb(251 231 242 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[rgba\(76\2c 88\2c 108\2c 0\.8\)\] {
  --tw-gradient-from: rgba(76,88,108,0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(76, 88, 108, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[rgba\(4\2c 86\2c 140\2c 0\.8\)\] {
  --tw-gradient-to: rgba(4,86,140,0.8) var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pt-32 {
  padding-top: 8rem;
}

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-themeBlack {
  --tw-text-opacity: 1;
  color: rgb(0 23 38 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#frmLeadGen .country {
  width: 33% !important;
  line-height: 1 !important;
  position: absolute;
  left: 0px;
  padding-left: 1.25rem;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {

  #frmLeadGen .country {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.mobileInput {
  padding-left: 1rem !important;
}

@media (min-width: 1024px) {

  .mobileInput {
    padding-left: 1.25rem !important;
  }
}

.iti {
  width: 100% !important;
}

.iti__flag-container {
  width: calc(33% + 20px) !important;
  padding-right: 0.25rem;
  font-family: Barlow, sans-serif;
}

.iti__arrow {
  border-top: 4px solid black !important;
}

@media only screen and (min-width: 768px) {

.iti__arrow {
    border-width: 6px !important;
    border-bottom: 0 !important
}
  }

.iti__selected-flag {
  justify-content: flex-end !important;
  padding: 0px !important;
}

.iti__flag {
  display: none;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"] {
  width: 58%;
  margin-left: calc(33% + 28px) !important;
}

.iti__country-list {
  color: black !important;
}

.wcs_fixed_right {
  right: 10px !important;
}

@media (min-width: 1024px) {

  .wcs_fixed_right {
    right: 1.25rem !important;
  }
}

@media (min-width: 500px) {

  .fm\:overflow-visible {
    overflow: visible;
  }
}

@media (min-width: 640px) {

  .sm\:-bottom-\[5vw\] {
    bottom: -5vw;
  }

  .sm\:-left-\[30vw\] {
    left: -30vw;
  }

  .sm\:right-\[15vw\] {
    right: 15vw;
  }

  .sm\:-mt-\[6vw\] {
    margin-top: -6vw;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-\[10vw\] {
    margin-left: 10vw;
  }

  .sm\:ml-\[45vw\] {
    margin-left: 45vw;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-\[170vh\] {
    height: 170vh;
  }

  .sm\:max-h-\[80vh\] {
    max-height: 80vh;
  }

  .sm\:w-\[120vw\] {
    width: 120vw;
  }

  .sm\:w-\[36vw\] {
    width: 36vw;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:from-\[rgba\(4\2c 86\2c 140\2c 0\.8\)\] {
    --tw-gradient-from: rgba(4,86,140,0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(4, 86, 140, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:to-\[rgba\(223\2c 194\2c 222\2c 0\.8\)\] {
    --tw-gradient-to: rgba(223,194,222,0.8) var(--tw-gradient-to-position);
  }
}

@media (min-width: 768px) {

  .md\:-mt-\[20vw\] {
    margin-top: -20vw;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:-ml-\[21vw\] {
    margin-left: -21vw;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[26\.7vw\] {
    height: 26.7vw;
  }

  .lg\:h-\[calc\(100vh-140px\)\] {
    height: calc(100vh - 140px);
  }

  .lg\:h-\[calc\(100vh-300px\)\] {
    height: calc(100vh - 300px);
  }

  .lg\:h-\[calc\(100vh-340px\)\] {
    height: calc(100vh - 340px);
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-\[64vw\] {
    width: 64vw;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-\[294px\] {
    max-width: 294px;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:-translate-x-\[20\%\] {
    --tw-translate-x: -20%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-\[50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-\[100\%\] {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-\[200\%\] {
    --tw-translate-y: -200%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:pl-\[calc\(50vw-584px\)\] {
    padding-left: calc(50vw - 584px);
  }
}

@media (min-width: 1536px) {

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
