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

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

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

.mt-32 {
  margin-top: 8rem;
}

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

.mt-48 {
  margin-top: 12rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-6 {
  max-height: 1.5rem;
}

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

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

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

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

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

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

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

.w-full {
  width: 100%;
}

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

.max-w-lg {
  max-width: 32rem;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[\#E3DAD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 218 210 / var(--tw-bg-opacity));
}

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(227 218 210 / var(--tw-bg-opacity));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-4 {
  padding: 1rem;
}

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

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

.py-\[4\.5px\] {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}

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

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

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

.font-wital {
  font-family: Times New Roman;
}

.font-wregular {
  font-family: PPNeue Montreal Book, sans-serif;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-26 {
  font-size: 26px;
}

.text-30 {
  font-size: 30px;
}

.text-38 {
  font-size: 38px;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-98 {
  font-size: 98px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-100 {
  line-height: 100px;
}

.leading-18 {
  line-height: 18px;
}

.leading-20 {
  line-height: 20px;
}

.leading-22 {
  line-height: 22px;
}

.leading-45 {
  line-height: 45px;
}

.tracking-\[-1\.75px\] {
  letter-spacing: -1.75px;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

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

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

.backdrop-filter {
  -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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.in-container{
  width:100%;
  max-width:1920px;
  margin:0 auto;
}

@font-face {
  font-family: 'Times New Roman';

  src:  url('../assets/fonts/PPPangaia-MediumItalic.woff2') format('woff2');

  font-style: italic;
}

@font-face {
  font-family: 'PPNeue Montreal Book';

  src:  url('../assets/fonts/PPNeueMontreal-Book.woff2') format('woff2'),
            url('../assets/fonts/PPNeueMontreal-Book.woff') format('woff');

  /* font-style: normal; */
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

sup{
  font-size:60%;
}

.c-type h1, .c-type h2 {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 30px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.c-type h1,ul.item-list .c-type h2 {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 1280px) {
  .c-type h1, .c-type h2 {
    font-size: 40px;
    line-height: 1.1;
  }
}

@media (min-width: 1536px) {
  .c-type h1, .c-type h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.c-type h1, .c-type h2{
  letter-spacing: -0.55px;
}

.c-type h1 em, .c-type h2 em {
  font-family: Times New Roman !important;
  font-size: 34px !important;
  line-height: 36px !important;
}

@media (min-width: 1280px) {
  .c-type h1 em, .c-type h2 em {
    font-size: 42px !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1536px) {
  .c-type h1 em, .c-type h2 em {
    font-size: 53px !important;
    line-height: 58px !important;
  }
}

.c-type h1 em, .c-type h2 em{
  letter-spacing: -0.55px;
  font-weight: 300;
}

/* CLEANUP */

.s-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.s-type {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 1280px) {
  .s-type {
    font-size: 20px;
  }
}

.s-type{
  font-weight: 300 !important;
  letter-spacing: -0.24px;
}

/* CLEANUP */

/* Desktop 20 - Mobile 16 */

.b-type {
  padding-top: 22px;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  letter-spacing: -.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .b-type {
    font-size: 20px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .b-type {
    padding-top: 0.25rem;
    line-height: 100px;
  }
}

/* CLEANUP */

.b-type_black {
  padding-top: 22px;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  letter-spacing: -.4px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.item-list.b-type_black {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 768px) {
  .b-type_black {
    font-size: 20px;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .b-type_black {
    padding-top: 0.25rem;
    line-height: 100px;
  }
}

/* CLEANUP */

.a-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: clamp(41px, 4vw + 2rem, 98px);
  line-height: clamp(40px, 4vw + 2rem, 98px);
}

.a-type em {
  font-family: Times New Roman;
  font-size: clamp(41px, 4vw + 2rem, 103px);
  line-height: clamp(44px, 4vw + 2rem, 103spx);
}

/* Desktop 100 - Mobile 48 */

.k-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 48px;
  line-height: 52px;
  line-height: 1;
  letter-spacing: -1.75px;
}

@media (min-width: 768px) {
  .k-type {
    font-size: 98px;
  }
}

.k-type em {
  font-family: Times New Roman;
  font-size: 53px;
  line-height: 1;
  letter-spacing: -1.55px;
}

@media (min-width: 768px) {
  .k-type em {
    font-size: 103px;
    line-height: 1;
  }
}

/* Desktop 64 - Mobile 36 */

.t-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 36px;
  line-height: 40px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.t-type {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 768px) {
  .t-type {
    font-size: 64px;
  }
}

.t-type em {
  font-family: Times New Roman;
  font-size: 40px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .t-type em {
    font-size: 64px;
  }
}

.q-type {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
  line-height: 1;
  letter-spacing: -.25px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.q-type {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 768px) {
  .q-type {
    font-size: 34px;
  }
}

.q-type em {
  font-family: Times New Roman;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -.25px;
}

@media (min-width: 768px) {
  .q-type em {
    font-size: 38px;
    line-height: 40px;
  }
}

/* _________________LENIS SETUP */

/* ____________________________ */

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* _______________HEADER */

/* _____________________ */

header {
  position: absolute;
  top: 0;
  width: 100%;
  /* background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(10px); */
  background: rgb(255 255 255 / 68%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(8px);
  /* opacity: 0; */
  z-index: 20;
}

.header-container{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin:0;
}

/* .header .logo{opacity: 0;} */

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width:100%;
  position: fixed;
  /* margin-bottom: -120px; */
}

.header__logo-container{
  padding: 10px 33px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: red;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  /* transition: max-height .6s cubic-bezier(.19,1,.22,1); */
  width:100%;
  padding: 0 46px;
  /* padding-top: 30px;; */
}

.header .menu-items{
  list-style: none;
  padding: 0;
  padding-top: 40px;
  margin: 0;
  opacity: 1;
  /* Menu starts hidden */
}

.header .menu-item{
  opacity: 0;
  /* Initial state for staggered reveal */
}

.header .menu .menu-item a{
  /* @apply font-wital text-38 leading-45 md:text-48 md:leading-55 text-black font-wital tracking-[-1.5px]; */
  font-family: Times New Roman;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -1.5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-style: italic;
  transition: all  .4s ease;
}

.header .menu a:hover{
  opacity: 0.4;
  transition: all  .4s ease;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  /* padding: 28px 20px; */
  margin-right: 30px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* opacity: 0;  */
}

.header .menu-icon .navicon {
  background: #000;
  display: block;
  height: 2px;
  position: relative;
  transition: background .5s cubic-bezier(.19,1,.22,1);
  width: 30px;
}

.header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .5s cubic-bezier(.19,1,.22,1);
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  /* max-height: 630px; */
  /* transition: all 3.1s cubic-bezier(.19,1,.22,1); */
  width: 100%;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header ul li a{
  font-family: 'Times New Roman';
  /* color:red; */
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.7px;
  color: #000;
  /* margin: 0 0 6px 0; */
  padding:0;
}

.header-small-text{
  text-shadow: 0.4px 0 0 currentColor;
  letter-spacing: .3px;
}

#menu {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.5s ease, opacity 0.4s ease; */
  transition: max-height 1.4s ease, opacity 1s ease;
  opacity: 0;
}

/* When the menu is open */

#menu.open {
  max-height: 570px;
  /* Adjust based on content size */
  opacity: 1;
}

/* Smoother and simultaneous appearance for menu items */

.menu-item {
  opacity: 0;
  transition: transform 1s ease-out, opacity .5s ease-out;
}

/* Active state for menu items */

#menu.open .menu-item {
  opacity: 1;
}

@media(max-width:768px){
  #menu.open{
    max-height: 400px;
  }
}

/* __________HERO IMAGE */

/* ____________________ */

/* __________HERO SECTION */

/* _______________________ */

/* Full page height for the section */

.section-01 {
  position: relative;
  /* Full viewport height */
  overflow: hidden;
  /* padding: 10px; */
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
}

/* Centered text container (fixed positioning for the text) */

.inset-center {
  position: absolute;
  /* Keeps the text fixed in place */
  top: 50%;
  /* Center vertically */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 10;
  /* The text will be above other layers initially */
}

/* Styling for the h1 element */

.inset-center h1 {
  text-align: center;
  font-family: PPNeue Montreal Book, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: -2px;
  font-size: clamp(40px, 4vw + 2rem, 98px);
  line-height: 1;
}

/* Styling for the <em> element */

.inset-center em {
  font-family: Times New Roman;
  font-size: clamp(52px, 4vw + 2rem, 103px);
  line-height: 1;
}

/* Parallax background image */

.hero__image {
  /* background-attachment: fixed; */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  /* z-index: -1; Keeps the image behind the text */
}

/* The next content layer that will scroll over the h1 */

.section-02,.section-03 {
  position: relative;
  z-index: 20;
  /* Higher than the h1 */
}

.bg-fadein{
  animation: fadeBackground 6s;
  animation-fill-mode: forwards;
}

/* .page-container {
  opacity: 0;
  transition: opacity 1s;
}

.page-container-loaded {
  opacity: 1;
} */

/* _______ANIMATIONS________ */

/* _________________________ */

/* img{opacity: 0.2;}
.bg-image{
  opacity: 0;
} */

/* _________HOMEPAGE */

/*___________________ */

/* HOMEPAGE - SECTION 02 */

.home__intro-left img{
  width: 100% ;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}

.home__intro-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.home__intro-title{
  padding-right:200px;
}

@media(max-width:1270px){
  .home__intro-title{
    padding-right:50px;
  }
}

/*HOMEPAGE -  SECTION 04 */

.stack-01 h2,
.stack-02 h2,
.stack-03 h2 {
  font-family: PPNeue Montreal Book, sans-serif;
}

.stack-01 h2 em,
.stack-02 h2 em,
.stack-03 h2 em {
  font-family: Times New Roman;
}

.stack-01{
  & h2{
    max-width:300px;
  }
  & p{
    margin-right:210px;
  }
}

.stack-02{
  margin-top:-41%;
  & h2{
    margin-left:8vw;
  }
  & p{
    margin-left:16vw;
  }
}

.stack-03{
  margin-top:-200px;
  & h2{
    max-width:430px;
  }
  & p{
    max-width:610px;
  }
}

.page-template-page-area .stack-03{
  margin-top:-440px;
  & h2{
    max-width:430px;
  }
  & p{
    max-width:610px;
  }
}

/*HOMEPAGE -  SECTION 05 */

.home__details-main {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.home__details-main {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 768px) {
  .home__details-main {
    font-size: 34px;
  }
}

.home__details-from {
  margin-bottom: 1rem;
  text-align: center;
  font-family: Times New Roman;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.home__details-from {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 768px) {
  .home__details-from {
    font-size: 38px;
  }
}

.home__details-location{
}

/* CALL TO ACTION  - COMPONENT  */

.custom-underline {
  width: calc(-100%);
  background-image: linear-gradient(transparent calc(100% - 2px), black 10px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s cubic-bezier(.19,1,.22,1) 0s,color 1s cubic-bezier(.19,1,.22,1) 0s;
}

.cta__title:hover .custom-underline {
  background-size: 100% 100%;
}

.cta__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97%;
  --tw-translate-x: -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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .cta__container {
    width: 90%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .cta__container {
    padding: 150px;
  }
}

@media (min-width: 1280px) {
  .cta__container {
    width: 910px;
  }
}

/* LIVING PAGE _________________*/

/* _____________________________*/

img.slider-image-single {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* LIVING PAGE - 3D MODEL */

.model-section{
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin: 0 auto;
}

.model-section .object {
  position: sticky;
  top: 0;
  height: 100vh;
  flex: 1;
  display: flex;
  justify-content: center;
  /* border: 0px solid #555; */
  box-sizing: border-box;
}

.model-section .object model-viewer {
  width: 100%;
  height: 100%;
  background-color: #000;
}

:not(:defined) > * {
  display: none;
}

model-viewer {
  background-color: #eee;
  overflow-x: hidden;
  --poster-color: #eee;
  position:relative;
}

/* .object{position:relative;} */

#model-section{
  position: relative;
}

#object-container::after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  background-color:#000;
  opacity:.4;
}

/*EXPERENCES PAGE  */

.page-template-page-area {
  .point span {
    font-family: PPNeue Montreal Book, sans-serif;
  }
  .point span {
    font-size: 16px;
  }
  .point span {
    text-transform: uppercase;
  }
  .point span {
    line-height: 20px;
  }
  @media (min-width: 768px) {
    .point span {
      font-size: 20px;
    }
  }
  @media (min-width: 768px) {
    .point span {
      line-height: 24px;
    }
  }
}

.page-template-page-area .accordion-body{
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* LIVING PAGE - CAROUSEL */

.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  background: #007aff;
  /* Change this color for different slides */
}

.villadecca-textarea{
  padding-top: 14px;
  padding-bottom: 0.75rem;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .villadecca-textarea {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 34px;
    line-height: 40px;
  }
}

.villadecca-textarea{
  height: 100%;
  width: 100%;
  max-height: 230px !important;
}

.custom-pagination-fix .swiper-horizontal>.swiper-pagination-bullets, 
.custom-pagination-fix .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-left: 26px;
}

@media (min-width: 768px) {
  .custom-pagination-fix .swiper-horizontal>.swiper-pagination-bullets, 
.custom-pagination-fix .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-left: 40px;
  }
}

.custom-pagination-fix .swiper-horizontal>.swiper-pagination-bullets, 
.custom-pagination-fix .swiper-pagination-bullets.swiper-pagination-horizontal{
  position:relative !important;
  display:flex !important;
  flex-wrap: wrap !important;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  align-items:center;
  gap: 7px;
  row-gap:10px;
}

.custom-pagination-fix .swiper-pagination-bullet{
  margin:0 !important;
}

.custom-pagination-fix .swiper-pagination{
  position: relative !important;
  top: unset !important;
  bottom:unset !important;
  left:unset !important;
}

.custom-pagination-fix span.swiper-pagination-bullet {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.custom-pagination-fix span.swiper-pagination-bullet {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 768px) {
  .custom-pagination-fix span.swiper-pagination-bullet {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 20px;
  }
}

.custom-pagination-fix span.swiper-pagination-bullet {
  background: transparent;
  color:#000;
  opacity: 1 !important;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:21px;
  border:1px solid #000;
  padding:19px 20px;
}

.custom-pagination-fix .swiper-pagination-bullet-active {
  background-color: #000 !important;
  color:#fff !important;
}

.custom-pagination-fix{
  margin-top: 80px;
  margin-bottom: 45px;
}

/* RESIDENCES - GALLERY CAROUSEL */

.swiper-residence .swiper {
  width: 100%;
  height: 100%;
}

.swiper-residence .slider-caption-single{
  opacity:0;
  animation: captionHide 3s cubic-bezier(0.77, 0, 0.175, 1) reverse;
}

.swiper-residence .swiper-slide-active .slider-caption-single{
  /* visibility: visible; */
  animation: captionReveal 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes captionHide{
  0% {
    opacity: 0;
    transform: translateY(0);
    /* Example transform */
  }

  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
}

@keyframes captionReveal {
  0% {
    opacity: 0;
    transform: translateY(5px);
    /* Example transform */
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper-residence .swiper-slide {
  background: #fff;
  display: flex;
  flex-direction:column;
  overflow: hidden;
  padding-bottom:20px;
}

.swiper-residence .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-residence .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.residence-arrows{
  width: 115px;
  display: block;
  right: -20%;
  position: absolute;
  height: 40px;
  bottom: 0;
}

.residence-arrows .swiper-button-prev{
  width:40px;
  height:40px;
  transition:all .5s ease-in;
}

.residence-arrows .swiper-button-prev::after {
  content:"";
  width:40px;
  height:40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICA8ZyBpZD0iR3JvdXBfNDYiIGRhdGEtbmFtZT0iR3JvdXAgNDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4zKSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzUiIGRhdGEtbmFtZT0iRWxsaXBzZSA1IiBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMykiIGZpbGw9IiNlNGU0ZGUiLz4KICAgIDxwYXRoIGlkPSJJY29uX2ZlYXRoZXItYXJyb3ctZG93biIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItYXJyb3ctZG93biIgZD0iTTYuODYxLDBWMTMuNzIxbTYuODYxLTYuODYxTDYuODYxLDEzLjcyMSwwLDYuODYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi42NyAxMy4wMTIpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K") !important;
}

.residence-arrows .swiper-button-next{
  width:40px;
  height:40px;
  transition:all .5s ease-in;
}

.residence-arrows .swiper-button-next::after {
  content:"";
  width:40px;
  height:40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj4KICA8ZyBpZD0iR3JvdXBfNDUiIGRhdGEtbmFtZT0iR3JvdXAgNDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjgzOSA0MCkgcm90YXRlKDE4MCkiPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV81IiBkYXRhLW5hbWU9IkVsbGlwc2UgNSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4xNjEgMCkiIGZpbGw9IiNlNGU0ZGUiLz4KICAgIDxwYXRoIGlkPSJJY29uX2ZlYXRoZXItYXJyb3ctZG93biIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItYXJyb3ctZG93biIgZD0iTTYuODYxLDBWMTMuNzIxbTYuODYxLTYuODYxTDYuODYxLDEzLjcyMSwwLDYuODYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi42NyAxMy4wMTIpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K") !important;
}

.residence-arrows .swiper-button-next.swiper-button-enabled, 
.residence-arrows .swiper-button-prev.swiper-button-enabled
.residence-arrows .swiper-button-next.swiper-button-disabled, 
.residence-arrows .swiper-button-prev.swiper-button-disabled{
  transition:all .5s ease-in;
}

/* RESINDECES - ANIMATED ARROW ELEMENT */

.link-arrow{
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
  transform: rotate(-90deg);
}

.link-parent-container{
  display:flex;
  align-items:center;
  gap:6px;
}

.link-arrow:after{
  position: absolute;
  display: block;
  content: "";
  color: #000;
  width: 18px;
  height: 10px;
  /* border: solid 1px; */
  top: -1px;
  border-bottom: solid 1px;
  transform: translatex(4px);
}

.link-arrow:before{
  position: absolute;
  display: block;
  content: "";
  color: #000;
  width: 13px;
  height: 13px;
  /* border: solid 1px; */
  border-top: solid 1px;
  border-left: solid 1px;
  top: 46%;
  left: 1px;
  transform-origin: 0% 0%;
  transform: rotatez(-45deg);
}

.link-parent-arrow .link-arrow:before{
  animation: aniArrow01 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.link-parent-arrow .link-arrow:after{
  animation: aniArrow02 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

@keyframes aniArrow01 {
  0% {
    transform:rotatez(-45deg) translateY(30px) translateX(30px);
  }

  100% {
    transform: rotatez(-45deg) translateY(-35px) translateX(-35px);
  }
}

@keyframes aniArrow02 {
  0% {
    transform:translateX(45px);
  }

  100% {
    transform:translateX(-44px);
  }
}

@keyframes borderAni{
  0% {
    border:solid 2px white;
  }

  100% {
    border:solid 2px white;
    border-radius:50%;
  }
}

/* RESIDENCES  --- FLOORS */

.residences__floor{
  position:relative;
}

ul.item-list.text-black {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

html {
  scroll-behavior: smooth;
}

.svg-part {
  transition: fill 0.3s;
}

/* RESIDENCES ___ FLOORS */

@media (min-width: 768px) {
  .gallery__caption {
    padding-top: 6rem;
  }
}

.gallery__caption span{
  font-size:10px
}

.sticky-container{
  height: 0;
  position: sticky;
  top: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  z-index: 199;
}

.floor-number{
  text-align: center;
  position:relative;
  transition: all .4s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.floor-number {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 1024px) {
  .floor-number {
    margin-bottom: 3rem;
  }
}

.active-residences__single-01 .item1{
  font-weight:bold;
}

.active-residences__single-01 .part-1{
  fill:#A8A8A8;
}

.active-residences__single-02 .item2{
  font-weight:bold;
}

.active-residences__single-02 .part-2{
  fill:#A8A8A8;
}

.active-residences__single-03 .item3{
  font-weight:bold;
}

.active-residences__single-03 .part-3{
  fill:#A8A8A8;
}

.active-residences__single-04 .item4{
  font-weight:bold;
}

.active-residences__single-04 .part-4{
  fill:#A8A8A8;
}

/* Residences __ Features */

.features_list {
  margin-top: 3.5rem;
}

@media (min-width: 768px) {
  .features_list {
    margin-top: 8rem;
  }
}

.section-header{
  font-size:0 !important;
}

.first-item .section-header {
  font-family: PPNeue Montreal Book, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .first-item .section-header {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 1280px) {
  .first-item .section-header {
    width: 9rem !important;
  }
}

.section-group{
  margin:0 !important;
}

.section-header{
  opacity: 0;
}

.first-item .section-header{
  opacity: 1;
  position: relative;
}

.first-item .section-header > span {
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 2px;
  right: -25px;
}

.information__title{
  text-shadow: 0.5px 0 0 currentColor;
}

.section-item{
  text-shadow: 0.5px 0 0 currentColor;
}

.features-container{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.information__table .single-feature{
  border:1px solid #000;
  border-radius: 50px;
  padding:4px 13px;
  width:-moz-fit-content;
  width:fit-content;
}

/* AREA - MAP */

/*----- Tabs -----*/

/* Tab Links Styling */

.tab-links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 17px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .tab-links {
    margin-bottom: 4rem;
  }
}

.tab-links:after {
  display: block;
  clear: both;
  content: '';
}

.tab-links li {
  margin: 0px 2px;
  float: left;
  list-style: none;
  text-transform: uppercase;
}

.tab-links a {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 5px 16px;
  transition: all linear 0.15s;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}

@media (min-width: 768px) {
  .tab-links a {
    font-size: 20px;
    line-height: 24px;
  }
}

.tab-category-name {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}

@media (min-width: 768px) {
  .tab-category-name {
    font-size: 20px;
    line-height: 24px;
  }
}

.tab-links a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/* Active Tab Link Styling */

li.active a,
li.active a:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/*----- Content of Tabs -----*/

.tab-content {
  counter-reset: tidbit-counter;
  position: relative;
  margin-bottom: 2rem
}

.area-maps {
  padding-bottom: 1.75rem;
}

/* Point Items */

.tab-content .point {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 20%;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.tab-content .point {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

@media (min-width: 768px) {
  .tab-content .point {
    font-size: 20px;
    line-height: 24px;
  }
}

.tab-content .point {
  cursor: pointer;
  transition: text-shadow 0.2s linear, letter-spacing 0.2s linear;
}

.tab-content .point:hover {
  /* text-shadow: 1px 0 0 currentColor; */
  transform: translateX(5px);
  color: #473d27;
  opacity: .6;
  letter-spacing: 0;
  transition: all .3s linear;
}

/* Numbering for Points */

.tab-content .point::before {
  counter-increment: tidbit-counter;
  content: counters(tidbit-counter, ".", decimal-leading-zero);
  position: absolute;
  left: 15px;
}

/* Staggered Animation for List Items */

.tab {
  display: none;
  /* Hide initially */
  opacity: 0;
  transition: all 3s;
}

.tab.active {
  display: block;
  /* Make visible */
  opacity: 1;
  transition: all 2s ease-in;
}

/* Hide elements initially */

.point {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 0.3s ease;
}

/* Active class for staggered reveal */

.point.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 0.3s ease;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
    /* Adjust for desired pulse intensity */
  }
}

/* Fade-in and Pulse for Each Element */

#largeEllipse {
  animation: fadeIn 1.5s ease forwards, pulse 3s infinite;
  animation-delay: 0s;
  opacity: 0;
}

#mediumEllipse {
  animation: fadeIn 1.5s ease forwards, pulse 2.5s infinite;
  animation-delay: 0.5s;
  opacity: 0;
}

#smallCircle {
  animation: fadeIn 1.5s ease forwards, pulse 2s infinite;
  animation-delay: 1s;
  opacity: 0;
}

#smallestCircle {
  animation: fadeIn 1.5s ease forwards, pulse 1.5s infinite;
  animation-delay: 1.5s;
  opacity: 0;
}

/* Keyframes for Fade-in */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.drag_element {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.4s ease, transform 1s ease;
  animation: pulse 1.5s ease-in-out infinite;
  /* Pulsing animation */
}

.drag_element.pin-active {
  opacity: 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transition: opacity 1s ease, transform 1s ease;
}

/* Define the pulsing animation */

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    /* Normal size */
  }

  50% {
    transform: scale(1.05);
    /* Scale up slightly */
  }
}

/* ______REGISTER_________________ */

/* _______________________________ */

.connect-contact__container .wpcf7-submit:disabled{
  opacity: 1 !important;
}

.connect-contact__container .wpcf7-submit{
  transition:all .3s ease;
  border: 1px solid #000;
}

.connect-contact__container .wpcf7-submit:hover{
  background-color: transparent !important;
  color:#000 !important;
  border: 1px solid #000;
  cursor: pointer;
  transition: all .3s ease;
}

f

.connect-contact__item{
  background-color: #E3DAD2;
}

.connect-contact__item input{
  background-color: #E3DAD2;
}

.connect-contact__item select{
  background-color: #E3DAD2;
  background-color: #e3dad2;
  color: #007aff;
}

.connect-contact__item select:valid {
  color:#000 ;
  opacity: 0.6;
}

.connect-contact__item select option[value=""] {
  color: #000;
}

.connect-contact__item select option {
  color: #000;
}

.connect-contact__item textarea{
  background-color: #E3DAD2;
}

.connect-contact__item input,
.connect-contact__item select{
  outline: none;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-top: 1px;
  margin-left: 1px;
  color:#000;
  padding-top: 14px;
  padding-bottom: 0.75rem;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .connect-contact__item input,
.connect-contact__item select {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 34px;
    line-height: 40px;
  }
}

.connect-contact__item input::-moz-placeholder, .connect-contact__item textarea::-moz-placeholder {
  color: #000;
  /* Change this to your preferred placeholder color */
  opacity: 0.6;
  /* Standard practice for placeholders */
  /* If you want the font size/weight to match your inputs exactly: */
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.connect-contact__item input::placeholder,
.connect-contact__item textarea::placeholder {
  color: #000;
  /* Change this to your preferred placeholder color */
  opacity: 0.6;
  /* Standard practice for placeholders */
  /* If you want the font size/weight to match your inputs exactly: */
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .connect-contact__item input::-moz-placeholder, .connect-contact__item textarea::-moz-placeholder {
    font-size: 34px;
    line-height: 40px;
  }
  .connect-contact__item input::placeholder,
.connect-contact__item textarea::placeholder {
    font-size: 34px;
    line-height: 40px;
  }
}

/* For WebKit browsers (Chrome, Safari, Edge) */

.connect-contact__item input::-webkit-input-placeholder {
  color: #000;
}

/* For Firefox */

.connect-contact__item input::-moz-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox lowers opacity by default */
}

.connect-contact__item textarea {
  padding-top: 14px;
  padding-bottom: 0.75rem;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .connect-contact__item textarea {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 34px;
    line-height: 40px;
  }
}

.connect-contact__item input:focus{
  transition: all .44s;
  opacity: 1;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .connect-contact__item input:focus {
    font-size: 34px;
    line-height: 40px;
  }
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000 !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000 !important;
  opacity: 1;
}

.connect-contact__item .wpcf7-form-control-wrap{
  position: relative;
}

.connect-contact__item span.wpcf7-not-valid-tip {
  position: absolute;
  width: 250px;
  top: 16px;
  font-size: 11px;
  color: #6a0a0a;
}

.connect-contact-accept{
  padding-top: 30px;
  position: relatives;
}

.connect-contact-accept span{
  max-width: 440px;
}

.connect-contact-accept input {
  position: absolute;
  left: 0;
  top: -17px;
}

.connect-contact-accept .wpcf7-list-item{
  position: relative;
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.connect-contact-accept .wpcf7-list-item {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

.connect-contact-accept .wpcf7-list-item label{
  display: block;
  margin-left: 10px;
}

.connect-contact-accept input[type="checkbox"]{
  box-sizing: border-box;
  position: absolute;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 2px solid #3f3d3d;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  transition: outline 0.1s;
  border-radius: 100px;
  left: -18px;
  top: 0px;
}

.connect-contact-accept input[type="checkbox"]:checked {
  background-size: cover;
  padding: 1px;
}

.connect-contact-accept input[type="checkbox"]:not(:disabled):checked {
  border-color: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNyA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAyLjk2MTE4TDIuODg5NjUgNC44NDkxMkw1LjkyNTc4IDEiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

.connect-contact__container br{
  display: none !important;
}

.connect-contact__container .wpcf7-submit:disabled{
  opacity: .4;
}

.connect-contact__container .submit-btn{
  margin-top: 20px;
  float: right;
  background-color:#000;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  font-family: PPNeue Montreal Book, sans-serif;
}

@media(max-width:768px){
  .residence-arrows{
    right: unset;
    width: 90%;
    bottom: 70px;
    left: 27px;
  }
}

@media(max-width:640px){
  .residence-arrows{
    width:92%;
    left:20px;
    bottom:58px;
  }
}

@media(max-width:400px){
  .inset-center h1 {
    font-size:36px !important;
  }

  .inset-center em{
    font-size: 38px;
  }

  .hero__subheading{
    font-size:14px;
  }

  .header .menu .menu-item a{
    font-size: 30px;
    line-height: 38px;
  }

  #menu{
    padding:0 !important;
  }
}

/* ABOUT PAGE */

/* ________________________________ */

.partner-logo{
  filter: grayscale(1) !important;
}

.partner-logo:hover{
  filter: grayscale(0) !important;
}

/* RESPONSIVE___________ */

/* ______________________ */

@media(max-width:1540px){
  /* .model-section .swiper-pagination{top:25px !important;} */

  .modal-section .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    gap:5px;
    row-gap: 5px;
  }
}

@media(max-width:1024px){
  .stack-01 p{
    margin-right: 60px;
  }

  .stack-02 {
    margin-top:-53%;
  }
}

@media(max-width:768px){
  .sticky-container{
    padding-left: 10px;
  }
}

@media(max-width:640px){
  .stack-01{
    & h2{
      max-width:unset;
      margin:0;
    }
    & p{
      max-width:unset;
      margin:0
    }
  }

  .stack-02{
    margin-top:0;
    padding-left: 24px;
    & h2{
      max-width:unset;
      margin:0;
      text-align: right;
      padding-right: 24px;
    }
    & p{
      max-width: 251px;
      margin: 0;
      float: right;
    }
  }

  .page-template-page-area .stack-03{
    margin-top:unset !important;
    & h2{
      max-width:unset;
      margin:0
    }
    & p{
      max-width:unset;
      margin:0;
    }
  }

  .stack-03{
    margin:unset;
    & h2{
      max-width:unset;
      margin:0
    }
    & p{
      max-width:unset;
      margin:0;
    }
  }

  .header-container{
    padding:21px 24px 21px 24px;
  }

  .header__logo-container{
    max-width: 170px;
    padding: 0;
  }

  .header .menu-icon{
    margin:0;
  }

  .header .menu-items{
    /* margin: 150px 0; */
  }

  .header .menu{
    /* padding-top: 130px;; */
    /* padding-left: 0;
      transition: all .6s ease; */
    transition: all 1.3s cubic-bezier(.19,1,.22,1);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 0;
    transition: none
  }

  .header .menu-btn:checked ~ .menu {
    height: 100vh;
    max-height: calc(100vh - 130px);
  }
}

.ezd-animtext .line {
  display: inline-block;
  line-height: 1.2em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  overflow: hidden;
}

.ezd-animtext .word {
  opacity: 0;
  margin: 0;
  margin-left: 0.15em;
}

.ezd-animtext .word::first-child {
  margin-left: 0;
}

.ezd-animtext.line-up .word {
  opacity: 0;
  overflow: hidden;
  animation: none;
  line-height: 1.2em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  animation: animtext-up 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: calc(0.075s * var(--line-index));
}

.ezd-animtext.word-up .word {
  overflow: hidden;
  animation: none;
  line-height: 1.2em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  opactiy: 0;
  animation: animtext-up 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: calc(0.2s * var(--word-index));
}

.ezd-animtext.line-left .line {
  overflow: visible;
}

.ezd-animtext.line-left .word {
  animation: animtext-left 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(0.15s * var(--line-index));
  opacity: 1;
}

.ezd-animtext.word-left .line {
  overflow: visible;
}

.ezd-animtext.word-left .word {
  overflow: hidden;
  animation: none;
  line-height: 1.2em;
  padding-left: 0.1em;
  margin-top: -0.1em;
  margin-bottom: -0.1em;
  opacity: 0;
  animation: animtext-left 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(0.2s * var(--word-index));
}

.ezd-animtext.char-up .word {
  opacity: 1;
  margin: 0;
}

.ezd-animtext.char-up .char {
  opacity: 0;
  animation: animtext-up 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(0.5s + (0.015s * var(--char-index)));
  padding: 0;
}

.ezd-animtext.char-left .word {
  opacity: 1;
  margin: 0;
}

.ezd-animtext.char-left .char {
  opacity: 0;
  animation: animtext-left 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: calc(0.01s * var(--char-index));
  padding: 0;
}

@keyframes animtext-left {
  from {
    transform: translateY(25vw) translateY(-20px);
    opacity: 0;
  }

  to {
    transform: translateY(0) translateY(0);
    opacity: 1;
  }
}

/* @keyframes animtext-up {
    from {
      transform: translateY(100%) translateZ(-10px);
      opacity: 0;
    }
    to {
      transform: translateY(0) translateZ(0);
      opacity: 1;
      color: red;
    }
  } */

@keyframes animtext-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
    /* color: red; */
  }
}

/* Define the fade-in animation */

.anim-fade-in {
  opacity: 0;
  /* Start with the element hidden */
  filter: blur(3px);
  /* Start with the blur */
  transition: opacity 0.6s ease;
}

.anim-fade-in.visible {
  opacity: 1;
  filter: blur(0px);
  /* Remove the blur */
  transition: opacity 1s ease;
}

.transition-delay-small{
  transition-delay: .78s;
}

/* Define a slide-up animation */

.anim-slide-up {
  opacity: 0;
  filter:blur(4px);
  transform: translateY(20px);
  /* Start below the normal position */
  transition: opacity 1s cubic-bezier(0.45, 0, 0.55, 1), transform 1s cubic-bezier(0.45, 0, 0.55, 1);
}

.anim-slide-up.visible {
  opacity: 1;
  filter:blur(0);
  transform: translateY(0);
  /* Move element to normal position */
  transition: opacity 1s cubic-bezier(0.45, 0, 0.55, 1), transform 1s cubic-bezier(0.45, 0, 0.55, 1);
}

/* Example for zoom-in animation */

.anim-zoom-in {
  opacity: 0;
  transform: scale(0.9);
  /* Start smaller */
  transition: opacity 1s ease, transform 1s ease;
}

.anim-zoom-in.visible {
  opacity: 1;
  transform: scale(1);
  /* Scale the element to its original size */
}

/* img{opacity: 0;} */

.reveal-text {
  visibility: hidden;
}

.line {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition:line .2s;
}

.centerAlign * span{
  justify-content: center !important;
}

/* Add some basic styles for better visibility */

.line {
  display: block;
  overflow: hidden;
}

.reveal-text .words {
  display: inline-block;
  visibility: visible;
  opacity: 0;
  transition:all .1s ease;
}

.general-fadeup{
  opacity: 0;
}

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

ul.item-list.terms-page {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

.terms-page p {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
}

.terms-page a{
  text-decoration: underline;
}

.terms-page ul {
  list-style: disc;
  padding-left:15px;
  padding-top: 20px;
  padding-bottom: 20px
}

.terms-page li {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.terms-page ol {
  font-family: PPNeue Montreal Book, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

ul.item-list.terms-page ol {
  /* background: red; */
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* margin-top: 210px; */
  text-transform: uppercase;
  gap: 10px;
  padding: 5px;
  display:none;
}

.terms-page ol{
  font-weight: bold;
}

.area-new-section{
  margin-top: 140px;
}

@media(max-width:1024px){
  .area-new-section{
    margin-top: 50px;
  }
}

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

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

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

@media (min-width: 640px) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

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

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

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

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

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

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

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

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

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

  .md\:text-38 {
    font-size: 38px;
  }

  .md\:text-48 {
    font-size: 48px;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:leading-20 {
    line-height: 20px;
  }

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

  .md\:leading-55 {
    line-height: 55px;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }
}