@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);


*, ::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:  ;
}/*
! tailwindcss v3.4.17 | 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: #e5e5e5; /* 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: Helvetica Neue, Helvetica, Arial, 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: #a3a3a3; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #737373;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #737373;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #737373;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}::-webkit-datetime-edit{
  display: inline-flex;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%23737373%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #737373;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}@media (forced-colors: active) {[type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}:root {
    /* type */
    --step--2: clamp(0.6944rem, 0.6928rem + 0.0069vw, 0.7035rem);
    --step--1: clamp(0.8333rem, 0.8139rem + 0.0799vw, 0.9377rem);
    --step-0: clamp(1rem, 0.9533rem + 0.1914vw, 1.25rem);
    --step-1: clamp(1.2rem, 1.113rem + 0.3569vw, 1.6663rem);
    --step-2: clamp(1.44rem, 1.2942rem + 0.598vw, 2.2211rem);
    --step-3: clamp(1.728rem, 1.498rem + 0.9437vw, 2.9607rem);
    --step-4: clamp(2.0736rem, 1.7241rem + 1.4339vw, 3.9467rem);
    --step-5: clamp(2.4883rem, 1.9709rem + 2.1226vw, 5.2609rem);
    --step-6: clamp(2.986rem, 2.2346rem + 3.0827vw, 7.0128rem);
    --step-7: clamp(3.4rem, 2.4rem + 4vw, 9rem);

    /* spacing */
    --space-2xs: clamp(0.25rem, 0.2383rem + 0.0478vw, 0.3125rem);
    --space-xs: clamp(0.5rem, 0.4767rem + 0.0957vw, 0.625rem);
    --space-sm: clamp(1rem, 0.9533rem + 0.1914vw, 1.25rem);
    --space-md: clamp(1.5rem, 1.43rem + 0.2871vw, 1.875rem);
    --space-lg: clamp(2rem, 1.9067rem + 0.3828vw, 2.5rem);
    --space-xl: clamp(3rem, 2.86rem + 0.5742vw, 3.75rem);
    --space-2xl: clamp(4rem, 3.8134rem + 0.7656vw, 5rem);
    --space-3xl: clamp(6rem, 5.7201rem + 1.1483vw, 7.5rem);

    /* one-up pairs */
    --space-2xs-xs: clamp(0.25rem, 0.18rem + 0.2871vw, 0.625rem);
    --space-xs-sm: clamp(0.5rem, 0.36rem + 0.5742vw, 1.25rem);
    --space-sm-md: clamp(1rem, 0.8367rem + 0.6699vw, 1.875rem);
    --space-md-lg: clamp(1.5rem, 1.3134rem + 0.7656vw, 2.5rem);
    --space-lg-xl: clamp(2rem, 1.6734rem + 1.3397vw, 3.75rem);
    --space-xl-2xl: clamp(3rem, 2.6268rem + 1.5311vw, 5rem);
    --space-2xl-3xl: clamp(4rem, 3.3469rem + 2.6794vw, 7.5rem);

    /* custom pairs */
    --space-sm-lg: clamp(1rem, 0.7201rem + 1.1483vw, 2.5rem);
    --space-sm-xl: clamp(1rem, 0.4868rem + 2.1053vw, 3.75rem);
    --space-sm-2xl: clamp(1rem, 0.2536rem + 3.0622vw, 5rem);
    --space-xl-3xl: clamp(3rem, 2.1603rem + 3.445vw, 7.5rem);

    /* negative */
    --space--sm-xl: calc(clamp(1rem, 0.4868rem + 2.1053vw, 3.75rem) * -1);

    /* custom */
    --step-05: clamp(0.875rem, 0.8517rem + 0.0957vw, 1rem);
    --grid-gap: var(--space-sm-2xl);
    --line-gap: 12px;

    /* logo */
    --fluid-logo: clamp(7.5rem, 6.567rem + 3.8278vw, 12.5rem);
  }html{
  scroll-behavior: smooth;
}body{
  min-height: 100svh;
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 227 / var(--tw-bg-opacity, 1));
  font-family: QuadrantTextMono, Georgia, Times New Roman, Times, serif;
  font-size: var(--step-0);
  font-weight: 400;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(45 42 38 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.site body:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans){
  margin-top: 0px;
  padding-top: 0px;
}body body * *:focus-visible::-moz-selection{
  outline-color: #ebeae3;
}body body * *:focus-visible::selection{
  outline-color: #ebeae3;
}body body *:focus-visible::-moz-selection{
  outline-color: #ebeae3;
}body body *:focus-visible::selection{
  outline-color: #ebeae3;
}body *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(45 42 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(235 234 227 / var(--tw-text-opacity, 1));
}body *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(45 42 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(235 234 227 / var(--tw-text-opacity, 1));
}body::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(45 42 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(235 234 227 / var(--tw-text-opacity, 1));
}body::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(45 42 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(235 234 227 / var(--tw-text-opacity, 1));
}body.site-body *:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
}body .bg-ink *:focus-visible{
  outline-color: #ebeae3;
}@font-face {
    font-family: "QuadrantTextMono";
    src:
      url(fonts/QuadrantTextMono-Regular.6899eef7.woff2) format("woff2"),
      url(fonts/QuadrantTextMono-Regular.792d8bbe.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }@font-face {
    font-family: "QuadrantTextMono";
    src:
      url(fonts/QuadrantTextMono-RegularItalic.33018e06.woff2) format("woff2"),
      url(fonts/QuadrantTextMono-RegularItalic.da58a7e3.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }@font-face {
    font-family: "PPEditorialNew";
    src:
      url(fonts/PPEditorialNew-Ultralight.9a94ceff.woff2) format("woff2"),
      url(fonts/PPEditorialNew-Ultralight.cb06022c.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }@font-face {
    font-family: "PPEditorialNew";
    src:
      url(fonts/PPEditorialNew-UltralightItalic.306c53d8.woff2) format("woff2"),
      url(fonts/PPEditorialNew-UltralightItalic.8363409d.woff) format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }@font-face {
    font-family: "PPEditorialNew";
    src:
      url(fonts/PPEditorialNew-Regular.6804454f.woff2) format("woff2"),
      url(fonts/PPEditorialNew-Regular.dca7519c.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }@font-face {
    font-family: "OCHighwaySeries7";
    src: url(fonts/OCHighway-Series7.d8ee69d8.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }@font-face {
    font-family: "OCHighwaySeries7";
    src: url(fonts/OCHighway-Series7Oblique.12f0fd18.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }p{
  margin-bottom: 1.5rem;
}small{
  font-size: 0.875rem;
  line-height: 1.25rem;
}a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}a:hover{
  text-decoration-line: underline;
}a {
    text-decoration-thickness: 0.05em;
  }a:not([class]){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}a:not([class]):hover{
  --tw-text-opacity: 1;
  color: rgb(45 42 38 / var(--tw-text-opacity, 1));
}a:not([class]) {
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
  }blockquote {
    quotes: "“" "”" "‘" "’";
  }a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}address{
  font-style: normal;
  line-height: 1.25;
}input[type="date"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input:not([type]),
  textarea,
  select{
  width: 100%;
  border-width: 2px;
  border-style: solid;
}input[type="date"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}input[type="date"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="email"]::placeholder,
  input[type="month"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="time"]::placeholder,
  input[type="url"]::placeholder,
  input[type="week"]::placeholder,
  input:not([type])::placeholder,
  textarea::placeholder,
  select::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}input[type="date"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  input:not([type]),
  textarea,
  select{
  outline-offset: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}input[type="checkbox"]:focus,
  input[type="radio"]:focus{
  color: currentColor;
  --tw-ring-color: currentColor;
}input[type="checkbox"]:checked,
  input[type="radio"]:checked{
  color: currentColor;
  --tw-ring-color: currentColor;
}textarea{
  display: block;
  resize: none;
}button,
  input[type="button"],
  input[type="submit"]{
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.container{
  padding-left: var(--space-sm-2xl);
  padding-right: var(--space-sm-2xl);
  margin-left: auto;
  margin-right: auto;
}.container-fluid{
  padding-left: var(--space-sm-2xl);
  padding-right: var(--space-sm-2xl);
  margin-left: auto;
  margin-right: auto;
}.container-narrow{
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}.spacer{
  margin-top: var(--space-xl-3xl);
  margin-bottom: var(--space-xl-3xl);
}.padder{
  padding-top: var(--space-xl-3xl);
  padding-bottom: var(--space-xl-3xl);
}.padder-sm{
  padding-top: var(--space-sm-2xl);
  padding-bottom: var(--space-sm-2xl);
}.type-h1{
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-6);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}.type-h2{
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-5);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}.type-h3{
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-4);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
}.type-h4{
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-3);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
}.type-h5{
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-2);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
}.type-h6{
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-0);
  line-height: 1.25;
}.type-display{
  margin-bottom: var(--space-sm);
  font-family: PPEditorialNew, Georgia, Times New Roman, Times, serif;
  font-size: var(--step-7);
  font-weight: 200;
  text-transform: none;
  line-height: 1;
}.type-display-2{
  margin-bottom: var(--space-sm);
  font-family: PPEditorialNew, Georgia, Times New Roman, Times, serif;
  font-size: var(--step-6);
  font-weight: 200;
  text-transform: none;
  line-height: 1;
}.type-display-3{
  margin-bottom: var(--space-sm);
  font-family: PPEditorialNew, Georgia, Times New Roman, Times, serif;
  font-size: var(--step-5);
  font-weight: 200;
  text-transform: none;
  line-height: 1;
}.lead{
  font-family: QuadrantTextMono, Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  line-height: 1.375;
}.kicker{
  margin-bottom: var(--space-xs);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-05);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
}.btn{
  display: inline-flex;
  align-items: center;
  border-radius: 1em;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  background-color: transparent;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-family: QuadrantTextMono, Georgia, Times New Roman, Times, serif;
  font-size: var(--step-05);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  color: currentColor;
  outline-width: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(66 156 147 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(66 156 147 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(235 234 227 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}.text-btn{
  display: inline-flex;
  text-align: center;
  font-size: var(--step-1);
  font-weight: 700;
  text-decoration-line: underline;
}.overlay-tint{
  position: relative;
}.overlay-tint::after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  opacity: 0.4;
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.invisible{
  visibility: hidden;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.inset-y-0{
  top: 0px;
  bottom: 0px;
}.bottom-0{
  bottom: 0px;
}.left-0{
  left: 0px;
}.left-fl-sm-2xl{
  left: var(--space-sm-2xl);
}.right-0{
  right: 0px;
}.right-2{
  right: 0.5rem;
}.right-fl-sm-2xl{
  right: var(--space-sm-2xl);
}.right-fl-sm-lg{
  right: var(--space-sm-lg);
}.top-0{
  top: 0px;
}.top-2{
  top: 0.5rem;
}.top-3{
  top: 0.75rem;
}.-z-1{
  z-index: -1;
}.z-10{
  z-index: 10;
}.z-2{
  z-index: 2;
}.z-20{
  z-index: 20;
}.z-50{
  z-index: 50;
}.z-\[10\]{
  z-index: 10;
}.z-\[60\]{
  z-index: 60;
}.z-\[99\]{
  z-index: 99;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.col-span-12{
  grid-column: span 12 / span 12;
}.m-0{
  margin: 0px;
}.m-auto{
  margin: auto;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-fl-sm-lg{
  margin-top: var(--space-sm-lg);
  margin-bottom: var(--space-sm-lg);
}.-mt-nav-offset{
  margin-top: calc(calc(5rem + 12px) * -1);
}.mb-0{
  margin-bottom: 0px;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-fl-lg{
  margin-bottom: var(--space-lg);
}.mb-fl-md{
  margin-bottom: var(--space-md);
}.mb-fl-sm{
  margin-bottom: var(--space-sm);
}.mb-fl-sm-lg{
  margin-bottom: var(--space-sm-lg);
}.mb-fl-sm-md{
  margin-bottom: var(--space-sm-md);
}.ml-\[20\%\]{
  margin-left: 20%;
}.ml-\[5\.5\%\]{
  margin-left: 5.5%;
}.ml-\[8\.75\%\]{
  margin-left: 8.75%;
}.ml-auto{
  margin-left: auto;
}.mr-\[2\%\]{
  margin-right: 2%;
}.mr-fl-sm-lg{
  margin-right: var(--space-sm-lg);
}.mt-15{
  margin-top: 3.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-auto{
  margin-top: auto;
}.mt-fl-lg{
  margin-top: var(--space-lg);
}.mt-fl-md{
  margin-top: var(--space-md);
}.mt-fl-sm{
  margin-top: var(--space-sm);
}.mt-fl-sm-lg{
  margin-top: var(--space-sm-lg);
}.mt-fl-xs{
  margin-top: var(--space-xs);
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}.aspect-\[16\/8\]{
  aspect-ratio: 16/8;
}.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}.aspect-\[6\/4\]{
  aspect-ratio: 6/4;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.size-6{
  width: 1.5rem;
  height: 1.5rem;
}.h-10{
  height: 2.5rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-\[2px\]{
  height: 2px;
}.h-\[80svh\]{
  height: 80svh;
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.h-px{
  height: 1px;
}.\!min-h-\[60svh\]{
  min-height: 60svh !important;
}.min-h-navbar-height{
  min-height: 5rem;
}.w-4{
  width: 1rem;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-7{
  width: 1.75rem;
}.w-8{
  width: 2rem;
}.w-\[180px\]{
  width: 180px;
}.w-\[90\%\]{
  width: 90%;
}.w-badge{
  width: clamp(4.5rem, 3.1538rem + 5.3846vw, 11.5rem);;
}.w-full{
  width: 100%;
}.w-logo{
  width: var(--fluid-logo);
}.w-screen{
  width: 100vw;
}.max-w-6xl{
  max-width: 72rem;
}.max-w-\[125ch\]{
  max-width: 125ch;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[65ch\]{
  max-width: 65ch;
}.max-w-none{
  max-width: none;
}.max-w-screen-md{
  max-width: 48rem;
}.max-w-screen-xl{
  max-width: 80rem;
}.flex-auto{
  flex: 1 1 auto;
}.flex-grow-0{
  flex-grow: 0;
}.grow{
  flex-grow: 1;
}.grow-0{
  flex-grow: 0;
}.origin-center{
  transform-origin: center;
}.-translate-y-1\/4{
  --tw-translate-y: -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));
}.translate-x-0{
  --tw-translate-x: 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));
}.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-\[5\%\]{
  --tw-translate-y: 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));
}.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));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.content-center{
  align-content: center;
}.items-center{
  align-items: center;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.gap-1\.5{
  gap: 0.375rem;
}.gap-3{
  gap: 0.75rem;
}.gap-fl-2xs{
  gap: var(--space-2xs);
}.gap-fl-md{
  gap: var(--space-md);
}.gap-fl-sm{
  gap: var(--space-sm);
}.gap-fl-sm-2xl{
  gap: var(--space-sm-2xl);
}.gap-fl-xl{
  gap: var(--space-xl);
}.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-x-fl-2xl{
  -moz-column-gap: var(--space-2xl);
       column-gap: var(--space-2xl);
}.gap-x-fl-sm-2xl{
  -moz-column-gap: var(--space-sm-2xl);
       column-gap: var(--space-sm-2xl);
}.gap-y-2{
  row-gap: 0.5rem;
}.gap-y-20{
  row-gap: 5rem;
}.gap-y-fl-lg{
  row-gap: var(--space-lg);
}.gap-y-fl-md{
  row-gap: var(--space-md);
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.self-start{
  align-self: flex-start;
}.self-end{
  align-self: flex-end;
}.self-center{
  align-self: center;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-y-auto{
  overflow-y: auto;
}.rounded-full{
  border-radius: 9999px;
}.rounded-none{
  border-radius: 0px;
}.border-0{
  border-width: 0px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-b-\[0\.75rem\]{
  border-bottom-width: 0.75rem;
}.border-t{
  border-top-width: 1px;
}.border-t-2{
  border-top-width: 2px;
}.border-none{
  border-style: none;
}.border-current{
  border-color: currentColor;
}.border-ink{
  --tw-border-opacity: 1;
  border-color: rgb(45 42 38 / var(--tw-border-opacity, 1));
}.border-b-papier{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(235 234 227 / var(--tw-border-opacity, 1));
}.\!bg-transparent{
  background-color: transparent !important;
}.bg-aqua{
  --tw-bg-opacity: 1;
  background-color: rgb(197 241 209 / var(--tw-bg-opacity, 1));
}.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}.bg-current{
  background-color: currentColor;
}.bg-ink{
  --tw-bg-opacity: 1;
  background-color: rgb(45 42 38 / var(--tw-bg-opacity, 1));
}.bg-papier{
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 227 / var(--tw-bg-opacity, 1));
}.bg-transparent{
  background-color: transparent;
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-0{
  padding: 0px;
}.p-1{
  padding: 0.25rem;
}.p-fl-sm-2xl{
  padding: var(--space-sm-2xl);
}.p-fl-sm-lg{
  padding: var(--space-sm-lg);
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-fl-sm-xl{
  padding-left: var(--space-sm-xl);
  padding-right: var(--space-sm-xl);
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-fl-lg{
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}.py-fl-md{
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}.py-fl-sm{
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}.py-fl-sm-2xl{
  padding-top: var(--space-sm-2xl);
  padding-bottom: var(--space-sm-2xl);
}.pb-0{
  padding-bottom: 0px;
}.pb-fl-sm-2xl{
  padding-bottom: var(--space-sm-2xl);
}.pr-3{
  padding-right: 0.75rem;
}.pt-15{
  padding-top: 3.75rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-nav-offset{
  padding-top: calc(5rem + 12px);
}.text-center{
  text-align: center;
}.font-headline{
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
}.font-sans{
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}.text-fl-2xl{
  font-size: var(--step-4);
}.text-fl-base{
  font-size: var(--step-0);
}.text-fl-lg{
  font-size: var(--step-2);
}.text-fl-md{
  font-size: var(--step-1);
}.text-fl-sm{
  font-size: var(--step--1);
}.text-fl-sub-base{
  font-size: var(--step-05);
}.text-fl-xl{
  font-size: var(--step-3);
}.text-fl-xs{
  font-size: var(--step--2);
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.font-medium{
  font-weight: 500;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.leading-none{
  line-height: 1;
}.tracking-tighter{
  letter-spacing: -0.05em;
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-current{
  color: currentColor;
}.text-papier{
  --tw-text-opacity: 1;
  color: rgb(235 234 227 / var(--tw-text-opacity, 1));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.underline{
  text-decoration-line: underline;
}.no-underline{
  text-decoration-line: none;
}.decoration-from-font{
  text-decoration-thickness: from-font;
}.underline-offset-4{
  text-underline-offset: 4px;
}.opacity-0{
  opacity: 0;
}.shadow-\[0px_0px_12px_-5px_rgba\(0\2c _0\2c _0\2c _0\.7\)\]{
  --tw-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.7);
  --tw-shadow-colored: 0px 0px 12px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.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;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-visibility{
  transition-property: visibility, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.delay-300{
  transition-delay: 300ms;
}.duration-1000{
  transition-duration: 1000ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-smooth{
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0px;
}/* Everest Forms */body .everest-forms input[type="date"],
    body .everest-forms input[type="datetime-local"],
    body .everest-forms input[type="email"],
    body .everest-forms input[type="month"],
    body .everest-forms input[type="number"],
    body .everest-forms input[type="password"],
    body .everest-forms input[type="search"],
    body .everest-forms input[type="tel"],
    body .everest-forms input[type="text"],
    body .everest-forms input[type="time"],
    body .everest-forms input[type="url"],
    body .everest-forms input[type="week"],
    body .everest-forms input:not([type]),
    body .everest-forms textarea,
    body .everest-forms select{
  margin-bottom: var(--space-sm);
  width: 100%;
  border-width: 2px;
  border-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 227 / var(--tw-bg-opacity, 1));
  padding: 0.75em;
  font-size: var(--step-0);
  line-height: 1;
  color: currentColor;
  outline-offset: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.site body .everest-forms input[type="date"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="datetime-local"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="email"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="month"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="number"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="password"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="search"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="tel"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="text"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="time"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="url"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input[type="week"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms input:not([type]):not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms textarea:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans),.site 
    body .everest-forms select:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans){
  margin-top: 0px;
  padding-top: 0px;
}body .everest-forms input[type="date"]::-moz-placeholder, body .everest-forms input[type="datetime-local"]::-moz-placeholder, body .everest-forms input[type="email"]::-moz-placeholder, body .everest-forms input[type="month"]::-moz-placeholder, body .everest-forms input[type="number"]::-moz-placeholder, body .everest-forms input[type="password"]::-moz-placeholder, body .everest-forms input[type="search"]::-moz-placeholder, body .everest-forms input[type="tel"]::-moz-placeholder, body .everest-forms input[type="text"]::-moz-placeholder, body .everest-forms input[type="time"]::-moz-placeholder, body .everest-forms input[type="url"]::-moz-placeholder, body .everest-forms input[type="week"]::-moz-placeholder, body .everest-forms input:not([type])::-moz-placeholder, body .everest-forms textarea::-moz-placeholder, body .everest-forms select::-moz-placeholder{
  color: currentColor !important;
}body .everest-forms input[type="date"]::placeholder,
    body .everest-forms input[type="datetime-local"]::placeholder,
    body .everest-forms input[type="email"]::placeholder,
    body .everest-forms input[type="month"]::placeholder,
    body .everest-forms input[type="number"]::placeholder,
    body .everest-forms input[type="password"]::placeholder,
    body .everest-forms input[type="search"]::placeholder,
    body .everest-forms input[type="tel"]::placeholder,
    body .everest-forms input[type="text"]::placeholder,
    body .everest-forms input[type="time"]::placeholder,
    body .everest-forms input[type="url"]::placeholder,
    body .everest-forms input[type="week"]::placeholder,
    body .everest-forms input:not([type])::placeholder,
    body .everest-forms textarea::placeholder,
    body .everest-forms select::placeholder{
  color: currentColor !important;
}body .everest-forms input[type="date"]:focus,
    body .everest-forms input[type="datetime-local"]:focus,
    body .everest-forms input[type="email"]:focus,
    body .everest-forms input[type="month"]:focus,
    body .everest-forms input[type="number"]:focus,
    body .everest-forms input[type="password"]:focus,
    body .everest-forms input[type="search"]:focus,
    body .everest-forms input[type="tel"]:focus,
    body .everest-forms input[type="text"]:focus,
    body .everest-forms input[type="time"]:focus,
    body .everest-forms input[type="url"]:focus,
    body .everest-forms input[type="week"]:focus,
    body .everest-forms input:not([type]):focus,
    body .everest-forms textarea:focus,
    body .everest-forms select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
  outline-width: 1px;
}body .everest-forms select{
  line-height: 1.375;
}body .everest-forms .evf-container{
  position: relative;
  margin-bottom: 0px;
}body .everest-forms .evf-container .evf-field{
  margin: 0px !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
}body .everest-forms .evf-container button[type="submit"]{
  display: inline-flex;
  align-items: center;
  border-radius: 1em;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 227 / var(--tw-bg-opacity, 1));
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
  text-align: center;
  font-family: QuadrantTextMono, Georgia, Times New Roman, Times, serif;
  font-size: var(--step-0);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  color: currentColor;
  outline-width: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.site body .everest-forms .evf-container button[type="submit"]:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans){
  margin-top: 0px;
  padding-top: 0px;
}body .everest-forms .evf-container button[type="submit"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}body .everest-forms .evf-frontend-row{
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}body .everest-forms label.evf-field-label{
  margin-bottom: var(--space-2xs);
  display: block;
  font-size: var(--step-05);
  line-height: 1.375;
  color: currentColor !important;
}body .everest-forms label.evf-field-label.evf-error{
  font-size: var(--step--1);
}body .everest-forms .everest-forms-validated input,
      body .everest-forms .everest-forms-validated select{
  border-color: currentColor !important;
}.stack{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}.stack > *{
  margin-top: 0px;
}.stack > * + *{
  margin-top: var(--space-sm);
}.stack--sm > * + *{
  margin-top: var(--space-2xs);
}@media (min-width: 48rem) {.stack--lg > * + *{
    margin-top: var(--space-lg);
  }
      }.cover{
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}.cover > *{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.cover > .centered{
  margin-top: auto;
  margin-bottom: auto;
}.cover > :first-child:not(.centered){
  margin-top: 0px;
}.cover > :last-child:not(.centered){
  margin-bottom: 0px;
}.text-block h2:not([class*="type-"]):not([class*="kicker"]){
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-5);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}.text-block h3:not([class*="type-"]):not([class*="kicker"]){
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-4);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
}.text-block h4:not([class*="type-"]):not([class*="kicker"]){
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-3);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
}.text-block h5:not([class*="type-"]):not([class*="kicker"]){
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-2);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
}.text-block h6:not([class*="type-"]):not([class*="kicker"]){
  margin-bottom: var(--space-sm);
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-0);
  line-height: 1.25;
}.text-block .btn{
  margin-top: var(--space-sm);
}.text-block > :where(h2, h3, h4, h5, h6){
  margin-top: var(--space-sm);
}.text-block > :where(h2, h3, h4, h5, h6):first-child{
  margin-top: 0px;
}@media (min-width: 64rem){.text-block > :where(h2, h3, h4, h5, h6){
    margin-top: var(--space-lg);
  }
}.text-block > :is(h2, h3, h4, h5, h6) + *{
  margin-top: 0px;
}.text-block > :first-child{
  margin-top: 0px;
}.text-block > :last-child{
  margin-bottom: 0px;
}.text-block > .kicker + *{
  margin-top: var(--space-sm);
}.text-block > figure{
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}.text-block > ul:not([class]),
    .text-block > ol:not([class]){
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
  padding-left: var(--space-sm);
  text-align: left;
}.text-block > ul:not([class]) li, .text-block > ol:not([class]) li{
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
  line-height: 1.25;
}.text-block > ul:not([class]){
  list-style-type: disc;
}.text-block > ul:not([class]) *::marker{
  color: currentColor;
}.text-block > ul:not([class])::marker{
  color: currentColor;
}.text-block > ol:not([class]){
  list-style-type: decimal;
}.text-block > .list-ruled{
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}.text-block > .list-ruled:first-child{
  margin-top: 0px;
}.text-block > .list-ruled li{
  border-bottom-width: 2px;
  border-color: currentColor;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: OCHighwaySeries7, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: var(--step-05);
  text-transform: uppercase;
}.text-block > hr{
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}.flex-content {
}.divider-top{
  position: relative;
  margin-top: 13px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 176 170 / var(--tw-border-opacity, 1));
}.divider-top::before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-translate-y: -0.875rem;
  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-top-width: 1px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(176 176 170 / var(--tw-border-opacity, 1));
}.divider-bottom{
  position: relative;
  margin-bottom: 13px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 176 170 / var(--tw-border-opacity, 1));
}.divider-bottom::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  --tw-translate-y: 0.875rem;
  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-bottom-width: 1px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(176 176 170 / var(--tw-border-opacity, 1));
}.decor-lines{
  position: absolute;
  right: 0.75rem;
  top: 0px;
  height: 100%;
  width: 36px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgNjY0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB4PSIzMS41IiB3aWR0aD0iNjY0IiBoZWlnaHQ9IjQuNTAwMDEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDMxLjUgMCkiIGZpbGw9IiM5REQ2RTEiLz4KPHJlY3QgeD0iMjciIHdpZHRoPSI2NjQiIGhlaWdodD0iNC41MDAwMSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMjcgMCkiIGZpbGw9IiMzQzQwMDIiLz4KPHJlY3QgeD0iMzYiIHdpZHRoPSI2NjQiIGhlaWdodD0iNC41MDAwMSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMzYgMCkiIGZpbGw9IiMwQzc5QjEiLz4KPHJlY3QgeD0iMjIuNSIgd2lkdGg9IjY2NCIgaGVpZ2h0PSI0LjUwMDAxIiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAyMi41IDApIiBmaWxsPSIjOThCMTc4Ii8+CjxyZWN0IHg9IjE4IiB3aWR0aD0iNjY0IiBoZWlnaHQ9IjQuNTAwMDEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDE4IDApIiBmaWxsPSIjNDI5QzkzIi8+CjxyZWN0IHg9IjEzLjUiIHdpZHRoPSI2NjQiIGhlaWdodD0iNC41MDAwMSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTMuNSAwKSIgZmlsbD0iI0M1RjFEMSIvPgo8cmVjdCB4PSI5IiB3aWR0aD0iNjY0IiBoZWlnaHQ9IjQuNTAwMDEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDkgMCkiIGZpbGw9IiNBQjM0MDMiLz4KPHJlY3QgeD0iNC41IiB3aWR0aD0iNjY0IiBoZWlnaHQ9IjQuNTAwMDEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDQuNSAwKSIgZmlsbD0iI0VGREM3RSIvPgo8L3N2Zz4K) repeat-y;
}.decor-lines--left{
  right: auto;
  left: 0.75rem;
}/* overflow: hidden; */body.modal-open .modal{
  --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));
}.swiper-container {
  --swiper-navigation-color: #000;
  --swiper-navigation-size: 42px;
  --swiper-navigation-sides-offset: 1.5rem;
}.swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }.swiper-container .swiper-button-prev:hover,
  .swiper-container .swiper-button-next:hover{
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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));
}.swiper .slide-text{
  --tw-translate-y: 1.25rem;
  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;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.swiper-slide-active .slide-text{
  --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;
  transition-delay: 300ms;
}.site-header .current-menu-item a{
  text-decoration-line: underline;
}body.menu-open{
  overflow: hidden;
}body.menu-open .site-header{
  color: currentColor;
}body.menu-open .main-nav-wrap{
  visibility: visible;
  --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;
}body.menu-open .menu-icon__slice:first-child{
  --tw-translate-y: 50%;
  --tw-rotate: -45deg;
  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));
}body.menu-open .menu-icon__slice:nth-child(2){
  opacity: 0;
}body.menu-open .menu-icon__slice:last-child{
  --tw-translate-y: 50%;
  --tw-rotate: 45deg;
  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));
}.site .bg-ink *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.site .bg-ink *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.site .bg-ink::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.site .bg-ink::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.site .bg-ink *{
  --tw-text-opacity: 1;
  color: rgb(235 234 227 / var(--tw-text-opacity, 1));
}.site .bg-papier:not(.flex-content--floor-plans) + .bg-papier:not(.flex-content--floor-plans){
  margin-top: 0px;
  padding-top: 0px;
}.site-body.neighborhood .flex-content--text-columns:first-child .col-span-12:first-child .text-block{
  position: relative;
}.site-body.neighborhood .flex-content--text-columns:first-child .col-span-12:first-child .text-block::before{
  position: absolute;
  right: 10%;
  bottom: 0px;
  display: block;
  height: 259px;
  width: 200px;
  max-width: 12vw;
  --tw-translate-y: 35%;
  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));
  background-image: url(images/stamp-teal-slogan.75ffaf06.png);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}@media not all and (min-width: 64rem){.site-body.neighborhood .flex-content--text-columns:first-child .col-span-12:first-child .text-block::before{
    content: var(--tw-content);
    display: none;
  }
}.site-body.neighborhood .flex-content--text-columns:first-child::after{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 177px;
  width: 226px;
  max-width: 15vw;
  --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));
  background-image: url(images/stamp-blue.62dc0690.png);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}@media not all and (min-width: 64rem){.site-body.neighborhood .flex-content--text-columns:first-child::after{
    content: var(--tw-content);
    display: none;
  }
}.site-body.neighborhood .flex-content--text:last-child .text-block{
  position: relative;
}.site-body.neighborhood .flex-content--text:last-child .text-block::before{
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  height: 238px;
  width: 248px;
  max-width: 20vw;
  --tw-translate-x: 100%;
  --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));
  background-image: url(images/stamp-red-pr.f789fa7a.png);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}@media not all and (min-width: 64rem){.site-body.neighborhood .flex-content--text:last-child .text-block::before{
    content: var(--tw-content);
    display: none;
  }
}.site-body.residents .flex-content--text:first-child::before{
  position: absolute;
  right: 12%;
  top: 25%;
  display: block;
  height: 192px;
  width: 312px;
  max-width: 20vw;
  background-image: url(images/stamp-teal-circle.882f93f2.png);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}@media not all and (min-width: 64rem){.site-body.residents .flex-content--text:first-child::before{
    content: var(--tw-content);
    display: none;
  }
}.site-body.residents .flex-content--text:first-child::after{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 177px;
  width: 226px;
  max-width: 15vw;
  background-image: url(images/stamp-blue.62dc0690.png);
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}@media not all and (min-width: 64rem){.site-body.residents .flex-content--text:first-child::after{
    content: var(--tw-content);
    display: none;
  }
}.page .flex-content .text-block{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.grid-lines .grid-line {
    border-left: 1px solid #b0b0aa;
    position: absolute;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    top: 0;
  }.grid-lines .grid-line-1 {
      left: calc(var(--grid-gap) - var(--line-gap) - 1px);
    }.grid-lines .grid-line-2 {
      left: calc(var(--grid-gap) - 1px);
    }.grid-lines .grid-line-3 {
      left: calc(var(--grid-gap) + 15.3%);
    }.grid-lines .grid-line-4 {
      left: calc(var(--grid-gap) + (15.3% + var(--line-gap)));
    }.grid-lines .grid-line-5 {
      left: calc(var(--grid-gap) + 28.6%);
    }.grid-lines .grid-line-6 {
      left: calc(var(--grid-gap) + (28.6% + var(--line-gap)));
    }.grid-lines .grid-line-7 {
      left: calc(var(--grid-gap) + 39.2%);
    }.grid-lines .grid-line-8 {
      left: calc(var(--grid-gap) + (39.2% + var(--line-gap)));
    }.grid-lines .grid-line-9 {
      left: calc(var(--grid-gap) + 54.8%);
    }.grid-lines .grid-line-10 {
      left: calc(var(--grid-gap) + (54.8% + var(--line-gap)));
    }.grid-lines .grid-line-11 {
      left: calc(var(--grid-gap) + 64%);
    }.grid-lines .grid-line-12 {
      left: calc(var(--grid-gap) + (64% + var(--line-gap)));
    }.grid-lines .grid-line-13 {
      left: calc(var(--grid-gap) + 74.45%);
    }.grid-lines .grid-line-14 {
      left: calc(var(--grid-gap) + (74.45% + var(--line-gap)));
    }.grid-lines .grid-line-15 {
      left: calc(var(--grid-gap) + 83.8%);
    }.grid-lines .grid-line-16 {
      left: calc(var(--grid-gap) + (83.8% + var(--line-gap)));
    }.grid-lines .grid-line-17 {
      right: calc(var(--grid-gap) - 1px);
    }.grid-lines .grid-line-18 {
      right: calc(var(--grid-gap) - var(--line-gap) - 1px);
    }.content-container {
}.site-footer::before,
  .site-footer::after {
    border-top: 1px solid #b0b0aa;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    left: calc(var(--grid-gap) - 1px);
    right: calc(var(--grid-gap) - 1px);
    pointer-events: none;
  }.site-footer::after {
    transform: translateY(-0.75rem);
  }.single-post .post-content {
}@media not all and (min-width: 64rem){
      body .max-lg\:bg-ink *:focus-visible{
    outline-color: #ebeae3;
  }
}@media not all and (min-width: 48rem){
  .max-md\:btn{
    display: inline-flex;
    align-items: center;
    border-radius: 1em;
    border-width: 2px;
    border-style: solid;
    border-color: currentColor;
    background-color: transparent;
    padding-left: var(--space-md);
    padding-right: var(--space-md);
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-family: QuadrantTextMono, Georgia, Times New Roman, Times, serif;
    font-size: var(--step-05);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25;
    color: currentColor;
    outline-width: 0px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
  .max-md\:btn:hover{
    --tw-border-opacity: 1;
    border-color: rgb(66 156 147 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(66 156 147 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(235 234 227 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
  }

    .max-md\:btn--sm{
    min-width: 0px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: var(--step--1);
  }
}@media (min-width: 64rem){

    .lg\:btn--sm{
    min-width: 0px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: var(--step--1);
  }
}.before\:mx-fl-xs::before{
  content: var(--tw-content);
  margin-left: var(--space-xs);
  margin-right: var(--space-xs);
}.before\:content-\[\'\/\'\]::before{
  --tw-content: '/';
  content: var(--tw-content);
}.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}.first\:translate-y-1\.5:first-child{
  --tw-translate-y: 0.375rem;
  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));
}.first\:before\:hidden:first-child::before{
  content: var(--tw-content);
  display: none;
}.last\:mb-3:last-child{
  margin-bottom: 0.75rem;
}.last\:-translate-y-1\.5:last-child{
  --tw-translate-y: -0.375rem;
  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));
}.last\:pb-3:last-child{
  padding-bottom: 0.75rem;
}.hover\:bg-transparent:hover{
  background-color: transparent;
}.hover\:text-current:hover{
  color: currentColor;
}.hover\:underline:hover{
  text-decoration-line: underline;
}.hover\:no-underline:hover{
  text-decoration-line: none;
}.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.group:hover .group-hover\:no-underline{
  text-decoration-line: none;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}@media (prefers-reduced-motion: no-preference){@keyframes spin{to{
      transform: rotate(360deg);
    }
  }.motion-safe\:animate-\[spin_10s_linear_infinite\]{
    animation: spin 10s linear infinite;
  }
}@media not all and (min-width: 64rem){.max-lg\:invisible{
    visibility: hidden;
  }.max-lg\:absolute{
    position: absolute;
  }.max-lg\:left-3{
    left: 0.75rem;
  }.max-lg\:right-0{
    right: 0px;
  }.max-lg\:top-0{
    top: 0px;
  }.max-lg\:hidden{
    display: none;
  }.max-lg\:h-screen{
    height: 100vh;
  }.max-lg\:w-full{
    width: 100%;
  }.max-lg\:translate-y-\[5\%\]{
    --tw-translate-y: 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));
  }.max-lg\:flex-col{
    flex-direction: column;
  }.max-lg\:overflow-auto{
    overflow: auto;
  }.max-lg\:border-b{
    border-bottom-width: 1px;
  }.max-lg\:border-b-white\/20{
    border-bottom-color: rgb(255 255 255 / 0.2);
  }.max-lg\:bg-ink{
    --tw-bg-opacity: 1;
    background-color: rgb(45 42 38 / var(--tw-bg-opacity, 1));
  }.max-lg\:p-fl-sm{
    padding: var(--space-sm);
  }.max-lg\:py-navbar-height{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.max-lg\:opacity-0{
    opacity: 0;
  }.max-lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }.max-lg\:hover\:no-underline:hover{
    text-decoration-line: none;
  }
}@media not all and (min-width: 48rem){.max-md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.max-md\:block{
    display: block;
  }.max-md\:hidden{
    display: none;
  }.max-md\:justify-center{
    justify-content: center;
  }.max-md\:text-center{
    text-align: center;
  }
}@media (min-width: 48rem){.md\:order-1{
    order: 1;
  }.md\:order-2{
    order: 2;
  }.md\:order-3{
    order: 3;
  }.md\:col-span-4{
    grid-column: span 4 / span 4;
  }.md\:col-span-5{
    grid-column: span 5 / span 5;
  }.md\:col-span-6{
    grid-column: span 6 / span 6;
  }.md\:col-span-7{
    grid-column: span 7 / span 7;
  }.md\:col-span-8{
    grid-column: span 8 / span 8;
  }.md\:ml-auto{
    margin-left: auto;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-\[75\%\]{
    width: 75%;
  }.md\:max-w-\[25\%\]{
    max-width: 25%;
  }.md\:max-w-\[50\%\]{
    max-width: 50%;
  }.md\:max-w-\[70\%\]{
    max-width: 70%;
  }.md\:max-w-\[85\%\]{
    max-width: 85%;
  }.md\:flex-row{
    flex-direction: row;
  }.md\:justify-between{
    justify-content: space-between;
  }.md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }.md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.md\:pr-5{
    padding-right: 1.25rem;
  }.md\:text-right{
    text-align: right;
  }.md\:text-fl-sub-base{
    font-size: var(--step-05);
  }
}@media (min-width: 64rem){.lg\:sticky{
    position: sticky;
  }.lg\:top-\[calc\(5rem\+24px\)\]{
    top: calc(5rem + 24px);
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:ml-auto{
    margin-left: auto;
  }.lg\:block{
    display: block;
  }.lg\:hidden{
    display: none;
  }.lg\:aspect-\[3\/4\]{
    aspect-ratio: 3/4;
  }.lg\:h-\[calc\(100vh_-_\(5rem\+36px\)\)\]{
    height: calc(100vh - (5rem + 36px));
  }.lg\:w-5\/12{
    width: 41.666667%;
  }.lg\:w-7\/12{
    width: 58.333333%;
  }.lg\:w-\[313px\]{
    width: 313px;
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-3{
    gap: 0.75rem;
  }.lg\:gap-fl-sm-md{
    gap: var(--space-sm-md);
  }.lg\:p-0{
    padding: 0px;
  }.lg\:p-fl-sm{
    padding: var(--space-sm);
  }.lg\:text-\[4vw\]{
    font-size: 4vw;
  }.lg\:text-fl-sub-base{
    font-size: var(--step-05);
  }
}.\[\&_a\]\:text-current a{
  color: currentColor;
}

/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

