/*
! tailwindcss v3.4.4 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Noto Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
  @font-face {
    font-family: "Weave Pro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/brand-homes/assets/fonts/WeavePernodRicardPro-Regular.woff2") format("woff2"), url("/wp-content/themes/brand-homes/assets/fonts/WeavePernodRicardPro-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Noto Sans";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-Regular.woff2") format("woff2"), url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Noto Sans";
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    src: url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-Italic.woff2") format("woff2"), url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-Italic.woff") format("woff");
  }
  @font-face {
    font-family: "Noto Sans";
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-ExtraLight.woff") format("woff");
  }
  @font-face {
    font-family: "Noto Sans";
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    src: url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-ExtraLightItalic.woff2") format("woff2"), url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-ExtraLightItalic.woff") format("woff");
  }
  @font-face {
    font-family: "Noto Sans";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-Bold.woff2") format("woff2"), url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "Noto Sans";
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/brand-homes/assets/fonts/NotoSans-BoldItalic.woff") format("woff");
  }
  html {
    font-size: 10px;
  }
  body#brandhomes, .interface-navigable-region#brandhomes {
  --tw-bg-opacity: 1;
  background-color: rgb(226 222 216 / var(--tw-bg-opacity));
  font-family: Noto Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
    font-size: 1.6rem;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
  html.lenis {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  .lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
  .h1, .wysiwyg h1 {
  font-family: Weave Pro, serif;
  font-weight: 400;
  line-height: 1;
    font-size: 19.2vw;
}
  @media (min-width: 768px) {
    .h1, .wysiwyg h1 {
      font-size: 9.5923261391vw;
    }
  }
  @media (min-width: 1024px) {
    .h1, .wysiwyg h1 {
      font-size: 8.3333333333vw;
    }
  }
  .h1--lg {
    font-size: 19.2vw;
  }
  @media (min-width: 768px) {
    .h1--lg {
      font-size: 21.5827338129vw;
    }
  }
  @media (min-width: 1024px) {
    .h1--lg {
      font-size: 18.0555555556vw;
    }
  }
  .h1--xl {
    font-size: 28vw;
  }
  @media (min-width: 768px) {
    .h1--xl {
      font-size: 21.5827338129vw;
    }
  }
  @media (min-width: 1024px) {
    .h1--xl {
      font-size: 22.2222222222vw;
    }
  }
  .kpi {
  font-family: Weave Pro, serif;
  font-weight: 400;
  line-height: 1;
    font-size: 26.6666666667vw;
}
  @media (min-width: 768px) {
    .kpi {
      font-size: 11.9904076739vw;
    }
  }
  @media (min-width: 1024px) {
    .kpi {
      font-size: 6.9444444444vw;
    }
  }
  .h2, .wysiwyg h2 {
  font-family: Weave Pro, serif;
  font-weight: 400;
  line-height: 1;
    font-size: 14.9333333333vw;
}
  @media (min-width: 768px) {
    .h2, .wysiwyg h2 {
      font-size: 9.5923261391vw;
    }
  }
  @media (min-width: 1024px) {
    .h2, .wysiwyg h2 {
      font-size: 5.5555555556vw;
    }
  }
  .h3, .wysiwyg h3 {
  font-family: Weave Pro, serif;
  font-weight: 400;
  line-height: 1.1;
    font-size: 10.6666666667vw;
}
  @media (min-width: 768px) {
    .h3, .wysiwyg h3 {
      font-size: 5.2757793765vw;
    }
  }
  @media (min-width: 1024px) {
    .h3, .wysiwyg h3 {
      font-size: 4.0277777778vw;
    }
  }
  .h4, .wysiwyg h4, .form input[type=text], .form input[type=email], .form textarea {
  font-family: Noto Sans, sans-serif;
  font-weight: 300;
  line-height: 1.2;
    font-size: 9.6vw;
}
  @media (min-width: 768px) {
    .h4, .wysiwyg h4, .form input[type=text], .form input[type=email], .form textarea {
      font-size: 4.7961630695vw;
    }
  }
  @media (min-width: 1024px) {
    .h4, .wysiwyg h4, .form input[type=text], .form input[type=email], .form textarea {
      font-size: 2.7777777778vw;
    }
  }
  .chapo, .form input[type=text], .form input[type=email], .form textarea {
  font-family: Noto Sans, sans-serif;
  font-weight: 300;
  line-height: 1.2;
    font-size: 8vw;
}
  @media (min-width: 768px) {
    .chapo, .form input[type=text], .form input[type=email], .form textarea {
      font-size: 3.5971223022vw;
    }
  }
  @media (min-width: 1024px) {
    .chapo, .form input[type=text], .form input[type=email], .form textarea {
      font-size: 2.7777777778vw;
    }
  }
  .h5, .wysiwyg h5 {
  font-family: Weave Pro, serif;
  line-height: 1.1;
    font-size: 6.4vw;
}
  @media (min-width: 768px) {
    .h5, .wysiwyg h5 {
      font-size: 2.8776978417vw;
    }
  }
  @media (min-width: 1024px) {
    .h5, .wysiwyg h5 {
      font-size: 2.2222222222vw;
    }
  }
  .h6, .wysiwyg h6 {
  font-family: Weave Pro, serif;
  font-weight: 400;
  line-height: 1;
    font-size: 4.8vw;
}
  @media (min-width: 768px) {
    .h6, .wysiwyg h6 {
      font-size: 3.1175059952vw;
    }
  }
  @media (min-width: 1024px) {
    .h6, .wysiwyg h6 {
      font-size: 1.8055555556vw;
    }
  }
  .txt-sm, .form__item__label:before {
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
    font-size: max(0.8333333333vw, 1.2rem);
}
  .txt-md, .form input[type=checkbox] + label, .form .radio, .link-primary, .btn-primary {
  font-family: Noto Sans, sans-serif;
  line-height: 1.875;
    font-size: max(1.1111111111vw, 1.6rem);
}
  .txt-lg {
  font-family: Noto Sans, sans-serif;
  line-height: 1.2;
    font-size: max(1.25vw, 1.8rem);
}
  .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.0000000rem;
    position: relative;
    padding: 20px 60px 23px;
    background: var(--bg-color, #222222);
    color: var(--text-color, #FFFFFF);
    border-radius: 97px;
    line-height: 100%;
    overflow: hidden;
    leading-trim: both;
    text-edge: cap;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
  .btn-primary--border {
    --bg-color: transparent;
    border: 1px solid var(--border-color, var(--text-color));
  }
  .btn-primary--white {
    --bg-color: #FFFFFF;
    --text-color: #222222;
  }
  .btn-primary--gold {
    --bg-color: #A38A67;
    --text-color: #FFFFFF;
  }
  .btn-primary--sm {
    padding: 16px 30px 16px;
  }
  .btn-primary--icon {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-primary__hover {
    position: absolute;
    left: 60px;
    opacity: 0;
    will-change: opacity, transform;
    transform: translateX(-28px);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .btn-primary--sm .btn-primary__hover {
    left: 30px;
  }
  .link-parent:hover .btn-primary__hover, .btn-primary:hover .btn-primary__hover {
    opacity: 1;
    transform: translateX(0px);
  }
  .btn-primary__label {
    display: inline-block;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .link-parent:hover .btn-primary__label, .btn-primary:hover .btn-primary__label {
    transform: translateX(28px);
  }
  .btn-primary__icon {
    opacity: 1;
    will-change: opacity, transform;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .link-parent:hover .btn-primary__icon, .btn-primary:hover .btn-primary__icon {
    opacity: 0;
    transform: translateX(28px);
  }
  .btn-primary:disabled {
    opacity: 0.6;
  }
  .btn-arrow {
    position: relative;
  }
  .btn-arrow:before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(206 206 206 / var(--tw-border-opacity));
    position: absolute;
    top: 0;
    left: 0;
  }
  .is-ready .btn-arrow:before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .Nav__link:hover .btn-arrow:before {
    transform: scale(1.1);
  }
  .btn-arrow:hover:before {
    transform: scale(1.1);
  }
  .btn-arrow__icon {
    opacity: 1;
    transform: translateX(0%);
  }
  .btn-arrow:hover .btn-arrow__icon, .Nav__link:hover .btn-arrow__icon {
    opacity: 0;
    transform: translateX(200%);
  }
  .btn-arrow--reverse:hover .btn-arrow__icon {
    transform: translateX(-200%);
  }
  .is-ready .btn-arrow__icon {
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .btn-arrow__hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-200%);
  }
  .btn-arrow--reverse .btn-arrow__hover {
    transform: translateX(200%);
  }
  .is-ready .btn-arrow__hover {
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .btn-arrow:hover .btn-arrow__hover, .Nav__link:hover .btn-arrow__hover {
    opacity: 1;
    transform: translateX(0%);
  }
  .link-primary {
  display: inline-flex;
  align-items: center;
  gap: 1.0000000rem;
  font-weight: 300;
    position: relative;
}
  .link-primary__hover {
    position: absolute;
    opacity: 0;
    will-change: opacity, transform;
    transform: translateX(-36px);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .link-primary:hover .link-primary__hover {
    opacity: 1;
    transform: translateX(0px);
  }
  .link-primary__label {
    display: inline-block;
    flex: 1;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .link-primary:hover .link-primary__label {
    transform: translateX(36px);
  }
  .link-primary__icon {
    opacity: 1;
    will-change: opacity, transform;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .link-primary:hover .link-primary__icon {
    opacity: 0;
    transform: translateX(36px);
  }
  .link-primary:disabled {
    opacity: 0.6;
  }
  .link-secondary {
    width: 100%;
    background-image: linear-gradient(transparent calc(100% - 0.1em), currentcolor 0.1em);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .link-secondary:hover, .link-secondary.is-active {
    background-size: 100% 100%;
  }
  .link-tertiary {
    position: relative;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .link-tertiary:hover, .link-tertiary.is-active {
    opacity: 0.5;
  }
  .quote {
  font-family: Weave Pro, serif;
  line-height: 1.1;
    font-size: 6.4vw;
}
  @media (min-width: 768px) {
    .quote {
      font-size: 2.8776978417vw;
    }
  }
  @media (min-width: 1024px) {
    .quote {
      font-size: 2.2222222222vw;
    }
  }
  .quote {
    font-size: 32px;
  }
  @media (min-width: 768px) {
  .quote {
    font-family: Weave Pro, serif;
    font-weight: 400;
    line-height: 1.1;
    font-size: 10.6666666667vw;
  }
  @media (min-width: 768px) {
    .quote {
      font-size: 5.2757793765vw;
    }
  }
  @media (min-width: 1024px) {
    .quote {
      font-size: 4.0277777778vw;
    }
  }
  }
  .form input[type=text], .form input[type=email], .form textarea {
  font-family: Weave Pro, serif;
    color: currentColor;
    border-bottom: 1px solid #CECECE;
    background: transparent;
    outline: none;
    padding: 0.8000000rem 0;
}
  @media (min-width: 1024px) {
    .form input[type=text], .form input[type=email], .form textarea {
      padding: 1.6000000rem 0;
    }
  }
  .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form textarea::-moz-placeholder {
    color: #CECECE;
  }
  .form input[type=text]::placeholder, .form input[type=email]::placeholder, .form textarea::placeholder {
    color: #CECECE;
  }
  .form input[type=text]:focus, .form input[type=email]:focus, .form textarea:focus {
    border-bottom: 1px solid #838383;
  }
  .form input[type=text].is-error, .form input[type=text][aria-invalid], .form input[type=email].is-error, .form input[type=email][aria-invalid], .form textarea.is-error, .form textarea[aria-invalid] {
    border-color: #d30038;
    color: #d30038;
  }
  .form input[type=text].is-error::-moz-placeholder, .form input[type=text][aria-invalid]::-moz-placeholder, .form input[type=email].is-error::-moz-placeholder, .form input[type=email][aria-invalid]::-moz-placeholder, .form textarea.is-error::-moz-placeholder, .form textarea[aria-invalid]::-moz-placeholder {
    color: #d30038;
  }
  .form input[type=text].is-error::placeholder, .form input[type=text][aria-invalid]::placeholder, .form input[type=email].is-error::placeholder, .form input[type=email][aria-invalid]::placeholder, .form textarea.is-error::placeholder, .form textarea[aria-invalid]::placeholder {
    color: #d30038;
  }
  .form input[type=radio] {
    position: absolute;
    opacity: 0;
  }
  .form input[type=radio]:focus + label {
    color: #838383;
  }
  .form input[type=radio]:focus + label .radio__icon {
    border-color: #838383;
  }
  .form .radio {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.6000000rem;
    padding-bottom: 1.6000000rem;
    border-top: 1px solid #222222;
  }
  @media (min-width: 1024px) {
    .form .radio {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  .form .radio:before {
    content: "";
    position: absolute;
    background: #222222;
    height: calc(100% + 2px);
    top: -1px;
    width: calc(100% + 32px);
    left: -16px;
    opacity: 0;
  }
  @media (min-width: 1024px) {
    .form .radio:before {
      left: -20px;
      width: calc(100% + 40px);
    }
  }
  .form .radio .radio__label {
    position: relative;
  }
  .form .radio .radio__icon {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #222222;
  }
  .form .radio .radio__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    background: #222222;
  }
  .form .radio.is-checked {
    color: #FFFFFF;
  }
  .form .radio.is-checked:before {
    opacity: 1;
  }
  .form .radio.is-checked .radio__icon {
    border-color: #FFFFFF;
    background: #FFFFFF;
  }
  .form .radio.is-checked .radio__icon:before {
    opacity: 1;
    transform: scale(0.5);
  }
  .form input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  .form input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 97px;
    line-height: 100%;
    overflow: hidden;
    color: #222222;
    background: #FFFFFF;
  }
  @media (min-width: 1024px) {
    .form input[type=checkbox] + label {
      padding: 16px 30px;
    }
  }
  .form input[type=checkbox]:focus + label {
    background: #CECECE;
  }
  .form input[type=checkbox]:checked + label {
    color: #FFFFFF;
    background: #222222;
  }
  .wysiwyg b,
  .wysiwyg strong {
    font-weight: 600;
  }
  .wysiwyg h1 {
    margin-top: 6.4000000rem;
  }
  @scren lg {
    .wysiwyg h1 {
      margin-top: 12.0000000rem;
    }
  }
  .wysiwyg h1:first-child {
    margin-top: 0;
  }
  .wysiwyg h2 {
    margin-top: 6.4000000rem;
  }
  @scren lg {
    .wysiwyg h2 {
      margin-top: 12.0000000rem;
    }
  }
  .wysiwyg h2:first-child {
    margin-top: 0;
  }
  .wysiwyg h3 {
    margin-top: 6.4000000rem;
  }
  @scren lg {
    .wysiwyg h3 {
      margin-top: 12.0000000rem;
    }
  }
  .wysiwyg h3:first-child {
    margin-top: 0;
  }
  .wysiwyg h4 {
    margin-top: 6.4000000rem;
  }
  @scren lg {
    .wysiwyg h4 {
      margin-top: 12.0000000rem;
    }
  }
  .wysiwyg h4:first-child {
    margin-top: 0;
  }
  .wysiwyg h5 {
    margin-top: 6.4000000rem;
  }
  @scren lg {
    .wysiwyg h5 {
      margin-top: 12.0000000rem;
    }
  }
  .wysiwyg h5:first-child {
    margin-top: 0;
  }
  .wysiwyg h6 {
    margin-top: 6.4000000rem;
  }
  @scren lg {
    .wysiwyg h6 {
      margin-top: 12.0000000rem;
    }
  }
  .wysiwyg h6:first-child {
    margin-top: 0;
  }
  .wysiwyg img {
    width: 100%;
    height: auto;
    margin-top: 3.2000000rem;
    margin-bottom: 3.2000000rem;
  }
  .wysiwyg img:first-child {
    margin-top: 0;
  }
  .wysiwyg img:last-child {
    margin-bottom: 0;
  }
  .wysiwyg p,
  .wysiwyg address {
    margin-top: 3.2000000rem;
  }
  .wysiwyg p:first-child,
  .wysiwyg address:first-child {
    margin-top: 0;
  }
  .wysiwyg p:empty {
    display: none;
  }
  .wysiwyg a {
    text-decoration: underline;
  }
  .wysiwyg a:hover {
    text-decoration: none;
  }
  .wysiwyg ul,
  .wysiwyg ol {
    margin-top: 3.2000000rem;
  }
  .wysiwyg ul:first-child,
  .wysiwyg ol:first-child {
    margin-top: 0;
  }
  .wysiwyg ul > li,
  .wysiwyg ol > li {
    position: relative;
    margin-top: 0.5000000rem;
    margin-left: 2.0000000rem;
  }
  .wysiwyg ul > li:first-child,
  .wysiwyg ol > li:first-child {
    margin-top: 0;
  }
  .wysiwyg ul {
  list-style-type: disc;
}
  .wysiwyg ol {
  list-style-type: decimal;
}
  .wysiwyg table {
  width: 100%;
  table-layout: auto;
}
  .wysiwyg table th, .wysiwyg table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  padding: 1.0000000rem;
}

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.Nav__button {
    opacity: 0;
  }
.is-ready .Nav__button {
    opacity: 1;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  }
@media (min-width: 1024px) {
    .Nav__button {
      -webkit-backdrop-filter: blur(22px);
              backdrop-filter: blur(22px);
    }
    .Nav__button:before {
      content: "";
      position: absolute;
      inset: 0;
      background: #7B7368;
      opacity: 0.2;
      transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .Nav__button:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background: rgba(190, 190, 190, 0.4);
      top: 0;
      right: 0;
    }
    .is-open .Nav__button {
      color: #222222;
    }
    .is-open .Nav__button:before {
      background: #FFFFFF;
    }
  }
.Nav__button:hover:before {
    opacity: 0.1;
  }
.is-open .Nav__button:before {
    opacity: 1;
  }
.Nav__button__open {
    opacity: 1;
    visibility: visible;
  }
.is-ready .Nav__button__open {
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.is-open .Nav__button__open {
    opacity: 0;
    visibility: hidden;
  }
.Nav__button__close {
    opacity: 0;
    visibility: hidden;
  }
.is-ready .Nav__button__close {
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.is-open .Nav__button__close {
    opacity: 1;
    visibility: visible;
  }
.Nav__content {
    opacity: 0;
    visibility: hidden;
  }
.is-ready .Nav__content {
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.is-open .Nav__content {
    opacity: 1;
    visibility: visible;
  }
.is-ready .Nav__link__circle:before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.Nav__link:hover .Nav__link__circle:before {
    transform: scale(1.1);
  }
.Nav__link:hover .Nav__link__circle__icon {
    opacity: 0;
    transform: translateX(200%);
  }
.is-ready .Nav__link__circle__icon {
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.is-ready .Nav__link__circle__hover {
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.Nav__link:hover .Nav__link__circle__hover {
    opacity: 1;
    transform: translateX(0%);
  }
.BrandGallery__slide__info {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.is-selected .BrandGallery__slide__info {
    opacity: 1;
  }
.BestExperiences .flickity-viewport {
    overflow: visible;
  }
.BestExperiences__slide {
    width: 100%;
    margin-left: 12px;
  }
@media (min-width: 768px) {
    .BestExperiences__slide {
      --gridcol: 6;
      --col: 4;
      --gap: 40px;
      --offset: 0;
      width: calc((100% - var(--gap) * (var(--gridcol) - 1)) / var(--gridcol) * var(--col) + (var(--col) - 1) * var(--gap));
      margin-left: var(--gap);
    }
  }
@media (min-width: 1024px) {
    .BestExperiences__slide {
      --gridcol: 10;
      --col: 7;
      --gap: 40px;
      --offset: 1;
      width: calc((100% - var(--gap) * (var(--gridcol) - 1)) / var(--gridcol) * var(--col) + (var(--col) - 1) * var(--gap));
      margin-left: var(--gap);
    }
  }
.BestExperiences__slide__title {
    opacity: 0.4;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.is-selected .BestExperiences__slide__title {
    opacity: 1;
  }
.BestExperiences__slide__text {
    opacity: 0.4;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.is-selected .BestExperiences__slide__text {
    opacity: 1;
  }
@media (min-width: 768px) {
    .BestExperiences__slide__img {
      --gridcol: 4;
      --col: 2;
      --gap: 40px;
      --offset: 3;
      width: calc((100% - var(--gap) * (var(--gridcol) - 1)) / var(--gridcol) * var(--col) + (var(--col) - 1) * var(--gap));
      margin-right: 20px;
    }
  }
@media (min-width: 1024px) {
    .BestExperiences__slide__img {
      --gridcol: 7;
      --col: 4;
      --gap: 40px;
      --offset: 1;
      width: calc((100% - var(--gap) * (var(--gridcol) - 1)) / var(--gridcol) * var(--col) + (var(--col) - 1) * var(--gap));
      margin-right: 50px;
    }
  }
.ModalFilters {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    visibility: hidden;
  }
.is-ready .ModalFilters {
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-backdrop-filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), backdrop-filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), backdrop-filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-backdrop-filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.ModalFilters.is-active {
    visibility: visible;
    -webkit-backdrop-filter: blur(11px);
            backdrop-filter: blur(11px);
  }
.ModalFilters__content {
    transform: translateX(100%);
  }
.is-ready .ModalFilters__content {
    transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.is-active .ModalFilters__content {
    transform: translateX(0%);
  }
.RebondSlider__slide {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(0.96);
  }
.RebondSlider__slide.is-active {
    opacity: 1;
    z-index: 5;
    transition: none;
    transform: scale(1);
  }
.RebondSlider__slide.is-prev-1 {
    opacity: 1;
    z-index: 4;
    transform: scale(1);
  }
.RebondSlider__slide.is-prev-2 {
    opacity: 1;
    z-index: 3;
    transform: scale(1);
  }
.RebondSlider__slide.is-prev-3 {
    opacity: 1;
    z-index: 2;
    transform: scale(1);
  }
.RebondSlider__slide:nth-child(5n+1) .RebondSlider__slide__inner {
    width: 88.8%;
    aspect-ratio: 540/700;
  }
@media (min-width: 1024px) {
    .RebondSlider__slide:nth-child(5n+1) .RebondSlider__slide__inner {
      width: 88.8%;
      aspect-ratio: 755/540;
    }
  }
.RebondSlider__slide:nth-child(5n+2) .RebondSlider__slide__inner {
    width: 92%;
    aspect-ratio: 540/680;
  }
@media (min-width: 1024px) {
    .RebondSlider__slide:nth-child(5n+2) .RebondSlider__slide__inner {
      width: 92%;
      aspect-ratio: 788/477;
    }
  }
.RebondSlider__slide:nth-child(5n+3) .RebondSlider__slide__inner {
    width: 94.4%;
    aspect-ratio: 540/650;
  }
@media (min-width: 1024px) {
    .RebondSlider__slide:nth-child(5n+3) .RebondSlider__slide__inner {
      width: 86.4%;
      aspect-ratio: 735/486;
    }
  }
.RebondSlider__slide:nth-child(5n+4) .RebondSlider__slide__inner {
    width: 100%;
    aspect-ratio: 540/600;
  }
@media (min-width: 1024px) {
    .RebondSlider__slide:nth-child(5n+4) .RebondSlider__slide__inner {
      width: 78.2%;
      aspect-ratio: 665/505;
    }
  }
.RebondSlider__slide:nth-child(5n+5) .RebondSlider__slide__inner {
    width: 92%;
    aspect-ratio: 540/660;
  }
@media (min-width: 1024px) {
    .RebondSlider__slide:nth-child(5n+5) .RebondSlider__slide__inner {
      width: 100%;
      aspect-ratio: 850/460;
    }
  }
.StickyMenu {
    opacity: 0;
    visibility: hidden;
  }
.is-ready .StickyMenu {
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.is-sticky .StickyMenu {
    opacity: 1;
    visibility: visible;
  }
.Explore__search {
    opacity: 0;
    visibility: hidden;
  }
.is-ready .Explore__search {
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.Explore__search.is-active {
    opacity: 1;
    visibility: visible;
  }
.is-ready .Explore__results {
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.is-loading .Explore__results {
    opacity: 0.3;
  }
.Explore__item {
    flex: 0 0 auto;
  }
.Explore__vip {
    display: none;
  }
.is-connected .Explore__vip {
    display: flex;
  }
.char-line {
    overflow: hidden;
    overflow: clip;
  }
.char {
    will-change: transform;
    transform: translateY(110%) translateZ(0);
    transform-origin: bottom left;
    padding-bottom: 1px;
  }
.is-appear .char {
    transform: translateZ(0);
  }
.is-appear .char--1 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.08s + var(--delay, 0.1s));
  }
.is-appear .char--2 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.16s + var(--delay, 0.1s));
  }
.is-appear .char--3 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.24s + var(--delay, 0.1s));
  }
.is-appear .char--4 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.32s + var(--delay, 0.1s));
  }
.is-appear .char--5 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.4s + var(--delay, 0.1s));
  }
.is-appear .char--6 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.48s + var(--delay, 0.1s));
  }
.is-appear .char--7 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.56s + var(--delay, 0.1s));
  }
.is-appear .char--8 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.64s + var(--delay, 0.1s));
  }
.is-appear .char--9 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.72s + var(--delay, 0.1s));
  }
.is-appear .char--10 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.8s + var(--delay, 0.1s));
  }
.is-appear .char--11 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.88s + var(--delay, 0.1s));
  }
.is-appear .char--12 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.96s + var(--delay, 0.1s));
  }
.is-appear .char--13 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.04s + var(--delay, 0.1s));
  }
.is-appear .char--14 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.12s + var(--delay, 0.1s));
  }
.is-appear .char--15 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.2s + var(--delay, 0.1s));
  }
.is-appear .char--16 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.28s + var(--delay, 0.1s));
  }
.is-appear .char--17 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.36s + var(--delay, 0.1s));
  }
.is-appear .char--18 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.44s + var(--delay, 0.1s));
  }
.is-appear .char--19 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.52s + var(--delay, 0.1s));
  }
.is-appear .char--20 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.6s + var(--delay, 0.1s));
  }
.is-appear .char--21 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.68s + var(--delay, 0.1s));
  }
.is-appear .char--22 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.76s + var(--delay, 0.1s));
  }
.is-appear .char--23 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.84s + var(--delay, 0.1s));
  }
.is-appear .char--24 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.92s + var(--delay, 0.1s));
  }
.is-appear .char--25 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(2s + var(--delay, 0.1s));
  }
.is-appear .char--26 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(2.08s + var(--delay, 0.1s));
  }
.is-appear .char--27 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(2.16s + var(--delay, 0.1s));
  }
.is-appear .char--28 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(2.24s + var(--delay, 0.1s));
  }
.is-appear .char--29 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(2.32s + var(--delay, 0.1s));
  }
.is-appear .char--30 {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(2.4s + var(--delay, 0.1s));
  }
split-lines {
    position: relative;
    display: block;
  }
.line {
    position: relative;
    overflow: hidden;
    line-height: 1.3em;
  }
.line__inner {
    position: relative;
    transform: translateY(100%) translateZ(0);
  }
.is-appear .line__inner {
    transform: translateY(0%) translateZ(0);
  }
.is-appear .line:nth-child(1) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.08s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(2) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.16s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(3) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.24s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(4) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.32s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(5) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.4s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(6) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.48s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(7) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.56s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(8) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.64s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(9) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.72s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(10) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.8s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(11) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.88s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(12) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.96s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(13) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.04s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(14) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.12s + var(--delay, 0.1s));
  }
.is-appear .line:nth-child(15) .line__inner {
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) calc(1.2s + var(--delay, 0.1s));
  }
.HomeHero__gallery {
    transform: scale(0);
    transform-origin: bottom;
  }
.is-appear .HomeHero__gallery {
    transform: scale(1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.Header {
    opacity: 0;
  }
.is-ready .Header {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  }
.AppearImage {
    position: relative;
    opacity: 0;
    clip-path: inset(0px);
  }
.is-ready .AppearImage {
    transition: clip-path 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.AppearImage.is-appear, .is-appear .AppearImage {
    opacity: 1;
    clip-path: inset(0%);
  }
.AppearImage__inner {
    transform: scale(1.05);
  }
.is-ready .AppearImage__inner {
    transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.is-appear .AppearImage__inner {
    transform: scale(1);
  }
.AppearBlock {
    opacity: 0;
    will-change: transform;
    transform: translateY(100px) translateZ(0);
  }
.is-appear .AppearBlock {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay, 0.1s), transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay, 0.1s);
  }
.CollapseObject {
    display: block;
  }
.CollapseObject__content {
    overflow: hidden;
    height: 0px;
    transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.CollapseObject.is-active .CollapseObject__content {
    height: auto;
  }
.CollapseObject__content__inner {
    overflow: visible;
  }
.CollapseObject.is-active .when-collapsed, .CollapseObject:not(.is-active) .when-open {
    display: none !important;
  }
.CollapseObject[data-to][data-matches-breakpoint=false] .CollapseObject__content, .CollapseObject[data-from][data-matches-breakpoint=false] .CollapseObject__content {
    overflow: visible;
    height: auto;
  }
.CollapseObject[data-to][data-matches-breakpoint=false] > button[aria-controls], .CollapseObject[data-from][data-matches-breakpoint=false] > button[aria-controls] {
    cursor: default;
  }
.BrandNews__bg {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.is-open .BrandNews__bg {
    opacity: 1;
    visibility: visible;
  }
.BrandNews__btn {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: calc(var(--offset) + 16px);
  }
@media (min-width: 768px) {
    .BrandNews__btn {
      margin-bottom: 0;
    }
  }
.is-sticky .BrandNews__btn {
    opacity: 1;
  }
.is-open .BrandNews__btn {
    opacity: 0;
  }
.BrandNews__content {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
.is-open .BrandNews__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
  }
#brandhomes :is(.pointer-events-none) {
  pointer-events: none;
}
#brandhomes :is(.pointer-events-auto) {
  pointer-events: auto;
}
#brandhomes :is(.fixed) {
  position: fixed;
}
#brandhomes :is(.absolute) {
  position: absolute;
}
#brandhomes :is(.relative) {
  position: relative;
}
#brandhomes :is(.sticky) {
  position: sticky;
}
#brandhomes :is(.inset-0) {
  inset: 0rem;
}
#brandhomes :is(.bottom-0) {
  bottom: 0rem;
}
#brandhomes :is(.bottom-100) {
  bottom: 10.0000000rem;
}
#brandhomes :is(.bottom-40) {
  bottom: 4.0000000rem;
}
#brandhomes :is(.left-0) {
  left: 0rem;
}
#brandhomes :is(.left-1\/2) {
  left: 50%;
}
#brandhomes :is(.right-0) {
  right: 0rem;
}
#brandhomes :is(.right-140) {
  right: 14.0000000rem;
}
#brandhomes :is(.right-24) {
  right: 2.4000000rem;
}
#brandhomes :is(.right-8) {
  right: 0.8000000rem;
}
#brandhomes :is(.top-0) {
  top: 0rem;
}
#brandhomes :is(.top-1\/2) {
  top: 50%;
}
#brandhomes :is(.top-25) {
  top: 2.5000000rem;
}
#brandhomes :is(.top-50) {
  top: 5.0000000rem;
}
#brandhomes :is(.top-8) {
  top: 0.8000000rem;
}
#brandhomes :is(.top-88) {
  top: 8.8000000rem;
}
#brandhomes :is(.z-1) {
  z-index: 1;
}
#brandhomes :is(.z-3) {
  z-index: 3;
}
#brandhomes :is(.z-header) {
  z-index: 1000;
}
#brandhomes :is(.z-popin) {
  z-index: 2000;
}
#brandhomes :is(.col-span-10) {
  grid-column: span 10 / span 10;
}
#brandhomes :is(.col-span-3) {
  grid-column: span 3 / span 3;
}
#brandhomes :is(.col-span-4) {
  grid-column: span 4 / span 4;
}
#brandhomes :is(.col-span-5) {
  grid-column: span 5 / span 5;
}
#brandhomes :is(.col-span-6) {
  grid-column: span 6 / span 6;
}
#brandhomes :is(.col-span-7) {
  grid-column: span 7 / span 7;
}
#brandhomes :is(.col-start-2) {
  grid-column-start: 2;
}
#brandhomes :is(.col-start-3) {
  grid-column-start: 3;
}
#brandhomes :is(.mx-24) {
  margin-left: 2.4000000rem;
  margin-right: 2.4000000rem;
}
#brandhomes :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
#brandhomes :is(.my-120) {
  margin-top: 12.0000000rem;
  margin-bottom: 12.0000000rem;
}
#brandhomes :is(.my-64) {
  margin-top: 6.4000000rem;
  margin-bottom: 6.4000000rem;
}
#brandhomes :is(.-ml-\[105vw\]) {
  margin-left: -105vw;
}
#brandhomes :is(.mb-100) {
  margin-bottom: 10.0000000rem;
}
#brandhomes :is(.mb-32) {
  margin-bottom: 3.2000000rem;
}
#brandhomes :is(.mb-60) {
  margin-bottom: 6.0000000rem;
}
#brandhomes :is(.mb-64) {
  margin-bottom: 6.4000000rem;
}
#brandhomes :is(.mb-80) {
  margin-bottom: 8.0000000rem;
}
#brandhomes :is(.mb-92) {
  margin-bottom: 9.2000000rem;
}
#brandhomes :is(.ml-36) {
  margin-left: 3.6000000rem;
}
#brandhomes :is(.ml-5) {
  margin-left: 0.5000000rem;
}
#brandhomes :is(.ml-56) {
  margin-left: 5.6000000rem;
}
#brandhomes :is(.mt-30) {
  margin-top: 3.0000000rem;
}
#brandhomes :is(.mt-32) {
  margin-top: 3.2000000rem;
}
#brandhomes :is(.mt-40) {
  margin-top: 4.0000000rem;
}
#brandhomes :is(.mt-56) {
  margin-top: 5.6000000rem;
}
#brandhomes :is(.mt-60) {
  margin-top: 6.0000000rem;
}
#brandhomes :is(.mt-64) {
  margin-top: 6.4000000rem;
}
#brandhomes :is(.mt-80) {
  margin-top: 8.0000000rem;
}
#brandhomes :is(.block) {
  display: block;
}
#brandhomes :is(.inline-block) {
  display: inline-block;
}
#brandhomes :is(.flex) {
  display: flex;
}
#brandhomes :is(.inline-flex) {
  display: inline-flex;
}
#brandhomes :is(.grid) {
  display: grid;
}
#brandhomes :is(.hidden) {
  display: none;
}
#brandhomes :is(.aspect-\[1440\/550\]) {
  aspect-ratio: 1440/550;
}
#brandhomes :is(.aspect-\[200\/268\]) {
  aspect-ratio: 200/268;
}
#brandhomes :is(.aspect-\[330\/274\]) {
  aspect-ratio: 330/274;
}
#brandhomes :is(.aspect-\[404\/568\]) {
  aspect-ratio: 404/568;
}
#brandhomes :is(.aspect-\[540\/700\]) {
  aspect-ratio: 540/700;
}
#brandhomes :is(.aspect-\[614\/518\]) {
  aspect-ratio: 614/518;
}
#brandhomes :is(.aspect-\[724\/460\]) {
  aspect-ratio: 724/460;
}
#brandhomes :is(.aspect-\[724\/894\]) {
  aspect-ratio: 724/894;
}
#brandhomes :is(.aspect-square) {
  aspect-ratio: 1 / 1;
}
#brandhomes :is(.h-144) {
  height: 14.4000000rem;
}
#brandhomes :is(.h-22) {
  height: 2.2000000rem;
}
#brandhomes :is(.h-48) {
  height: 4.8000000rem;
}
#brandhomes :is(.h-60) {
  height: 6.0000000rem;
}
#brandhomes :is(.h-80) {
  height: 8.0000000rem;
}
#brandhomes :is(.h-\[58px\]) {
  height: 58px;
}
#brandhomes :is(.h-auto) {
  height: auto;
}
#brandhomes :is(.h-full) {
  height: 100%;
}
#brandhomes :is(.h-px) {
  height: 1px;
}
#brandhomes :is(.h-screen) {
  height: 100vh;
}
#brandhomes :is(.w-10) {
  width: 1.0000000rem;
}
#brandhomes :is(.w-16) {
  width: 1.6000000rem;
}
#brandhomes :is(.w-48) {
  width: 4.8000000rem;
}
#brandhomes :is(.w-60) {
  width: 6.0000000rem;
}
#brandhomes :is(.w-80) {
  width: 8.0000000rem;
}
#brandhomes :is(.w-\[110px\]) {
  width: 110px;
}
#brandhomes :is(.w-\[200px\]) {
  width: 200px;
}
#brandhomes :is(.w-\[210vw\]) {
  width: 210vw;
}
#brandhomes :is(.w-\[38\.9vw\]) {
  width: 38.9vw;
}
#brandhomes :is(.w-\[80vw\]) {
  width: 80vw;
}
#brandhomes :is(.w-\[calc\(100\%-48px\)\]) {
  width: calc(100% - 48px);
}
#brandhomes :is(.w-\[calc\(100vw-48px\)\]) {
  width: calc(100vw - 48px);
}
#brandhomes :is(.w-auto) {
  width: auto;
}
#brandhomes :is(.w-full) {
  width: 100%;
}
#brandhomes :is(.w-px) {
  width: 1px;
}
#brandhomes :is(.flex-1) {
  flex: 1 1 0%;
}
#brandhomes :is(.origin-bottom) {
  transform-origin: bottom;
}
#brandhomes :is(.origin-left) {
  transform-origin: left;
}
#brandhomes :is(.-translate-x-1\/2) {
  --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));
}
#brandhomes :is(.-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));
}
#brandhomes :is(.-translate-y-1\/2) {
  --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));
}
#brandhomes :is(.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));
}
#brandhomes :is(.translate-y-1\/2) {
  --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));
}
#brandhomes :is(.rotate-180) {
  --tw-rotate: 180deg;
  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));
}
#brandhomes :is(.scale-\[1\.3\]) {
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  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));
}
#brandhomes :is(.transform) {
  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));
}
#brandhomes :is(.cursor-pointer) {
  cursor: pointer;
}
#brandhomes :is(.touch-pan-x) {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
#brandhomes :is(.resize) {
  resize: both;
}
#brandhomes :is(.grid-cols-12) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#brandhomes :is(.grid-cols-4) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#brandhomes :is(.grid-cols-6) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
#brandhomes :is(.flex-col) {
  flex-direction: column;
}
#brandhomes :is(.flex-wrap) {
  flex-wrap: wrap;
}
#brandhomes :is(.flex-nowrap) {
  flex-wrap: nowrap;
}
#brandhomes :is(.items-end) {
  align-items: flex-end;
}
#brandhomes :is(.items-center) {
  align-items: center;
}
#brandhomes :is(.justify-end) {
  justify-content: flex-end;
}
#brandhomes :is(.justify-center) {
  justify-content: center;
}
#brandhomes :is(.justify-between) {
  justify-content: space-between;
}
#brandhomes :is(.gap-10) {
  gap: 1.0000000rem;
}
#brandhomes :is(.gap-12) {
  gap: 1.2000000rem;
}
#brandhomes :is(.gap-16) {
  gap: 1.6000000rem;
}
#brandhomes :is(.gap-18) {
  gap: 1.8000000rem;
}
#brandhomes :is(.gap-20) {
  gap: 2.0000000rem;
}
#brandhomes :is(.gap-22) {
  gap: 2.2000000rem;
}
#brandhomes :is(.gap-24) {
  gap: 2.4000000rem;
}
#brandhomes :is(.gap-30) {
  gap: 3.0000000rem;
}
#brandhomes :is(.gap-32) {
  gap: 3.2000000rem;
}
#brandhomes :is(.gap-4) {
  gap: 0.4000000rem;
}
#brandhomes :is(.gap-40) {
  gap: 4.0000000rem;
}
#brandhomes :is(.gap-44) {
  gap: 4.4000000rem;
}
#brandhomes :is(.gap-48) {
  gap: 4.8000000rem;
}
#brandhomes :is(.gap-60) {
  gap: 6.0000000rem;
}
#brandhomes :is(.gap-64) {
  gap: 6.4000000rem;
}
#brandhomes :is(.gap-8) {
  gap: 0.8000000rem;
}
#brandhomes :is(.gap-x-40) {
  -moz-column-gap: 4.0000000rem;
       column-gap: 4.0000000rem;
}
#brandhomes :is(.gap-y-80) {
  row-gap: 8.0000000rem;
}
#brandhomes :is(.self-end) {
  align-self: flex-end;
}
#brandhomes :is(.overflow-auto) {
  overflow: auto;
}
#brandhomes :is(.overflow-hidden) {
  overflow: hidden;
}
#brandhomes :is(.overflow-y-scroll) {
  overflow-y: scroll;
}
#brandhomes :is(.overscroll-contain) {
  overscroll-behavior: contain;
}
#brandhomes :is(.overflow-ellipsis) {
  text-overflow: ellipsis;
}
#brandhomes :is(.whitespace-normal) {
  white-space: normal;
}
#brandhomes :is(.whitespace-nowrap) {
  white-space: nowrap;
}
#brandhomes :is(.break-all) {
  word-break: break-all;
}
#brandhomes :is(.rounded-4) {
  border-radius: 0.4000000rem;
}
#brandhomes :is(.rounded-8) {
  border-radius: 0.8000000rem;
}
#brandhomes :is(.rounded-full) {
  border-radius: 9999px;
}
#brandhomes :is(.border) {
  border-width: 1px;
}
#brandhomes :is(.border-t) {
  border-top-width: 1px;
}
#brandhomes :is(.border-gray-darker) {
  --tw-border-opacity: 1;
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
}
#brandhomes :is(.border-gray-light) {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
}
#brandhomes :is(.border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
#brandhomes :is(.bg-beige) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 222 216 / var(--tw-bg-opacity));
}
#brandhomes :is(.bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
#brandhomes :is(.bg-black\/30) {
  background-color: rgb(34 34 34 / 0.3);
}
#brandhomes :is(.bg-black\/40) {
  background-color: rgb(34 34 34 / 0.4);
}
#brandhomes :is(.bg-gold) {
  --tw-bg-opacity: 1;
  background-color: rgb(163 138 103 / var(--tw-bg-opacity));
}
#brandhomes :is(.bg-gray-light) {
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity));
}
#brandhomes :is(.bg-red\/5) {
  background-color: rgb(211 0 56 / 0.05);
}
#brandhomes :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#brandhomes :is(.bg-white\/40) {
  background-color: rgb(255 255 255 / 0.4);
}
#brandhomes :is(.bg-gradient-to-b) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
#brandhomes :is(.from-gold\/0) {
  --tw-gradient-from: rgb(163 138 103 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 138 103 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#brandhomes :is(.to-gold) {
  --tw-gradient-to: #A38A67 var(--tw-gradient-to-position);
}
#brandhomes :is(.fill-current) {
  fill: currentColor;
}
#brandhomes :is(.fill-gold) {
  fill: #A38A67;
}
#brandhomes :is(.fill-white) {
  fill: #FFFFFF;
}
#brandhomes :is(.object-contain) {
  -o-object-fit: contain;
     object-fit: contain;
}
#brandhomes :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}
#brandhomes :is(.p-16) {
  padding: 1.6000000rem;
}
#brandhomes :is(.p-24) {
  padding: 2.4000000rem;
}
#brandhomes :is(.p-32) {
  padding: 3.2000000rem;
}
#brandhomes :is(.p-6) {
  padding: 0.6000000rem;
}
#brandhomes :is(.px-16) {
  padding-left: 1.6000000rem;
  padding-right: 1.6000000rem;
}
#brandhomes :is(.px-20) {
  padding-left: 2.0000000rem;
  padding-right: 2.0000000rem;
}
#brandhomes :is(.px-24) {
  padding-left: 2.4000000rem;
  padding-right: 2.4000000rem;
}
#brandhomes :is(.px-30) {
  padding-left: 3.0000000rem;
  padding-right: 3.0000000rem;
}
#brandhomes :is(.px-48) {
  padding-left: 4.8000000rem;
  padding-right: 4.8000000rem;
}
#brandhomes :is(.px-60) {
  padding-left: 6.0000000rem;
  padding-right: 6.0000000rem;
}
#brandhomes :is(.px-\[17\.36vw\]) {
  padding-left: 17.36vw;
  padding-right: 17.36vw;
}
#brandhomes :is(.py-10) {
  padding-top: 1.0000000rem;
  padding-bottom: 1.0000000rem;
}
#brandhomes :is(.py-152) {
  padding-top: 15.2000000rem;
  padding-bottom: 15.2000000rem;
}
#brandhomes :is(.py-40) {
  padding-top: 4.0000000rem;
  padding-bottom: 4.0000000rem;
}
#brandhomes :is(.py-60) {
  padding-top: 6.0000000rem;
  padding-bottom: 6.0000000rem;
}
#brandhomes :is(.py-80) {
  padding-top: 8.0000000rem;
  padding-bottom: 8.0000000rem;
}
#brandhomes :is(.pb-160) {
  padding-bottom: 16.0000000rem;
}
#brandhomes :is(.pb-184) {
  padding-bottom: 18.4000000rem;
}
#brandhomes :is(.pb-24) {
  padding-bottom: 2.4000000rem;
}
#brandhomes :is(.pb-40) {
  padding-bottom: 4.0000000rem;
}
#brandhomes :is(.pb-64) {
  padding-bottom: 6.4000000rem;
}
#brandhomes :is(.pb-8) {
  padding-bottom: 0.8000000rem;
}
#brandhomes :is(.pr-64) {
  padding-right: 6.4000000rem;
}
#brandhomes :is(.pt-10) {
  padding-top: 1.0000000rem;
}
#brandhomes :is(.pt-132) {
  padding-top: 13.2000000rem;
}
#brandhomes :is(.pt-172) {
  padding-top: 17.2000000rem;
}
#brandhomes :is(.pt-180) {
  padding-top: 18.0000000rem;
}
#brandhomes :is(.pt-252) {
  padding-top: 25.2000000rem;
}
#brandhomes :is(.pt-264) {
  padding-top: 26.4000000rem;
}
#brandhomes :is(.pt-32) {
  padding-top: 3.2000000rem;
}
#brandhomes :is(.pt-40) {
  padding-top: 4.0000000rem;
}
#brandhomes :is(.pt-64) {
  padding-top: 6.4000000rem;
}
#brandhomes :is(.pt-96) {
  padding-top: 9.6000000rem;
}
#brandhomes :is(.pt-\[28vw\]) {
  padding-top: 28vw;
}
#brandhomes :is(.pt-\[50vw\]) {
  padding-top: 50vw;
}
#brandhomes :is(.text-center) {
  text-align: center;
}
#brandhomes :is(.align-top) {
  vertical-align: top;
}
#brandhomes :is(.font-serif) {
  font-family: Weave Pro, serif;
}
#brandhomes :is(.text-0) {
  font-size: 0rem;
}
#brandhomes :is(.text-18) {
  font-size: 1.8rem;
}
#brandhomes :is(.font-extralight) {
  font-weight: 200;
}
#brandhomes :is(.uppercase) {
  text-transform: uppercase;
}
#brandhomes :is(.italic) {
  font-style: italic;
}
#brandhomes :is(.not-italic) {
  font-style: normal;
}
#brandhomes :is(.leading-100) {
  line-height: 1;
}
#brandhomes :is(.leading-110) {
  line-height: 1.1;
}
#brandhomes :is(.leading-80) {
  line-height: 0.8;
}
#brandhomes :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
#brandhomes :is(.text-gold) {
  --tw-text-opacity: 1;
  color: rgb(163 138 103 / var(--tw-text-opacity));
}
#brandhomes :is(.text-gray) {
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}
#brandhomes :is(.text-gray-dark) {
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
}
#brandhomes :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#brandhomes :is(.underline) {
  text-decoration-line: underline;
}
#brandhomes :is(.opacity-0) {
  opacity: 0;
}
#brandhomes :is(.opacity-40) {
  opacity: 0.4;
}
#brandhomes :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#brandhomes :is(.transition-opacity) {
  transition-property: opacity;
  transition-timing-function: ease;
  transition-duration: 150ms;
}
#brandhomes :is(.wrapper) {
    margin-left: 2.4000000rem;
    margin-right: 2.4000000rem;
  }
@media (min-width: 768px) {
    #brandhomes :is(.wrapper) {
      margin-left: 4.8000000rem;
      margin-right: 4.8000000rem;
    }
  }
@media (min-width: 1024px) {
    #brandhomes :is(.wrapper) {
      margin-left: 14.0000000rem;
      margin-right: 3.2000000rem;
    }
  }
#brandhomes :is(.icon) {
    fill: currentColor;
  }
#brandhomes :is(.\[--border-color\:\#A38A67\;\]) {
  --border-color: #A38A67;;
}
#brandhomes :is(.\[--border-color\:\#D8D8D8\;\]) {
  --border-color: #D8D8D8;;
}
#brandhomes :is(.\[--delay\:0\.2s\]) {
  --delay: 0.2s;
}
#brandhomes :is(.\[--delay\:0\.45s\;\]) {
  --delay: 0.45s;;
}
#brandhomes :is(.\[--text-color\:\#222222\;\]) {
  --text-color: #222222;;
}
#brandhomes :is(.\[--text-color\:white\;\]) {
  --text-color: white;;
}
@media (min-width: 768px) {
  .md\:h1 {
    font-family: Weave Pro, serif;
    font-weight: 400;
    line-height: 1;
    font-size: 19.2vw;
  }
  @media (min-width: 768px) {
    .md\:h1 {
      font-size: 9.5923261391vw;
    }
  }
  @media (min-width: 1024px) {
    .md\:h1 {
      font-size: 8.3333333333vw;
    }
  }
  .md\:h2 {
    font-family: Weave Pro, serif;
    font-weight: 400;
    line-height: 1;
    font-size: 14.9333333333vw;
  }
  @media (min-width: 768px) {
    .md\:h2 {
      font-size: 9.5923261391vw;
    }
  }
  @media (min-width: 1024px) {
    .md\:h2 {
      font-size: 5.5555555556vw;
    }
  }
  .md\:h3 {
    font-family: Weave Pro, serif;
    font-weight: 400;
    line-height: 1.1;
    font-size: 10.6666666667vw;
  }
  @media (min-width: 768px) {
    .md\:h3 {
      font-size: 5.2757793765vw;
    }
  }
  @media (min-width: 1024px) {
    .md\:h3 {
      font-size: 4.0277777778vw;
    }
  }
}
@media (min-width: 1024px) {
  .lg\:h4 {
    font-family: Noto Sans, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: 9.6vw;
  }
  @media (min-width: 768px) {
    .lg\:h4 {
      font-size: 4.7961630695vw;
    }
  }
  @media (min-width: 1024px) {
    .lg\:h4 {
      font-size: 2.7777777778vw;
    }
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .sh\:h3 {
    font-family: Weave Pro, serif;
    font-weight: 400;
    line-height: 1.1;
    font-size: 10.6666666667vw;
  }
  @media (min-width: 768px) {
    .sh\:h3 {
      font-size: 5.2757793765vw;
    }
  }
  @media (min-width: 1024px) {
    .sh\:h3 {
      font-size: 4.0277777778vw;
    }
  }
}
#brandhomes :is(.last\:mb-0:last-child) {
  margin-bottom: 0rem;
}
@media (min-width: 768px) {

  #brandhomes :is(.md\:absolute) {
    position: absolute;
  }

  #brandhomes :is(.md\:-left-40) {
    left: -4.0000000rem;
  }

  #brandhomes :is(.md\:-right-40) {
    right: -4.0000000rem;
  }

  #brandhomes :is(.md\:bottom-60) {
    bottom: 6.0000000rem;
  }

  #brandhomes :is(.md\:left-\[21\%\]) {
    left: 21%;
  }

  #brandhomes :is(.md\:left-auto) {
    left: auto;
  }

  #brandhomes :is(.md\:right-48) {
    right: 4.8000000rem;
  }

  #brandhomes :is(.md\:right-56) {
    right: 5.6000000rem;
  }

  #brandhomes :is(.md\:-order-1) {
    order: -1;
  }

  #brandhomes :is(.md\:col-span-2) {
    grid-column: span 2 / span 2;
  }

  #brandhomes :is(.md\:col-span-4) {
    grid-column: span 4 / span 4;
  }

  #brandhomes :is(.md\:mx-48) {
    margin-left: 4.8000000rem;
    margin-right: 4.8000000rem;
  }

  #brandhomes :is(.md\:mx-\[13\.54vw\]) {
    margin-left: 13.54vw;
    margin-right: 13.54vw;
  }

  #brandhomes :is(.md\:my-100) {
    margin-top: 10.0000000rem;
    margin-bottom: 10.0000000rem;
  }

  #brandhomes :is(.md\:mb-120) {
    margin-bottom: 12.0000000rem;
  }

  #brandhomes :is(.md\:mt-0) {
    margin-top: 0rem;
  }

  #brandhomes :is(.md\:mt-100) {
    margin-top: 10.0000000rem;
  }

  #brandhomes :is(.md\:block) {
    display: block;
  }

  #brandhomes :is(.md\:flex) {
    display: flex;
  }

  #brandhomes :is(.md\:grid) {
    display: grid;
  }

  #brandhomes :is(.md\:aspect-video) {
    aspect-ratio: 16 / 9;
  }

  #brandhomes :is(.md\:h-30) {
    height: 3.0000000rem;
  }

  #brandhomes :is(.md\:h-80) {
    height: 8.0000000rem;
  }

  #brandhomes :is(.md\:h-full) {
    height: 100%;
  }

  #brandhomes :is(.md\:w-2\/3) {
    width: 66.666667%;
  }

  #brandhomes :is(.md\:w-22) {
    width: 2.2000000rem;
  }

  #brandhomes :is(.md\:w-\[22\%\]) {
    width: 22%;
  }

  #brandhomes :is(.md\:w-\[22\.91vw\]) {
    width: 22.91vw;
  }

  #brandhomes :is(.md\:w-\[283px\]) {
    width: 283px;
  }

  #brandhomes :is(.md\:w-\[308px\]) {
    width: 308px;
  }

  #brandhomes :is(.md\:w-\[58\%\]) {
    width: 58%;
  }

  #brandhomes :is(.md\:w-\[60\%\]) {
    width: 60%;
  }

  #brandhomes :is(.md\:w-\[83\%\]) {
    width: 83%;
  }

  #brandhomes :is(.md\:w-auto) {
    width: auto;
  }

  #brandhomes :is(.md\:translate-x-0) {
    --tw-translate-x: 0rem;
    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));
  }

  #brandhomes :is(.md\:flex-row) {
    flex-direction: row;
  }

  #brandhomes :is(.md\:items-center) {
    align-items: center;
  }

  #brandhomes :is(.md\:gap-120) {
    gap: 12.0000000rem;
  }

  #brandhomes :is(.md\:gap-24) {
    gap: 2.4000000rem;
  }

  #brandhomes :is(.md\:gap-32) {
    gap: 3.2000000rem;
  }

  #brandhomes :is(.md\:gap-40) {
    gap: 4.0000000rem;
  }

  #brandhomes :is(.md\:gap-60) {
    gap: 6.0000000rem;
  }

  #brandhomes :is(.md\:self-start) {
    align-self: flex-start;
  }

  #brandhomes :is(.md\:self-end) {
    align-self: flex-end;
  }

  #brandhomes :is(.md\:p-40) {
    padding: 4.0000000rem;
  }

  #brandhomes :is(.md\:p-44) {
    padding: 4.4000000rem;
  }

  #brandhomes :is(.md\:px-100) {
    padding-left: 10.0000000rem;
    padding-right: 10.0000000rem;
  }

  #brandhomes :is(.md\:px-40) {
    padding-left: 4.0000000rem;
    padding-right: 4.0000000rem;
  }

  #brandhomes :is(.md\:pb-0) {
    padding-bottom: 0rem;
  }

  #brandhomes :is(.md\:pt-300) {
    padding-top: 30.0000000rem;
  }

  #brandhomes :is(.md\:pt-352) {
    padding-top: 35.2000000rem;
  }

  #brandhomes :is(.md\:pt-92) {
    padding-top: 9.2000000rem;
  }

  #brandhomes :is(.md\:pt-\[18vw\]) {
    padding-top: 18vw;
  }

  #brandhomes :is(.md\:pt-\[40vw\]) {
    padding-top: 40vw;
  }
}
@media (min-width: 1024px) {

  #brandhomes :is(.lg\:relative) {
    position: relative;
  }

  #brandhomes :is(.lg\:sticky) {
    position: sticky;
  }

  #brandhomes :is(.lg\:-left-92) {
    left: -9.2000000rem;
  }

  #brandhomes :is(.lg\:-right-92) {
    right: -9.2000000rem;
  }

  #brandhomes :is(.lg\:-top-80) {
    top: -8.0000000rem;
  }

  #brandhomes :is(.lg\:left-\[11\.3\%\]) {
    left: 11.3%;
  }

  #brandhomes :is(.lg\:right-0) {
    right: 0rem;
  }

  #brandhomes :is(.lg\:right-140) {
    right: 14.0000000rem;
  }

  #brandhomes :is(.lg\:top-0) {
    top: 0rem;
  }

  #brandhomes :is(.lg\:top-60) {
    top: 6.0000000rem;
  }

  #brandhomes :is(.lg\:top-\[7vw\]) {
    top: 7vw;
  }

  #brandhomes :is(.lg\:col-span-10) {
    grid-column: span 10 / span 10;
  }

  #brandhomes :is(.lg\:col-span-4) {
    grid-column: span 4 / span 4;
  }

  #brandhomes :is(.lg\:col-span-5) {
    grid-column: span 5 / span 5;
  }

  #brandhomes :is(.lg\:col-span-6) {
    grid-column: span 6 / span 6;
  }

  #brandhomes :is(.lg\:col-span-7) {
    grid-column: span 7 / span 7;
  }

  #brandhomes :is(.lg\:col-span-9) {
    grid-column: span 9 / span 9;
  }

  #brandhomes :is(.lg\:col-start-2) {
    grid-column-start: 2;
  }

  #brandhomes :is(.lg\:col-start-3) {
    grid-column-start: 3;
  }

  #brandhomes :is(.lg\:col-start-6) {
    grid-column-start: 6;
  }

  #brandhomes :is(.lg\:col-start-7) {
    grid-column-start: 7;
  }

  #brandhomes :is(.lg\:col-start-9) {
    grid-column-start: 9;
  }

  #brandhomes :is(.lg\:mx-32) {
    margin-left: 3.2000000rem;
    margin-right: 3.2000000rem;
  }

  #brandhomes :is(.lg\:mx-50) {
    margin-left: 5.0000000rem;
    margin-right: 5.0000000rem;
  }

  #brandhomes :is(.lg\:mx-60) {
    margin-left: 6.0000000rem;
    margin-right: 6.0000000rem;
  }

  #brandhomes :is(.lg\:my-0) {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  #brandhomes :is(.lg\:my-172) {
    margin-top: 17.2000000rem;
    margin-bottom: 17.2000000rem;
  }

  #brandhomes :is(.lg\:my-200) {
    margin-top: 20.0000000rem;
    margin-bottom: 20.0000000rem;
  }

  #brandhomes :is(.lg\:-ml-\[67\.5vw\]) {
    margin-left: -67.5vw;
  }

  #brandhomes :is(.lg\:mb-108) {
    margin-bottom: 10.8000000rem;
  }

  #brandhomes :is(.lg\:mb-128) {
    margin-bottom: 12.8000000rem;
  }

  #brandhomes :is(.lg\:mb-140) {
    margin-bottom: 14.0000000rem;
  }

  #brandhomes :is(.lg\:mb-156) {
    margin-bottom: 15.6000000rem;
  }

  #brandhomes :is(.lg\:mb-200) {
    margin-bottom: 20.0000000rem;
  }

  #brandhomes :is(.lg\:ml-156) {
    margin-left: 15.6000000rem;
  }

  #brandhomes :is(.lg\:ml-264) {
    margin-left: 26.4000000rem;
  }

  #brandhomes :is(.lg\:mr-120) {
    margin-right: 12.0000000rem;
  }

  #brandhomes :is(.lg\:mt-108) {
    margin-top: 10.8000000rem;
  }

  #brandhomes :is(.lg\:mt-112) {
    margin-top: 11.2000000rem;
  }

  #brandhomes :is(.lg\:mt-132) {
    margin-top: 13.2000000rem;
  }

  #brandhomes :is(.lg\:mt-200) {
    margin-top: 20.0000000rem;
  }

  #brandhomes :is(.lg\:mt-48) {
    margin-top: 4.8000000rem;
  }

  #brandhomes :is(.lg\:mt-52) {
    margin-top: 5.2000000rem;
  }

  #brandhomes :is(.lg\:mt-56) {
    margin-top: 5.6000000rem;
  }

  #brandhomes :is(.lg\:mt-80) {
    margin-top: 8.0000000rem;
  }

  #brandhomes :is(.lg\:mt-84) {
    margin-top: 8.4000000rem;
  }

  #brandhomes :is(.lg\:mt-92) {
    margin-top: 9.2000000rem;
  }

  #brandhomes :is(.lg\:flex) {
    display: flex;
  }

  #brandhomes :is(.lg\:grid) {
    display: grid;
  }

  #brandhomes :is(.lg\:hidden) {
    display: none;
  }

  #brandhomes :is(.lg\:aspect-\[850\/540\]) {
    aspect-ratio: 850/540;
  }

  #brandhomes :is(.lg\:aspect-auto) {
    aspect-ratio: auto;
  }

  #brandhomes :is(.lg\:aspect-video) {
    aspect-ratio: 16 / 9;
  }

  #brandhomes :is(.lg\:h-\[68px\]) {
    height: 68px;
  }

  #brandhomes :is(.lg\:h-auto) {
    height: auto;
  }

  #brandhomes :is(.lg\:h-full) {
    height: 100%;
  }

  #brandhomes :is(.lg\:h-screen) {
    height: 100vh;
  }

  #brandhomes :is(.lg\:min-h-screen) {
    min-height: 100vh;
  }

  #brandhomes :is(.lg\:w-1\/2) {
    width: 50%;
  }

  #brandhomes :is(.lg\:w-112) {
    width: 11.2000000rem;
  }

  #brandhomes :is(.lg\:w-\[129px\]) {
    width: 129px;
  }

  #brandhomes :is(.lg\:w-\[13\.88vw\]) {
    width: 13.88vw;
  }

  #brandhomes :is(.lg\:w-\[135vw\]) {
    width: 135vw;
  }

  #brandhomes :is(.lg\:w-\[443px\]) {
    width: 443px;
  }

  #brandhomes :is(.lg\:w-\[50\%\]) {
    width: 50%;
  }

  #brandhomes :is(.lg\:w-\[75\%\]) {
    width: 75%;
  }

  #brandhomes :is(.lg\:w-\[77\.4\%\]) {
    width: 77.4%;
  }

  #brandhomes :is(.lg\:columns-2) {
    -moz-columns: 2;
         columns: 2;
  }

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

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

  #brandhomes :is(.lg\:flex-row) {
    flex-direction: row;
  }

  #brandhomes :is(.lg\:items-center) {
    align-items: center;
  }

  #brandhomes :is(.lg\:justify-between) {
    justify-content: space-between;
  }

  #brandhomes :is(.lg\:gap-0) {
    gap: 0rem;
  }

  #brandhomes :is(.lg\:gap-120) {
    gap: 12.0000000rem;
  }

  #brandhomes :is(.lg\:gap-22) {
    gap: 2.2000000rem;
  }

  #brandhomes :is(.lg\:gap-30) {
    gap: 3.0000000rem;
  }

  #brandhomes :is(.lg\:gap-32) {
    gap: 3.2000000rem;
  }

  #brandhomes :is(.lg\:gap-40) {
    gap: 4.0000000rem;
  }

  #brandhomes :is(.lg\:gap-60) {
    gap: 6.0000000rem;
  }

  #brandhomes :is(.lg\:gap-64) {
    gap: 6.4000000rem;
  }

  #brandhomes :is(.lg\:gap-68) {
    gap: 6.8000000rem;
  }

  #brandhomes :is(.lg\:gap-80) {
    gap: 8.0000000rem;
  }

  #brandhomes :is(.lg\:p-80) {
    padding: 8.0000000rem;
  }

  #brandhomes :is(.lg\:px-196) {
    padding-left: 19.6000000rem;
    padding-right: 19.6000000rem;
  }

  #brandhomes :is(.lg\:px-32) {
    padding-left: 3.2000000rem;
    padding-right: 3.2000000rem;
  }

  #brandhomes :is(.lg\:px-60) {
    padding-left: 6.0000000rem;
    padding-right: 6.0000000rem;
  }

  #brandhomes :is(.lg\:py-0) {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  #brandhomes :is(.lg\:py-176) {
    padding-top: 17.6000000rem;
    padding-bottom: 17.6000000rem;
  }

  #brandhomes :is(.lg\:py-220) {
    padding-top: 22.0000000rem;
    padding-bottom: 22.0000000rem;
  }

  #brandhomes :is(.lg\:py-52) {
    padding-top: 5.2000000rem;
    padding-bottom: 5.2000000rem;
  }

  #brandhomes :is(.lg\:py-60) {
    padding-top: 6.0000000rem;
    padding-bottom: 6.0000000rem;
  }

  #brandhomes :is(.lg\:pb-184) {
    padding-bottom: 18.4000000rem;
  }

  #brandhomes :is(.lg\:pb-60) {
    padding-bottom: 6.0000000rem;
  }

  #brandhomes :is(.lg\:pb-92) {
    padding-bottom: 9.2000000rem;
  }

  #brandhomes :is(.lg\:pt-200) {
    padding-top: 20.0000000rem;
  }

  #brandhomes :is(.lg\:pt-236) {
    padding-top: 23.6000000rem;
  }

  #brandhomes :is(.lg\:pt-252) {
    padding-top: 25.2000000rem;
  }

  #brandhomes :is(.lg\:pt-40) {
    padding-top: 4.0000000rem;
  }

  #brandhomes :is(.lg\:pt-\[15vw\]) {
    padding-top: 15vw;
  }

  #brandhomes :is(.lg\:pt-\[30vw\]) {
    padding-top: 30vw;
  }

  #brandhomes :is(.lg\:text-left) {
    text-align: left;
  }

  #brandhomes :is(.lg\:text-30) {
    font-size: 3rem;
  }

  #brandhomes :is(.lg\:text-white) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 768px) and (max-height: 750px) {

  #brandhomes :is(.sh\:top-25) {
    top: 2.5000000rem;
  }

  #brandhomes :is(.sh\:mt-32) {
    margin-top: 3.2000000rem;
  }

  #brandhomes :is(.sh\:pt-100) {
    padding-top: 10.0000000rem;
  }
}/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%;touch-action:pan-y}.flickity-slider{position:absolute;width:100%;height:100%;left:0}.flickity-rtl .flickity-slider{left:unset;right:0}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-cell{position:absolute;left:0}.flickity-rtl .flickity-cell{left:unset;right:0}.flickity-button{position:absolute;background:hsl(0 0% 100% / 75%);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 8px;background:hsl(0 0% 20% / 25%);border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-indent:-9999px;overflow:hidden}.flickity-rtl .flickity-page-dot{text-indent:9999px}.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-page-dot.is-selected{background:hsl(0 0% 20% / 100%)}