*, ::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.19 | 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: Montserrat, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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;
}
    html {
        scroll-behavior: smooth;
    }
    body {
  margin-left: auto;
  margin-right: auto;
  max-width: 2220px;
  font-family: Montserrat, sans-serif;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

  .container {
    max-width: 2220px;
  }
}
h1, h2, h3, h4, p, a {
  letter-spacing: 0.05em;
}
.btn {
  cursor: pointer;
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(84 84 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 203 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.site-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  background-color: transparent;
  color: rgb(0 0 0 / 0.6);
  transition-property: background-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.site-header.is-sticky {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: rgb(0 0 0 / 0.6);
}
.header-dark .site-header.is-sticky {
  color: rgb(0 0 0 / 0.6);
}
.admin-bar .site-header {
  top: 2rem;
}
.header-dark .site-header {
  color: rgb(255 255 255 / 0.7);
}
.site-header nav a {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.site-header nav a::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0.5rem;
        right: 0.5rem;
        height: 3px;
        border-radius: 3px;
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
        opacity: 0;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
.site-header nav a:hover::after {
  opacity: 1;
}
.header-dark .site-header nav a::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.header-dark .site-header.is-sticky nav a::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.secondary-nav ul li:last-child a {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 18px;
  padding-right: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.secondary-nav ul li:last-child a::after {
  display: none;
}
.secondary-nav .lang-sub-menu li:last-child a {
  border-radius: 0px;
  border-width: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.header-dark .secondary-nav ul li:last-child a {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header-dark .secondary-nav ul li:last-child a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(84 84 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 203 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.header-dark .site-header.is-sticky .secondary-nav ul li:last-child a {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.header-dark .site-header.mega-open .secondary-nav ul li:last-child a {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.footer-menu a, .footer-menu-legal a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer-menu a:hover, .footer-menu-legal a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* ── Main nav dropdown ───────────────────────────────────────────── */
.main-nav .menu-item-has-children {
  position: relative;
}
.main-nav .menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-nav .menu-item > a {
  display: flex;
  align-items: center;
}
.nav-chevron {
  margin-left: 0.625rem;
  flex-shrink: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.main-nav .menu-item-has-children:hover > a .nav-chevron {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* hide the hover underline on parent items — the dropdown is the affordance */
.main-nav .menu-item-has-children > a:hover::after {
  opacity: 0;
}
/* hide the hover underline on mega dropdown triggers */
.main-nav .has-mega-dropdown > a::after {
  opacity: 0;
}
/* When a mega dropdown is open on a transparent-header page, force white */
.header-dark .site-header.mega-open {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  color: rgb(0 0 0 / 0.6);
}
.header-dark .site-header.mega-open .city-menu-icon svg path {
        fill: black;
    }
.header-dark .site-header.mega-open .city-dropdown > a,
    .header-dark .site-header.mega-open .lang-dropdown > a {
        color: rgba(0, 0, 0, 0.6);
    }
/* chevron rotates up when mega dropdown is open */
.main-nav .has-mega-dropdown.mega-active > a .nav-chevron {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* ── Desktop mega dropdown panels ───────────────────────────────── */
.mega-dropdown {
        box-shadow: 0 24px 44px 0 rgba(0, 0, 0, 0.12);
    }
.mega-image-col img {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mega-image-col:hover img {
  opacity: 0.8;
}
/* ── Mobile mega trigger items ───────────────────────────────────── */
.mobile-mega-trigger {
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity, 1));
  font-size: 16px;
  line-height: 24px;
}
/* city & lang dropdown triggers and sub-menu links never get the underline indicator */
.site-header .city-dropdown > a::after,
    .site-header .lang-dropdown > a::after,
    .city-sub-menu li a::after,
    .lang-sub-menu li a::after {
  display: none;
}
/* lang-dropdown trigger: grayish background on hover */
.lang-dropdown > a {
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.lang-dropdown > a:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.header-dark .site-header:not(.is-sticky) .lang-dropdown > a:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  min-width: 180px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
        box-shadow: 0 24px 44px 0 rgba(0, 0, 0, 0.25);
}
.main-nav .menu-item-has-children:hover > .sub-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.main-nav .sub-menu li a {
  display: block;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* sub-menu links must not show the top-level nav underline */
.main-nav .sub-menu li a::after {
  display: none;
}
.main-nav .sub-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.main-nav .sub-menu li + li {
  border-top-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity, 1));
}
.city-selector .city-menu-icon svg path {
  height: 1.25rem;
  width: 1.25rem;
        fill: black;
}
.header-dark .city-selector .city-menu-icon svg path {
        fill: white;
    }
.header-dark .site-header.is-sticky .city-selector .city-menu-icon svg path {
        fill: black;
    }
.header-dark #mobile-menu-toggle {
        border-color: white;
    }
.header-dark #mobile-menu-toggle img {
        filter: invert(1);
    }
.header-dark .site-header.is-sticky #mobile-menu-toggle {
        border-color: black;
    }
.header-dark .site-header.is-sticky #mobile-menu-toggle img {
        filter: invert(0);
    }
/* Fix header in place whenever mobile menu is open */
.site-header.menu-open {
        position: fixed;
    }
/* When mobile menu is open on a transparent-header page, force white header */
.header-dark .site-header.menu-open {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity, 1));
  color: rgb(0 0 0 / 0.6);
}
.header-dark .site-header.menu-open .city-menu-icon svg path {
        fill: black;
    }
.header-dark .site-header.menu-open .city-dropdown > a {
        color: rgba(0, 0, 0, 0.6);
    }
.header-dark .site-header.menu-open #mobile-menu-toggle {
        border-color: black;
    }
.header-dark .site-header.menu-open #mobile-menu-toggle img {
        filter: invert(0);
    }
/* Mobile menu panel background */
.mobile-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* Primary mobile nav items with dividers */
.mobile-primary-nav ul li a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
}
/* First item: centered with rounded corners (CTA-style) */
.mobile-primary-nav ul li:first-child {
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-align: center;
}
.mobile-primary-nav #menu-mobile-menu li:nth-child(2) {
  border-top-width: 0px;
}
.mobile-secondary-nav li.mobile-lang-dropdown {
  padding: 0.5rem;
  color: rgb(0 0 0 / 0.6);
}
.mobile-secondary-nav li.mobile-lang-dropdown button {
  display: flex;
  justify-content: space-between;
}
/* ── City & language dropdowns ───────────────────────────────────── */
.city-dropdown,
    .lang-dropdown {
  position: relative;
}
.city-sub-menu,
    .lang-sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
        box-shadow: 0 24px 44px 0 rgba(0, 0, 0, 0.25);
}
.city-sub-menu li a,
    .lang-sub-menu li a {
  display: block;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.city-sub-menu li a:hover,
    .lang-sub-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.city-sub-menu li + li,
    .lang-sub-menu li + li {
  border-top-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity, 1));
}
.city-dropdown:hover .city-sub-menu,
    .lang-dropdown:hover .lang-sub-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.city-dropdown:hover .nav-chevron,
    .lang-dropdown:hover .nav-chevron {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Override Polylang default styles on language sub-menu items only */
.lang-sub-menu a {
        background: none !important;
        color: inherit !important;
    }
/* ── Post content ─────────────────────────────────────────────────── */
.post-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.post-content h2,
    .post-content h3,
    .post-content h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.post-content h2 {
  font-size: 22px;
  line-height: 30px;
}
.post-content h3 {
  font-size: 20px;
  line-height: 28px;
}
.post-content h4 {
  font-size: 16px;
  line-height: 24px;
}
.post-content p {
  margin-bottom: 1rem;
}
.post-content ul,
    .post-content ol {
  margin-bottom: 1rem;
}
.post-content ul > :not([hidden]) ~ :not([hidden]),
    .post-content ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.post-content ul,
    .post-content ol {
  padding-left: 1.25rem;
}
.post-content ul {
  list-style-type: disc;
}
.post-content ol {
  list-style-type: decimal;
}
.post-content a {
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.post-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}
.post-content img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: auto;
  width: 100%;
  border-radius: 3px;
}
.post-content blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-style: italic;
  color: rgb(0 0 0 / 0.6);
}
.studios-filter-btn {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 744px) {

  .studios-filter-btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.studios-filter-btn::after {
        content: '';
        position: absolute;
        bottom: -0.125rem;
        left: 1.75rem;
        right: 1.75rem;
        height: 2px;
        border-radius: 2px;
        --tw-bg-opacity: 1;
        background-color: rgb(84 84 84 / var(--tw-bg-opacity, 1));
        opacity: 0;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 200ms;
    }
@media (min-width: 744px) {

  .studios-filter-btn::after {
    left: 2.5rem;
    right: 2.5rem;
  }
}
.studios-filter-btn + .studios-filter-btn::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        height: 1rem;
        width: 1px;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        background-color: rgb(0 0 0 / 0.2);
    }
