*, ::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.17 | 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: Atyp, 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;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}
.container {
  width: 100%;
}
@media (min-width: 456px) {

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

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

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

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

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

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

  .container {
    max-width: undefinedpx;
  }
}
.layout-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 1.25rem; /* 20px */;
       column-gap: 1.25rem; /* 20px */;
}
@media (min-width: 1026px) {

  .layout-grid {
    -moz-column-gap: 1.875rem; /* 30px */;
         column-gap: 1.875rem; /* 30px */;
  }
}
.button,
  .button-dark,
  body:not(.home) section.cards .cards__main .card__light .button {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(24 23 19 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button:hover,
  .button-dark:hover,
  body:not(.home) section.cards .cards__main .card__light .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.hovering .button,
  .hovering .button-dark,
  .hovering body:not(.home) section.cards .cards__main .card__light .button,
  body:not(.home) section.cards .cards__main .card__light .hovering .button {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.button-light, section.cards.section-light.section-curved .cards__main .button, .section-dark:not(.cta) .button,
  .button-dark-light {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.button-light:hover, section.cards.section-light.section-curved .cards__main .button:hover, .section-dark:not(.cta) .button:hover,
  .button-dark-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.hovering .button-light, .hovering section.cards.section-light.section-curved .cards__main .button, section.cards.section-light.section-curved .cards__main .hovering .button, .hovering .section-dark:not(.cta) .button, .section-dark:not(.cta) .hovering .button,
  .hovering .button-dark-light {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-secondary, body:not(.home) section.cards .cards__main .card__light .button {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(24 23 19 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.hovering .button-secondary, .hovering body:not(.home) section.cards .cards__main .card__light .button, body:not(.home) section.cards .cards__main .card__light .hovering .button {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-secondary.button-light, body:not(.home) section.cards .cards__main .card__light .button-light.button, section.cards.section-light.section-curved .cards__main .button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button, .section-dark:not(.cta) .button-secondary.button, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-secondary.button-light:hover, body:not(.home) section.cards .cards__main .card__light .button-light.button:hover, section.cards.section-light.section-curved .cards__main .button-secondary.button:hover, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button:hover, .section-dark:not(.cta) .button-secondary.button:hover, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button:hover, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.hovering .button-secondary.button-light, .hovering body:not(.home) section.cards .cards__main .card__light .button-light.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-light.button, .hovering section.cards.section-light.section-curved .cards__main .button-secondary.button, .hovering body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button, body:not(.home) .hovering section.cards.section-light.section-curved .cards__main .card__light .button, section.cards.section-light.section-curved .cards__main .hovering .button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .hovering .card__light .button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .hovering .button, .hovering .section-dark:not(.cta) .button-secondary.button, .hovering .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button, body:not(.home) section.cards .cards__main .card__light .hovering .section-dark:not(.cta) .button, .section-dark:not(.cta) .hovering .button-secondary.button, .section-dark:not(.cta) .hovering body:not(.home) section.cards .cards__main .card__light .button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .hovering .button {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-20 {
  right: 1.25rem; /* 20px */;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[99999999\] {
  z-index: 99999999;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 0.625rem; /* 10px */;
}
.mb-20 {
  margin-bottom: 1.25rem; /* 20px */;
}
.mb-30 {
  margin-bottom: 1.875rem; /* 30px */;
}
.mb-40 {
  margin-bottom: 2.5rem; /* 40px */;
}
.mb-50 {
  margin-bottom: 3.125rem; /* 50px */;
}
.mb-6 {
  margin-bottom: 0.375rem; /* 6px */;
}
.mb-60 {
  margin-bottom: 3.75rem; /* 60px */;
}
.ml-10 {
  margin-left: 0.625rem; /* 10px */;
}
.mr-10 {
  margin-right: 0.625rem; /* 10px */;
}
.mt-10 {
  margin-top: 0.625rem; /* 10px */;
}
.mt-20 {
  margin-top: 1.25rem; /* 20px */;
}
.mt-24 {
  margin-top: 1.5rem; /* 24px */;
}
.mt-30 {
  margin-top: 1.875rem; /* 30px */;
}
.mt-40 {
  margin-top: 2.5rem; /* 40px */;
}
.mt-50 {
  margin-top: 3.125rem; /* 50px */;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[109\/56\] {
  aspect-ratio: 109/56;
}
.aspect-\[1240\/700\] {
  aspect-ratio: 1240/700;
}
.aspect-\[1440\/340\] {
  aspect-ratio: 1440/340;
}
.aspect-\[18\/25\] {
  aspect-ratio: 18/25;
}
.aspect-\[275\/262\] {
  aspect-ratio: 275/262;
}
.aspect-\[360\/300\] {
  aspect-ratio: 360/300;
}
.aspect-\[393\/300\] {
  aspect-ratio: 393/300;
}
.aspect-\[700\/400\] {
  aspect-ratio: 700/400;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1 {
  height: 1px;
}
.h-100 {
  height: 6.25rem; /* 100px */;
}
.h-30 {
  height: 1.875rem; /* 30px */;
}
.h-34 {
  height: 2.125rem; /* 34px */;
}
.h-36 {
  height: 2.25rem; /* 36px */;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[834px\] {
  height: 834px;
}
.h-\[calc\(100\%\+20px\)\] {
  height: calc(100% + 20px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100dvh;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[36px\] {
  max-height: 36px;
}
.max-h-\[40\%\] {
  max-height: 40%;
}
.max-h-\[45px\] {
  max-height: 45px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-30 {
  width: 1.875rem; /* 30px */;
}
.w-34 {
  width: 2.125rem; /* 34px */;
}
.w-36 {
  width: 2.25rem; /* 36px */;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[430px\] {
  width: 430px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[6px\] {
  width: 6px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[306px\] {
  min-width: 306px;
}
.min-w-\[574px\] {
  min-width: 574px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[1140px\] {
  max-width: 1140px;
}
.max-w-\[116px\] {
  max-width: 116px;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[1406px\] {
  max-width: 1406px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[16px\] {
  max-width: 16px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[526px\] {
  max-width: 526px;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[548px\] {
  max-width: 548px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[698px\] {
  max-width: 698px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[890px\] {
  max-width: 890px;
}
.max-w-\[940px\] {
  max-width: 940px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[calc\(100\%-40px\)\] {
  max-width: calc(100% - 40px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/4 {
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-20 {
  --tw-translate-x: 1.25rem; /* 20px */;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-20px\] {
  --tw-translate-x: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-30\%\] {
  --tw-translate-x: -30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[30\%\] {
  --tw-translate-x: 30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1 {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.125rem; /* 2px */;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-20 {
  --tw-translate-y: 1.25rem; /* 20px */;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-40 {
  --tw-translate-y: 2.5rem; /* 40px */;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10px\] {
  --tw-translate-y: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-4px\] {
  --tw-translate-y: -4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-15deg\] {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-35deg\] {
  --tw-rotate: -35deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[15deg\] {
  --tw-rotate: 15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[35deg\] {
  --tw-rotate: 35deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-\[-1\] {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 0.625rem; /* 10px */;
}
.gap-20 {
  gap: 1.25rem; /* 20px */;
}
.gap-30 {
  gap: 1.875rem; /* 30px */;
}
.gap-4 {
  gap: 0.25rem; /* 4px */;
}
.gap-40 {
  gap: 2.5rem; /* 40px */;
}
.gap-50 {
  gap: 3.125rem; /* 50px */;
}
.gap-70 {
  gap: 4.375rem; /* 70px */;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-10 {
  -moz-column-gap: 0.625rem; /* 10px */;
       column-gap: 0.625rem; /* 10px */;
}
.gap-x-120 {
  -moz-column-gap: 7.5rem; /* 120px */;
       column-gap: 7.5rem; /* 120px */;
}
.gap-x-16 {
  -moz-column-gap: 1rem; /* 16px */;
       column-gap: 1rem; /* 16px */;
}
.gap-x-20 {
  -moz-column-gap: 1.25rem; /* 20px */;
       column-gap: 1.25rem; /* 20px */;
}
.gap-x-30 {
  -moz-column-gap: 1.875rem; /* 30px */;
       column-gap: 1.875rem; /* 30px */;
}
.gap-x-50 {
  -moz-column-gap: 3.125rem; /* 50px */;
       column-gap: 3.125rem; /* 50px */;
}
.gap-y-10 {
  row-gap: 0.625rem; /* 10px */;
}
.gap-y-20 {
  row-gap: 1.25rem; /* 20px */;
}
.gap-y-24 {
  row-gap: 1.5rem; /* 24px */;
}
.gap-y-30 {
  row-gap: 1.875rem; /* 30px */;
}
.gap-y-40 {
  row-gap: 2.5rem; /* 40px */;
}
.gap-y-50 {
  row-gap: 3.125rem; /* 50px */;
}
.gap-y-60 {
  row-gap: 3.75rem; /* 60px */;
}
.gap-y-80 {
  row-gap: 5rem; /* 80px */;
}
.gap-y-\[41px\] {
  row-gap: 41px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-32 {
  border-radius: 32px;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-b-\[40px\] {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.rounded-b-\[60px\] {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
.rounded-t-\[30000px\] {
  border-top-left-radius: 30000px;
  border-top-right-radius: 30000px;
}
.rounded-t-\[300px\] {
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-l-1 {
  border-left-width: 1px;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(24 23 19 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 23 19 / var(--tw-border-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #F8F7F5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 247 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(248 247 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F8F7F5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-20 {
  padding: 1.25rem; /* 20px */;
}
.p-30 {
  padding: 1.875rem; /* 30px */;
}
.p-40 {
  padding: 2.5rem; /* 40px */;
}
.px-10 {
  padding-left: 0.625rem; /* 10px */;
  padding-right: 0.625rem; /* 10px */;
}
.px-16 {
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
}
.px-30 {
  padding-left: 1.875rem; /* 30px */;
  padding-right: 1.875rem; /* 30px */;
}
.px-40 {
  padding-left: 2.5rem; /* 40px */;
  padding-right: 2.5rem; /* 40px */;
}
.px-50 {
  padding-left: 3.125rem; /* 50px */;
  padding-right: 3.125rem; /* 50px */;
}
.py-30 {
  padding-top: 1.875rem; /* 30px */;
  padding-bottom: 1.875rem; /* 30px */;
}
.py-40 {
  padding-top: 2.5rem; /* 40px */;
  padding-bottom: 2.5rem; /* 40px */;
}
.py-50 {
  padding-top: 3.125rem; /* 50px */;
  padding-bottom: 3.125rem; /* 50px */;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-10 {
  padding-bottom: 0.625rem; /* 10px */;
}
.pb-100 {
  padding-bottom: 6.25rem; /* 100px */;
}
.pb-12 {
  padding-bottom: 0.75rem; /* 12px */;
}
.pb-30 {
  padding-bottom: 1.875rem; /* 30px */;
}
.pb-40 {
  padding-bottom: 2.5rem; /* 40px */;
}
.pb-70 {
  padding-bottom: 4.375rem; /* 70px */;
}
.pb-\[140px\] {
  padding-bottom: 140px;
}
.pl-20 {
  padding-left: 1.25rem; /* 20px */;
}
.pr-70 {
  padding-right: 4.375rem; /* 70px */;
}
.pt-10 {
  padding-top: 0.625rem; /* 10px */;
}
.pt-100 {
  padding-top: 6.25rem; /* 100px */;
}
.pt-108 {
  padding-top: 6.75rem; /* 108px */;
}
.pt-20 {
  padding-top: 1.25rem; /* 20px */;
}
.pt-30 {
  padding-top: 1.875rem; /* 30px */;
}
.pt-40 {
  padding-top: 2.5rem; /* 40px */;
}
.pt-60 {
  padding-top: 3.75rem; /* 60px */;
}
.pt-8 {
  padding-top: 0.5rem; /* 8px */;
}
.text-center {
  text-align: center;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-none {
  line-height: 1;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.\!text-193D36 {
  --tw-text-opacity: 1 !important;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1)) !important;
}
.\!text-BD8A3F {
  --tw-text-opacity: 1 !important;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1)) !important;
}
.\!text-CD2D6E {
  --tw-text-opacity: 1 !important;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1)) !important;
}
.\!text-F26522 {
  --tw-text-opacity: 1 !important;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1)) !important;
}
.text-193D36 {
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}
.text-BD8A3F {
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}
.text-CD2D6E {
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}
.text-F26522 {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}
.text-\[\#25252B\] {
  --tw-text-opacity: 1;
  color: rgb(37 37 43 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.shadow-card {
  --tw-shadow: 0 0 95px -40px rgba(0, 0, 0, 0.4);
  --tw-shadow-colored: 0 0 95px -40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.invert {
  --tw-invert: invert(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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  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-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollbar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}
.scrollbar::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}
.scrollbar {
  scrollbar-width: auto;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}
.scrollbar::-webkit-scrollbar {
  display: block;
  width: var(--scrollbar-width, 16px);
  height: var(--scrollbar-height, 16px);
}
.scrollbar-track-transparent {
  --scrollbar-track: transparent;
}
.scrollbar-thumb-white {
  --scrollbar-thumb: #F8F7F5;
}
.\!text-193D36 {
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}
.text-193D36 {
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}
.\!text-BD8A3F {
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}
.text-BD8A3F {
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}
.\!text-CD2D6E {
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}
.text-CD2D6E {
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}
.\!text-F26522 {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}
.text-F26522 {
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}
@font-face {
  font-family: "Atyp";
  src: url("/wp-content/themes/complex-digital/public/fonts/Atyp-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp";
  src: url("/wp-content/themes/complex-digital/public/fonts/Atyp-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp";
  src: url("/wp-content/themes/complex-digital/public/fonts/Atyp-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.h1, .wysiwyg h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
}
@media (min-width: 768px) {

  .h1, .wysiwyg h1 {
    font-size: 54px;
  }
}

.h2, .wysiwyg h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

@media (min-width: 768px) {

  .h2, .wysiwyg h2 {
    font-size: 54px;
  }
}

.h3, .wysiwyg h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

@media (min-width: 768px) {

  .h3, .wysiwyg h3 {
    font-size: 46px;
  }
}

.h3-sm {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
}

.h4, .wysiwyg h4 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

.h5, .wysiwyg h5 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.h6, .wysiwyg h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.h1, .wysiwyg h1,
.h2,
.wysiwyg h2,
.h3,
.wysiwyg h3,
.h4,
.wysiwyg h4,
.h5,
.wysiwyg h5,
.h6,
.wysiwyg h6 {
  letter-spacing: -0.02em;
}

.wysiwyg strong {
  font-weight: 800;
}
.wysiwyg > * + .h1,
.wysiwyg > * + h1,
.wysiwyg > * + .h2,
.wysiwyg > * + h2,
.wysiwyg > * + .h3,
.wysiwyg > * + h3,
.wysiwyg > * + .h4,
.wysiwyg > * + h4,
.wysiwyg > * + .h5,
.wysiwyg > * + h5,
.wysiwyg > * + .h6,
.wysiwyg > * + h6,
.wysiwyg > * + .h6 {
  margin-top: 1.25rem; /* 20px */;
}
.wysiwyg > * + p,
.wysiwyg > * + ul,
.wysiwyg > * + ol {
  margin-top: 0.625rem; /* 10px */;
}
.wysiwyg a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.wysiwyg > ul {
  list-style-type: disc;
  padding-left: 1.875rem; /* 30px */;
  text-align: left;
}
.wysiwyg > ul *::marker {
  color: rgb(24 23 19 );
}
.wysiwyg > ul::marker {
  color: rgb(24 23 19 );
}
.wysiwyg > ol {
  list-style-type: decimal;
  padding-left: 1.875rem; /* 30px */;
  text-align: left;
}
.wysiwyg > ol *::marker {
  color: rgb(24 23 19 );
}
.wysiwyg > ol::marker {
  color: rgb(24 23 19 );
}

html {
  overflow-x: hidden;
  --body-background: #181713;
}

body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  font-weight: 300;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / 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: 300ms;
  padding-top: var(--body-padding-top);
  background-color: var(--body-background);
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1rem; /* 16px */;
  padding-right: 1rem; /* 16px */;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
  }
}

@media (min-width: 1026px) {

  .container {
    max-width: 1570px;
  }
}

@media (min-width: 1200px) {

  .container {
    padding-left: 6.25rem; /* 100px */;
    padding-right: 6.25rem; /* 100px */;
  }
}

.container-bleed {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 640px) {

  .container-bleed {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container-bleed {
    max-width: 768px;
  }
}

@media (min-width: 1026px) {

  .container-bleed {
    max-width: 1190px;
  }
}

@media (min-width: 1200px) {

  .container-bleed {
    max-width: 1720px;
  }
}
img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
}

.plyr {
  --plyr-color-main: #F8F7F5;
  --plyr-video-control-color-hover: #181713;
  --plyr-video-control-background-hover: #F8F7F5;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 768px) {

  .plyr {
    border-radius: 40px;
  }
}
.plyr .plyr__poster {
  background-size: cover;
}
.plyr .plyr__control.plyr__control--overlaid {
  --plyr-video-control-color: #181713;
  --plyr-video-control-color-hover: #181713;
}

iframe {
  position: relative;
  z-index: 10;
}

a,
button {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button-193D36 {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(25 61 54 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 61 54 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-193D36:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}
.hovering .button-193D36 {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}
.button-193D36.button-secondary, body:not(.home) section.cards .cards__main .card__light .button-193D36.button {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(25 61 54 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}
.button-193D36.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .button-193D36.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 61 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.hovering .button-193D36.button-secondary, .hovering body:not(.home) section.cards .cards__main .card__light .button-193D36.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-193D36.button {
  --tw-bg-opacity: 1;
  background-color: rgb(25 61 54 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-193D36.button-secondary.button-light, body:not(.home) section.cards .cards__main .card__light .button-193D36.button-light.button, section.cards.section-light.section-curved .cards__main .button-193D36.button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-193D36.button, .section-dark:not(.cta) .button-193D36.button-secondary.button, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-193D36.button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button-193D36.button {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-193D36.button-secondary.button-light:hover, body:not(.home) section.cards .cards__main .card__light .button-193D36.button-light.button:hover, section.cards.section-light.section-curved .cards__main .button-193D36.button-secondary.button:hover, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-193D36.button:hover, .section-dark:not(.cta) .button-193D36.button-secondary.button:hover, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-193D36.button:hover, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button-193D36.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}
.hovering .button-193D36.button-secondary.button-light, .hovering body:not(.home) section.cards .cards__main .card__light .button-193D36.button-light.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-193D36.button-light.button, .hovering section.cards.section-light.section-curved .cards__main .button-193D36.button-secondary.button, .hovering body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-193D36.button, body:not(.home) .hovering section.cards.section-light.section-curved .cards__main .card__light .button-193D36.button, section.cards.section-light.section-curved .cards__main .hovering .button-193D36.button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .hovering .card__light .button-193D36.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .hovering .button-193D36.button, .hovering .section-dark:not(.cta) .button-193D36.button-secondary.button, .hovering .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-193D36.button, body:not(.home) section.cards .cards__main .card__light .hovering .section-dark:not(.cta) .button-193D36.button, .section-dark:not(.cta) .hovering .button-193D36.button-secondary.button, .section-dark:not(.cta) .hovering body:not(.home) section.cards .cards__main .card__light .button-193D36.button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .hovering .button-193D36.button {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 61 54 / var(--tw-text-opacity, 1));
}

@media (max-width: 1025px) {
  .button-193D36-active {
    background-color: #193D36 !important;
    color: white;
  }
  .button-193D36-active:hover {
    background-color: white !important;
    color: #193D36 !important;
  }
}
.button-BD8A3F {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(189 138 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(189 138 63 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-BD8A3F:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}
.hovering .button-BD8A3F {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}
.button-BD8A3F.button-secondary, body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(189 138 63 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}
.button-BD8A3F.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 138 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.hovering .button-BD8A3F.button-secondary, .hovering body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-BD8A3F.button {
  --tw-bg-opacity: 1;
  background-color: rgb(189 138 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-BD8A3F.button-secondary.button-light, body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button-light.button, section.cards.section-light.section-curved .cards__main .button-BD8A3F.button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-BD8A3F.button, .section-dark:not(.cta) .button-BD8A3F.button-secondary.button, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button-BD8A3F.button {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-BD8A3F.button-secondary.button-light:hover, body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button-light.button:hover, section.cards.section-light.section-curved .cards__main .button-BD8A3F.button-secondary.button:hover, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-BD8A3F.button:hover, .section-dark:not(.cta) .button-BD8A3F.button-secondary.button:hover, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button:hover, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button-BD8A3F.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}
.hovering .button-BD8A3F.button-secondary.button-light, .hovering body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button-light.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-BD8A3F.button-light.button, .hovering section.cards.section-light.section-curved .cards__main .button-BD8A3F.button-secondary.button, .hovering body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-BD8A3F.button, body:not(.home) .hovering section.cards.section-light.section-curved .cards__main .card__light .button-BD8A3F.button, section.cards.section-light.section-curved .cards__main .hovering .button-BD8A3F.button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .hovering .card__light .button-BD8A3F.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .hovering .button-BD8A3F.button, .hovering .section-dark:not(.cta) .button-BD8A3F.button-secondary.button, .hovering .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button, body:not(.home) section.cards .cards__main .card__light .hovering .section-dark:not(.cta) .button-BD8A3F.button, .section-dark:not(.cta) .hovering .button-BD8A3F.button-secondary.button, .section-dark:not(.cta) .hovering body:not(.home) section.cards .cards__main .card__light .button-BD8A3F.button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .hovering .button-BD8A3F.button {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(189 138 63 / var(--tw-text-opacity, 1));
}

@media (max-width: 1025px) {
  .button-BD8A3F-active {
    background-color: #BD8A3F !important;
    color: white;
  }
  .button-BD8A3F-active:hover {
    background-color: white !important;
    color: #BD8A3F !important;
  }
}
.button-CD2D6E {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(205 45 110 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(205 45 110 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-CD2D6E:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}
.hovering .button-CD2D6E {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}
.button-CD2D6E.button-secondary, body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(205 45 110 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}
.button-CD2D6E.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 45 110 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.hovering .button-CD2D6E.button-secondary, .hovering body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-CD2D6E.button {
  --tw-bg-opacity: 1;
  background-color: rgb(205 45 110 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-CD2D6E.button-secondary.button-light, body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button-light.button, section.cards.section-light.section-curved .cards__main .button-CD2D6E.button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-CD2D6E.button, .section-dark:not(.cta) .button-CD2D6E.button-secondary.button, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button-CD2D6E.button {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-CD2D6E.button-secondary.button-light:hover, body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button-light.button:hover, section.cards.section-light.section-curved .cards__main .button-CD2D6E.button-secondary.button:hover, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-CD2D6E.button:hover, .section-dark:not(.cta) .button-CD2D6E.button-secondary.button:hover, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button:hover, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button-CD2D6E.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}
.hovering .button-CD2D6E.button-secondary.button-light, .hovering body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button-light.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-CD2D6E.button-light.button, .hovering section.cards.section-light.section-curved .cards__main .button-CD2D6E.button-secondary.button, .hovering body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-CD2D6E.button, body:not(.home) .hovering section.cards.section-light.section-curved .cards__main .card__light .button-CD2D6E.button, section.cards.section-light.section-curved .cards__main .hovering .button-CD2D6E.button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .hovering .card__light .button-CD2D6E.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .hovering .button-CD2D6E.button, .hovering .section-dark:not(.cta) .button-CD2D6E.button-secondary.button, .hovering .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button, body:not(.home) section.cards .cards__main .card__light .hovering .section-dark:not(.cta) .button-CD2D6E.button, .section-dark:not(.cta) .hovering .button-CD2D6E.button-secondary.button, .section-dark:not(.cta) .hovering body:not(.home) section.cards .cards__main .card__light .button-CD2D6E.button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .hovering .button-CD2D6E.button {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(205 45 110 / var(--tw-text-opacity, 1));
}

@media (max-width: 1025px) {
  .button-CD2D6E-active {
    background-color: #CD2D6E !important;
    color: white;
  }
  .button-CD2D6E-active:hover {
    background-color: white !important;
    color: #CD2D6E !important;
  }
}
.button-F26522 {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(242 101 34 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-F26522:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}
.hovering .button-F26522 {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}
.button-F26522.button-secondary, body:not(.home) section.cards .cards__main .card__light .button-F26522.button {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(242 101 34 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}
.button-F26522.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .button-F26522.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.hovering .button-F26522.button-secondary, .hovering body:not(.home) section.cards .cards__main .card__light .button-F26522.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-F26522.button {
  --tw-bg-opacity: 1;
  background-color: rgb(242 101 34 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-F26522.button-secondary.button-light, body:not(.home) section.cards .cards__main .card__light .button-F26522.button-light.button, section.cards.section-light.section-curved .cards__main .button-F26522.button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-F26522.button, .section-dark:not(.cta) .button-F26522.button-secondary.button, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-F26522.button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button-F26522.button {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.button-F26522.button-secondary.button-light:hover, body:not(.home) section.cards .cards__main .card__light .button-F26522.button-light.button:hover, section.cards.section-light.section-curved .cards__main .button-F26522.button-secondary.button:hover, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-F26522.button:hover, .section-dark:not(.cta) .button-F26522.button-secondary.button:hover, .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-F26522.button:hover, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .button-F26522.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}
.hovering .button-F26522.button-secondary.button-light, .hovering body:not(.home) section.cards .cards__main .card__light .button-F26522.button-light.button, body:not(.home) section.cards .cards__main .card__light .hovering .button-F26522.button-light.button, .hovering section.cards.section-light.section-curved .cards__main .button-F26522.button-secondary.button, .hovering body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .button-F26522.button, body:not(.home) .hovering section.cards.section-light.section-curved .cards__main .card__light .button-F26522.button, section.cards.section-light.section-curved .cards__main .hovering .button-F26522.button-secondary.button, body:not(.home) section.cards.section-light.section-curved .cards__main .hovering .card__light .button-F26522.button, body:not(.home) section.cards.section-light.section-curved .cards__main .card__light .hovering .button-F26522.button, .hovering .section-dark:not(.cta) .button-F26522.button-secondary.button, .hovering .section-dark:not(.cta) body:not(.home) section.cards .cards__main .card__light .button-F26522.button, body:not(.home) section.cards .cards__main .card__light .hovering .section-dark:not(.cta) .button-F26522.button, .section-dark:not(.cta) .hovering .button-F26522.button-secondary.button, .section-dark:not(.cta) .hovering body:not(.home) section.cards .cards__main .card__light .button-F26522.button, body:not(.home) section.cards .cards__main .card__light .section-dark:not(.cta) .hovering .button-F26522.button {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(242 101 34 / var(--tw-text-opacity, 1));
}

@media (max-width: 1025px) {
  .button-F26522-active {
    background-color: #F26522 !important;
    color: white;
  }
  .button-F26522-active:hover {
    background-color: white !important;
    color: #F26522 !important;
  }
}
.form-fields {
  display: flex;
  flex-direction: column;
  gap: 0.875rem; /* 14px */;
}

.form-field label {
  margin-bottom: 0.25rem; /* 4px */;
  display: block;
}
.form-field label.required::after {
  content: "*";
  margin-left: 0.125rem; /* 2px */;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.form-field input,
.form-field textarea {
  height: 45px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(24 23 19 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  font-weight: 400;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.form-field textarea {
  height: 178px;
  resize: none;
  padding-top: 0.625rem; /* 10px */;
  padding-bottom: 0.625rem; /* 10px */;
}
.form-field p {
  text-align: right;
}
.form-field p span {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.form-field--rounded input,
.form-field--rounded textarea {
  border-radius: 9999px;
}

.date-field {
  position: relative;
}
.date-field::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.375 3.98438H21.3281V2.8125C21.3281 2.62602 21.254 2.44718 21.1222 2.31532C20.9903 2.18345 20.8115 2.10938 20.625 2.10938C20.4385 2.10938 20.2597 2.18345 20.1278 2.31532C19.996 2.44718 19.9219 2.62602 19.9219 2.8125V3.98438H10.0781V2.8125C10.0781 2.62602 10.004 2.44718 9.87218 2.31532C9.74032 2.18345 9.56148 2.10938 9.375 2.10938C9.18852 2.10938 9.00968 2.18345 8.87782 2.31532C8.74595 2.44718 8.67188 2.62602 8.67188 2.8125V3.98438H5.625C5.18988 3.98438 4.77258 4.15723 4.4649 4.4649C4.15723 4.77258 3.98438 5.18988 3.98438 5.625V24.375C3.98438 24.8101 4.15723 25.2274 4.4649 25.5351C4.77258 25.8428 5.18988 26.0156 5.625 26.0156H24.375C24.8101 26.0156 25.2274 25.8428 25.5351 25.5351C25.8428 25.2274 26.0156 24.8101 26.0156 24.375V5.625C26.0156 5.18988 25.8428 4.77258 25.5351 4.4649C25.2274 4.15723 24.8101 3.98438 24.375 3.98438ZM5.625 5.39062H8.67188V6.5625C8.67188 6.74898 8.74595 6.92782 8.87782 7.05968C9.00968 7.19155 9.18852 7.26562 9.375 7.26562C9.56148 7.26562 9.74032 7.19155 9.87218 7.05968C10.004 6.92782 10.0781 6.74898 10.0781 6.5625V5.39062H19.9219V6.5625C19.9219 6.74898 19.996 6.92782 20.1278 7.05968C20.2597 7.19155 20.4385 7.26562 20.625 7.26562C20.8115 7.26562 20.9903 7.19155 21.1222 7.05968C21.254 6.92782 21.3281 6.74898 21.3281 6.5625V5.39062H24.375C24.4372 5.39062 24.4968 5.41532 24.5407 5.45927C24.5847 5.50323 24.6094 5.56284 24.6094 5.625V9.60938H5.39062V5.625C5.39062 5.56284 5.41532 5.50323 5.45927 5.45927C5.50323 5.41532 5.56284 5.39062 5.625 5.39062ZM24.375 24.6094H5.625C5.56284 24.6094 5.50323 24.5847 5.45927 24.5407C5.41532 24.4968 5.39062 24.4372 5.39062 24.375V11.0156H24.6094V24.375C24.6094 24.4372 24.5847 24.4968 24.5407 24.5407C24.4968 24.5847 24.4372 24.6094 24.375 24.6094ZM16.1719 15.4688C16.1719 15.7005 16.1031 15.9271 15.9744 16.1198C15.8456 16.3125 15.6626 16.4627 15.4485 16.5514C15.2343 16.6401 14.9987 16.6633 14.7714 16.6181C14.5441 16.5729 14.3352 16.4613 14.1714 16.2974C14.0075 16.1335 13.8959 15.9247 13.8506 15.6974C13.8054 15.47 13.8286 15.2344 13.9173 15.0203C14.006 14.8062 14.1562 14.6231 14.3489 14.4944C14.5417 14.3656 14.7682 14.2969 15 14.2969C15.3108 14.2969 15.6089 14.4203 15.8286 14.6401C16.0484 14.8599 16.1719 15.1579 16.1719 15.4688ZM21.3281 15.4688C21.3281 15.7005 21.2594 15.9271 21.1306 16.1198C21.0019 16.3125 20.8188 16.4627 20.6047 16.5514C20.3906 16.6401 20.155 16.6633 19.9276 16.6181C19.7003 16.5729 19.4915 16.4613 19.3276 16.2974C19.1637 16.1335 19.0521 15.9247 19.0069 15.6974C18.9617 15.47 18.9849 15.2344 19.0736 15.0203C19.1623 14.8062 19.3125 14.6231 19.5052 14.4944C19.6979 14.3656 19.9245 14.2969 20.1562 14.2969C20.4671 14.2969 20.7651 14.4203 20.9849 14.6401C21.2047 14.8599 21.3281 15.1579 21.3281 15.4688ZM11.0156 20.1562C11.0156 20.388 10.9469 20.6146 10.8181 20.8073C10.6894 21 10.5063 21.1502 10.2922 21.2389C10.0781 21.3276 9.84245 21.3508 9.61513 21.3056C9.38781 21.2604 9.179 21.1488 9.01511 20.9849C8.85122 20.821 8.73961 20.6122 8.69439 20.3849C8.64918 20.1575 8.67238 19.9219 8.76108 19.7078C8.84978 19.4937 8.99998 19.3106 9.19269 19.1819C9.38541 19.0531 9.61198 18.9844 9.84375 18.9844C10.1546 18.9844 10.4526 19.1078 10.6724 19.3276C10.8922 19.5474 11.0156 19.8454 11.0156 20.1562ZM16.1719 20.1562C16.1719 20.388 16.1031 20.6146 15.9744 20.8073C15.8456 21 15.6626 21.1502 15.4485 21.2389C15.2343 21.3276 14.9987 21.3508 14.7714 21.3056C14.5441 21.2604 14.3352 21.1488 14.1714 20.9849C14.0075 20.821 13.8959 20.6122 13.8506 20.3849C13.8054 20.1575 13.8286 19.9219 13.9173 19.7078C14.006 19.4937 14.1562 19.3106 14.3489 19.1819C14.5417 19.0531 14.7682 18.9844 15 18.9844C15.3108 18.9844 15.6089 19.1078 15.8286 19.3276C16.0484 19.5474 16.1719 19.8454 16.1719 20.1562ZM21.3281 20.1562C21.3281 20.388 21.2594 20.6146 21.1306 20.8073C21.0019 21 20.8188 21.1502 20.6047 21.2389C20.3906 21.3276 20.155 21.3508 19.9276 21.3056C19.7003 21.2604 19.4915 21.1488 19.3276 20.9849C19.1637 20.821 19.0521 20.6122 19.0069 20.3849C18.9617 20.1575 18.9849 19.9219 19.0736 19.7078C19.1623 19.4937 19.3125 19.3106 19.5052 19.1819C19.6979 19.0531 19.9245 18.9844 20.1562 18.9844C20.4671 18.9844 20.7651 19.1078 20.9849 19.3276C21.2047 19.5474 21.3281 19.8454 21.3281 20.1562Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.date-field input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 2.5rem; /* 40px */;
}
.date-field input[type=date]::-webkit-inner-spin-button, .date-field input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}

.section-black {
  background-color: #181713;
}

.section-white {
  background-color: #F8F7F5;
}

.section-green {
  background-color: #193D36;
}

.section-gold {
  background-color: #BD8A3F;
}

.section-pink {
  background-color: #CD2D6E;
}

.section-orange {
  background-color: #F26522;
}

.section-light {
  background-color: #F8F7F5;
}

.section-dark {
  background-color: #181713;
}

.sections {
  position: relative;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
}
.sections section {
  position: relative;
  padding-top: 5rem; /* 80px */;
  padding-bottom: 5rem; /* 80px */;
}
@media (min-width: 1026px) {

  .sections section {
    padding-top: 9.375rem; /* 150px */;
    padding-bottom: 9.375rem; /* 150px */;
  }
}
.sections section.section-light + section.section-light, .sections section.section-dark + section.section-dark .sections section.post-divider-start + section {
  padding-top: 0px;
}
.sections section.section-light {
  background-color: transparent;
}

.section-dark:not(.cta) {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.hero--style-2 + .sections section:first-child:not(.post-divider-start) {
  padding-top: 2.5rem; /* 40px */;
}

.swiper-nav {
  margin-top: 3.125rem; /* 50px */;
  display: flex;
  justify-content: center;
  gap: 1.25rem; /* 20px */;
}
.swiper-nav button {
  display: flex;
  height: 3.125rem; /* 50px */;
  width: 3.125rem; /* 50px */;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / 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: 300ms;
}
@media (min-width: 1026px) {

  .swiper-nav button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(248 247 245 / var(--tw-text-opacity, 1));
  }
}
.section-light .swiper-nav button {
  --tw-border-opacity: 1;
  border-color: rgb(24 23 19 / var(--tw-border-opacity, 1));
}

.swiper-nav__prev svg {
  --tw-translate-x: -1px;
  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));
}

.swiper-nav__next svg {
  --tw-translate-x: 1px;
  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));
}

.header__menu {
  display: flex;
  align-items: center;
}
.header__menu li {
  margin-right: 1.25rem; /* 20px */;
  display: flex;
}
.header__menu li::after {
  content: "|";
  margin-left: 1.25rem; /* 20px */;
  display: block;
}
.header__menu a {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.header__menu a:hover {
  --tw-text-opacity: 0.7;
}

.header__menu--primary li:last-child {
  margin-right: 0px;
}
.header__menu--primary li:last-child::after {
  display: none;
}

.header__menu--secondary li:last-child {
  margin-right: 3.375rem; /* 54px */;
}

.header__hero .header__hero__title:not(:first-child) {
  visibility: hidden;
  opacity: 0;
}

.header__hero__tag {
  display: inline-flex;
  height: 2.75rem; /* 44px */;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* 8px */;
  border-radius: 9999px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem; /* 20px */;
  padding-right: 1.25rem; /* 20px */;
  font-size: 15px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.header__hero__tag--filled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
}
.header__hero__tag svg {
  min-width: 16px;
}

.tray__toggle {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
  opacity: 0;
  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: 300ms;
}

.tray__toggle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.tray::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 100%;
  width: 25%;
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
}
.tray .tray__toggle {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
}

.tray__menu a {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.tray__menu a:hover {
  --tw-text-opacity: 0.7;
}

.tray__menu--primary {
  display: flex;
}
.tray__menu--primary li:not(:last-child) {
  margin-right: 1.25rem; /* 20px */;
  display: flex;
}
.tray__menu--primary li:not(:last-child)::after {
  content: "|";
  margin-left: 1.25rem; /* 20px */;
  display: block;
}

.tray__menu--secondary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; /* 24px */;
  font-size: 18px;
}

@media (min-width: 1026px) {

  .tray__menu--secondary {
    row-gap: 1.875rem; /* 30px */;
    font-size: 24px;
  }
}

.footer a:not(.button):not(.socials__item) {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.footer a:not(.button):not(.socials__item):hover {
  --tw-text-opacity: 0.7;
}

.footer__feature svg {
  width: 100%;
  max-width: 100%;
}

.footer .button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
}

.quick-links__items .quick-links__item {
  position: relative;
}
.quick-links__items .quick-links__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: auto;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1026px) {

  .quick-links__items .quick-links__item:not(:last-child)::after {
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    height: 100%;
    width: 1px;
  }
}
@media (max-width: 1025px) {

  .quick-links__items .quick-links__item:not(:last-child)::after {
    --tw-translate-y: 21px;
    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));
  }
}

.sections section.highlight {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sections section.highlight + section.highlight {
  margin-top: -100px;
  padding-top: 0px;
}
@media (min-width: 1026px) {

  .sections section.highlight + section.highlight {
    margin-top: -140px;
  }
}

.sections section.section-light.cards + section.section-light.cta,
.sections section.section-dark.cards + section.section-dark.cta,
.sections section.section-curved.cards + section.cta {
  padding-top: 0px;
}

section.cards.section-light.section-curved .cards__main {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}
.cards .swiper {
  position: relative;
}
@media (max-width: 1025px) {
  .cards .swiper .swiper-nav {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    justify-content: space-between;
  }
}

body:not(.home) section.cards .cards__main .card__light {
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}
.sections section.image-content {
  padding-bottom: 9.375rem; /* 150px */;
}
.sections section.image-content + section.image-content {
  padding-top: 0px;
}

.image-content__feature svg {
  height: 100%;
  width: auto;
  max-width: none;
}

.sections section.image-content.image-content--feature-left + section:not(.image-content),
.sections section.image-content.image-content--feature-right + section:not(.image-content) {
  padding-top: 0px;
}

@media (min-width: 1026px) {

  .sections section.image-content.image-content--feature-left + section:not(.image-content),
.sections section.image-content.image-content--feature-right + section:not(.image-content) {
    padding-top: 100px;
  }
}

.sections section.image--quote + section {
  padding-top: 290px;
}

@media (min-width: 1026px) {

  .sections section.image--quote + section {
    padding-top: 270px;
  }
}

.image-content-boxed__rows > .image-content-boxed__row {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 23 19 / var(--tw-border-opacity, 1));
  padding-bottom: 1.875rem; /* 30px */;
}

.section-dark .image-content-boxed__rows > .image-content-boxed__row {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
}

@media (min-width: 1026px) {

  .image-content-boxed__rows > .image-content-boxed__row:last-child {
    border-style: none;
  }
}
.image-content-boxed__rows > .image-content-boxed__row .opening-hours > div:last-child {
  border-width: 0px;
}
@media (max-width: 1025px) {

  .image-content-boxed__rows > .image-content-boxed__row .opening-hours {
    margin-top: 0px;
  }

  .content-columns .layout-grid > .col-span-12:first-child {
    border-style: none;
  }
}

.image-content-boxed__row--share {
  border-style: none;
}

.sections section.post-divider {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sections section.post-divider + section {
  padding-top: 0px;
}

.hero.hero--style-2:not(.hero--merge) + .sections section:first-child {
  margin-top: -20px;
}

@media (min-width: 1026px) {

  .hero.hero--style-2:not(.hero--merge) + .sections section:first-child {
    margin-top: -60px;
  }
}

.hero.hero--style-2 + .sections section.post-divider-start {
  margin-top: -80px;
}

@media (min-width: 1026px) {

  .hero.hero--style-2 + .sections section.post-divider-start {
    margin-top: -100px;
  }
}

section.images--3 .images__image,
section.images--2 .images__image {
  aspect-ratio: 1 / 1;
}

section.images--1 .images__image {
  aspect-ratio: 1 / 1;
}

@media (min-width: 1026px) {

  section.images--1 .images__image {
    aspect-ratio: 940/600;
  }
}

section + section.logo {
  margin-top: -80px;
  padding-top: 0px;
}

.section-light .section-light\:button-light {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}

.section-light .section-light\:button-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.hovering .section-light .section-light\:button-light {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.section-light .section-light\:button-light.button-secondary, body:not(.home) section.cards .cards__main .card__light .section-light .section-light\:button-light.button {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.section-light .section-light\:button-light.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .section-light .section-light\:button-light.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}

.section-light .section-light\:button-light.button-secondary, body:not(.home) section.cards .cards__main .card__light .section-light .section-light\:button-light.button {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.section-light .section-light\:button-light.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .section-light .section-light\:button-light.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}

.hovering .section-light .section-light\:button-light.button-secondary, .hovering body:not(.home) section.cards .cards__main .card__light .section-light .section-light\:button-light.button, body:not(.home) section.cards .cards__main .card__light .hovering .section-light .section-light\:button-light.button {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}

@media (max-width: 1025px) {
  .lg-max\:button-light {
    --tw-border-opacity: 1;
    border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(24 23 19 / var(--tw-text-opacity, 1));
  }
  .lg-max\:button-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(248 247 245 / var(--tw-text-opacity, 1));
  }
  .hovering .lg-max\:button-light {
    --tw-bg-opacity: 1;
    background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(248 247 245 / var(--tw-text-opacity, 1));
  }
  .lg-max\:button-light.button-secondary, body:not(.home) section.cards .cards__main .card__light .lg-max\:button-light.button {
    --tw-border-opacity: 1;
    border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(248 247 245 / var(--tw-text-opacity, 1));
  }
  .lg-max\:button-light.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .lg-max\:button-light.button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(24 23 19 / var(--tw-text-opacity, 1));
  }
  .lg-max\:button-light.button-secondary, body:not(.home) section.cards .cards__main .card__light .lg-max\:button-light.button {
    --tw-border-opacity: 1;
    border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(248 247 245 / var(--tw-text-opacity, 1));
  }
  .lg-max\:button-light.button-secondary:hover, body:not(.home) section.cards .cards__main .card__light .lg-max\:button-light.button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(24 23 19 / var(--tw-text-opacity, 1));
  }
  .hovering .lg-max\:button-light.button-secondary, .hovering body:not(.home) section.cards .cards__main .card__light .lg-max\:button-light.button, body:not(.home) section.cards .cards__main .card__light .hovering .lg-max\:button-light.button {
    --tw-bg-opacity: 1;
    background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(24 23 19 / var(--tw-text-opacity, 1));
  }
}

.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white::placeholder {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

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

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

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

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

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

.single-store:not(.postid-262) .store\:rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.single-store:not(.postid-262) .store\:pb-30 {
  padding-bottom: 1.875rem; /* 30px */;
}

.reversed .reversed\:right-auto {
  right: auto;
}

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

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

.section-light .section-light\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 19 / var(--tw-bg-opacity, 1));
}

.section-light .section-light\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
}

.section-light .section-light\:text-black {
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}

.section-dark .section-dark\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(248 247 245 / var(--tw-border-opacity, 1));
}

.section-dark .section-dark\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
}

.section-dark .section-dark\:text-black {
  --tw-text-opacity: 1;
  color: rgb(24 23 19 / var(--tw-text-opacity, 1));
}

.section-dark .section-dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(248 247 245 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

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

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

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

  .sm\:p-30 {
    padding: 1.875rem; /* 30px */;
  }

  .sm\:px-40 {
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
  }

  .group:hover .sm\:group-hover\:translate-y-20 {
    --tw-translate-y: 1.25rem; /* 20px */;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

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

@media (min-width: 768px) {

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

  .md\:mb-90 {
    margin-bottom: 5.625rem; /* 90px */;
  }

  .md\:mt-40 {
    margin-top: 2.5rem; /* 40px */;
  }

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

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

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

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

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -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));
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 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));
  }

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

  .md\:gap-x-30 {
    -moz-column-gap: 1.875rem; /* 30px */;
         column-gap: 1.875rem; /* 30px */;
  }

  .md\:gap-x-50 {
    -moz-column-gap: 3.125rem; /* 50px */;
         column-gap: 3.125rem; /* 50px */;
  }

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

  .md\:p-30 {
    padding: 1.875rem; /* 30px */;
  }

  .md\:px-60 {
    padding-left: 3.75rem; /* 60px */;
    padding-right: 3.75rem; /* 60px */;
  }

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

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

  .admin-bar .admin-bar\:md\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1026px) {

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:right-0 {
    right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-40 {
    margin-top: 2.5rem; /* 40px */;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1340\/690\] {
    aspect-ratio: 1340/690;
  }

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

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

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

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

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

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

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

  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -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));
  }

  .lg\:-translate-x-\[15\%\] {
    --tw-translate-x: -15%;
    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));
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 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));
  }

  .lg\:translate-x-\[15\%\] {
    --tw-translate-x: 15%;
    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));
  }

  .lg\:translate-x-\[calc\(-100\%-40px\)\] {
    --tw-translate-x: calc(-100% - 40px);
    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));
  }

  .lg\:translate-x-\[calc\(100\%\+40px\)\] {
    --tw-translate-x: calc(100% + 40px);
    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));
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    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));
  }

  .lg\:translate-y-\[-140px\] {
    --tw-translate-y: -140px;
    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));
  }

  .lg\:translate-y-\[-40\%\] {
    --tw-translate-y: -40%;
    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));
  }

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

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

  .lg\:gap-x-100 {
    -moz-column-gap: 6.25rem; /* 100px */;
         column-gap: 6.25rem; /* 100px */;
  }

  .lg\:gap-x-30 {
    -moz-column-gap: 1.875rem; /* 30px */;
         column-gap: 1.875rem; /* 30px */;
  }

  .lg\:gap-x-70 {
    -moz-column-gap: 4.375rem; /* 70px */;
         column-gap: 4.375rem; /* 70px */;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 5rem; /* 80px */;
         column-gap: 5rem; /* 80px */;
  }

  .lg\:gap-y-50 {
    row-gap: 3.125rem; /* 50px */;
  }

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

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

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

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

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

  .lg\:rounded-b-\[300px\] {
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
  }

  .lg\:rounded-b-\[40px\] {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .lg\:border-t-1 {
    border-top-width: 1px;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));
  }

  .lg\:px-40 {
    padding-left: 2.5rem; /* 40px */;
    padding-right: 2.5rem; /* 40px */;
  }

  .lg\:px-50 {
    padding-left: 3.125rem; /* 50px */;
    padding-right: 3.125rem; /* 50px */;
  }

  .lg\:py-10 {
    padding-top: 0.625rem; /* 10px */;
    padding-bottom: 0.625rem; /* 10px */;
  }

  .lg\:py-30 {
    padding-top: 1.875rem; /* 30px */;
    padding-bottom: 1.875rem; /* 30px */;
  }

  .lg\:py-40 {
    padding-top: 2.5rem; /* 40px */;
    padding-bottom: 2.5rem; /* 40px */;
  }

  .lg\:pb-110 {
    padding-bottom: 6.875rem; /* 110px */;
  }

  .lg\:pb-150 {
    padding-bottom: 9.375rem; /* 150px */;
  }

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

  .lg\:pl-10 {
    padding-left: 0.625rem; /* 10px */;
  }

  .lg\:pl-40 {
    padding-left: 2.5rem; /* 40px */;
  }

  .lg\:pr-40 {
    padding-right: 2.5rem; /* 40px */;
  }

  .lg\:pt-90 {
    padding-top: 5.625rem; /* 90px */;
  }

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

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

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

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

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

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(24 23 19 / var(--tw-text-opacity, 1));
  }

  .single-store:not(.postid-262) .store\:lg\:rounded-t-\[300px\] {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
  }

  .reversed .reversed\:lg\:left-0 {
    left: 0px;
  }

  .reversed .lg\:reversed\:order-1 {
    order: 1;
  }

  .reversed .lg\:reversed\:order-2 {
    order: 2;
  }
}

@media (min-width: 1200px) {

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

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

  .xl\:px-100 {
    padding-left: 6.25rem; /* 100px */;
    padding-right: 6.25rem; /* 100px */;
  }
}

@media (max-width: 639px) {

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

  .sm-max\:break-all {
    word-break: break-all;
  }
}

@media (max-width: 767px) {

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

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

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

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

@media (max-width: 1025px) {

  .lg-max\:order-1 {
    order: 1;
  }

  .lg-max\:order-2 {
    order: 2;
  }

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

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

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

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

  .lg-max\:translate-x-40 {
    --tw-translate-x: 2.5rem; /* 40px */;
    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));
  }

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

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

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

  .lg-max\:justify-center {
    justify-content: center;
  }

  .lg-max\:\!overflow-visible {
    overflow: visible !important;
  }

  .lg-max\:pb-10 {
    padding-bottom: 0.625rem; /* 10px */;
  }

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