/*
! tailwindcss v3.1.8 | 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: currentColor; /* 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;
}

*, ::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:  ;
}
img{
  display: block;
  height: auto;
  width: 100%;
  border-style: none;
}
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 0.8s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
*{
  box-sizing: border-box;
}
pre{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[data-in-view='fade'] {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    opacity: 0;
  }
[data-in-view='fade'].in-view {
    opacity: 1;
  }
[data-in-view='fade-up'] {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    opacity: 0;

  transform: translateY(30px);
  }
[data-in-view='fade-up'].in-view {
    opacity: 1;
    transform: translateY(0);
  }
.word{
  display: inline-block;

  opacity: 0;
  transform: translateY(130%) scale(1.2);
}
[data-in-view='split-text'] .word{
  display: inline-block;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 1s;

    /* transition: all 0.8s cubic-bezier(0.49, 0.01, 0, 0.93); */
    transition-delay: calc(0.2s * (var(--line-index)));
}
[data-in-view='split-text'].in-view .word {
      opacity: 1;
      transform: translateY(0%) scale(1);
    }
[data-in-view='line-from-inside'] {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);

  -webkit-clip-path: inset(0% 46% 0% 46%);

          clip-path: inset(0% 46% 0% 46%);
  }
[data-in-view='line-from-inside'].in-view {
    -webkit-animation: animate-line-from-inside 2s forwards;
            animation: animate-line-from-inside 2s forwards;
  }
@-webkit-keyframes animate-line-from-inside {
  0% {
    -webkit-clip-path: inset(0% 46% 0% 46%);
            clip-path: inset(0% 46% 0% 46%);
  }

  100% {
    -webkit-clip-path: inset(-50% 0 -50% 0);
            clip-path: inset(-50% 0 -50% 0);
  }
}
@keyframes animate-line-from-inside {
  0% {
    -webkit-clip-path: inset(0% 46% 0% 46%);
            clip-path: inset(0% 46% 0% 46%);
  }

  100% {
    -webkit-clip-path: inset(-50% 0 -50% 0);
            clip-path: inset(-50% 0 -50% 0);
  }
}
.link--highlight {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
  }
.link--highlight:hover {
    text-shadow: 0 2px 5px white;
  }
.link--highlight--orange {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
  }
.link--highlight--orange:hover {
    text-shadow: 0 2px 5px #ff8a00;
  }
.png--highlight {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
  }
.png--highlight:hover {
    filter: drop-shadow(0 2px 5px white);
  }
/* @keyframes glow-loop {
  from {
    text-shadow: 0 2px 5px white;
  }

  to {
    text-shadow: 0 0 0 white;
  }
} */
/* @keyframes glitch {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-1.5px, 1.5px);
  }

  40% {
    transform: translate(-1.5px, -1.5px);
  }

  60% {
    transform: translate(1.5px, 1.5px);
  }

  80% {
    transform: translate(1.5px, -1.5px);
  }

  to {
    transform: translate(0);
  }
}

[data-glitch] {
  @apply relative;

  &::before,
  &::after {
    display: block;
    content: attr(data-glitch);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
  }

  &::after {
    color: #f0f;
    z-index: -2;
  }

  &::before {
    color: #0ff;
    z-index: -1;
  }

  &:hover {
    &::before {
      animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
    }

    &::after {
      animation: glitch 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 5;
    }
  }
} */
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@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}
:root{--swiper-theme-color:#007aff}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-pointer-events{touch-action:pan-y}
.swiper-pointer-events.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:0.0625rem;width:var(--swiper-centered-offset-after)}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:0.0625rem;height:var(--swiper-centered-offset-after)}
.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:0.0625rem;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:0.0625rem;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0 - (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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next:after,.swiper-button-prev: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,.swiper-rtl .swiper-button-next{left:0.625rem;right:auto}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:0.625rem;left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0.625rem;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:0.625rem;top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:0.5rem}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:0.25rem;left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:0.25rem;height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:0.625rem;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:0.1875rem;z-index:50;height:0.3125rem;width:98%}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:0.1875rem;top:1%;z-index:50;width:0.3125rem;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:0.625rem;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:2.625rem;height:2.625rem;position:absolute;left:50%;top:50%;margin-left:-1.3125rem;margin-top:-1.3125rem;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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}
.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.default-transition {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
  }
/* HEADING NAV */
.heading-nav{
  font-family: copperplate, serif;
  font-size: 13px;
}
@media (min-width: 1025px){

  .heading-nav{
    font-size: 12px;
  }
}
@media (min-width: 1600px){

  .heading-nav{
    font-size: 11px;
  }
}
.heading-nav--responsive {
    font-size: calc(100vw / 375 * 13);
    letter-spacing: calc(100vw / 375 * 1);
  }
@media (min-width: 560px) {

  .heading-nav--responsive {
      font-size: calc(100vw / 768 * 12);
      letter-spacing: calc(100vw / 768 * 1)
  }
    }
@media (min-width: 1025px) {

  .heading-nav--responsive {
      font-size: calc(100vw / 1920 * 11);
      letter-spacing: calc(100vw / 1920 * 1)
  }
    }
@media (min-width: 1760px){

  .heading-nav--container{
    font-size: 11px;
  }
}
.heading-lg{
  font-family: copperplate, serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1px;
}
.heading-lg--responsive {
    font-size: calc(100vw / 375 * 36);
    letter-spacing: calc(100vw / 375 * 1);
    line-height: calc(100vw / 375 * 48);
  }
@media (min-width: 560px) {

  .heading-lg--responsive {
      font-size: calc(100vw / 768 * 36);
      letter-spacing: calc(100vw / 768 * 1);
      line-height: calc(100vw / 768 * 48)
  }
    }
@media (min-width: 1025px) {

  .heading-lg--responsive {
      font-size: calc(100vw / 1920 * 36);
      letter-spacing: calc(100vw / 1920 * 1);
      line-height: calc(100vw / 1920 * 48)
  }
    }