.studios-filter-btn:hover::after,
    .studios-filter-btn.active::after {
  opacity: 1;
}
.studios-filter-count {
  margin-left: 0.25rem;
  color: rgb(0 0 0 / 0.6);
}
/* ── Studios slider section ──────────────────────────────────────────── */
/* Image area: fixed 409 px tall, full card width */
.studio-slider-card__image {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
        height: 409px;
}
/* ── Video Reviews slider section ─────────────────────────────────── */
/* Card: 340×604 px on mobile, 440×781 px on laptop+ */
.video-review-card {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
        height: 604px;

        @media (min-width: 1120px) {
            height: 781px;
        }
}
/* ── Workout Types slider section ──────────────────────────────────── */
/* Image area: consistent aspect ratio across all slide widths */
.workout-type-card__image {
  min-height: 214px;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}
@media (min-width: 1120px) {

  .workout-type-card__image {
    min-height: 355px;
  }
}
.workout-type-card__image {
        aspect-ratio: 101 / 71;
    }
.workout-types-slider-prev svg,
    .workout-types-slider-next svg {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
}
.studios-slider-prev svg,
    .studios-slider-next svg {
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
}
/* ── Studio gallery (Splide overrides) ───────────────────────────────── */
/* Arrow button: 40×40 white circle */
.studio-gallery-splide .splide__arrow {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
        top: 50%;
        transform: translateY(-50%);
}
.studio-gallery-splide .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.8;
}
.studio-gallery-splide .splide__arrow svg {
  fill: #000;
        width: 20px;
        height: 20px;
}
/* Our path is left-pointing; Splide's default flips --prev with scaleX(-1) making it point right.
       Override: --prev keeps the left-pointing path, --next flips it to point right. */
