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

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

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

/*
! tailwindcss v3.2.1 | 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.
*/

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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:  ;
}

html {
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    overflow-y: auto;
}

h1,
    h2,
    h3 {
    font-family: avenirNextBold, sans-serif;
    font-weight: 700;
}

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

p {
    text-align: justify;
    font-family: avenirNextRegular, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

h2 {
    font-size: 20px;
    line-height: 1;
}

@media (min-width: 1024px) {

    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 28px;
    line-height: 1;
}

@media (min-width: 1024px) {

    h3 {
        font-size: 36px;
    }
}

a.link {
        scroll-snap-align: start;
    }

main,
    section,
    footer {
    scroll-snap-align: start;
        overflow-y: hidden !important;
}

.section {
    position: relative;
    height: 100vh;
    overflow-y: auto;
        padding-top: 80px !important;
}

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

.ele {
        opacity: 0;
        transform: translateY(-40px);
    }

.ele.appear {
            transition: 1.4s;
            opacity: 1;
            transform: translateY(0);
        }

.ele.toLeft {
            transform: translateX(100%);
        }

.ele.toLeft.appear {
                transform: translateX(0);
            }

.ele.toRight {
            transform: translateX(-100%);
        }

.ele.toRight.appear {
                transform: translateX(0);
            }

nav {
        transition: 0.5s;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 50;
        width: 100%;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.7;
        opacity: 0;
    }

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

@media (min-width: 1024px) {

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

nav.fill {
    opacity: 1;
}

#line-target {
        stroke-dasharray: 370;
        stroke-dashoffset: 370;
    }

#line-target-mobile {
        stroke-dasharray: 380;
        stroke-dashoffset: 380;
    }

.mobile-menu {
        transition: 0.3s;
        position: absolute;
        right: -100%;
        top: 0px;
        z-index: 20;
        display: flex;
        height: 100vh;
        width: 100%;
        justify-content: center;
        overflow-y: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(251 239 231 / var(--tw-bg-opacity));
    }

@media (min-width: 1024px) {

    .mobile-menu {
        right: -340px;
        width: 340px;
    }
}

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

.mobile-menu a {
    font-family: avenirNextDemi, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(183 101 63 / var(--tw-bg-opacity));
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: avenirNextDemi, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.button.vr {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(183 101 63 / var(--tw-text-opacity));
}

.rect {
    pointer-events: none;
    width: 30px;
    opacity: 0.6;
}

.lining {
    margin-left: 14px;
    margin-top: 0.75rem;
    border-left-width: 1px;
    border-color: rgb(183 101 63 / var(--tw-border-opacity));
    --tw-border-opacity: 0.6;
    padding-left: 1.5rem;
}

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

@media (min-width: 768px) {

    .lining.gallery {
        margin: 0px;
        border-style: none;
        padding: 0px;
    }
}

@media (min-width: 1024px) {

    .heading-pl,
    .subtitle {
        padding-left: 2.5rem !important;
    }
}

@media (min-width: 1280px) {

    .heading-pl,
    .subtitle {
        padding-left: 6rem !important;
    }

    .heading-pl.smaller, .subtitle.smaller {
        padding-left: 4rem !important;
    }
}

#videoWrapper {
    height: 30.2vw;
    width: 53.6vw;
}

#videoWrapperMobile {
    margin-left: auto;
    margin-right: auto;
    height: calc(60vw - 34px);
    max-height: 260px;
    width: calc(100vw - 34px);
    max-width: 460px;
}

.form-input {
    border-radius: 9999px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
}

.form-input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.form-input::placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .form-input {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Chrome, Safari, Edge, Opera */

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

/* Firefox */

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

.wa-input {
    font-family: avenirNextRegular, sans-serif !important;
}

.wa-input::-moz-placeholder {
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    --tw-text-opacity: 0.7 !important;
}

.wa-input::placeholder {
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    --tw-text-opacity: 0.7 !important;
}

.type-icon {
    width: 1rem;
}

@media (min-width: 1024px) {

    .type-icon {
        width: 1.25rem;
    }
}

.splide__arrow {
    top: auto !important;
    bottom: 80px !important;
    height: 1.25rem !important;
    width: 1.25rem !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

@media (min-width: 768px) {

    .splide__arrow {
        bottom: 50% !important;
    }
}

@media (min-width: 1024px) {

    .splide__arrow {
        height: 2rem !important;
        width: 2rem !important;
    }
}

.splide__arrow:disabled {
            opacity: 0.5 !important;
        }

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

@media (min-width: 768px) {

    .splide__arrow.splide__arrow--prev {
        left: 0.5rem;
    }
}

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

@media (min-width: 768px) {

    .splide__arrow.splide__arrow--next {
        right: 0.5rem;
    }
}

.splide__arrow svg {
    height: 100% !important;
    width: 100% !important;
}

.splide__arrow svg path {
    fill: #B7653F !important;
}

@media (min-width: 768px) {

    .splide__arrow svg path {
        fill: #fff !important;
    }
}

.layout-img {
        height: calc(100vh - 500px);
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: top;
           object-position: top;
    }

@media (min-width: 768px) {

    .layout-img {
        height: auto;
        width: 80%;
    }
}

#facilities-mount ol {
    display: grid;
    list-style-position: inside;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 1024px) {

    #facilities-mount ol {
        row-gap: 0.125rem;
        padding-left: 2.5rem;
    }
}