@media (min-width: 1760px){

  .heading-lg--container{
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}
.heading{
  font-family: copperplate, serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 560px){

  .heading{
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1025px){

  .heading{
    font-size: 24px;
    line-height: 26px;
  }
}
.heading{
  letter-spacing: 1px;
}
.heading-sm{
  font-family: copperplate, serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 560px){

  .heading-sm{
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1025px){

  .heading-sm{
    font-size: 22px;
    line-height: 24px;
  }
}
.copy{
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1025px){

  .copy{
    font-size: 16px;
    line-height: 24px;
  }
}
.copy-lg{
  font-family: cormorant-garamond, serif;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1025px){

  .copy-lg{
    font-size: 18px;
    line-height: 26px;
  }
}
.form-copy{
  font-family: copperplate, serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 1025px){

  .form-copy{
    font-size: 16px;
  }
}
.text-shadow-sm {
    text-shadow: 0 2px 4px #000;
  }
.text-shadow-md {
    text-shadow: 0 0 12px #000;
  }
.text-shadow-lg {
    text-shadow: 0 3px 20px #000;
  }
button, 
  .btn, 
  a{
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
button, 
  .\!btn, 
  a{
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media (max-width: 767px) {
  .btn-crossRealm {
      transform: scale(0.7);
      transform-origin: right
  }
    }
.btn-crossRealm {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    display: flex;
    cursor: pointer;
  }
.btn-crossRealm .btn-crossRealm__wrapper{
  position: relative;
  display: block;
  display: flex;
  height: 3.75rem;
  min-width: 13.75rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: copperplate, serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-top: 6.625rem;
  margin-right: -0.9375rem;
}
.btn-crossRealm .btn-crossRealm__wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: block;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(90deg,transparent 0%,rgba(0, 0, 0, 1) 28%,rgba(0, 0, 0, 1) 72%,transparent 100%);
      }
.btn-crossRealm .btn-crossRealm__wrapper > img{
  pointer-events: none;
}
.btn-crossRealm .btn-crossRealm__wrapper:hover {
        text-shadow: 2px 3px 4px white;
      }
/* filter: dropshadow(color=#fff, offx=10, offy=10); */
.btn-crossRealm .btn-crossRealm__wrapper:hover::after {
          -webkit-clip-path: inset(0 0 0 0);
                  clip-path: inset(0 0 0 0);
        }
.btn-crossRealm .btn-crossRealm__textOne{
  font-size: 16px;
  font-weight: 300;

      font-size: calc(100vw / 375 * 16);
      line-height: calc(100vw / 375 * 16);
}
@media (min-width: 560px) {

    .btn-crossRealm .btn-crossRealm__textOne {
        font-size: calc(100vw / 768 * 16);
        line-height: calc(100vw / 768 * 16)
    }
      }
@media (min-width: 1025px) {

    .btn-crossRealm .btn-crossRealm__textOne {
        font-size: calc(100vw / 1920 * 16);
        line-height: calc(100vw / 1920 * 16)
    }
      }
.btn-crossRealm .btn-crossRealm__textTwo{
  font-size: 24px;
  font-weight: 700;

      font-size: calc(100vw / 375 * 24);
      line-height: calc(100vw / 375 * 24);
}
@media (min-width: 560px) {

    .btn-crossRealm .btn-crossRealm__textTwo {
        font-size: calc(100vw / 768 * 24);
        line-height: calc(100vw / 768 * 24)
    }
      }
@media (min-width: 1025px) {

    .btn-crossRealm .btn-crossRealm__textTwo {
        font-size: calc(100vw / 1920 * 24);
        line-height: calc(100vw / 1920 * 24)
    }
      }
.btn-crossRealm .btn-crossRealm__borderTop{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn-crossRealm .btn-crossRealm__borderBottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  --tw-translate-y: 50%;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn-crossRealm .btn-crossRealm__lantern{
  position: relative;
}
.btn-crossRealm .btn-crossRealm__lantern__img{
  width: 5.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-crossRealm .btn-crossRealm__lantern__glowAxiom, 
    .btn-crossRealm .btn-crossRealm__lantern__glowUmbral{
  position: absolute;
  top: 57%;
  left: 38%;
  height: 0;
  width: 0;
  opacity: 0;

      transition: 0.5s ease-in-out opacity;
}
.btn-crossRealm .btn-crossRealm__lantern__glowAxiom {
      box-shadow: 0 0 30px 30px #ff8a00;
    }
.btn-crossRealm .btn-crossRealm__lantern__glowUmbral {
      box-shadow: 0 0 30px 30px #00d2ff;
    }
.btn-crossRealm.realm-axiom .btn-crossRealm__wrapper:hover
        + .btn-crossRealm__lantern
        .btn-crossRealm__lantern__glowUmbral{
  opacity: 1;
}
.btn-crossRealm.realm-umbral .btn-crossRealm__wrapper:hover
        + .btn-crossRealm__lantern
        .btn-crossRealm__lantern__glowAxiom{
  opacity: 1;
}
.btn-block {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
  }
.btn-block:hover {
      text-shadow: 0 2px 5px white;
    }
.btn-block .btn-block__wrapper{
  position: relative;
  text-align: center;
}
.btn-block .btn-block__wrapper .btn__text{
  font-family: copperplate, serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;

    font-size: calc(100vw / 375 * 18);
    letter-spacing: calc(100vw / 375 * 1);
    line-height: calc(100vw / 375 * 19);
}
@media (min-width: 560px) {

  .btn-block .btn-block__wrapper .btn__text {
      font-size: calc(100vw / 768 * 18);
      letter-spacing: calc(100vw / 768 * 1);
      line-height: calc(100vw / 768 * 19)
  }
    }
@media (min-width: 1025px) {

  .btn-block .btn-block__wrapper .btn__text {
      font-size: calc(100vw / 1920 * 18);
      letter-spacing: calc(100vw / 1920 * 1);
      line-height: calc(100vw / 1920 * 19)
  }
    }
.btn-block .btn-block__wrapper .btn__text{
  display: block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-block .btn-block__wrapper .btn-block__borderTop, 
      .btn-block .btn-block__wrapper .btn-block__borderBottom{
  position: relative;
}
.btn-block .btn-block__wrapper .btn-block__borderTop__wisps, 
      .btn-block .btn-block__wrapper .btn-block__borderBottom__wisps{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn-block .btn-block__wrapper .btn-block__borderTop__wisps{
  top: -68%;
}
.btn-block .btn-block__wrapper .btn-block__borderBottom__wisps{
  bottom: -68%;
}
.btn-block .btn-block__wrapper .btn-block__lineY{
  position: absolute;
  top: 15%;
  height: 70%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-block .btn-block__wrapper .btn-block__lineY--left{
  left: 0;
}
.btn-block .btn-block__wrapper .btn-block__lineY--right{
  right: 0;
}
.input {
    line-height: normal;
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.form-input{
  font-family: copperplate, serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 1025px){

  .form-input{
    font-size: 16px;
  }
}
.form-input {
    line-height: normal;
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
.form-input--white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-select{
  font-family: copperplate, serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 1025px){

  .form-select{
    font-size: 16px;
  }
}
.form-select {
    line-height: normal;
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 3.75rem;

    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
      linear-gradient(135deg, #fff 50%, transparent 50%),
      linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 1.25rem) calc(1em + 0.125rem),
      calc(100% - 0.9375rem) calc(1em + 0.125rem), calc(100% - 2.5em) 0;
    background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 0.0625rem 2.625rem;
    background-repeat: no-repeat;
  }
.form-select--white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
html {
  font-size: calc(100vw / 375 * 16);
}
@media (min-width: 768px) {
html {
    font-size: calc(100vw / 768 * 16)
}
  }
@media (min-width: 1025px) {
html {
    font-size: calc(100vw / 1920 * 16)
}
  }
body{
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1025px){

  body{
    font-size: 16px;
    line-height: 24px;
  }
}
body{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  text-rendering: optimizelegibility;
}
.wysiwyg h1,  
  .wysiwyg h2{
  font-family: copperplate, serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1px;
}
.wysiwyg h3,  
  .wysiwyg h4,  
  .wysiwyg h5{
  font-family: copperplate, serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 560px){

  .wysiwyg h3,  
  .wysiwyg h4,  
  .wysiwyg h5{
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1025px){

  .wysiwyg h3,  
  .wysiwyg h4,  
  .wysiwyg h5{
    font-size: 24px;
    line-height: 26px;
  }
}
.wysiwyg h3,  
  .wysiwyg h4,  
  .wysiwyg h5{
  letter-spacing: 1px;
}
.wysiwyg h6{
  font-family: cormorant-garamond, serif;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1025px){

  .wysiwyg h6{
    font-size: 18px;
    line-height: 26px;
  }
}
.wysiwyg h6{
  font-family: copperplate, serif;
  letter-spacing: 1.25px;
}
.wysiwyg p,  
  .wysiwyg li{
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1025px){

  .wysiwyg p,  
  .wysiwyg li{
    font-size: 16px;
    line-height: 24px;
  }
}
.wysiwyg > * + *{
  margin-top: 1.875rem;
}
@media (min-width: 768px){

  .wysiwyg > * + *{
    margin-top: 3.125rem;
  }
}
@media (min-width: 1025px){

  .wysiwyg > * + *{
    margin-top: 5rem;
  }
}
.wysiwyg h1 + *, 
  .wysiwyg h2 + *, 
  .wysiwyg h3 + *, 
  .wysiwyg h4 + *, 
  .wysiwyg h5 + *, 
  .wysiwyg h6 + *, 
  .wysiwyg p + p{
  margin-top: 1.25rem;
}
@media (min-width: 1025px){

  .wysiwyg h1 + *, 
  .wysiwyg h2 + *, 
  .wysiwyg h3 + *, 
  .wysiwyg h4 + *, 
  .wysiwyg h5 + *, 
  .wysiwyg h6 + *, 
  .wysiwyg p + p{
    margin-top: 1.875rem;
  }
}
.wysiwyg a{
  display: inline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.wysiwyg ul > :not([hidden]) ~ :not([hidden]), 
  .wysiwyg ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.wysiwyg ul, 
  .wysiwyg ol{
  padding-left: 1.875rem;
}
.wysiwyg ul{
  list-style-type: disc;
}
.wysiwyg ol{
  list-style-type: decimal;
}
.wysiwyg.wysiwyg--copperplate p, 
    .wysiwyg.wysiwyg--copperplate li{
  font-family: copperplate, serif;
  letter-spacing: 1.25px;
}
.wysiwyg.wysiwyg--wishlist p, 
    .wysiwyg.wysiwyg--wishlist li{
  font-family: cormorant-garamond, serif;
  font-size: 20px;
  line-height: 22px;
}
@media (min-width: 1025px){

  .wysiwyg.wysiwyg--wishlist p, 
    .wysiwyg.wysiwyg--wishlist li{
    line-height: 26px;
  }
}
.btn-cover::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.btn-axiom {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    position: relative;
    z-index: 10;
    display: flex;
    height: 3.125rem;
    width: 100%;
    max-width: 23.75rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: copperplate, serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 7px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
@media (min-width: 1025px){

  .btn-axiom{
    height: 2.5rem;
    max-width: 18.75rem;
    letter-spacing: 9px;
  }
}
.btn-axiom::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1000;
    display: block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg,transparent 0%,rgba(0, 0, 0, 1) 28%,rgba(0, 0, 0, 1) 72%,transparent 100%);
  }
.btn-axiom > img{
  pointer-events: none;
}
.btn-axiom:hover {
    text-shadow: 2px 3px 4px white;
  }
/* filter: dropshadow(color=#fff, offx=10, offy=10); */
.btn-axiom:hover::after {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
    }
.btn-axiom__borderTop{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 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));
}
.btn-axiom__borderBottom{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 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));
}
.btn-wishlist{
  position: relative;
  z-index: 10;
  display: flex;
  height: 3.125rem;
  min-height: 2.5rem;
  width: 100%;
  max-width: 23.75rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: copperplate, serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 560px){

  .btn-wishlist{
    font-size: 21px;
  }
}
@media (min-width: 1025px){

  .btn-wishlist{
    height: 3.75rem;
    max-width: 29.0625rem;
    font-size: 28px;
  }
}
.btn-wishlist {
  /* overflow: hidden; */

  font-size: calc(100vw / 375 * 18);
  line-height: calc(100vw / 375 * 18);
}
@media (min-width: 560px) {
.btn-wishlist {
    font-size: calc(100vw / 768 * 21);
    line-height: calc(100vw / 768 * 21)
}
  }
@media (min-width: 1025px) {
.btn-wishlist {
    font-size: calc(100vw / 1920 * 28);
    line-height: calc(100vw / 1920 * 28)
}
  }
/* span{
    @apply absolute top-0 left-0 h-full;
  } */
.btn-wishlist.realm-axiom{
  --tw-text-opacity: 1;
  color: rgb(255 138 0 / var(--tw-text-opacity));
}
.btn-wishlist.realm-axiom span{
      background: radial-gradient(
        circle,
        rgb(255 138 0 / 50%) 0%,
        rgb(252 70 107 / 0%) 99%
      );
    }
.btn-wishlist.realm-axiom::after {
      content: '';
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    position: absolute;
    z-index: -100;
    height: 100%;
    width: 100%;

      opacity: 0;

      /* clip-path: inset(0% 50% 0% 50%); */
      background: radial-gradient(
        circle,
        rgb(255 138 0 / 50%) 0%,
        rgb(252 70 107 / 0%) 99%
      );
    }
.btn-wishlist.realm-axiom:hover::after {
        opacity: 0.8;

        /* clip-path: inset(0 0 0 0); */
      }
.btn-wishlist.realm-umbral{
  --tw-text-opacity: 1;
  color: rgb(0 210 255 / var(--tw-text-opacity));
}
.btn-wishlist.realm-umbral span{
      background: radial-gradient(
        circle,
        rgb(63 154 251 / 50%) 0%,
        rgb(252 70 107 / 0%) 99%
      );
    }
.btn-wishlist.realm-umbral::after {
      content: '';
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    position: absolute;
    z-index: -100;
    height: 100%;
    width: 100%;

      /* clip-path: inset(0% 50% 0% 50%); */
      opacity: 0;
      background: radial-gradient(
        circle,
        rgb(63 154 251 / 50%) 0%,
        rgb(252 70 107 / 0%) 99%
      );
    }
.btn-wishlist.realm-umbral:hover::after {
        opacity: 0.8;

        /* clip-path: inset(0 0 0 0); */
      }
.btn-wishlist::before {
    content: '';
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1000;
    display: block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg,transparent 0%,rgba(0, 0, 0, 1) 28%,rgba(0, 0, 0, 1) 72%,transparent 100%);
  }
.btn-wishlist > img{
  pointer-events: none;
}
.btn-wishlist__borderTop{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 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));
}
.btn-wishlist__borderBottom{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 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));
}
.btn-wishlist__hover-bg {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);

  -webkit-clip-path: inset(0% 50% 0% 50%);

          clip-path: inset(0% 50% 0% 50%);
  }
.btn-umbral {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    position: relative;
    z-index: 10;
    display: flex;
    height: 3.125rem;
    width: 100%;
    max-width: 23.75rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: copperplate, serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 7px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
@media (min-width: 1025px){

  .btn-umbral{
    height: 2.5rem;
    max-width: 18.75rem;
    letter-spacing: 9px;
  }
}
.btn-umbral::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg,transparent 0%,rgba(0, 0, 0, 1) 28%,rgba(0, 0, 0, 1) 72%,transparent 100%);
  }
.btn-umbral > img{
  pointer-events: none;
}
.btn-umbral:hover {
    text-shadow: 2px 3px 4px white;

    /* filter: dropshadow(color=#fff, offx=10, offy=10); */
  }
.btn-umbral__borderTop{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 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));
}
.btn-umbral__borderBottom{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 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));
}
.btn-umbral__wispsTop{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  --tw-translate-y: -72%;
  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));
}
.btn-umbral__wispsBottom{
  position: absolute;
  bottom: 0;
  width: 100%;
  --tw-translate-y: 72%;
  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));
}
.btn-trailer{
  display: flex;
  height: 3.75rem;
  width: 13.75rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: copperplate, serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-trailer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;

    background-image: linear-gradient(
      90deg,
      rgb(0 0 0 / 100%) 70%,
      transparent 100%
    );
  }