.studio-gallery-splide .splide__arrow--prev svg {
        transform: none;
    }
.studio-gallery-splide .splide__arrow--next svg {
        transform: scaleX(-1);
    }
.studio-gallery-splide .splide__pagination {
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
        display: flex;
        gap: 8px;
        padding: 0 8px;
        list-style: none;
        z-index: 10;
        counter-reset: none;
    }
.studio-gallery-splide .splide__pagination li {
        flex: 1;
        display: flex;
    }
.studio-gallery-splide .splide__pagination__page {
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
  border-style: none;
  padding: 0px;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        transform: none !important;
        transition: background 200ms;
        opacity: 100%;
}
.studio-gallery-splide .splide__pagination__page.is-active {
        background: white;
    }
.workout-card {
  height: 290px;
  overflow: hidden;
}
@media (min-width: 1120px) {

  .workout-card {
    height: 100%;
  }
}
.workout-card {
        transition: height 0.4s ease;
    }
@media (min-width: 1120px) {
        .workout-card { transition: none; }
    }
.workout-card.is-active {
  height: 492px;
}
@media (min-width: 744px) {

  .workout-card.is-active {
    height: 414px;
  }
}
.workouts-grid.has-active .workout-card:not(.is-active) {
  height: 126px;
}
@media (min-width: 744px) {

  .workouts-grid.has-active .workout-card:not(.is-active) {
    height: 165px;
  }
}
.workout-card.is-active .workout-card-overlay,
    .workout-card.is-active .workout-card-content {
  opacity: 1;
}
/* Plus/minus icon toggle — plain CSS to avoid purge on dynamic classes */
.workout-card.is-active .workout-plus-icon  { display: none; }
.workout-card.is-active .workout-minus-icon { display: block; }
/* ── Team filter tabs ────────────────────────────────────────────────── */
.team-filter-btn {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 744px) {

  .team-filter-btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.team-filter-btn::after {
        content: '';
        position: absolute;
        bottom: -0.125rem;
        left: 1.75rem;
        right: 1.75rem;
        height: 2px;
        border-radius: 2px;
        --tw-bg-opacity: 1;
        background-color: rgb(84 84 84 / var(--tw-bg-opacity, 1));
        opacity: 0;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 200ms;
    }
@media (min-width: 744px) {

  .team-filter-btn::after {
    left: 2.5rem;
    right: 2.5rem;
  }
}
.team-filter-btn + .team-filter-btn::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        height: 1rem;
        width: 1px;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        background-color: rgb(0 0 0 / 0.2);
    }
.team-filter-btn:hover::after,
    .team-filter-btn.active::after {
  opacity: 1;
}
.team-filter-count {
  margin-left: 0.25rem;
  color: rgb(0 0 0 / 0.6);
}
.team-card {
  height: 290px;
  overflow: hidden;
        transition: height 0.45s ease;
}
.team-card.is-active {
  height: 411px;
}
.team-card.is-active .team-card-overlay,
    .team-card.is-active .team-card-content {
  opacity: 1;
}
/* display toggled by JS — kept as plain CSS so Tailwind doesn't purge */
.team-card.is-active .team-card-plus-icon  { display: none; }
.team-card.is-active .team-card-minus-icon { display: block; }
@media (min-width: 744px) {
        .team-card {
    height: auto;
    transition-property: none;
            aspect-ratio: 2 / 3;
  }

        .team-card.is-active {
    height: auto;
  }
    }
