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

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

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

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

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: Neue Haas Unica Pro, Arial, sans-serif; /* 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;
}

    @font-face {
        font-family: 'Neue Haas Unica Pro';
        src: url('../../fonts/NeueHaasUnicaPro-Light.woff2') format('woff2');
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
    }
    @font-face {
        font-family: 'Neue Haas Unica Pro';
        src: url('../../fonts/NeueHaasUnicaPro-Regular.woff2') format('woff2');
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
    }
    @font-face {
        font-family: 'Neue Haas Unica Pro';
        src: url('../../fonts/NeueHaasUnicaPro-Medium.woff2') format('woff2');
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
    }
    @font-face {
        font-family: 'Neue Haas Unica Pro';
        src: url('../../fonts/NeueHaasUnicaPro-Bold.woff2') format('woff2');
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
    }

    [x-cloak]{
        display: none !important;
    }

    @media (min-width: 768px) {

  .section {
    padding-left: 60px;
    padding-right: 60px;
  }
}

    h2 {
  font-size: 36px;
  line-height: 38px;
}

    @media (min-width: 1024px) {

  h2 {
    font-size: 50px;
    line-height: 56px;
  }
}

    h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

    @media (min-width: 1024px) {

  h3 {
    font-size: 36px;
    line-height: 38px;
  }
}

    p {
  margin-bottom: 1.5rem;
}

    @media (min-width: 1024px) {

  p:last-of-type {
    margin-bottom: 0px;
  }
}

    li p {
  margin-bottom: 0px;
}

    ul {
  margin-bottom: 35px;
}

    @media (min-width: 1024px) {

  ul {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
            .list-container ul li {
                padding-left: 20px;
                display: flex;
            }

                .list-container ul li:before {
                    content: '—';
                    margin-right: 20px;
                }

    /* .arrow-cursor:hover {
        @screen lg {
            cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='128' viewBox='0 0 223 278'%3E%3Cpath opacity='.56' d='M1.401 82.577 83.018.812a2.799 2.799 0 0 1 3.98 0l54.497 54.596 26.198 26.246 54.497 54.596a2.81 2.81 0 0 1 0 3.987l-55.087 55.186-26.53 26.578-55.086 55.187a2.8 2.8 0 0 1-3.98 0L.811 196.346a2.811 2.811 0 0 1 0-3.987l53.097-53.193L1.401 86.563a2.81 2.81 0 0 1 0-3.986Zm136.556 32.816-22.182 22.223a1.695 1.695 0 0 0 0 2.399l21.924 21.964a1.689 1.689 0 0 0 2.395 0l22.182-22.222a1.695 1.695 0 0 0 0-2.4l-21.924-21.964a1.689 1.689 0 0 0-2.395 0ZM83.46 60.797 61.278 83.02a1.696 1.696 0 0 0 0 2.4l21.924 21.963a1.689 1.689 0 0 0 2.395 0l22.182-22.222a1.694 1.694 0 0 0 0-2.4L85.855 60.797a1.688 1.688 0 0 0-2.395 0Zm-.59 109.783-22.182 22.222a1.696 1.696 0 0 0 0 2.4l21.924 21.964a1.689 1.689 0 0 0 2.396 0l22.182-22.223a1.695 1.695 0 0 0 0-2.399L85.266 170.58a1.687 1.687 0 0 0-2.395 0Z' fill='%23B7A68D'/%3E%3C/svg%3E") 64 64, pointer;
        }
    } */
        @media (min-width: 1024px) {

    .prev-slide:hover {
            cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='64' viewBox='0 0 138.4 272.57'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M138.4 2.11v268.3a2.09 2.09 0 0 1-3.6 1.5L.6 137.81a2.17 2.17 0 0 1 0-3L134.7.61a2.18 2.18 0 0 1 3.7 1.5Z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E") 32 32, pointer
    }

    .next-slide:hover {
            cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='64' viewBox='0 0 138.4 272.67'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M0 270.56V2.16A2.09 2.09 0 0 1 3.6.66l134.2 134.2a2.18 2.18 0 0 1 0 3L3.7 272.06a2.18 2.18 0 0 1-3.7-1.5Z' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E") 32 32, pointer
    }
        }

body.animation-in-progress .home-loader,
body.animation-in-progress #wrapper {
	    transition: all 700ms ease;
	    transform: translateY(-100vh);
}

body.loader-animating .home-loader {
    display: flex;
}

.home-loader {
	transition: all 700ms ease;
	/* z-index: -1; */
	position: relative;
	height: 100vh;
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    height: calc(var(--vh, 1vh) * 100);
	overflow: 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:  ;
}