.btn-trailer > img{
  pointer-events: none;
}
.btn-trailer__textOne{
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
.btn-trailer__textTwo{
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.btn-trailer__borderTop{
  position: absolute;
  top: 0;
  left: 0;
  width: 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));
}
.btn-trailer__borderBottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 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));
}
.btn-trailer__textOne--responsive {
  font-size: calc(100vw / 375 * 16);
  line-height: calc(100vw / 375 * 16);
}
@media (min-width: 560px) {
.btn-trailer__textOne--responsive {
    font-size: calc(100vw / 768 * 16);
    line-height: calc(100vw / 768 * 16)
}
  }
@media (min-width: 1025px) {
.btn-trailer__textOne--responsive {
    font-size: calc(100vw / 1920 * 16);
    line-height: calc(100vw / 1920 * 16)
}
  }
.btn-trailer__textTwo--responsive {
  font-size: calc(100vw / 375 * 24);
  line-height: calc(100vw / 375 * 24);
}
@media (min-width: 560px) {
.btn-trailer__textTwo--responsive {
    font-size: calc(100vw / 768 * 24);
    line-height: calc(100vw / 768 * 24)
}
  }
@media (min-width: 1025px) {
.btn-trailer__textTwo--responsive {
    font-size: calc(100vw / 1920 * 24);
    line-height: calc(100vw / 1920 * 24)
}
  }