.faq-answer p {
  margin-bottom: 1rem;
}
.faq-answer p:last-child {
  margin-bottom: 0px;
}
.faq-answer ul,
    .faq-answer ol {
  margin-bottom: 1rem;
}
.faq-answer ul > :not([hidden]) ~ :not([hidden]),
    .faq-answer ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.faq-answer ul,
    .faq-answer ol {
  padding-left: 1.25rem;
}
.faq-answer ul {
  list-style-type: disc;
}
.faq-answer ol {
  list-style-type: decimal;
}
.faq-answer a {
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.faq-answer a:hover {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}
.team-about-card {
  height: 290px;
  width: 100%;
  overflow: hidden;
}
.team-card__desc {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[5px\] {
  bottom: 5px;
}
.left-0 {
  left: 0px;
}
.left-\[5px\] {
  left: 5px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[60px\] {
  top: 60px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[44\] {
  z-index: 44;
}
.z-\[48\] {
  z-index: 48;
}
.z-\[49\] {
  z-index: 49;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-start-2 {
  grid-column-start: 2;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mb-\[2px\] {
  margin-bottom: -2px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[68px\] {
  margin-top: 68px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-auto {
  margin-top: auto;
}
.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;
}
.aspect-\[101\/71\] {
  aspect-ratio: 101/71;
}
.aspect-\[305\/214\] {
  aspect-ratio: 305/214;
}
.aspect-\[321\/226\] {
  aspect-ratio: 321/226;
}
.aspect-\[534\/614\] {
  aspect-ratio: 534/614;
}
.aspect-\[59\/63\] {
  aspect-ratio: 59/63;
}
.aspect-\[669\/610\] {
  aspect-ratio: 669/610;
}
.aspect-\[671\/468\] {
  aspect-ratio: 671/468;
}
.aspect-\[712\/475\] {
  aspect-ratio: 712/475;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2\/5 {
  height: 40%;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[173px\] {
  height: 173px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[214px\] {
  height: 214px;
}
.h-\[241px\] {
  height: 241px;
}
.h-\[248px\] {
  height: 248px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[342px\] {
  height: 342px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[356px\] {
  height: 356px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[393px\] {
  height: 393px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[409px\] {
  height: 409px;
}
.h-\[411px\] {
  height: 411px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[63px\] {
  height: 63px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-\[14px\] {
  height: 14px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[138px\] {
  max-height: 138px;
}
.max-h-\[222px\] {
  max-height: 222px;
}
.max-h-\[303px\] {
  max-height: 303px;
}
.max-h-\[344px\] {
  max-height: 344px;
}
.max-h-\[428px\] {
  max-height: 428px;
}
.max-h-\[436px\] {
  max-height: 436px;
}
.max-h-\[468px\] {
  max-height: 468px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[614px\] {
  max-height: 614px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[233px\] {
  width: 233px;
}
.w-\[277px\] {
  width: 277px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[59px\] {
  width: 59px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-\[121px\] {
  width: 121px;
}
.min-w-\[233px\] {
  min-width: 233px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[121px\] {
  min-width: 121px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1344px\] {
  max-width: 1344px;
}
.max-w-\[1536px\] {
  max-width: 1536px;
}
.max-w-\[306px\] {
  max-width: 306px;
}
.max-w-\[344px\] {
  max-width: 344px;
}
.max-w-\[363px\] {
  max-width: 363px;
}
.max-w-\[424px\] {
  max-width: 424px;
}
.max-w-\[431px\] {
  max-width: 431px;
}
.max-w-\[434px\] {
  max-width: 434px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[524px\] {
  max-width: 524px;
}
.max-w-\[525px\] {
  max-width: 525px;
}
.max-w-\[534px\] {
  max-width: 534px;
}
.max-w-\[573px\] {
  max-width: 573px;
}
.max-w-\[584px\] {
  max-width: 584px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[644px\] {
  max-width: 644px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[651px\] {
  max-width: 651px;
}
.max-w-\[671px\] {
  max-width: 671px;
}
.max-w-\[740px\] {
  max-width: 740px;
}
.max-w-container {
  max-width: 2220px;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[2fr_1fr_2fr\] {
  grid-template-columns: 2fr 1fr 2fr;
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-\[14px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-secondary-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-divide-opacity, 1));
}
.divide-tertiary-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-tiny {
  border-radius: 3px;
}
.rounded-t-tiny {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-secondary-light {
  --tw-border-opacity: 1;
  border-color: rgb(228 229 231 / var(--tw-border-opacity, 1));
}
.border-secondary-light\/50 {
  border-color: rgb(228 229 231 / 0.5);
}
.border-tertiary-fill {
  --tw-border-opacity: 1;
  border-color: rgb(239 240 241 / var(--tw-border-opacity, 1));
}
.border-tertiary-light {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#EFF0F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-primary-stroke {
  --tw-bg-opacity: 1;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity, 1));
}
.bg-tertiary-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity, 1));
}
.bg-tertiary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-\[image\:var\(--bg-mobile\)\] {
  background-image: var(--bg-mobile);
}
.bg-\[linear-gradient\(90deg\2c rgba\(0\2c 0\2c 0\2c 0\.60\)_49\.28\%\2c rgba\(0\2c 0\2c 0\2c 0\.00\)_91\.27\%\)\] {
  background-image: linear-gradient(90deg,rgba(0,0,0,0.60) 49.28%,rgba(0,0,0,0.00) 91.27%);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-gray-500 {
  fill: #6b7280;
}
.fill-white {
  fill: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[26px\] {
  padding: 26px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[29px\] {
  padding-bottom: 29px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pe-9 {
  padding-inline-end: 2.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.ps-\[26px\] {
  padding-inline-start: 26px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-action-small {
  font-size: 14px;
  line-height: 24px;
}
.text-action-small-mobile {
  font-size: 14px;
  line-height: 24px;
}
.text-base {
  font-size: 16px;
  line-height: 24px;
}
.text-large {
  font-size: 22px;
  line-height: 30px;
}
.text-large-mobile {
  font-size: 18px;
  line-height: 26px;
}
.text-medium {
  font-size: 20px;
  line-height: 28px;
}
.text-medium-mobile {
  font-size: 14px;
  line-height: 22px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-small {
  font-size: 13px;
  line-height: 18px;
}
.text-text-medium-mobile {
  font-size: 14px;
  line-height: 22px;
}
.text-title-display {
  font-size: 40px;
  line-height: 56px;
}
.text-title-display-mobile {
  font-size: 24px;
  line-height: 36px;
}
.text-title-display-tablet {
  font-size: 28px;
  line-height: 38px;
}
.text-title-large-mobile {
  font-size: 24px;
  line-height: 32px;
}
.text-title-mini {
  font-size: 18px;
  line-height: 28px;
}
.text-title-mini-mobile {
  font-size: 16px;
  line-height: 28px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}
.tracking-\[2\%\] {
  letter-spacing: 2%;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.filter {
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Contact Form 7 (outside @layer to prevent Tailwind purging) ── */
.wpcf7 form p {
    margin-bottom: 24px;
}

.wpcf7 label {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    padding: 16px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    outline: none;
    transition: border-color 150ms;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    border-color: rgba(0,0,0,0.5);
}

.wpcf7 textarea {
    resize: none;
}

.wpcf7 input[type="submit"] {
    margin-top: 0.5rem;
    cursor: pointer;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 24px;
    transition: background-color 150ms, color 150ms;
    border-radius: 8px;
    width: 100%;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

.wpcf7 .wpcf7-response-output {
    margin-top: 1rem;
    font-size: 0.875rem;
}

/* ── WooCommerce base styles ─────────────────────────────────────────────── */

/* Add-to-cart button — matches theme .btn style */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 18px;
  padding-right: 18px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: background-color,color,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(84 84 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 203 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Price text */
.woocommerce-page-wrap .price,
.woocommerce-page-wrap ins,
.woo-price {
  font-weight: 600;
}

.woocommerce-page-wrap del {
  margin-right: 0.25rem;
  color: rgb(0 0 0 / 0.4);
}

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin-bottom: 1.25rem;
  list-style-type: none;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity, 1));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.woocommerce-error {
  --tw-border-opacity: 1;
  border-color: rgb(192 57 43 / var(--tw-border-opacity, 1));
}

.woocommerce article.shop-product-card .button {
  width: 100%;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 1.5rem;
  display: flex;
  list-style-type: none;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(0 0 0 / 0.6);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: 1.75rem;
    right: 1.75rem;
    height: 0.125rem;
    border-radius: 3px;
    --tw-bg-opacity: 1;
    background-color: rgb(84 84 84 / var(--tw-bg-opacity, 1));
}

.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 22px;
  color: rgb(0 0 0 / 0.7);
}

/* Product title & price */
.woocommerce div.product .product_title {
  margin-bottom: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
    font-size: clamp(20px, 4vw, 32px);
    line-height: 1.3;
}

.woocommerce .woocommerce-Price-amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1120px) {

  .woocommerce .woocommerce-Price-amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 32px;
    line-height: 44px;
  }
}

.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description li {
  margin-bottom: 0.75rem;
  color: rgb(0 0 0 / 0.6);
}

.woocommerce .cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.woocommerce .variations .label {
  display: flex;
  justify-content: flex-start;
  padding: 0px;
  vertical-align: middle;
  text-transform: uppercase;
}

.woocommerce .cart .quantity {
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.6);
}

.woocommerce .cart .qty {
  height: 34px;
  background-color: transparent;
}

.woocommerce .product_meta {
    display: none;
}

.woocommerce .cart tr {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
}

.woocommerce .cart tr th {
  width: 60px;
}

.woocommerce .cart select {
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.6);
  padding-inline-start: 0.5rem;
}

.woocommerce .product button.button.single_add_to_cart_button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce .product button.button.single_add_to_cart_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(84 84 84 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 203 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  color: rgb(0 0 0 / 0.6);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  width: auto;
}

.woocommerce div.product .woocommerce-tabs .comment-reply-title {
  display: none;
}

.woocommerce div.product .woocommerce-Reviews input,
.woocommerce div.product .woocommerce-Reviews textarea {
  margin-inline-start: 0.5rem;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.6);
} 

.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.6);
}

.woocommerce-checkout .wc-block-components-checkout-step .wc-block-components-country-input {
  margin-top: 0.75rem;
}

/* Cart table */
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  vertical-align: middle;
}

.woocommerce table.shop_table th {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(0 0 0 / 0.5);
}

/* Checkout form */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
  margin-bottom: 1.25rem;
  margin-top: 2rem;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce form .form-row label {
  margin-bottom: 0.375rem;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: rgb(0 0 0 / 0.5);
}

/* Related / upsell headings */
.woocommerce .related > h2,
.woocommerce .upsells > h2 {
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Styled map hover tooltip (replaces the browser's default marker tooltip).
   font-sans is forced here because Google Maps injects `.gm-style { font-family: Roboto,Arial,sans-serif }`
   on the map container, which would otherwise override the inherited Montserrat. */
.map-tooltip {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  display: flex;
  width: 355px;
  --tw-translate-x: -50%;
  --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));
  overflow: hidden;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Montserrat, sans-serif;
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.map-tooltip.is-visible {
  opacity: 1;
}

.map-tooltip__body {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1120px) {

  .map-tooltip__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.map-tooltip__title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1120px) {

  .map-tooltip__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.map-tooltip__address {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgb(0 0 0 / 0.6);
}

@media (min-width: 1120px) {

  .map-tooltip__address {
    font-size: 16px;
    line-height: 24px;
  }
}

.map-tooltip__image-wrap {
  min-height: 120px;
  width: 120px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity, 1));
}

.map-tooltip__image-wrap img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

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

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

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

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

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

.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 203 207 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-primary-stroke:hover {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}

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

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

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

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.group\/card:hover .group-hover\/card\:block {
  display: block;
}

.group:hover .group-hover\:block {
  display: block;
}

.group\/card:hover .group-hover\/card\:hidden {
  display: none;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/card:hover .group-hover\/card\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

@media (min-width: 744px) {

  .tablet\:top-\[72px\] {
    top: 72px;
  }

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

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

  .tablet\:order-3 {
    order: 3;
  }

  .tablet\:order-4 {
    order: 4;
  }

  .tablet\:order-5 {
    order: 5;
  }

  .tablet\:order-first {
    order: -9999;
  }

  .tablet\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

  .tablet\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:block {
    display: block;
  }

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

  .tablet\:flex {
    display: flex;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-96 {
    height: 24rem;
  }

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

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

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

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

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

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

  .tablet\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

  .tablet\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

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

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

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

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

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

  .tablet\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .tablet\:gap-0 {
    gap: 0px;
  }

  .tablet\:gap-1\.5 {
    gap: 0.375rem;
  }

  .tablet\:gap-10 {
    gap: 2.5rem;
  }

  .tablet\:gap-3 {
    gap: 0.75rem;
  }

  .tablet\:gap-4 {
    gap: 1rem;
  }

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

  .tablet\:gap-6 {
    gap: 1.5rem;
  }

  .tablet\:gap-8 {
    gap: 2rem;
  }

  .tablet\:gap-\[26px\] {
    gap: 26px;
  }

  .tablet\:gap-\[76px\] {
    gap: 76px;
  }

  .tablet\:p-12 {
    padding: 3rem;
  }

  .tablet\:p-6 {
    padding: 1.5rem;
  }

  .tablet\:p-7 {
    padding: 1.75rem;
  }

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

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

  .tablet\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .tablet\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tablet\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

  .tablet\:ps-8 {
    padding-inline-start: 2rem;
  }

  .tablet\:ps-\[88px\] {
    padding-inline-start: 88px;
  }

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

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

  .tablet\:text-start {
    text-align: start;
  }

  .tablet\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .tablet\:text-large {
    font-size: 22px;
    line-height: 30px;
  }

  .tablet\:text-medium {
    font-size: 20px;
    line-height: 28px;
  }

  .tablet\:text-medium-mobile {
    font-size: 14px;
    line-height: 22px;
  }

  .tablet\:text-title-display {
    font-size: 40px;
    line-height: 56px;
  }

  .tablet\:text-title-display-mobile {
    font-size: 24px;
    line-height: 36px;
  }

  .tablet\:text-title-display-tablet {
    font-size: 28px;
    line-height: 38px;
  }

  .tablet\:text-title-large {
    font-size: 32px;
    line-height: 44px;
  }

  .tablet\:text-title-mini {
    font-size: 18px;
    line-height: 28px;
  }

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

@media (min-width: 768px) {

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

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

  .md\:text-action-small {
    font-size: 14px;
    line-height: 24px;
  }

  .md\:text-text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:text-text-medium {
    font-size: 20px;
    line-height: 28px;
  }

  .md\:text-title-mini {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1120px) {

  .laptop\:relative {
    position: relative;
  }

  .laptop\:top-\[112px\] {
    top: 112px;
  }

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

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

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

  .laptop\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .laptop\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

  .laptop\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

  .laptop\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .laptop\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

  .laptop\:mt-16 {
    margin-top: 4rem;
  }

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

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

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

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

  .laptop\:block {
    display: block;
  }

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

  .laptop\:flex {
    display: flex;
  }

  .laptop\:table-cell {
    display: table-cell;
  }

  .laptop\:grid {
    display: grid;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .laptop\:size-\[70px\] {
    width: 70px;
    height: 70px;
  }

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

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

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

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

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

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

  .laptop\:h-auto {
    height: auto;
  }

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

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

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

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

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

  .laptop\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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

  .laptop\:min-w-0 {
    min-width: 0px;
  }

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

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

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

  .laptop\:shrink {
    flex-shrink: 1;
  }

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

  .laptop\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

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

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

  .laptop\:justify-start {
    justify-content: flex-start;
  }

  .laptop\:gap-0 {
    gap: 0px;
  }

  .laptop\:gap-10 {
    gap: 2.5rem;
  }

  .laptop\:gap-12 {
    gap: 3rem;
  }

  .laptop\:gap-14 {
    gap: 3.5rem;
  }

  .laptop\:gap-16 {
    gap: 4rem;
  }

  .laptop\:gap-2 {
    gap: 0.5rem;
  }

  .laptop\:gap-3 {
    gap: 0.75rem;
  }

  .laptop\:gap-4 {
    gap: 1rem;
  }

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

  .laptop\:gap-6 {
    gap: 1.5rem;
  }

  .laptop\:gap-7 {
    gap: 1.75rem;
  }

  .laptop\:gap-8 {
    gap: 2rem;
  }

  .laptop\:gap-\[167px\] {
    gap: 167px;
  }

  .laptop\:gap-\[35px\] {
    gap: 35px;
  }

  .laptop\:gap-\[54px\] {
    gap: 54px;
  }

  .laptop\:gap-\[6px\] {
    gap: 6px;
  }

  .laptop\:gap-\[88px\] {
    gap: 88px;
  }

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

  .laptop\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .laptop\:gap-y-8 {
    row-gap: 2rem;
  }

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

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

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

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

  .laptop\:justify-self-end {
    justify-self: end;
  }

  .laptop\:border-t-2 {
    border-top-width: 2px;
  }

  .laptop\:border-solid {
    border-style: solid;
  }

  .laptop\:border-tertiary-light {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }

  .laptop\:bg-\[image\:var\(--bg-desktop\)\] {
    background-image: var(--bg-desktop);
  }

  .laptop\:p-0 {
    padding: 0px;
  }

  .laptop\:p-10 {
    padding: 2.5rem;
  }

  .laptop\:p-12 {
    padding: 3rem;
  }

  .laptop\:p-14 {
    padding: 3.5rem;
  }

  .laptop\:p-16 {
    padding: 4rem;
  }

  .laptop\:p-6 {
    padding: 1.5rem;
  }

  .laptop\:p-8 {
    padding: 2rem;
  }

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

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

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

  .laptop\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .laptop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .laptop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

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

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

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

  .laptop\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .laptop\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .laptop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .laptop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .laptop\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

  .laptop\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

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

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

  .laptop\:pe-10 {
    padding-inline-end: 2.5rem;
  }

  .laptop\:pe-16 {
    padding-inline-end: 4rem;
  }

  .laptop\:pe-2 {
    padding-inline-end: 0.5rem;
  }

  .laptop\:pe-6 {
    padding-inline-end: 1.5rem;
  }

  .laptop\:ps-12 {
    padding-inline-start: 3rem;
  }

  .laptop\:ps-8 {
    padding-inline-start: 2rem;
  }

  .laptop\:ps-\[70px\] {
    padding-inline-start: 70px;
  }

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

  .laptop\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .laptop\:pt-32 {
    padding-top: 8rem;
  }

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

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

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

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

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

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

  .laptop\:text-start {
    text-align: start;
  }

  .laptop\:text-action-small {
    font-size: 14px;
    line-height: 24px;
  }

  .laptop\:text-base {
    font-size: 16px;
    line-height: 24px;
  }

  .laptop\:text-large {
    font-size: 22px;
    line-height: 30px;
  }

  .laptop\:text-medium {
    font-size: 20px;
    line-height: 28px;
  }

  .laptop\:text-medium-mobile {
    font-size: 14px;
    line-height: 22px;
  }

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

  .laptop\:text-text-medium {
    font-size: 20px;
    line-height: 28px;
  }

  .laptop\:text-title-display {
    font-size: 40px;
    line-height: 56px;
  }

  .laptop\:text-title-large {
    font-size: 32px;
    line-height: 44px;
  }

  .laptop\:text-title-mini {
    font-size: 18px;
    line-height: 28px;
  }

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

  .laptop\:uppercase {
    text-transform: uppercase;
  }

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

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

  .laptop\:before\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%;
  }

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

  .laptop\:before\:w-px::before {
    content: var(--tw-content);
    width: 1px;
  }

  .laptop\:before\:-translate-y-1\/2::before {
    content: var(--tw-content);
    --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));
  }

  .laptop\:before\:bg-black\/20::before {
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.2);
  }

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

  .laptop\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .laptop\:first\:before\:hidden:first-child::before {
    content: var(--tw-content);
    display: none;
  }

  .laptop\:last\:pr-0:last-child {
    padding-right: 0px;
  }
}

@media (min-width: 1440px) {

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

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

  .desktop\:mb-12 {
    margin-bottom: 3rem;
  }

  .desktop\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

  .desktop\:auto-rows-\[579px\] {
    grid-auto-rows: 579px;
  }

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

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

  .desktop\:gap-10 {
    gap: 2.5rem;
  }

  .desktop\:gap-12 {
    gap: 3rem;
  }

  .desktop\:gap-16 {
    gap: 4rem;
  }

  .desktop\:gap-4 {
    gap: 1rem;
  }

  .desktop\:gap-6 {
    gap: 1.5rem;
  }

  .desktop\:p-14 {
    padding: 3.5rem;
  }

  .desktop\:p-16 {
    padding: 4rem;
  }

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

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

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

  .desktop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

  .desktop\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .desktop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .desktop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .desktop\:ps-20 {
    padding-inline-start: 5rem;
  }

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

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

@media (min-width: 2220px) {

  .wide\:mb-12 {
    margin-bottom: 3rem;
  }

  .wide\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .wide\:auto-rows-\[653px\] {
    grid-auto-rows: 653px;
  }

  .wide\:justify-start {
    justify-content: flex-start;
  }

  .wide\:gap-14 {
    gap: 3.5rem;
  }

  .wide\:gap-\[14px\] {
    gap: 14px;
  }

  .wide\:gap-\[18px\] {
    gap: 18px;
  }

  .wide\:gap-\[26px\] {
    gap: 26px;
  }

  .wide\:gap-\[72px\] {
    gap: 72px;
  }

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

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

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

  .wide\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

  .wide\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .wide\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wide\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

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

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

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

  .wide\:pe-\[26px\] {
    padding-inline-end: 26px;
  }

  .wide\:ps-10 {
    padding-inline-start: 2.5rem;
  }

  .wide\:ps-\[258px\] {
    padding-inline-start: 258px;
  }

  .wide\:ps-\[424px\] {
    padding-inline-start: 424px;
  }

  .wide\:pt-14 {
    padding-top: 3.5rem;
  }

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

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