::-webkit-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:  ;
}

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.left-\[100\%\] {
  left: 100%;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-\[60px\] {
  left: 60px;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

.right-\[55px\] {
  right: 55px;
}

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

.right-0 {
  right: 0px;
}

.right-\[-50px\] {
  right: -50px;
}

.left-\[-34px\] {
  left: -34px;
}

.right-\[-3\%\] {
  right: -3%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.m-0 {
  margin: 0px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

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

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

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

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

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

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

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

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

.mr-\[10px\] {
  margin-right: 10px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

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

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

.h-screen {
  height: 100vh;
}

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

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

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

.h-full {
  height: 100%;
}

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

.\!h-\[calc\(100dvh-85px\)\] {
  height: calc(100dvh - 85px) !important;
}

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

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

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

.\!h-\[300px\] {
  height: 300px !important;
}

.h-0 {
  height: 0px;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-\[calc\(100\%-120px\)\] {
  width: calc(100% - 120px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.origin-center {
  transform-origin: center;
}

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

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

.\!translate-y-0 {
  --tw-translate-y: 0px !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;
}

.translate-y-\[50px\] {
  --tw-translate-y: 50px;
  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-\[56px\] {
  --tw-translate-y: 56px;
  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-\[-45deg\] {
  --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));
}

.rotate-\[45deg\] {
  --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));
}

.rotate-0 {
  --tw-rotate: 0deg;
  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-45 {
  --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));
}

.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-default {
  cursor: default;
}

.\!cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-\[55px\] {
  gap: 55px;
}

.gap-y-\[50px\] {
  row-gap: 50px;
}

.gap-y-\[40px\] {
  row-gap: 40px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-y-\[60px\] {
  row-gap: 60px;
}

.gap-x-\[55px\] {
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.gap-y-\[5px\] {
  row-gap: 5px;
}

.gap-y-\[120px\] {
  row-gap: 120px;
}

.gap-x-\[100px\] {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-\[30px\] {
  row-gap: 30px;
}

.gap-x-\[34px\] {
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.space-x-\[23px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(23px * var(--tw-space-x-reverse));
  margin-left: calc(23px * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

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

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

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

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

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

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

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

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

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

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(222 219 215 / var(--tw-bg-opacity));
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(183 166 141 / var(--tw-bg-opacity));
}

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 230 / var(--tw-bg-opacity));
}

.bg-\[\#191919\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}

.fill-current {
  fill: currentColor;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

.px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

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

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

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[110px\] {
  padding-bottom: 110px;
}

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

.pb-\[100\%\] {
  padding-bottom: 100%;
}

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

.pb-\[75\%\] {
  padding-bottom: 75%;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.font-sans {
  font-family: Neue Haas Unica Pro, Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[49px\] {
  line-height: 49px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[39px\] {
  line-height: 39px;
}

.-tracking-\[0\.01em\] {
  letter-spacing: -0.01em;
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(149 143 143 / var(--tw-text-opacity));
}

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

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(183 166 141 / var(--tw-text-opacity));
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-100 {
  opacity: 1;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.transition-all {
  transition-property: all;
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.delay-\[0\.1s\] {
  transition-delay: 0.1s;
}

.delay-\[0\.2s\] {
  transition-delay: 0.2s;
}

.delay-\[0\.3s\] {
  transition-delay: 0.3s;
}

.delay-\[0\.4s\] {
  transition-delay: 0.4s;
}

.delay-\[0\.5s\] {
  transition-delay: 0.5s;
}

.delay-\[0\.6s\] {
  transition-delay: 0.6s;
}

.delay-\[0\.7s\] {
  transition-delay: 0.7s;
}

.delay-\[0\.8s\] {
  transition-delay: 0.8s;
}

.delay-\[0\.9s\] {
  transition-delay: 0.9s;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-\[calc\(100\%\+34px\)\]::before {
  content: var(--tw-content);
  width: calc(100% + 34px);
}

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

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:gap-y-\[130px\] {
    row-gap: 130px;
  }

  .md\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pr-\[50px\] {
    padding-right: 50px;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[66\%\] {
    max-width: 66%;
  }

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

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

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

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

  .lg\:bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:p-\[100px\] {
    padding: 100px;
  }

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

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
  }

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

  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .lg\:pb-\[35px\] {
    padding-bottom: 35px;
  }

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

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

  .lg\:pb-\[220px\] {
    padding-bottom: 220px;
  }

  .lg\:pb-\[45px\] {
    padding-bottom: 45px;
  }

  .lg\:pb-\[350px\] {
    padding-bottom: 350px;
  }

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

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

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

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

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

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:leading-\[34px\] {
    line-height: 34px;
  }

  .lg\:leading-\[36px\] {
    line-height: 36px;
  }

  .lg\:leading-\[38px\] {
    line-height: 38px;
  }

  .lg\:leading-\[67px\] {
    line-height: 67px;
  }
}

@media (min-width: 1280px) {

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

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

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

  .xl\:leading-\[38px\] {
    line-height: 38px;
  }

  .xl\:leading-\[52px\] {
    line-height: 52px;
  }
}