@media (min-width: 1280px) {

    #facilities-mount ol {
        padding-left: 6rem;
    }
}

#facilities-mount ol li {
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    font-size: 13px;
}

@media (min-width: 1024px) {

    #facilities-mount ol li {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

#facilities-mount ol li span {
    margin-right: 0.5rem;
    display: inline-block;
}

#facilities-mount .fp {
    order: 1;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {

    #facilities-mount .fp {
        order: 2;
        max-width: calc(100vw - 210px);
        flex-grow: 1;
    }
}

@media (min-width: 1024px) {

    #facilities-mount .fp {
        margin-top: -2.5rem;
    }
}

#facilities-mount .fp img {
    pointer-events: none;
    max-height: 174px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
}

@media (min-width: 768px) {

    #facilities-mount .fp img {
        max-height: 100%;
    }
}

@media (min-width: 1024px) {

    #facilities-mount .fp img {
        max-height: calc(100vh - 200px);
        max-width: calc(100vw - 240px);
    }
}

@media (min-width: 2600px) {

    #facilities-mount .fp img {
        max-width: 1600px;
    }
}

#facilities-mount .names {
    max-height: calc(100vh - 380px);
    min-width: 208px;
    overflow: auto;
    padding-bottom: 1.25rem;
}

@media (min-width: 768px) {

    #facilities-mount .names {
        max-height: calc(100vh - 240px);
    }
}

@media (min-width: 1024px) {

    #facilities-mount .names {
        min-width: 244px;
    }
}

@media (min-width: 1280px) {

    #facilities-mount .names {
        min-width: 308px;
    }
}

#facilities-mount .subtitle {
    margin-bottom: 0.25rem;
    font-size: 12px;
}

@media (min-width: 1024px) {

    #facilities-mount .subtitle {
        font-size: 14px;
    }
}

@keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

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

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

@media (min-width: 768px) {

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

.modal .photo {
    position: relative;
    height: 100%;
    max-height: 280px;
    width: 100%;
    flex-grow: 1;
}

@media (min-width: 768px) {

    .modal .photo {
        max-height: 100%;
    }
}

.modal .photo .photo-wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 120%;
                max-width: 984px;
}

.modal .photo img {
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
}

.modal .top {
    border-right-width: 1px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-border-opacity: 0.7;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
}

@media (min-width: 1024px) {

    .modal .top {
        padding-bottom: 1rem;
    }
}

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