.btn-boxes{
  display: flex;
  height: 3.75rem;
  width: 13.75rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: copperplate, serif;
  --tw-text-opacity: 1;
  color: rgb(255 138 0 / var(--tw-text-opacity));
}
.btn-boxes::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1000;
    display: block;
    height: 100%;
    width: 100%;

    background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 0%) 0%,
      rgb(0 0 0 / 100%) 30%
    );
  }
.btn-boxes > img{
  pointer-events: none;
}
.btn-boxes::after {
    content: '';
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    position: absolute;
    z-index: -100;
    height: 100%;
    width: 100%;

    opacity: 0;
    -webkit-clip-path: inset(0% 50% 0% 50%);
            clip-path: inset(0% 50% 0% 50%);
    background: radial-gradient(
      circle,
      rgb(255 138 0 / 50%) 0%,
      rgb(252 70 107 / 0%) 99%
    );
  }
.btn-boxes:hover::after {
      opacity: 0.8;
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
    }
.btn-boxes__textOne{
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}
.btn-boxes__textTwo{
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}
.btn-boxes__borderTop{
  position: absolute;
  top: 0;
  right: 0;
  width: 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));
}
.btn-boxes__borderBottom{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 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));
}
input, 
select, 
textarea{
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input:not([type='submit']):not([type='checkbox']):not([type='radio']), 
select {
    line-height: normal;
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
textarea {
    line-height: normal;
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  min-height: 18.75rem;
  }
label{
  display: block;
}

  input[type='submit']{
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.form-cf7 input[type='text'],   
  .form-cf7 input[type='url'],   
  .form-cf7 input[type='tel'],   
  .form-cf7 input[type='email']{
  font-family: copperplate, serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (min-width: 1025px){

  .form-cf7 input[type='text'],   
  .form-cf7 input[type='url'],   
  .form-cf7 input[type='tel'],   
  .form-cf7 input[type='email']{
    font-size: 16px;
  }
}
.form-cf7 input[type='text'],  
  .form-cf7 input[type='url'],  
  .form-cf7 input[type='tel'],  
  .form-cf7 input[type='email'] {
    line-height: normal;
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: left;
  }
.form-cf7 label{
  margin-bottom: 0.3125rem;
}
.form-cf7 input[type='submit']{
  font-family: copperplate, serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 560px){

  .form-cf7 input[type='submit']{
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1025px){

  .form-cf7 input[type='submit']{
    font-size: 24px;
    line-height: 26px;
  }
}
.form-cf7 input[type='submit']{
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* select {
    @apply form-select;
  } */
.form-cf7 .wpcf7-list-item{
  margin: 0;
}
.form-cf7 .wpcf7-list-item-label{
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1025px){

  .form-cf7 .wpcf7-list-item-label{
    font-size: 16px;
    line-height: 24px;
  }
}
.form-cf7 .wpcf7-acceptance .wpcf7-list-item-label{
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1025px){

  .form-cf7 .wpcf7-acceptance .wpcf7-list-item-label{
    font-size: 16px;
    line-height: 24px;
  }
}
.form-cf7 .wpcf7-acceptance .wpcf7-list-item-label{
  margin-left: 0.3125rem;

      font-size: 12px;

      /* @screen xl-max {
        font-size: 12px;
      } */
}
.form-cf7 .wpcf7-not-valid-tip{
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1025px){

  .form-cf7 .wpcf7-not-valid-tip{
    font-size: 16px;
    line-height: 24px;
  }
}
.form-cf7 .wpcf7-not-valid-tip{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-cf7 .wpcf7-response-output{
  font-family: cormorant-garamond, serif;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1025px){

  .form-cf7 .wpcf7-response-output{
    font-size: 16px;
    line-height: 24px;
  }
}
.form-cf7 .wpcf7-response-output{
  margin: 0 !important;
  margin-top: 2.1875rem !important;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0 !important;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 138 0 / var(--tw-text-opacity));
}
.form-cf7 .ajax-loader{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
}
.wpcf7-form-control-wrap.your-email {
  width: 100%;
}
.your-consent{
  margin-top: 0.9375rem;
  width: 100%;
  text-align: left;
}
.your-consent input[type='checkbox'] {
    /* change "blue" browser chrome to yellow */
    filter: invert(100%) hue-rotate(18deg) brightness(1.7);
  }
.your-consent .wpcf7-list-item-label{
  opacity: 0.5;
}
.global-newsletterForm .form-cf7 .wpcf7-email{
  width: 100%;
}
@media (min-width: 1025px){

  .global-newsletterForm .form-cf7 .wpcf7-email{
    min-width: 30rem;
  }
}
.global-newsletterForm .form-cf7 .btn-submit{
  font-family: copperplate, serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 560px){

  .global-newsletterForm .form-cf7 .btn-submit{
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1025px){

  .global-newsletterForm .form-cf7 .btn-submit{
    font-size: 24px;
    line-height: 26px;
  }
}
.global-newsletterForm .form-cf7 .btn-submit{
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .global-newsletterForm .form-cf7 .btn-submit{
    width: 19.6875rem;
  }
}
.global-newsletterForm .form-cf7 .btn-submit .btn__text{
  display: block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.global-newsletterForm .form-cf7 .btn-submit .btn-submit__wisps{
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.global-newsletterForm .form-cf7 .btn-submit .btn-submit__wisps.btn-submit__wisps--top{
  top: -0.875rem;
}
.global-newsletterForm .form-cf7 .btn-submit .btn-submit__wisps.btn-submit__wisps--bottom{
  bottom: -0.875rem;
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.global-newsletterForm .form-cf7 .btn-submit .wpcf7-spinner{
  position: absolute;
  left: 100%;
  bottom: 0;
  margin: 0;
}
@media (max-width: 1024px) {
    .site-header::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: -1;
      height: 8.125rem;
      width: 100%;

      background-image: linear-gradient(to bottom, black, transparent);
    }
  }
.desktop-menu__item {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
  }
.desktop-menu__item:hover {
    text-shadow: 2px 3px 4px white;
  }
@media (min-width: 768px) {
.site-cookies {
    background: linear-gradient(
      90deg,
      rgb(0 0 0 / 100%) 0%,
      rgb(0 0 0 / 20%) 100%
    )
}
  }
.site-footer {
}
.site-preloader__crossRealm--background{
  position: absolute;
  border-radius: 624.9375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));

      right: 0;
      bottom: 0;
      width: 1.25rem;
      height: 1.25rem;
      transform: scale(400);
}
/* animation: bg-animation 5s forwards; */
.site-preloader__crossRealm--background.close-circle {
        animation: bg-animation 5s reverse;
      }
.site-preloader__crossRealm--gradient{
  position: absolute;
  height: 100%;
  width: 100%;

      transform: scale(2);

      /* top: 50%;
      left: 50%;
      background-position: 0% 50%; */
      -webkit-animation: gradient-animation 30s ease forwards;
              animation: gradient-animation 30s ease forwards;
      background: radial-gradient(
        circle,
        rgb(69 69 69/ 5%) 1%,
        rgb(69 69 69 / 35%) 3%,
        rgb(69 69 69/ 5%) 5%,
        rgb(69 69 69 / 35%) 7%,
        rgb(69 69 69/ 5%) 10%,
        rgb(69 69 69 / 35%) 13%,
        rgb(69 69 69/ 5%) 16%,
        rgb(69 69 69 / 35%) 19%,
        rgb(69 69 69/ 5%) 22%,
        rgb(69 69 69 / 35%) 25%,
        rgb(69 69 69/ 5%) 28%,
        rgb(69 69 69 / 35%) 33%,
        rgb(69 69 69/ 5%) 45%,
        rgb(69 69 69 / 35%) 55%,
        rgb(69 69 69/ 5%) 60%,
        rgb(69 69 69 / 35%) 65%,
        rgb(0 0 0 / 5%) 75%,

        rgb(0 0 0 / 35%) 100%
      );
}
.site-preloader__swing {
  transform-origin: top center;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
          animation: swinging 3.5s ease-in-out forwards infinite;
}
@-webkit-keyframes swinging {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }
}
@keyframes swinging {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }
}
@-webkit-keyframes gradient-animation {
  0% {
    transform: scale(2);
  }

  100% {
    transform: scale(5);
  }
}
@keyframes gradient-animation {
  0% {
    transform: scale(2);
  }

  100% {
    transform: scale(5);
  }
}
@-webkit-keyframes bg-animation {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(400);
  }
}
@keyframes bg-animation {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(400);
  }
}
.global-videoModal__inner {
  width: 100vw;
  height: 56.25vw;
  max-height: 100vh;
  max-width: 177.78vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.global-videoModal__player > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
  }
.global-spinner,
.global-spinner::after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.global-spinner {
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.75em solid rgb(255 255 255 / 20%);
  border-right: 0.75em solid #fff;
  border-bottom: 0.75em solid #fff;
  border-left: 0.75em solid #fff;
  transform: translateZ(0);
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.swiper-pagination-bullet{
  height: 0.9375rem;
  width: 0.9375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}
.home-gameContent__tab--active .home-gameContent__tab__line{
  opacity: 1;
}
.media-layout__tab--active .media-layout__tab__line{
  opacity: 1;
}
/* fix for tabs going nowhere */
.home-slider__slider .swiper-slide {
    visibility: hidden;
  }
.home-slider__slider .swiper-slide.swiper-slide-active {
    visibility: visible;
  }
.wishlist__slider.swiper{
  overflow: visible;
}
@media (min-width: 768px) {
      .home-gameContent__screenshots .media-card:nth-of-type(4n-3), 
      .home-gameContent__screenshots .media-card:nth-of-type(4n){
    width: 66.666667%;
  }

      .home-gameContent__screenshots .media-card:nth-of-type(4n-2), 
      .home-gameContent__screenshots .media-card:nth-of-type(4n-1){
    width: 33.333333%;
  }
    }
.home-gameContent__slider{
  overflow: visible;
}
.home-gameContent__slider .swiper-slide {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    opacity: 0;
  }
.home-gameContent__slider .swiper-slide-active{
  opacity: 1;
}
.home-sidebar__line {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);

  /* transition: clip-path 1s ease; */
  -webkit-clip-path: inset(46.5% 0 46.5% 0);
          clip-path: inset(46.5% 0 46.5% 0);
  }
.home-sidebar__list{
  transform-origin: left;

  /* margin-top: 245px; */
}
.home-sidebar__gradient {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    width: 3.125rem;
  }
.home-sidebar__listItem button{
  transform-origin: bottom left;
  opacity: 0.5;

  transform: scale(0.5);
}
.home-sidebar__listItem.sibling-of-current-active button{
  opacity: 0.75;

  transform: scale(0.7);
}
.home-sidebar__listItem.current-active button{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.home-sidebar:hover .home-sidebar__current{
  display: none;
}
.home-sidebar:hover .home-sidebar__line {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
    }
.home-sidebar:hover .home-sidebar__gradient{
  width: 18.75rem;
}
.home-sidebar:hover .home-sidebar__listItem {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    display: flex;
    transform-origin: left;

      opacity: 1;
  }
.home-story__initialImg {
  /* -webkit-mask-image: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,#000 50%);
    mask-image: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,0) 40%,#000 50%);
    -webkit-mask-size: 200% auto;
    mask-size: 200% auto;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; */

  /* mask-position: 0 0; */
  -webkit-mask-image: linear-gradient(
    -90deg,
    rgb(0 0 0 / 0%),
    rgb(0 0 0 / 0%) 40%,
    #000 50%
  );
          mask-image: linear-gradient(
    -90deg,
    rgb(0 0 0 / 0%),
    rgb(0 0 0 / 0%) 40%,
    #000 50%
  );
  -webkit-mask-size: 200% auto;
          mask-size: 200% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.home-character__line {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);

  -webkit-clip-path: inset(0% 100% 0% 0%);

          clip-path: inset(0% 100% 0% 0%);
  }
.home-character__line.home-character__line-drawn {
    -webkit-animation: animate-line 2s forwards;
            animation: animate-line 2s forwards;
  }
@-webkit-keyframes animate-line {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes animate-line {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.home-character__oversized--one {
  transform: scale(2);
  margin-top: -18rem;
  margin-left: 8rem;
}
@media (min-width: 1025px) {
.home-character__oversized--one {
    transform: scale(2);
    margin-top: -35rem;
    margin-left: 17rem
}
  }
.home-character__oversized--two {
  transform: scale(1);
  margin-top: -18rem;
  margin-left: 5rem;
}
@media (min-width: 1025px) {
.home-character__oversized--two {
    transform: scale(0.8);
    margin-bottom: -8rem;
    margin-left: 11rem
}
  }
/* UMBRAL */
.home-character__oversized--umbral-one {
  transform: scale(1.3);
  margin-bottom: 5rem;
  margin-left: -1rem;
}
@media (min-width: 1025px) {
.home-character__oversized--umbral-one {
    transform: scale(1.3);
    margin-bottom: 9rem;
    margin-left: -1rem
}
  }
.home-character__oversized--umbral-two {
  transform: scale(0.5);
  margin-bottom: -11rem;
  margin-left: 3rem;
}
@media (min-width: 1025px) {
.home-character__oversized--umbral-two {
    transform: scale(0.5);
    margin-bottom: -21rem;
    margin-left: 7rem
}
  }
.home-character__oversized--umbral-three {
  transform: scale(1);
  margin-bottom: 0;
  margin-left: 2rem;
}
@media (min-width: 1025px) {
.home-character__oversized--umbral-three {
    transform: scale(1);
    margin-bottom: -9rem;
    margin-left: 1rem
}
  }
.home-character__oversized--umbral-four {
  transform: scale(0.7);
  margin-bottom: -5rem;
  margin-left: 4rem;
}
@media (min-width: 1025px) {
.home-character__oversized--umbral-four {
    transform: scale(0.7);
    margin-bottom: -13rem;
    margin-left: 9rem
}
  }
.home-character__oversized--umbral-five {
  transform: scale(1.3);
  margin-bottom: 3rem;
  margin-left: 3rem;
}
@media (min-width: 1025px) {
.home-character__oversized--umbral-five {
    transform: scale(1.3);
    margin-bottom: 5rem;
    margin-left: -4rem
}
  }
.home-character__oversized--umbral-six {
  transform: scale(0.8);
  margin-bottom: -2rem;
  margin-left: 3rem;
}
@media (min-width: 1025px) {
.home-character__oversized--umbral-six {
    transform: scale(0.8);
    margin-bottom: -11rem;
    margin-left: 8rem
}
  }
.wishlist-picker__btn.disabled {
    transition: all 0.5s cubic-bezier(0.77, 0.25, 0.11, 0.92);
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
    opacity: 0.25;
  }
.wishlist-picker__btn.disabled:hover{
  opacity: 0.5;
}
.wishlist-picker__image.disabled{
  display: none;
}
/* .media-card__image {
  @apply pt-8/12;
} */
@media (min-width: 1025px) {
      .media-layout .media-card:nth-of-type(9n-8), 
      .media-layout .media-card:nth-of-type(9n-4), 
      .media-layout .media-card:nth-of-type(9n){
    width: 44%;
  }

      .media-layout .media-card:nth-of-type(9n-7), 
      .media-layout .media-card:nth-of-type(9n-1){
    width: 23%;
  }

      .media-layout .media-card:nth-of-type(9n-6), 
      .media-layout .media-card:nth-of-type(9n-2){
    width: 33%;
  }

      .media-layout .media-card:nth-of-type(9n-5), 
      .media-layout .media-card:nth-of-type(9n-3){
    width: 28%;
  }
        .media-layout .media-card:nth-of-type(9n-5) .media-card__image,  .media-layout .media-card:nth-of-type(9n-4) .media-card__image,  .media-layout .media-card:nth-of-type(9n-3) .media-card__image{
    height: 26.25rem;
  }
  }
.media-layout .media-card__image{
  height: 22.5rem;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inset-x-0{
  left: 0;
  right: 0;
}
.inset-y-0{
  top: 0;
  bottom: 0;
}
.bottom-0{
  bottom: 0;
}
.right-0{
  right: 0;
}
.bottom-50{
  bottom: 3.125rem;
}
.top-0{
  top: 0;
}
.-top-20{
  top: -1.25rem;
}
.top-100{
  top: 6.25rem;
}
.left-0{
  left: 0;
}
.top-\[-8px\]{
  top: -0.5rem;
}
.left-\[15px\]{
  left: 0.9375rem;
}
.top-\[-2px\]{
  top: -0.125rem;
}
.-bottom-30{
  bottom: -1.875rem;
}
.-bottom-15{
  bottom: -0.9375rem;
}
.top-\[-40px\]{
  top: -2.5rem;
}
.-left-40{
  left: -2.5rem;
}
.-right-40{
  right: -2.5rem;
}
.left-20{
  left: 1.25rem;
}
.top-\[calc\(50\%-1\.25rem\)\]{
  top: calc(50% - 1.25rem);
}
.left-65{
  left: 4.0625rem;
}
.bottom-60{
  bottom: 3.75rem;
}
.\!left-auto{
  left: auto !important;
}
.bottom-25{
  bottom: 1.5625rem;
}
.bottom-\[-15px\]{
  bottom: -0.9375rem;
}
.top-40{
  top: 2.5rem;
}
.left-\[-5px\]{
  left: -0.3125rem;
}
.top-\[-7px\]{
  top: -0.4375rem;
}
.left-10{
  left: 0.625rem;
}
.right-10{
  right: 0.625rem;
}
.left-4\/12{
  left: 33.33333333%;
}
.z-100{
  z-index: 100;
}
.z-negative{
  z-index: -1;
}
.z-10{
  z-index: 10;
}
.z-\[120\]{
  z-index: 120;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-20{
  z-index: 20;
}
.z-\[1500\]{
  z-index: 1500;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-60{
  z-index: 60;
}
.z-0{
  z-index: 0;
}
.z-\[150\]{
  z-index: 150;
}
.z-\[100\]{
  z-index: 100;
}
.z-40{
  z-index: 40;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-50{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.-mx-10{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.mb-40{
  margin-bottom: 2.5rem;
}
.ml-\[-3px\]{
  margin-left: -0.1875rem;
}
.mb-100{
  margin-bottom: 6.25rem;
}
.mb-85{
  margin-bottom: 5.3125rem;
}
.mb-90{
  margin-bottom: 5.625rem;
}
.mr-\[18px\]{
  margin-right: 1.125rem;
}
.mb-20{
  margin-bottom: 1.25rem;
}
.mb-\[5\%\]{
  margin-bottom: 5%;
}
.ml-10{
  margin-left: 0.625rem;
}
.mt-\[5\%\]{
  margin-top: 5%;
}
.mb-45{
  margin-bottom: 2.8125rem;
}
.mt-70{
  margin-top: 4.375rem;
}
.-mb-50{
  margin-bottom: -3.125rem;
}
.mb-50{
  margin-bottom: 3.125rem;
}
.mb-15{
  margin-bottom: 0.9375rem;
}
.mb-60{
  margin-bottom: 3.75rem;
}
.mb-10{
  margin-bottom: 0.625rem;
}
.mt-\[-2px\]{
  margin-top: -0.125rem;
}
.mb-\[-2px\]{
  margin-bottom: -0.125rem;
}
.mb-75{
  margin-bottom: 4.6875rem;
}
.-mt-20{
  margin-top: -1.25rem;
}
.mt-20{
  margin-top: 1.25rem;
}
.mb-5{
  margin-bottom: 0.3125rem;
}
.mt-90{
  margin-top: 5.625rem;
}
.-mb-20{
  margin-bottom: -1.25rem;
}
.mb-80{
  margin-bottom: 5rem;
}
.mb-35{
  margin-bottom: 2.1875rem;
}
.-mb-15{
  margin-bottom: -0.9375rem;
}
.mb-25{
  margin-bottom: 1.5625rem;
}
.mb-\[220px\]{
  margin-bottom: 13.75rem;
}
.mt-auto{
  margin-top: auto;
}
.mt-25{
  margin-top: 1.5625rem;
}
.-mb-30{
  margin-bottom: -1.875rem;
}
.mb-30{
  margin-bottom: 1.875rem;
}
.ml-\[-10px\]{
  margin-left: -0.625rem;
}
.ml-\[-30px\]{
  margin-left: -1.875rem;
}
.mt-10{
  margin-top: 0.625rem;
}
.mb-\[4px\]{
  margin-bottom: 0.25rem;
}
.mb-\[5px\]{
  margin-bottom: 0.3125rem;
}
.mr-20{
  margin-right: 1.25rem;
}
.mr-15{
  margin-right: 0.9375rem;
}
.mr-25{
  margin-right: 1.5625rem;
}
.mr-10{
  margin-right: 0.625rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-100{
  margin-top: 6.25rem;
}
.mt-80{
  margin-top: 5rem;
}
.mt-60{
  margin-top: 3.75rem;
}
.mb-70{
  margin-bottom: 4.375rem;
}
.ml-\[37px\]{
  margin-left: 2.3125rem;
}
.mt-40{
  margin-top: 2.5rem;
}
.mb-\[13vh\]{
  margin-bottom: 13vh;
}
.mb-\[7vh\]{
  margin-bottom: 7vh;
}
.mt-15{
  margin-top: 0.9375rem;
}
.mb-\[-10px\]{
  margin-bottom: -0.625rem;
}
.mt-\[-1\%\]{
  margin-top: -1%;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-\[51px\]{
  height: 3.1875rem;
}
.h-full{
  height: 100%;
}
.h-\[15\%\]{
  height: 15%;
}
.h-\[25\%\]{
  height: 25%;
}
.h-screen{
  height: 100vh;
}
.h-\[90\%\]{
  height: 90%;
}
.h-auto{
  height: auto;
}
.h-\[300px\]{
  height: 18.75rem;
}
.h-\[calc\(85vh-60px\)\]{
  height: calc(85vh - 3.75rem);
}
.h-\[40px\]{
  height: 2.5rem;
}
.h-\[20\%\]{
  height: 20%;
}
.h-0{
  height: 0;
}
.h-8\/12{
  height: 66.66666667%;
}
.h-\[40\%\]{
  height: 40%;
}
.h-60{
  height: 3.75rem;
}
.h-30{
  height: 1.875rem;
}
.h-\[6px\]{
  height: 0.375rem;
}
.max-h-\[1400px\]{
  max-height: 87.5rem;
}
.max-h-\[450px\]{
  max-height: 28.125rem;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[calc\(100vh-60px\)\]{
  min-height: calc(100vh - 3.75rem);
}
.min-h-\[450px\]{
  min-height: 28.125rem;
}
.min-h-\[600px\]{
  min-height: 37.5rem;
}
.min-h-\[700px\]{
  min-height: 43.75rem;
}
.min-h-\[680px\]{
  min-height: 42.5rem;
}
.min-h-\[350px\]{
  min-height: 21.875rem;
}
.w-full{
  width: 100%;
}
.w-\[240px\]{
  width: 15rem;
}
.w-3\/12{
  width: 25%;
}
.w-60{
  width: 3.75rem;
}
.w-4\/12{
  width: 33.333333%;
}
.w-\[26px\]{
  width: 1.625rem;
}
.w-\[12px\]{
  width: 0.75rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-9\/12{
  width: 75%;
}
.w-15{
  width: 0.9375rem;
}
.w-\[450px\]{
  width: 28.125rem;
}
.w-6\/12{
  width: 50%;
}
.w-\[235px\]{
  width: 14.6875rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-screen{
  width: 100vw;
}
.w-\[230px\]{
  width: 14.375rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-out-8\/12{
  width: calc(50vw + 25%);
}
.w-\[175px\]{
  width: 10.9375rem;
}
.w-\[335px\]{
  width: 20.9375rem;
}
.w-\[67px\]{
  width: 4.1875rem;
}
.w-\[123px\]{
  width: 7.6875rem;
}
.w-\[25px\]{
  width: 1.5625rem;
}
.w-\[300px\]{
  width: 18.75rem;
}
.w-50{
  width: 3.125rem;
}
.\!w-auto{
  width: auto !important;
}
.w-0{
  width: 0;
}
.w-\[180px\]{
  width: 11.25rem;
}
.w-\[400px\]{
  width: 25rem;
}
.w-\[210px\]{
  width: 13.125rem;
}
.w-\[100px\]{
  width: 6.25rem;
}
.w-25{
  width: 1.5625rem;
}
.w-115{
  width: 7.1875rem;
}
.w-100{
  width: 6.25rem;
}
.w-\[200px\]{
  width: 12.5rem;
}
.w-1\/12{
  width: 8.333333%;
}
.w-\[48px\]{
  width: 3rem;
}
.w-\[164px\]{
  width: 10.25rem;
}
.min-w-\[375px\]{
  min-width: 23.4375rem;
}
.min-w-\[36px\]{
  min-width: 2.25rem;
}
.min-w-\[20px\]{
  min-width: 1.25rem;
}
.min-w-115{
  min-width: 7.1875rem;
}
.max-w-\[350px\]{
  max-width: 21.875rem;
}
.max-w-\[960px\]{
  max-width: 60rem;
}
.max-w-\[500px\]{
  max-width: 31.25rem;
}
.max-w-\[35px\]{
  max-width: 2.1875rem;
}
.max-w-\[600px\]{
  max-width: 37.5rem;
}
.max-w-\[200px\]{
  max-width: 12.5rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-left{
  transform-origin: left;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[50\%\]{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-60\%\]{
  --tw-translate-y: -60%;
  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-\[43\%\]{
  --tw-translate-y: 43%;
  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-\[-68\%\]{
  --tw-translate-y: -68%;
  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-\[68\%\]{
  --tw-translate-y: 68%;
  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-\[-67\%\]{
  --tw-translate-y: -67%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-5px\]{
  --tw-translate-y: -5px;
  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));
}
.-scale-x-100{
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0{
  --tw-scale-x: 0;
  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));
}
.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none{
  transform: none !important;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.grid-cols-\[1fr\]{
  grid-template-columns: 1fr;
}
.grid-rows-\[1fr\2c 1fr\2c 1fr\]{
  grid-template-rows: 1fr 1fr 1fr;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-25{
  gap: 25px;
}
.space-x-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.9375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.9375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-30 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
}
.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.border{
  border-width: 1px;
}
.border-t-\[15px\]{
  border-top-width: 15px;
}
.border-b-\[15px\]{
  border-bottom-width: 15px;
}
.border-l-\[25px\]{
  border-left-width: 25px;
}
.border-t-\[6px\]{
  border-top-width: 6px;
}
.border-b-\[6px\]{
  border-bottom-width: 6px;
}
.border-l-\[10px\]{
  border-left-width: 10px;
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-b-transparent{
  border-bottom-color: transparent;
}
.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-darkerGrey{
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity));
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.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-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black{
  --tw-gradient-from: #000000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent;
}
.bg-center{
  background-position: center;
}
.bg-repeat-y{
  background-repeat: repeat-y;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.p-5{
  padding: 0.3125rem;
}
.py-\[200px\]{
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.px-25{
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.py-15{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.py-\[25vh\]{
  padding-top: 25vh;
  padding-bottom: 25vh;
}
.py-100{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.py-20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-60{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-130{
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}
.px-10{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-5{
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.py-\[8px\]{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-15{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.px-20{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-\[22px\]{
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.py-25{
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.pb-50{
  padding-bottom: 3.125rem;
}
.pt-8\/12{
  padding-top: 66.66666667%;
}
.pt-16\/9{
  padding-top: 56.25%;
}
.pb-20{
  padding-bottom: 1.25rem;
}
.pt-10{
  padding-top: 0.625rem;
}
.pt-20{
  padding-top: 1.25rem;
}
.pb-25{
  padding-bottom: 1.5625rem;
}
.pl-20{
  padding-left: 1.25rem;
}
.pr-40{
  padding-right: 2.5rem;
}
.pb-60{
  padding-bottom: 3.75rem;
}
.pt-5\/12{
  padding-top: 41.66666667%;
}
.pt-\[125\%\]{
  padding-top: 125%;
}
.pl-30{
  padding-left: 1.875rem;
}
.pt-40{
  padding-top: 2.5rem;
}
.pb-\[120\%\]{
  padding-bottom: 120%;
}
.pb-3\/12{
  padding-bottom: 25%;
}
.pb-16\/9{
  padding-bottom: 56.25%;
}
.pt-100{
  padding-top: 6.25rem;
}
.pt-\[145\.6\%\]{
  padding-top: 145.6%;
}
.pr-\[100px\]{
  padding-right: 6.25rem;
}
.pb-40{
  padding-bottom: 2.5rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-copperplate{
  font-family: copperplate, serif;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[20px\]{
  font-size: 20px;
}
.font-bold{
  font-weight: 700;
}
.\!font-bold{
  font-weight: 700 !important;
}
.font-normal{
  font-weight: 400;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[34px\]{
  line-height: 34px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-\[1\.5px\]{
  letter-spacing: 1.5px;
}
.tracking-\[10px\]{
  letter-spacing: 10px;
}
.tracking-\[3px\]{
  letter-spacing: 3px;
}
.tracking-\[20px\]{
  letter-spacing: 20px;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.opacity-50{
  opacity: 0.5;
}
.opacity-\[0\.5\]{
  opacity: 0.5;
}
.opacity-\[0\.7\]{
  opacity: 0.7;
}
.opacity-0{
  opacity: 0;
}
.opacity-25{
  opacity: 0.25;
}
.\!opacity-50{
  opacity: 0.5 !important;
}
.opacity-\[0\.4\]{
  opacity: 0.4;
}
.mix-blend-difference{
  mix-blend-mode: difference;
}
.shadow-md{
  --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);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0px_2px_3px_\#000\]{
  --tw-drop-shadow: drop-shadow(0px 2px 3px #000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale-\[40\%\]{
  --tw-grayscale: grayscale(40%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[25px\]{
  --tw-backdrop-blur: blur(25px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-\[1\.5s\]{
  transition-duration: 1.5s;
}
.clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 110rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 560px){

  .container{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1025px){

  .container{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.container.container--sm{
  max-width: 91.25rem;
}
.row{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 1025px){

  .row{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}
.column{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1025px){

  .column{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
.overflow-y-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
/* Transform helpers */
.center-xy{
  position: absolute;
  top: 50%;
  left: 50%;

    transform: translate(-50%, -50%);
}
.center-y{
  position: absolute;
  top: 50%;

    transform: translateY(-50%);
}
.center-x{
  position: absolute;
  left: 50%;

    transform: translateX(-50%);
}
/* Object cover helpers */
.object-cover-absolute{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.object-contain-absolute{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
/* Smooth scrolling on IOS overflow containers */
.hover\:opacity-100:hover{
  opacity: 1;
}
.group:hover .group-hover\:translate-x-\[-20px\]{
  --tw-translate-x: -20px;
  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));
}
.group:hover .group-hover\:translate-x-\[-10px\]{
  --tw-translate-x: -10px;
  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));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 560px){

  .md\:mb-40{
    margin-bottom: 2.5rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-6\/12{
    width: 50%;
  }
}
@media (min-width: 768px){

  .lg\:heading-lg{
    font-family: copperplate, serif;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
  }

  .lg\:bottom-30{
    bottom: 1.875rem;
  }

  .lg\:bottom-\[-10px\]{
    bottom: -0.625rem;
  }

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

  .lg\:mb-70{
    margin-bottom: 4.375rem;
  }

  .lg\:mb-55{
    margin-bottom: 3.4375rem;
  }

  .lg\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .lg\:mb-30{
    margin-bottom: 1.875rem;
  }

  .lg\:mb-85{
    margin-bottom: 5.3125rem;
  }

  .lg\:mt-50{
    margin-top: 3.125rem;
  }

  .lg\:mb-60{
    margin-bottom: 3.75rem;
  }

  .lg\:mb-75{
    margin-bottom: 4.6875rem;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[600px\]{
    height: 37.5rem;
  }

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

  .lg\:min-h-\[500px\]{
    min-height: 31.25rem;
  }

  .lg\:min-h-\[750px\]{
    min-height: 46.875rem;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

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

  .lg\:w-\[350px\]{
    width: 21.875rem;
  }

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

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

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

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

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

  .lg\:w-6\/12{
    width: 50%;
  }

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

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-120{
    width: 7.5rem;
  }

  .lg\:w-\[244px\]{
    width: 15.25rem;
  }

  .lg\:w-\[168px\]{
    width: 10.5rem;
  }

  .lg\:max-w-\[550px\]{
    max-width: 34.375rem;
  }

  .lg\:max-w-\[450px\]{
    max-width: 28.125rem;
  }

  .lg\:max-w-\[45px\]{
    max-width: 2.8125rem;
  }

  .lg\:grid-cols-\[2fr\2c 1fr\]{
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-rows-\[1fr\2c 1fr\]{
    grid-template-rows: 1fr 1fr;
  }

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

  .lg\:space-y-65 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.0625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.0625rem * var(--tw-space-y-reverse));
  }

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

  .lg\:px-\[10px\]{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:py-\[14px\]{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .lg\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .lg\:pb-90{
    padding-bottom: 5.625rem;
  }

  .lg\:pt-50{
    padding-top: 3.125rem;
  }

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

  .lg\:pt-25{
    padding-top: 1.5625rem;
  }

  .lg\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .lg\:pb-16\/9{
    padding-bottom: 56.25%;
  }

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

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

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

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

  .lg\:leading-\[34px\]{
    line-height: 34px;
  }
}
@media (min-width: 1025px){

  .xl\:bottom-40{
    bottom: 2.5rem;
  }

  .xl\:bottom-\[-30px\]{
    bottom: -1.875rem;
  }

  .xl\:mb-100{
    margin-bottom: 6.25rem;
  }

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

  .xl\:mb-80{
    margin-bottom: 5rem;
  }

  .xl\:mb-15{
    margin-bottom: 0.9375rem;
  }

  .xl\:mb-50{
    margin-bottom: 3.125rem;
  }

  .xl\:mb-35{
    margin-bottom: 2.1875rem;
  }

  .xl\:mb-30{
    margin-bottom: 1.875rem;
  }

  .xl\:mb-120{
    margin-bottom: 7.5rem;
  }

  .xl\:mt-70{
    margin-top: 4.375rem;
  }

  .xl\:mb-85{
    margin-bottom: 5.3125rem;
  }

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

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

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:min-h-\[600px\]{
    min-height: 37.5rem;
  }

  .xl\:min-h-\[1000px\]{
    min-height: 62.5rem;
  }

  .xl\:min-h-\[80vh\]{
    min-height: 80vh;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-15{
    width: 0.9375rem;
  }

  .xl\:w-\[500px\]{
    width: 31.25rem;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-\[450px\]{
    width: 28.125rem;
  }

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

  .xl\:w-10\/12{
    width: 83.333333%;
  }

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

  .xl\:w-out-6\/12{
    width: 50vw;
  }

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

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-\[180px\]{
    width: 11.25rem;
  }

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

  .xl\:min-w-\[595px\]{
    min-width: 37.1875rem;
  }

  .xl\:min-w-\[180px\]{
    min-width: 11.25rem;
  }

  .xl\:max-w-\[960px\]{
    max-width: 60rem;
  }

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

  .xl\:max-w-\[50px\]{
    max-width: 3.125rem;
  }

  .xl\:basis-0{
    flex-basis: 0px;
  }

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

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

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

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

  .xl\:space-y-100 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

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

  .xl\:border-t-\[25px\]{
    border-top-width: 25px;
  }

  .xl\:border-b-\[25px\]{
    border-bottom-width: 25px;
  }

  .xl\:border-l-\[45px\]{
    border-left-width: 45px;
  }

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

  .xl\:p-45{
    padding: 2.8125rem;
  }

  .xl\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .xl\:px-\[16px\]{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-\[22px\]{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

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

  .xl\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:py-65{
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .xl\:pt-50{
    padding-top: 3.125rem;
  }

  .xl\:pt-100{
    padding-top: 6.25rem;
  }

  .xl\:pb-\[180px\]{
    padding-bottom: 11.25rem;
  }

  .xl\:pb-30{
    padding-bottom: 1.875rem;
  }

  .xl\:pt-40{
    padding-top: 2.5rem;
  }

  .xl\:pb-45{
    padding-bottom: 2.8125rem;
  }

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

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

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

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

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

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

  .xl\:center-xy{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1600px){

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

  .\32xl\:w-\[20\%\]{
    width: 20%;
  }

  .\32xl\:w-3\/12{
    width: 25%;
  }

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

  .\32xl\:w-8\/12{
    width: 66.666667%;
  }
}
@media (max-width: 559px){

  .md-max\:hidden{
    display: none;
  }
}
@media (max-width: 767px){

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

  .lg-max\:mt-\[-1px\]{
    margin-top: -0.0625rem;
  }

  .lg-max\:mb-20{
    margin-bottom: 1.25rem;
  }

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

  .lg-max\:mt-30{
    margin-top: 1.875rem;
  }

  .lg-max\:flex{
    display: flex;
  }

  .lg-max\:hidden{
    display: none;
  }

  .lg-max\:min-h-\[500px\]{
    min-height: 31.25rem;
  }

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

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

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

  .lg-max\:pt-50{
    padding-top: 3.125rem;
  }

  .lg-max\:text-center{
    text-align: center;
  }
}
@media (max-width: 1024px){

  .xl-max\:absolute{
    position: absolute;
  }

  .xl-max\:relative{
    position: relative;
  }

  .xl-max\:inset-x-0{
    left: 0;
    right: 0;
  }

  .xl-max\:top-30{
    top: 1.875rem;
  }

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

  .xl-max\:mt-20{
    margin-top: 1.25rem;
  }

  .xl-max\:mb-30{
    margin-bottom: 1.875rem;
  }

  .xl-max\:mt-30{
    margin-top: 1.875rem;
  }

  .xl-max\:-ml-1\/12{
    margin-left: -8.33333333%;
  }

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

  .xl-max\:mb-20{
    margin-bottom: 1.25rem;
  }

  .xl-max\:flex{
    display: flex;
  }

  .xl-max\:hidden{
    display: none;
  }

  .xl-max\:h-30{
    height: 1.875rem;
  }

  .xl-max\:w-10\/12{
    width: 83.333333%;
  }

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

  .xl-max\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl-max\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl-max\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl-max\:text-center{
    text-align: center;
  }

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

  .xl-max\:column{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  @media (min-width: 1025px){

    .xl-max\:column{
      padding-left: 1.125rem;
      padding-right: 1.125rem;
    }
  }
}