.modal .caption {
    margin-top: 1rem;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 1024px) {

    .modal .caption {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.modal .title {
    margin-bottom: 0.75rem;
    font-family: avenirNextDemi, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 1024px) {

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

.modal p span {
    font-family: avenirNextDemi, sans-serif;
}

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

@media (min-width: 768px) {

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

.footer-modal {
        box-shadow: 1px -1px 8px #0000001f;
    }

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

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

.facade-btn {
    cursor: pointer;
}

.sp-year {
    margin-bottom: -3px;
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(224 190 174 / var(--tw-bg-opacity));
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    text-align: center;
    font-family: avenirNextBold, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(183 101 63 / var(--tw-text-opacity));
}

.sp-year.selected {
    --tw-bg-opacity: 1;
    background-color: rgb(127 63 30 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sp-month {
    margin-top: 0.25rem;
    text-align: center;
    font-family: avenirNextBold, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 768px) {

    .sp-month {
        margin-top: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.sp-img {
    width: 100%;
}

@media (min-width: 768px) {

    .sp-img {
        border-width: 4px;
        --tw-border-opacity: 1;
        border-color: rgb(255 249 246 / var(--tw-border-opacity));
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

.sp-hidden {
    display: block;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

#gallery .wrapper, #video-sect .wrapper {
    overflow: auto;
    padding-bottom: 2.25rem;
}

@media (min-width: 768px) {

    #gallery .wrapper, #video-sect .wrapper {
        max-height: calc(100vh - 220px);
    }
}

@media (min-width: 1024px) {

    #gallery .wrapper, #video-sect .wrapper {
        padding-bottom: 3rem;
    }
}

@media (min-width: 2600px) {

    #gallery .wrapper, #video-sect .wrapper {
        width: 900px;
    }
}

#gallery .title-wrap, #video-sect .title-wrap {
    margin-bottom: 0.375rem;
    display: flex;
    width: 100%;
    align-items: flex-end;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}

@media (min-width: 768px) {

    #gallery .title-wrap, #video-sect .title-wrap {
        margin-bottom: 0.75rem;
        display: none;
    }
}

#gallery .g-title, #video-sect .g-title {
    margin-bottom: -3px;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    padding-bottom: 0.125rem;
    font-family: avenirNextBold, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(183 101 63 / var(--tw-text-opacity));
}

#gallery .g-title.selected, #video-sect .g-title.selected {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(183 101 63 / var(--tw-border-opacity));
}

#gallery .g-title.g-subtitle, #video-sect .g-title.g-subtitle {
    font-family: avenirNextRegular, sans-serif;
}

#gallery .title, #video-sect .title {
    width: 100%;
    padding-left: 25px;
    font-family: avenirNextBold, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(183 101 63 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    #gallery .title, #video-sect .title {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(183 101 63 / var(--tw-border-opacity));
        padding-left: 0px;
        padding-bottom: 0.25rem;
    }
}

#gallery .show-unit-subtitle, #video-sect .show-unit-subtitle {
    cursor: pointer;
    font-family: avenirNextRegular, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(183 101 63 / var(--tw-text-opacity));
}

#gallery .show-unit-subtitle.selected, #video-sect .show-unit-subtitle.selected {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(183 101 63 / var(--tw-border-opacity));
}

#gallery .site-progress-subtitle, #video-sect .site-progress-subtitle {
    cursor: pointer;
    font-family: avenirNextRegular, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(183 101 63 / var(--tw-text-opacity));
}

#gallery .site-progress-subtitle.selected, #video-sect .site-progress-subtitle.selected {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(183 101 63 / var(--tw-border-opacity));
}

#gallery .site-progress-wrapper, #video-sect .site-progress-wrapper {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-right: 1rem;
    padding-left: 0.375rem;
}

#gallery .site-progress-wrapper.selected, #video-sect .site-progress-wrapper.selected {
    display: grid;
}

#gallery .site-progress-wrapper-desktop, #video-sect .site-progress-wrapper-desktop {
    visibility: hidden;
    display: grid;
    height: auto;
    max-height: 0px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.25rem;
    opacity: 0;
}

#gallery .site-progress-wrapper-desktop.selected, #video-sect .site-progress-wrapper-desktop.selected {
    visibility: visible;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    max-height: 100vh;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

@media (min-width: 768px) {

    #gallery .splide, #video-sect .splide {
        width: calc(60vw - 40px);
    }

    #gallery .splide.site-progress, #video-sect .splide.site-progress {
        width: calc(56vw - 40px);
    }
}

#gallery .splide a img, #video-sect .splide a img {
    width: 100%;
}

#gallery .splide .splide__pagination, #video-sect .splide .splide__pagination {
    bottom: -1.5rem !important;
    justify-content: flex-start !important;
}

#gallery .splide .splide__pagination__page, #video-sect .splide .splide__pagination__page {
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
}

#gallery .splide .splide__pagination__page.is-active, #video-sect .splide .splide__pagination__page.is-active {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(183 101 63 / var(--tw-bg-opacity)) !important;
    opacity: 1 !important;
}

#gallery .show-unit-wrapper, #video-sect .show-unit-wrapper {
    display: none;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 768px) {

    #gallery .show-unit-wrapper, #video-sect .show-unit-wrapper {
        display: block;
        opacity: 1;
    }
}

#gallery .show-unit-wrapper.selected, #video-sect .show-unit-wrapper.selected {
    display: block;
    opacity: 1;
}

.arrow-btn {
    margin-top: 1.25rem;
    margin-left: 1rem;
    display: flex;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
}

.arrow-btn img {
    width: 1rem;
    --tw-rotate: 90deg;
    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));
}

.arrow-btn.next img {
    --tw-rotate: -90deg;
    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));
}

.lp {
    display: grid;
    height: 100%;
    width: calc(100vw - 40px);
    max-width: 1400px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {

    .lp {
        display: flex;
        width: calc(100vw - 115px);
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1536px) {

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

.lp .info {
    display: flex;
    flex-direction: column;
    --tw-text-opacity: 1;
    color: rgb(183 101 63 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .lp .info {
        width: 40%;
        --tw-bg-opacity: 1;
        background-color: rgb(251 239 231 / var(--tw-bg-opacity));
    }
}

.lp .info .top {
    order: 2;
    padding-top: 0px;
    padding-left: 1.5rem;
    padding-right: 0.75rem;
}

@media (min-width: 768px) {

    .lp .info .top {
        order: 1;
        padding-top: 1.25rem;
    }
}

@media (min-width: 1024px) {

    .lp .info .top {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.lp .image {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {

    .lp .image {
        width: 60%;
        padding-bottom: 0px;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.right-5 {
    right: 1.25rem;
}

.top-6 {
    top: 1.5rem;
}

.-bottom-14 {
    bottom: -3.5rem;
}

.left-0 {
    left: 0px;
}

.top-0 {
    top: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.top-20 {
    top: 5rem;
}

.bottom-16 {
    bottom: 4rem;
}

.left-5 {
    left: 1.25rem;
}

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

.top-10 {
    top: 2.5rem;
}

.right-0 {
    right: 0px;
}

.right-6 {
    right: 1.5rem;
}

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

.z-\[60\] {
    z-index: 60;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.m-auto {
    margin: auto;
}

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

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

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.ml-4 {
    margin-left: 1rem;
}

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

.mb-1 {
    margin-bottom: 0.25rem;
}

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

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

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

.-ml-2 {
    margin-left: -0.5rem;
}

.-ml-\[24px\] {
    margin-left: -24px;
}

.ml-\[25px\] {
    margin-left: 25px;
}

.-mt-9 {
    margin-top: -2.25rem;
}

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

.ml-2 {
    margin-left: 0.5rem;
}

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

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

.-ml-\[29px\] {
    margin-left: -29px;
}

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

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

.ml-1 {
    margin-left: 0.25rem;
}

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

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

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

.block {
    display: block;
}

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

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-8 {
    height: 2rem;
}

.h-px {
    height: 1px;
}

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

.h-full {
    height: 100%;
}

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

.h-screen {
    height: 100vh;
}

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

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

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

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

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

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-auto {
    height: auto;
}

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

.w-6 {
    width: 1.5rem;
}

.w-full {
    width: 100%;
}

.w-1\/5 {
    width: 20%;
}

.w-3\/4 {
    width: 75%;
}

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

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

.w-56 {
    width: 14rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

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

.w-64 {
    width: 16rem;
}

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

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

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

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

.w-px {
    width: 1px;
}

.w-3 {
    width: 0.75rem;
}

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

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

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

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

.max-w-screen-3xl {
    max-width: 2600px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
    flex-grow: 1;
}

.-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));
}

.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));
}

.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));
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
    gap: 0.5rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

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

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

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

.gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}

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

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

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

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

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

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

.border-themeBrown {
    --tw-border-opacity: 1;
    border-color: rgb(183 101 63 / var(--tw-border-opacity));
}

.border-opacity-60 {
    --tw-border-opacity: 0.6;
}

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

.bg-themeBrown {
    --tw-bg-opacity: 1;
    background-color: rgb(183 101 63 / var(--tw-bg-opacity));
}

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

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

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

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}

.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.bg-wall {
    background-image: url('../images/bg-wall.jpg');
}

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

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

.bg-gallery {
    background-image: url('../images/bg-gallery.png');
}

.from-black {
    --tw-gradient-from: #000;
    --tw-gradient-to: rgb(0 0 0 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#DCCCC4\] {
    --tw-gradient-from: #DCCCC4;
    --tw-gradient-to: rgb(220 204 196 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#C09B8B\] {
    --tw-gradient-to: #C09B8B;
}

.bg-cover {
    background-size: cover;
}

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

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

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

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

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

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

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

.p-5 {
    padding: 1.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-1 {
    padding: 0.25rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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

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

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

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

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

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

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

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

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

.pb-6 {
    padding-bottom: 1.5rem;
}

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

.pr-7 {
    padding-right: 1.75rem;
}

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

.pt-2 {
    padding-top: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-3\.5 {
    padding-top: 0.875rem;
}

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

.pt-3 {
    padding-top: 0.75rem;
}

.pb-0\.5 {
    padding-bottom: 0.125rem;
}

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

.pt-2\.5 {
    padding-top: 0.625rem;
}

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

.pb-16 {
    padding-bottom: 4rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

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

.pt-10 {
    padding-top: 2.5rem;
}

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

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

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

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

.font-avenirNextBold {
    font-family: avenirNextBold, sans-serif;
}

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

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

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

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

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

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

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.font-bold {
    font-weight: 700;
}

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

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

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

.text-themeBrown {
    --tw-text-opacity: 1;
    color: rgb(183 101 63 / var(--tw-text-opacity));
}

.text-themeLightBrown {
    --tw-text-opacity: 1;
    color: rgb(251 239 231 / var(--tw-text-opacity));
}

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

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

.text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-70 {
    opacity: 0.7;
}

.transition-\[1s\] {
    transition-property: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.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;
}

.delay-100 {
    transition-delay: 100ms;
}

.delay-150 {
    transition-delay: 150ms;
}

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

@media (min-width: 768px) {

    #frmLeadGen .country {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

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

@media (min-width: 1024px) {

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

.iti {
    width: 100% !important;
}

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

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

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

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

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

.iti__flag {
    display: none;
}

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

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

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

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

.wcs_fixed_right {
    right: 10px !important;
}

@media (min-width: 1024px) {

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

.fancybox__image {
    pointer-events: none !important;
}

@media (min-width: 768px) {

    .md\:absolute {
        position: absolute;
    }

    .md\:top-40 {
        top: 10rem;
    }

    .md\:top-0 {
        top: 0px;
    }

    .md\:left-0 {
        left: 0px;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:order-1 {
        order: 1;
    }

    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

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

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

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

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

    .md\:ml-0 {
        margin-left: 0px;
    }

    .md\:-ml-\[30px\] {
        margin-left: -30px;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:gap-x-5 {
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
    }

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

    .md\:gap-x-4 {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }

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

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

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

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

    .md\:pt-5 {
        padding-top: 1.25rem;
    }

    .md\:pb-8 {
        padding-bottom: 2rem;
    }

    .md\:pt-3 {
        padding-top: 0.75rem;
    }

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

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

@media (min-width: 1024px) {

    .lg\:pointer-events-none {
        pointer-events: none;
    }

    .lg\:pointer-events-auto {
        pointer-events: auto;
    }

    .lg\:-bottom-28 {
        bottom: -7rem;
    }

    .lg\:right-12 {
        right: 3rem;
    }

    .lg\:bottom-20 {
        bottom: 5rem;
    }

    .lg\:left-20 {
        left: 5rem;
    }

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

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

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

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

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

    .lg\:mb-8 {
        margin-bottom: 2rem;
    }

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

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

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-11 {
        height: 2.75rem;
    }

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

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

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

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

    .lg\:h-0 {
        height: 0px;
    }

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

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

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

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

    .lg\:w-72 {
        width: 18rem;
    }

    .lg\:w-8 {
        width: 2rem;
    }

    .lg\:w-5 {
        width: 1.25rem;
    }

    .lg\:min-w-\[360px\] {
        min-width: 360px;
    }

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

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

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

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

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

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

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

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

    .lg\:items-end {
        align-items: flex-end;
    }

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

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

    .lg\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
             column-gap: 0.375rem;
    }

    .lg\:gap-x-1 {
        -moz-column-gap: 0.25rem;
             column-gap: 0.25rem;
    }

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

    .lg\:bg-\[\#8EAAB6\] {
        --tw-bg-opacity: 1;
        background-color: rgb(142 170 182 / var(--tw-bg-opacity));
    }

    .lg\:bg-\[\#738BA7\] {
        --tw-bg-opacity: 1;
        background-color: rgb(115 139 167 / var(--tw-bg-opacity));
    }

    .lg\:p-2 {
        padding: 0.5rem;
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

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

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

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

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

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

    .lg\:pl-0 {
        padding-left: 0px;
    }

    .lg\:pr-28 {
        padding-right: 7rem;
    }

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

    .lg\:pr-20 {
        padding-right: 5rem;
    }

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

    .lg\:pl-16 {
        padding-left: 4rem;
    }

    .lg\:pt-10 {
        padding-top: 2.5rem;
    }

    .lg\:text-right {
        text-align: right;
    }

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

@media (min-width: 1280px) {

    .xl\:right-24 {
        right: 6rem;
    }

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

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

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

    .xl\:pl-10 {
        padding-left: 2.5rem;
    }

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

@media (min-width: 2600px) {

    .\33xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

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