/* DM Sans — body / UI (self-hosted, latin subset) */

@font-face {
  font-family: "DM Sans";

  src: url("./assets/fonts/DM Sans/dm-sans-300.woff2") format("woff2");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "DM Sans";

  src: url("./assets/fonts/DM Sans/dm-sans-400.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "DM Sans";

  src: url("./assets/fonts/DM Sans/dm-sans-500.woff2") format("woff2");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "DM Sans";

  src: url("./assets/fonts/DM Sans/dm-sans-700.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

/* IBM Plex Sans — headings (self-hosted, latin subset) */

@font-face {
  font-family: "IBM Plex Sans";

  src: url("./assets/fonts/IBM Plex Sans/ibm-plex-sans-400.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";

  src: url("./assets/fonts/IBM Plex Sans/ibm-plex-sans-500.woff2") format("woff2");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";

  src: url("./assets/fonts/IBM Plex Sans/ibm-plex-sans-600.woff2") format("woff2");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

:root {
  /* Brand palette — design-tokens.tokens.json. RGB triplets for rgb(var()/<alpha>). */
  --background: 238 245 251;
  /* #eef5fb — light page background */
  --dark: 6 26 41;
  /* #061a29 — hero / dark sections     */
  --primary: 0 25 77;
  /* #00194d — primary brand blue       */
  --secondary: 190 224 254;
  /* #bee0fe — light-blue accent        */
  --title: 25 24 27;
  /* #19181b — headings / dark text     */
  --description: 57 57 62;
  /* #39393e — body copy                */
  --gray: 126 126 126;
  /* #7e7e7e — muted UI text            */
  --line: 215 215 215;
  /* #d7d7d7 — borders / dividers       */
  --star: 255 165 0;
  /* ratings                            */
  --black: 0 0 0;
  /* #000000 — black                    */
  --white: 255 255 255;
  /* #ffffff — white                    */
  --font-primary: "DM Sans", sans-serif;
  /* body / UI */
  --font-secondary: "IBM Plex Sans", sans-serif;
  /* headings  */
  /*
   * Fluid type scale — clamp(min@390px, preferred, max@1440px).
   * Desktop sizes from the token file; mobile endpoints from the 390px frames.
   * Edit only this block to change the scale.
   */
  --eastlakes_theme-h1: clamp(3rem, calc(2.629rem + 1.524vw), 4rem);
  /* 48 → 64 */
  --eastlakes_theme-h2: clamp(2rem, calc(1.814rem + 0.762vw), 2.5rem);
  /* 32 → 40 */
  --eastlakes_theme-h3: clamp(1.5rem, calc(1.314rem + 0.762vw), 2rem);
  /* 24 → 32 */
  --eastlakes_theme-h4: clamp(1.25rem, calc(1.157rem + 0.381vw), 1.5rem);
  /* 20 → 24 */
  --eastlakes_theme-h5: clamp(1.125rem, calc(1.079rem + 0.190vw), 1.25rem);
  /* 18 → 20 */
  /* Fluid spacing scale — section padding, gaps, gutters. */
  --space-xs: clamp(0.5rem, calc(0.412rem + 0.376vw), 0.75rem);
  /*  8 → 12 */
  --space-sm: clamp(1rem, calc(0.824rem + 0.751vw), 1.5rem);
  /* 16 → 24 */
  --space-md: clamp(1.5rem, calc(0.972rem + 2.254vw), 3rem);
  /* 24 → 48 */
  --space-lg: clamp(2.5rem, calc(1.620rem + 3.756vw), 5rem);
  /* 40 → 80 */
  --space-xl: clamp(3rem, calc(1.944rem + 4.507vw), 6rem);
  /* 48 → 96 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

/* ── Post content (single.php) ─────────────────────────────────────────── */

.post-content>*+* {
  margin-top: 1rem;
}

.post-content>h2,
  .post-content>h3 {
  margin-top: 2rem;
  scroll-margin-top: 100px;
}

.post-content>h2:first-child,
  .post-content>h3:first-child {
  margin-top: 0;
}

.post-content h1 {
  font-family: var(--font-secondary);
  font-size: var(--eastlakes_theme-h1);
  font-weight: 600;
  line-height: 1.2;
  color: rgb(var(--title));
}

.post-content h2 {
  font-family: var(--font-secondary);
  font-size: var(--eastlakes_theme-h2);
  font-weight: 600;
  line-height: 1.2;
  color: rgb(var(--title));
}

.post-content h3 {
  font-family: var(--font-secondary);
  font-size: var(--eastlakes_theme-h3);
  font-weight: 600;
  line-height: 1.3;
  color: rgb(var(--title));
}

.post-content p {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(var(--description));
}

.post-content a {
  color: rgb(var(--primary));
  text-decoration: underline;
}

.post-content img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  display: block;
}

.post-content figure {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.post-content figcaption {
  font-family: var(--font-primary);
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(var(--description));
}

.post-content .wp-block-gallery,
  .post-content .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 639px) {
  .post-content .wp-block-gallery,
    .post-content .gallery {
    grid-template-columns: 1fr;
  }
}

.post-content .wp-block-gallery figure,
  .post-content .gallery figure {
  margin: 0;
}

.post-content .wp-block-gallery img,
  .post-content .gallery img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content blockquote {
  background: rgb(var(--primary) / 0.05);
  border-radius: 1.5rem;
  padding: 1.5rem 2rem;
  border: none;
}

.post-content blockquote p {
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(var(--title));
}

.post-content ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-content ul li {
  display: flex;
  gap: 0.25rem;
  align-items: flex-start;
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(var(--description));
}

.post-content ul li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.5l3.5 3.5 7.5-8' stroke='%23110a43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.post-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.post-content thead tr {
  background: linear-gradient(to bottom, rgb(var(--primary)), rgb(var(--dark)));
}

.post-content th {
  padding: 1rem 1.5rem;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 700;
  color: white;
  text-align: left;
  border-top: 1px solid rgb(var(--primary) / 0.3);
  border-right: 1px solid rgb(var(--primary) / 0.3);
}

.post-content th:first-child {
  border-left: 1px solid rgb(var(--primary) / 0.3);
}

.post-content th:last-child {
  border-right: 1px solid rgb(var(--primary) / 0.3);
}

.post-content tbody tr:nth-child(odd) {
  background: #ffffff;
}

.post-content tbody tr:nth-child(even) {
  background: rgb(var(--primary) / 0.04);
}

.post-content td {
  padding: 1rem 1.5rem;
  font-family: var(--font-primary);
  font-size: 1rem;
  color: rgb(var(--description));
  vertical-align: top;
  border-top: 1px solid rgb(var(--primary) / 0.08);
  border-right: 1px solid rgb(var(--primary) / 0.08);
}

.post-content td:first-child {
  border-left: 1px solid rgb(var(--primary) / 0.08);
}

.post-content td:last-child {
  border-right: 1px solid rgb(var(--primary) / 0.08);
}

.post-content tbody tr:last-child td {
  border-bottom: 1px solid rgb(var(--primary) / 0.08);
}

.post-content thead th:first-child {
  border-top-left-radius: 0.5rem;
}

.post-content thead th:last-child {
  border-top-right-radius: 0.5rem;
}

.post-content tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}

.post-content tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}

.post-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.post-content .wp-block-button__link,
  .post-content .wp-block-button__link:visited {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(to bottom, rgb(var(--primary)), rgb(var(--dark)));
  border-radius: 10px;
  color: #ffffff !important;
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25rem;
  text-decoration: none !important;
}

.post-content .wp-block-button.is-style-outline .wp-block-button__link,
  .post-content .wp-block-button.btn-outline .wp-block-button__link {
  background: transparent;
  outline: 1px solid rgb(var(--primary));
  color: rgb(var(--primary)) !important;
}

/* ── Rich-text / prose (WP block editor content) ───────────────────────── */

.eastlakes_theme-prose h2 {
  font-size: var(--eastlakes_theme-h3);
  font-family: var(--font-secondary);
  font-weight: 400;
  color: rgb(var(--title));
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.eastlakes_theme-prose h2:first-child {
  margin-top: 0;
}

.eastlakes_theme-prose h3 {
  font-size: var(--eastlakes_theme-h3);
  font-family: var(--font-secondary);
  font-weight: 400;
  color: rgb(var(--title));
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.eastlakes_theme-prose h4,
  .eastlakes_theme-prose h5 {
  font-size: var(--eastlakes_theme-h5);
  font-family: var(--font-primary);
  font-weight: 400;
  color: rgb(var(--title));
  line-height: 1.25;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.eastlakes_theme-prose p {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 300;
  color: rgb(var(--description));
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.eastlakes_theme-prose p:last-child {
  margin-bottom: 0;
}

.eastlakes_theme-prose a {
  color: rgb(var(--primary));
  text-decoration: underline;
}

.eastlakes_theme-prose strong,
  .eastlakes_theme-prose b {
  font-weight: 700;
  color: rgb(var(--title));
}

.eastlakes_theme-prose ul,
  .eastlakes_theme-prose ol {
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.eastlakes_theme-prose ul {
  list-style-type: disc;
}

.eastlakes_theme-prose ol {
  list-style-type: decimal;
}

.eastlakes_theme-prose li {
  font-family: var(--font-primary);
  font-size: 1rem;
  color: rgb(var(--description));
  line-height: 1.6;
}

.eastlakes_theme-prose hr {
  border: none;
  border-top: 1px solid rgb(var(--line));
  margin: 2rem 0;
}

.eastlakes_theme-prose table {
  width: 100%;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.eastlakes_theme-prose th,
  .eastlakes_theme-prose td {
  overflow-wrap: break-word;
}

.eastlakes_theme-prose th {
  background: rgb(var(--primary));
  font-family: var(--font-primary);
  font-weight: 700;
  color: white;
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgb(var(--line));
}

.eastlakes_theme-prose tbody tr:nth-child(odd) {
  background: #ffffff;
}

.eastlakes_theme-prose tbody tr:nth-child(even) {
  background: rgb(var(--secondary) / 0.15);
}

.eastlakes_theme-prose td {
  font-family: var(--font-primary);
  font-size: 1rem;
  color: rgb(var(--description));
  padding: 0.75rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid rgb(var(--line));
}

/* ── FAQ accordion ─────────────────────────────────────────────────────── */

.eastlakes_theme-prose details {
  border-bottom: 1px solid rgb(var(--line));
  padding: 1.25rem 0;
}

.eastlakes_theme-prose details:first-of-type {
  border-top: 1px solid rgb(var(--line));
}

.eastlakes_theme-prose details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-family: var(--font-primary);
  font-weight: 700;
  color: rgb(var(--title));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.eastlakes_theme-prose details summary::-webkit-details-marker {
  display: none;
}

.eastlakes_theme-prose details summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: rgb(var(--primary));
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  line-height: 1;
}

.eastlakes_theme-prose details[open]>summary::after {
  content: "\2212";
}

.eastlakes_theme-prose details>p,
  .eastlakes_theme-prose details>div,
  .eastlakes_theme-prose details>ul,
  .eastlakes_theme-prose details>ol {
  margin-top: 1rem;
  font-size: 14px;
  font-family: var(--font-primary);
  color: rgb(var(--description));
  line-height: 1.43;
}

.eastlakes_theme-faq-item {
  padding: 1.5rem;
  background: rgb(var(--secondary) / 0.15);
  border-radius: 1rem;
}

.eastlakes_theme-faq-item>summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-family: var(--font-primary);
  font-weight: 400;
  color: rgb(var(--title));
  line-height: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.eastlakes_theme-faq-item>summary::-webkit-details-marker {
  display: none;
}

.eastlakes_theme-faq-item>summary::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-right: 1.5px solid rgb(var(--title));
  border-bottom: 1.5px solid rgb(var(--title));
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.2s ease;
}

.eastlakes_theme-faq-item[open]>summary::after {
  transform: rotate(-135deg) translate(2px, 2px);
}

.eastlakes_theme-faq-item>div {
  margin-top: 1rem;
  font-size: 14px;
  font-family: var(--font-primary);
  color: rgb(var(--description));
  line-height: 1.43;
}

.eastlakes_theme-faq-item>div p:not(:last-child) {
  margin-bottom: 1rem;
}

.eastlakes_theme-faq-item>div a {
  color: rgb(var(--primary));
  text-decoration: underline;
}

.eastlakes_theme-faq-item>div ul,
  .eastlakes_theme-faq-item>div ol {
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.eastlakes_theme-faq-item>div ul {
  list-style-type: disc;
}

.eastlakes_theme-faq-item>div ol {
  list-style-type: decimal;
}

@media (width <=1024px) {
  .eastlakes_theme-faq-item {
    padding: 1.25rem;
  }

  .eastlakes_theme-faq-item>summary {
    font-size: 16px;
  }
}

/* FAQ categories — sticky left nav links. */

.faq-cat-link {
  flex-shrink: 0;
  padding: 0.75rem 0;
  border-bottom: 2px solid #D7D7D7;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(var(--description));
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

.faq-cat-link:hover,
  .faq-cat-link[aria-current="true"] {
  color: rgb(var(--title));
  font-weight: 500;
  border-color: rgb(var(--primary));
}

@media (width <=1024px) {
  .faq-cat-link {
    white-space: nowrap;
  }
}

/* FAQ categories — plain question rows with a divider (no filled boxes), per Figma. */

.faq-categories .eastlakes_theme-faq-item {
  background: transparent;
  border-radius: 0;
  padding: 1rem;
  border-bottom: 1px solid rgb(var(--line));
}

.faq-categories .eastlakes_theme-faq-item[open] {
  background-color: #BEE0FE66;
  border-radius: 8px;
  border: 0;
}

.faq-categories .eastlakes_theme-faq-item>summary {
  font-size: 20px;
}

.faq-categories .eastlakes_theme-faq-item>summary::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4983 10.3803L13.9999 17.6201L6.50155 10.3803' stroke='%23061A29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: transform 0.2s ease;
  transform: none;
}

.faq-categories .eastlakes_theme-faq-item[open]>summary::after {
  transform: rotate(-180deg) translate(2px, 2px);
}

.faq-categories .flex.flex-col.gap-3 {
  gap: 0.5rem;
}

.faq-categories .flex.flex-col.\!gap-3 {
  gap: 0.5rem !important;
}

/* FAQ split — closed items are bare, the open item is highlighted. */

.faq-split-item {
  padding: 1rem;
  border-radius: 0.5rem;
  transition: background 0.2s ease;
}

.faq-split-item:hover {
  background: rgb(var(--secondary) / 0.2);
}

.faq-split-item[open] {
  background: rgb(var(--secondary) / 0.4);
}

.faq-split-item[open]+hr {
  opacity: 0;
}

.faq-split-item>summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  list-style: none;
  font-size: var(--eastlakes_theme-h5);
  font-family: var(--font-secondary);
  font-weight: 400;
  color: rgb(var(--title));
  line-height: 1.3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.faq-split-item>summary::-webkit-details-marker {
  display: none;
}

.faq-split-item>summary::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4983 10.3803L13.9999 17.6201L6.50155 10.3803' stroke='%23061A29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  /* border-right: 1.5px solid rgb(var(--title));
    border-bottom: 1.5px solid rgb(var(--title));
    transform: rotate(45deg) translate(-2px, -2px); */
  transition: transform 0.2s ease;
}

.faq-split-item[open]>summary::after {
  transform: rotate(-180deg) translate(2px, 2px);
}

.faq-split-item>div {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: var(--font-primary);
  font-weight: 300;
  color: rgb(var(--title));
  line-height: 1.5;
}

.faq-split-item>div p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.faq-split-item>div a {
  color: rgb(var(--primary));
  text-decoration: underline;
}

/* ── WP Block Buttons ───────────────────────────────────────────────────── */

.eastlakes_theme-prose .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.eastlakes_theme-prose .wp-block-button__link {
  text-decoration: none !important;
  border: none !important;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 0.875rem 1.5rem;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgb(var(--primary)), rgb(var(--dark))) !important;
  color: white !important;
  box-shadow: none !important;
  transition: opacity 0.2s;
}

.eastlakes_theme-prose .wp-block-button__link:hover {
  opacity: 0.88;
}

.eastlakes_theme-prose .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: rgb(var(--primary)) !important;
  outline: 1px solid rgb(var(--primary)) !important;
}

/* ── Site header nav (output of wp_nav_menu) ───────────────────────────── */

.site-nav>ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav>ul>li>a {
  color: white;
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity 0.15s;
}

.site-nav>ul>li>a:hover {
  opacity: 0.7;
}

/* Dropdown sub-menu */

.site-nav>ul>li {
  position: relative;
}

.site-nav ul .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  background: rgb(var(--primary));
  min-width: 180px;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.25);
  z-index: 50;
  list-style: none;
}

.site-nav>ul>li:hover>.sub-menu {
  display: block;
}

.site-nav ul .sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  color: white;
  font-family: var(--font-primary);
  font-size: 0.875rem;
  white-space: nowrap;
  transition: background 0.15s;
}

.site-nav ul .sub-menu li a:hover {
  background: rgb(255 255 255 / 0.1);
}

/* Mobile nav */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[32px\] {
  bottom: 32px;
}

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

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

.isolate {
  isolation: isolate;
}

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

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

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

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

.\!-m-0 {
  margin: -0px !important;
}

.\!-m-0\.5 {
  margin: -0.125rem !important;
}

.\!-m-1 {
  margin: -0.25rem !important;
}

.\!-m-1\.5 {
  margin: -0.375rem !important;
}

.\!-m-10 {
  margin: -2.5rem !important;
}

.\!-m-11 {
  margin: -2.75rem !important;
}

.\!-m-12 {
  margin: -3rem !important;
}

.\!-m-14 {
  margin: -3.5rem !important;
}

.\!-m-16 {
  margin: -4rem !important;
}

.\!-m-2 {
  margin: -0.5rem !important;
}

.\!-m-2\.5 {
  margin: -0.625rem !important;
}

.\!-m-20 {
  margin: -5rem !important;
}

.\!-m-24 {
  margin: -6rem !important;
}

.\!-m-28 {
  margin: -7rem !important;
}

.\!-m-3 {
  margin: -0.75rem !important;
}

.\!-m-3\.5 {
  margin: -0.875rem !important;
}

.\!-m-32 {
  margin: -8rem !important;
}

.\!-m-36 {
  margin: -9rem !important;
}

.\!-m-4 {
  margin: -1rem !important;
}

.\!-m-40 {
  margin: -10rem !important;
}

.\!-m-44 {
  margin: -11rem !important;
}

.\!-m-48 {
  margin: -12rem !important;
}

.\!-m-5 {
  margin: -1.25rem !important;
}

.\!-m-52 {
  margin: -13rem !important;
}

.\!-m-56 {
  margin: -14rem !important;
}

.\!-m-6 {
  margin: -1.5rem !important;
}

.\!-m-60 {
  margin: -15rem !important;
}

.\!-m-64 {
  margin: -16rem !important;
}

.\!-m-7 {
  margin: -1.75rem !important;
}

.\!-m-72 {
  margin: -18rem !important;
}

.\!-m-8 {
  margin: -2rem !important;
}

.\!-m-80 {
  margin: -20rem !important;
}

.\!-m-9 {
  margin: -2.25rem !important;
}

.\!-m-96 {
  margin: -24rem !important;
}

.\!-m-px {
  margin: -1px !important;
}

.\!m-0 {
  margin: 0px !important;
}

.\!m-0\.5 {
  margin: 0.125rem !important;
}

.\!m-1 {
  margin: 0.25rem !important;
}

.\!m-1\.5 {
  margin: 0.375rem !important;
}

.\!m-10 {
  margin: 2.5rem !important;
}

.\!m-11 {
  margin: 2.75rem !important;
}

.\!m-12 {
  margin: 3rem !important;
}

.\!m-14 {
  margin: 3.5rem !important;
}

.\!m-16 {
  margin: 4rem !important;
}

.\!m-2 {
  margin: 0.5rem !important;
}

.\!m-2\.5 {
  margin: 0.625rem !important;
}

.\!m-20 {
  margin: 5rem !important;
}

.\!m-24 {
  margin: 6rem !important;
}

.\!m-28 {
  margin: 7rem !important;
}

.\!m-3 {
  margin: 0.75rem !important;
}

.\!m-3\.5 {
  margin: 0.875rem !important;
}

.\!m-32 {
  margin: 8rem !important;
}

.\!m-36 {
  margin: 9rem !important;
}

.\!m-4 {
  margin: 1rem !important;
}

.\!m-40 {
  margin: 10rem !important;
}

.\!m-44 {
  margin: 11rem !important;
}

.\!m-48 {
  margin: 12rem !important;
}

.\!m-5 {
  margin: 1.25rem !important;
}

.\!m-52 {
  margin: 13rem !important;
}

.\!m-56 {
  margin: 14rem !important;
}

.\!m-6 {
  margin: 1.5rem !important;
}

.\!m-60 {
  margin: 15rem !important;
}

.\!m-64 {
  margin: 16rem !important;
}

.\!m-7 {
  margin: 1.75rem !important;
}

.\!m-72 {
  margin: 18rem !important;
}

.\!m-8 {
  margin: 2rem !important;
}

.\!m-80 {
  margin: 20rem !important;
}

.\!m-9 {
  margin: 2.25rem !important;
}

.\!m-96 {
  margin: 24rem !important;
}

.\!m-auto {
  margin: auto !important;
}

.\!m-px {
  margin: 1px !important;
}

.-m-0 {
  margin: -0px;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-96 {
  margin: -24rem;
}

.-m-px {
  margin: -1px;
}

.m-0 {
  margin: 0px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 1rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-72 {
  margin: 18rem;
}

.m-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

.\!-mx-0\.5 {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.\!-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.\!-mx-1\.5 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.\!-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.\!-mx-11 {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

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

.\!-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.\!-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.\!-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.\!-mx-2\.5 {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.\!-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.\!-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.\!-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.\!-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.\!-mx-3\.5 {
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

.\!-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.\!-mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.\!-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.\!-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.\!-mx-44 {
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

.\!-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.\!-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.\!-mx-52 {
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

.\!-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.\!-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.\!-mx-60 {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.\!-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.\!-mx-7 {
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}

.\!-mx-72 {
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

.\!-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.\!-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

.\!-mx-9 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

.\!-mx-96 {
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}

.\!-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.\!-my-0 {
  margin-top: -0px !important;
  margin-bottom: -0px !important;
}

.\!-my-0\.5 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.\!-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.\!-my-1\.5 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

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

.\!-my-11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.\!-my-12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.\!-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.\!-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.\!-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.\!-my-2\.5 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.\!-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.\!-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.\!-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.\!-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.\!-my-3\.5 {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

.\!-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.\!-my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.\!-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.\!-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.\!-my-44 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.\!-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.\!-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.\!-my-52 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.\!-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

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

.\!-my-60 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.\!-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.\!-my-7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.\!-my-72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.\!-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.\!-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.\!-my-9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.\!-my-96 {
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

.\!-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

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

.\!mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.\!mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.\!mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.\!mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.\!mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

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

.\!mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.\!mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.\!mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.\!mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.\!mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.\!mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.\!mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.\!mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.\!mx-3\.5 {
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

.\!mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.\!mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.\!mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.\!mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.\!mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.\!mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.\!mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.\!mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.\!mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.\!mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.\!mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.\!mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.\!mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.\!mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.\!mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.\!mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.\!mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.\!mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

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

.\!mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.\!my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.\!my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.\!my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

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

.\!my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.\!my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.\!my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.\!my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.\!my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.\!my-2\.5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.\!my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.\!my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.\!my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.\!my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.\!my-3\.5 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

.\!my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.\!my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.\!my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.\!my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.\!my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.\!my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.\!my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.\!my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

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

.\!my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.\!my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.\!my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.\!my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.\!my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.\!my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.\!my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.\!my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.\!my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.\!my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

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

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-my-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

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

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

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

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

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

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

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

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

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

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

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

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

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

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

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

.\!-mb-0\.5 {
  margin-bottom: -0.125rem !important;
}

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

.\!-mb-1\.5 {
  margin-bottom: -0.375rem !important;
}

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

.\!-mb-11 {
  margin-bottom: -2.75rem !important;
}

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

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

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

.\!-mb-2 {
  margin-bottom: -0.5rem !important;
}

.\!-mb-2\.5 {
  margin-bottom: -0.625rem !important;
}

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

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

.\!-mb-28 {
  margin-bottom: -7rem !important;
}

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

.\!-mb-3\.5 {
  margin-bottom: -0.875rem !important;
}

.\!-mb-32 {
  margin-bottom: -8rem !important;
}

.\!-mb-36 {
  margin-bottom: -9rem !important;
}

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

.\!-mb-40 {
  margin-bottom: -10rem !important;
}

.\!-mb-44 {
  margin-bottom: -11rem !important;
}

.\!-mb-48 {
  margin-bottom: -12rem !important;
}

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

.\!-mb-52 {
  margin-bottom: -13rem !important;
}

.\!-mb-56 {
  margin-bottom: -14rem !important;
}

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

.\!-mb-60 {
  margin-bottom: -15rem !important;
}

.\!-mb-64 {
  margin-bottom: -16rem !important;
}

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

.\!-mb-72 {
  margin-bottom: -18rem !important;
}

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

.\!-mb-80 {
  margin-bottom: -20rem !important;
}

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

.\!-mb-96 {
  margin-bottom: -24rem !important;
}

.\!-mb-px {
  margin-bottom: -1px !important;
}

.\!-ml-0 {
  margin-left: -0px !important;
}

.\!-ml-0\.5 {
  margin-left: -0.125rem !important;
}

.\!-ml-1 {
  margin-left: -0.25rem !important;
}

.\!-ml-1\.5 {
  margin-left: -0.375rem !important;
}

.\!-ml-10 {
  margin-left: -2.5rem !important;
}

.\!-ml-11 {
  margin-left: -2.75rem !important;
}

.\!-ml-12 {
  margin-left: -3rem !important;
}

.\!-ml-14 {
  margin-left: -3.5rem !important;
}

.\!-ml-16 {
  margin-left: -4rem !important;
}

.\!-ml-2 {
  margin-left: -0.5rem !important;
}

.\!-ml-2\.5 {
  margin-left: -0.625rem !important;
}

.\!-ml-20 {
  margin-left: -5rem !important;
}

.\!-ml-24 {
  margin-left: -6rem !important;
}

.\!-ml-28 {
  margin-left: -7rem !important;
}

.\!-ml-3 {
  margin-left: -0.75rem !important;
}

.\!-ml-3\.5 {
  margin-left: -0.875rem !important;
}

.\!-ml-32 {
  margin-left: -8rem !important;
}

.\!-ml-36 {
  margin-left: -9rem !important;
}

.\!-ml-4 {
  margin-left: -1rem !important;
}

.\!-ml-40 {
  margin-left: -10rem !important;
}

.\!-ml-44 {
  margin-left: -11rem !important;
}

.\!-ml-48 {
  margin-left: -12rem !important;
}

.\!-ml-5 {
  margin-left: -1.25rem !important;
}

.\!-ml-52 {
  margin-left: -13rem !important;
}

.\!-ml-56 {
  margin-left: -14rem !important;
}

.\!-ml-6 {
  margin-left: -1.5rem !important;
}

.\!-ml-60 {
  margin-left: -15rem !important;
}

.\!-ml-64 {
  margin-left: -16rem !important;
}

.\!-ml-7 {
  margin-left: -1.75rem !important;
}

.\!-ml-72 {
  margin-left: -18rem !important;
}

.\!-ml-8 {
  margin-left: -2rem !important;
}

.\!-ml-80 {
  margin-left: -20rem !important;
}

.\!-ml-9 {
  margin-left: -2.25rem !important;
}

.\!-ml-96 {
  margin-left: -24rem !important;
}

.\!-ml-px {
  margin-left: -1px !important;
}

.\!-mr-0 {
  margin-right: -0px !important;
}

.\!-mr-0\.5 {
  margin-right: -0.125rem !important;
}

.\!-mr-1 {
  margin-right: -0.25rem !important;
}

.\!-mr-1\.5 {
  margin-right: -0.375rem !important;
}

.\!-mr-10 {
  margin-right: -2.5rem !important;
}

.\!-mr-11 {
  margin-right: -2.75rem !important;
}

.\!-mr-12 {
  margin-right: -3rem !important;
}

.\!-mr-14 {
  margin-right: -3.5rem !important;
}

.\!-mr-16 {
  margin-right: -4rem !important;
}

.\!-mr-2 {
  margin-right: -0.5rem !important;
}

.\!-mr-2\.5 {
  margin-right: -0.625rem !important;
}

.\!-mr-20 {
  margin-right: -5rem !important;
}

.\!-mr-24 {
  margin-right: -6rem !important;
}

.\!-mr-28 {
  margin-right: -7rem !important;
}

.\!-mr-3 {
  margin-right: -0.75rem !important;
}

.\!-mr-3\.5 {
  margin-right: -0.875rem !important;
}

.\!-mr-32 {
  margin-right: -8rem !important;
}

.\!-mr-36 {
  margin-right: -9rem !important;
}

.\!-mr-4 {
  margin-right: -1rem !important;
}

.\!-mr-40 {
  margin-right: -10rem !important;
}

.\!-mr-44 {
  margin-right: -11rem !important;
}

.\!-mr-48 {
  margin-right: -12rem !important;
}

.\!-mr-5 {
  margin-right: -1.25rem !important;
}

.\!-mr-52 {
  margin-right: -13rem !important;
}

.\!-mr-56 {
  margin-right: -14rem !important;
}

.\!-mr-6 {
  margin-right: -1.5rem !important;
}

.\!-mr-60 {
  margin-right: -15rem !important;
}

.\!-mr-64 {
  margin-right: -16rem !important;
}

.\!-mr-7 {
  margin-right: -1.75rem !important;
}

.\!-mr-72 {
  margin-right: -18rem !important;
}

.\!-mr-8 {
  margin-right: -2rem !important;
}

.\!-mr-80 {
  margin-right: -20rem !important;
}

.\!-mr-9 {
  margin-right: -2.25rem !important;
}

.\!-mr-96 {
  margin-right: -24rem !important;
}

.\!-mr-px {
  margin-right: -1px !important;
}

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

.\!-mt-0\.5 {
  margin-top: -0.125rem !important;
}

.\!-mt-1 {
  margin-top: -0.25rem !important;
}

.\!-mt-1\.5 {
  margin-top: -0.375rem !important;
}

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

.\!-mt-11 {
  margin-top: -2.75rem !important;
}

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

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

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

.\!-mt-2 {
  margin-top: -0.5rem !important;
}

.\!-mt-2\.5 {
  margin-top: -0.625rem !important;
}

.\!-mt-20 {
  margin-top: -5rem !important;
}

.\!-mt-24 {
  margin-top: -6rem !important;
}

.\!-mt-28 {
  margin-top: -7rem !important;
}

.\!-mt-3 {
  margin-top: -0.75rem !important;
}

.\!-mt-3\.5 {
  margin-top: -0.875rem !important;
}

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

.\!-mt-36 {
  margin-top: -9rem !important;
}

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

.\!-mt-40 {
  margin-top: -10rem !important;
}

.\!-mt-44 {
  margin-top: -11rem !important;
}

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

.\!-mt-5 {
  margin-top: -1.25rem !important;
}

.\!-mt-52 {
  margin-top: -13rem !important;
}

.\!-mt-56 {
  margin-top: -14rem !important;
}

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

.\!-mt-60 {
  margin-top: -15rem !important;
}

.\!-mt-64 {
  margin-top: -16rem !important;
}

.\!-mt-7 {
  margin-top: -1.75rem !important;
}

.\!-mt-72 {
  margin-top: -18rem !important;
}

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

.\!-mt-80 {
  margin-top: -20rem !important;
}

.\!-mt-9 {
  margin-top: -2.25rem !important;
}

.\!-mt-96 {
  margin-top: -24rem !important;
}

.\!-mt-px {
  margin-top: -1px !important;
}

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

.\!mb-0\.5 {
  margin-bottom: 0.125rem !important;
}

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

.\!mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

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

.\!mb-11 {
  margin-bottom: 2.75rem !important;
}

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

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

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

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

.\!mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

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

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

.\!mb-28 {
  margin-bottom: 7rem !important;
}

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

.\!mb-3\.5 {
  margin-bottom: 0.875rem !important;
}

.\!mb-32 {
  margin-bottom: 8rem !important;
}

.\!mb-36 {
  margin-bottom: 9rem !important;
}

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

.\!mb-40 {
  margin-bottom: 10rem !important;
}

.\!mb-44 {
  margin-bottom: 11rem !important;
}

.\!mb-48 {
  margin-bottom: 12rem !important;
}

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

.\!mb-52 {
  margin-bottom: 13rem !important;
}

.\!mb-56 {
  margin-bottom: 14rem !important;
}

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

.\!mb-60 {
  margin-bottom: 15rem !important;
}

.\!mb-64 {
  margin-bottom: 16rem !important;
}

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

.\!mb-72 {
  margin-bottom: 18rem !important;
}

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

.\!mb-80 {
  margin-bottom: 20rem !important;
}

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

.\!mb-96 {
  margin-bottom: 24rem !important;
}

.\!mb-auto {
  margin-bottom: auto !important;
}

.\!mb-px {
  margin-bottom: 1px !important;
}

.\!ml-0 {
  margin-left: 0px !important;
}

.\!ml-0\.5 {
  margin-left: 0.125rem !important;
}

.\!ml-1 {
  margin-left: 0.25rem !important;
}

.\!ml-1\.5 {
  margin-left: 0.375rem !important;
}

.\!ml-10 {
  margin-left: 2.5rem !important;
}

.\!ml-11 {
  margin-left: 2.75rem !important;
}

.\!ml-12 {
  margin-left: 3rem !important;
}

.\!ml-14 {
  margin-left: 3.5rem !important;
}

.\!ml-16 {
  margin-left: 4rem !important;
}

.\!ml-2 {
  margin-left: 0.5rem !important;
}

.\!ml-2\.5 {
  margin-left: 0.625rem !important;
}

.\!ml-20 {
  margin-left: 5rem !important;
}

.\!ml-24 {
  margin-left: 6rem !important;
}

.\!ml-28 {
  margin-left: 7rem !important;
}

.\!ml-3 {
  margin-left: 0.75rem !important;
}

.\!ml-3\.5 {
  margin-left: 0.875rem !important;
}

.\!ml-32 {
  margin-left: 8rem !important;
}

.\!ml-36 {
  margin-left: 9rem !important;
}

.\!ml-4 {
  margin-left: 1rem !important;
}

.\!ml-40 {
  margin-left: 10rem !important;
}

.\!ml-44 {
  margin-left: 11rem !important;
}

.\!ml-48 {
  margin-left: 12rem !important;
}

.\!ml-5 {
  margin-left: 1.25rem !important;
}

.\!ml-52 {
  margin-left: 13rem !important;
}

.\!ml-56 {
  margin-left: 14rem !important;
}

.\!ml-6 {
  margin-left: 1.5rem !important;
}

.\!ml-60 {
  margin-left: 15rem !important;
}

.\!ml-64 {
  margin-left: 16rem !important;
}

.\!ml-7 {
  margin-left: 1.75rem !important;
}

.\!ml-72 {
  margin-left: 18rem !important;
}

.\!ml-8 {
  margin-left: 2rem !important;
}

.\!ml-80 {
  margin-left: 20rem !important;
}

.\!ml-9 {
  margin-left: 2.25rem !important;
}

.\!ml-96 {
  margin-left: 24rem !important;
}

.\!ml-auto {
  margin-left: auto !important;
}

.\!ml-px {
  margin-left: 1px !important;
}

.\!mr-0 {
  margin-right: 0px !important;
}

.\!mr-0\.5 {
  margin-right: 0.125rem !important;
}

.\!mr-1 {
  margin-right: 0.25rem !important;
}

.\!mr-1\.5 {
  margin-right: 0.375rem !important;
}

.\!mr-10 {
  margin-right: 2.5rem !important;
}

.\!mr-11 {
  margin-right: 2.75rem !important;
}

.\!mr-12 {
  margin-right: 3rem !important;
}

.\!mr-14 {
  margin-right: 3.5rem !important;
}

.\!mr-16 {
  margin-right: 4rem !important;
}

.\!mr-2 {
  margin-right: 0.5rem !important;
}

.\!mr-2\.5 {
  margin-right: 0.625rem !important;
}

.\!mr-20 {
  margin-right: 5rem !important;
}

.\!mr-24 {
  margin-right: 6rem !important;
}

.\!mr-28 {
  margin-right: 7rem !important;
}

.\!mr-3 {
  margin-right: 0.75rem !important;
}

.\!mr-3\.5 {
  margin-right: 0.875rem !important;
}

.\!mr-32 {
  margin-right: 8rem !important;
}

.\!mr-36 {
  margin-right: 9rem !important;
}

.\!mr-4 {
  margin-right: 1rem !important;
}

.\!mr-40 {
  margin-right: 10rem !important;
}

.\!mr-44 {
  margin-right: 11rem !important;
}

.\!mr-48 {
  margin-right: 12rem !important;
}

.\!mr-5 {
  margin-right: 1.25rem !important;
}

.\!mr-52 {
  margin-right: 13rem !important;
}

.\!mr-56 {
  margin-right: 14rem !important;
}

.\!mr-6 {
  margin-right: 1.5rem !important;
}

.\!mr-60 {
  margin-right: 15rem !important;
}

.\!mr-64 {
  margin-right: 16rem !important;
}

.\!mr-7 {
  margin-right: 1.75rem !important;
}

.\!mr-72 {
  margin-right: 18rem !important;
}

.\!mr-8 {
  margin-right: 2rem !important;
}

.\!mr-80 {
  margin-right: 20rem !important;
}

.\!mr-9 {
  margin-right: 2.25rem !important;
}

.\!mr-96 {
  margin-right: 24rem !important;
}

.\!mr-auto {
  margin-right: auto !important;
}

.\!mr-px {
  margin-right: 1px !important;
}

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

.\!mt-0\.5 {
  margin-top: 0.125rem !important;
}

.\!mt-1 {
  margin-top: 0.25rem !important;
}

.\!mt-1\.5 {
  margin-top: 0.375rem !important;
}

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

.\!mt-11 {
  margin-top: 2.75rem !important;
}

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

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

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

.\!mt-2 {
  margin-top: 0.5rem !important;
}

.\!mt-2\.5 {
  margin-top: 0.625rem !important;
}

.\!mt-20 {
  margin-top: 5rem !important;
}

.\!mt-24 {
  margin-top: 6rem !important;
}

.\!mt-28 {
  margin-top: 7rem !important;
}

.\!mt-3 {
  margin-top: 0.75rem !important;
}

.\!mt-3\.5 {
  margin-top: 0.875rem !important;
}

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

.\!mt-36 {
  margin-top: 9rem !important;
}

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

.\!mt-40 {
  margin-top: 10rem !important;
}

.\!mt-44 {
  margin-top: 11rem !important;
}

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

.\!mt-5 {
  margin-top: 1.25rem !important;
}

.\!mt-52 {
  margin-top: 13rem !important;
}

.\!mt-56 {
  margin-top: 14rem !important;
}

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

.\!mt-60 {
  margin-top: 15rem !important;
}

.\!mt-64 {
  margin-top: 16rem !important;
}

.\!mt-7 {
  margin-top: 1.75rem !important;
}

.\!mt-72 {
  margin-top: 18rem !important;
}

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

.\!mt-80 {
  margin-top: 20rem !important;
}

.\!mt-9 {
  margin-top: 2.25rem !important;
}

.\!mt-96 {
  margin-top: 24rem !important;
}

.\!mt-auto {
  margin-top: auto !important;
}

.\!mt-px {
  margin-top: 1px !important;
}

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

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

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

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

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

.-mb-11 {
  margin-bottom: -2.75rem;
}

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

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

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

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

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

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

.-mb-28 {
  margin-bottom: -7rem;
}

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

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

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

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

.-mb-44 {
  margin-bottom: -11rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

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

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

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

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

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

.-mb-72 {
  margin-bottom: -18rem;
}

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

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

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

.-mb-96 {
  margin-bottom: -24rem;
}

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

.-ml-0 {
  margin-left: -0px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-ml-px {
  margin-left: -1px;
}

.-mr-0 {
  margin-right: -0px;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mr-px {
  margin-right: -1px;
}

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

.-mt-0\.5 {
  margin-top: -0.125rem;
}

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

.-mt-1\.5 {
  margin-top: -0.375rem;
}

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

.-mt-11 {
  margin-top: -2.75rem;
}

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

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

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

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-28 {
  margin-top: -7rem;
}

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

.-mt-3\.5 {
  margin-top: -0.875rem;
}

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

.-mt-36 {
  margin-top: -9rem;
}

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

.-mt-40 {
  margin-top: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

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

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-52 {
  margin-top: -13rem;
}

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

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

.-mt-60 {
  margin-top: -15rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mt-72 {
  margin-top: -18rem;
}

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

.-mt-80 {
  margin-top: -20rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mt-96 {
  margin-top: -24rem;
}

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

.mb-28 {
  margin-bottom: 7rem;
}

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

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

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

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

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

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

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

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

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

.mb-72 {
  margin-bottom: 18rem;
}

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

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

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

.mb-96 {
  margin-bottom: 24rem;
}

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-96 {
  margin-left: 24rem;
}

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

.ml-px {
  margin-left: 1px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-96 {
  margin-right: 24rem;
}

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

.mr-px {
  margin-right: 1px;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

.mt-36 {
  margin-top: 9rem;
}

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

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-52 {
  margin-top: 13rem;
}

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

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

.mt-60 {
  margin-top: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-72 {
  margin-top: 18rem;
}

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

.mt-80 {
  margin-top: 20rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-96 {
  margin-top: 24rem;
}

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

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

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.aspect-\[16\/6\] {
  aspect-ratio: 16/6;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[312\/208\] {
  aspect-ratio: 312/208;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-\[520\/360\] {
  aspect-ratio: 520/360;
}

.aspect-\[600\/578\] {
  aspect-ratio: 600/578;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

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

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.\!h-auto {
  height: auto !important;
}

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

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

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

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-5 {
  height: 1.25rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!w-auto {
  width: auto !important;
}

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

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

.\!w-screen {
  width: 100vw !important;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.\!min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.\!min-w-full {
  min-width: 100% !important;
}

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

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

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

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full {
  min-width: 100%;
}

.\!max-w-fit {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-8xl {
  max-width: 1440px;
}

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

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

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

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

.max-w-\[40ch\] {
  max-width: 40ch;
}

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

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

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

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

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

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

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

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

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

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

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

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

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

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

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

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

.scale-x-\[-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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize-y {
  resize: vertical;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.\!gap-0 {
  gap: 0px !important;
}

.\!gap-1 {
  gap: 0.25rem !important;
}

.\!gap-10 {
  gap: 2.5rem !important;
}

.\!gap-11 {
  gap: 2.75rem !important;
}

.\!gap-12 {
  gap: 3rem !important;
}

.\!gap-14 {
  gap: 3.5rem !important;
}

.\!gap-16 {
  gap: 4rem !important;
}

.\!gap-2 {
  gap: 0.5rem !important;
}

.\!gap-20 {
  gap: 5rem !important;
}

.\!gap-24 {
  gap: 6rem !important;
}

.\!gap-28 {
  gap: 7rem !important;
}

.\!gap-3 {
  gap: 0.75rem !important;
}

.\!gap-32 {
  gap: 8rem !important;
}

.\!gap-36 {
  gap: 9rem !important;
}

.\!gap-4 {
  gap: 1rem !important;
}

.\!gap-40 {
  gap: 10rem !important;
}

.\!gap-44 {
  gap: 11rem !important;
}

.\!gap-48 {
  gap: 12rem !important;
}

.\!gap-5 {
  gap: 1.25rem !important;
}

.\!gap-52 {
  gap: 13rem !important;
}

.\!gap-56 {
  gap: 14rem !important;
}

.\!gap-6 {
  gap: 1.5rem !important;
}

.\!gap-60 {
  gap: 15rem !important;
}

.\!gap-64 {
  gap: 16rem !important;
}

.\!gap-7 {
  gap: 1.75rem !important;
}

.\!gap-72 {
  gap: 18rem !important;
}

.\!gap-8 {
  gap: 2rem !important;
}

.\!gap-80 {
  gap: 20rem !important;
}

.\!gap-9 {
  gap: 2.25rem !important;
}

.\!gap-96 {
  gap: 24rem !important;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-96 {
  gap: 24rem;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.\!rounded {
  border-radius: 0.25rem !important;
}

.\!rounded-2xl {
  border-radius: 1rem !important;
}

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

.\!rounded-lg {
  border-radius: 0.5rem !important;
}

.\!rounded-none {
  border-radius: 0px !important;
}

.\!rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-bl-\[32px\] {
  border-bottom-left-radius: 32px;
}

.rounded-br-\[32px\] {
  border-bottom-right-radius: 32px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

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

.border-l {
  border-left-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

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

.border-dashed {
  border-style: dashed;
}

.border-\[\#000\]\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-\[\#000\]\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-\[\#00194D\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 25 77 / var(--tw-border-opacity, 1));
}

.border-\[\#13284b\]\/20 {
  border-color: rgb(19 40 75 / 0.2);
}

.border-\[\#D7D7D7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-\[\#e6e6e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

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

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

.border-primary\/20 {
  border-color: rgb(var(--primary) / 0.2);
}

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

.border-secondary\/10 {
  border-color: rgb(var(--secondary) / 0.1);
}

.border-secondary\/20 {
  border-color: rgb(var(--secondary) / 0.2);
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#00020c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 2 12 / var(--tw-bg-opacity, 1));
}

.bg-\[\#03A9F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 169 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#061A29\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 26 41 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4875B4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 117 180 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4A6EA9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 110 169 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEF5FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 245 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e8e9eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 235 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-line\/40 {
  background-color: rgb(var(--line) / 0.4);
}

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

.bg-primary\/10 {
  background-color: rgb(var(--primary) / 0.1);
}

.bg-primary\/100 {
  background-color: rgb(var(--primary) / 1);
}

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

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

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-dark {
  --tw-gradient-from: rgb(var(--dark) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--dark) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-dark\/80 {
  --tw-gradient-to: rgb(var(--dark) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--dark) / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-dark\/30 {
  --tw-gradient-to: rgb(var(--dark) / 0.3) var(--tw-gradient-to-position);
}

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

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

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

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

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

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

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

.\!p-0 {
  padding: 0px !important;
}

.\!p-0\.5 {
  padding: 0.125rem !important;
}

.\!p-1 {
  padding: 0.25rem !important;
}

.\!p-1\.5 {
  padding: 0.375rem !important;
}

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

.\!p-11 {
  padding: 2.75rem !important;
}

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

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

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

.\!p-2 {
  padding: 0.5rem !important;
}

.\!p-2\.5 {
  padding: 0.625rem !important;
}

.\!p-20 {
  padding: 5rem !important;
}

.\!p-24 {
  padding: 6rem !important;
}

.\!p-28 {
  padding: 7rem !important;
}

.\!p-3 {
  padding: 0.75rem !important;
}

.\!p-3\.5 {
  padding: 0.875rem !important;
}

.\!p-32 {
  padding: 8rem !important;
}

.\!p-36 {
  padding: 9rem !important;
}

.\!p-4 {
  padding: 1rem !important;
}

.\!p-40 {
  padding: 10rem !important;
}

.\!p-44 {
  padding: 11rem !important;
}

.\!p-48 {
  padding: 12rem !important;
}

.\!p-5 {
  padding: 1.25rem !important;
}

.\!p-52 {
  padding: 13rem !important;
}

.\!p-56 {
  padding: 14rem !important;
}

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

.\!p-60 {
  padding: 15rem !important;
}

.\!p-64 {
  padding: 16rem !important;
}

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

.\!p-72 {
  padding: 18rem !important;
}

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

.\!p-80 {
  padding: 20rem !important;
}

.\!p-9 {
  padding: 2.25rem !important;
}

.\!p-96 {
  padding: 24rem !important;
}

.\!p-px {
  padding: 1px !important;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-72 {
  padding: 18rem;
}

.p-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

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

.\!px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.\!px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

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

.\!px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

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

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

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

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.\!px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.\!px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.\!px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.\!px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.\!px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.\!px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.\!px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

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

.\!px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.\!px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

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

.\!px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.\!px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

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

.\!px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

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

.\!px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.\!px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.\!px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.\!px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

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

.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

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

.\!py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

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

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

.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.\!py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.\!py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.\!py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

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

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

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

.\!py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

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

.\!py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.\!py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.\!py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

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

.\!py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.\!py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

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

.\!py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.\!py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.\!py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.\!py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.\!py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.\!py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

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

.\!py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.\!py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

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

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

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

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

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

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

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

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

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

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

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

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

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

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

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

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

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

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

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

.\!pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.\!pb-1 {
  padding-bottom: 0.25rem !important;
}

.\!pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

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

.\!pb-11 {
  padding-bottom: 2.75rem !important;
}

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

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

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

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

.\!pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

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

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

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

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

.\!pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

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

.\!pb-36 {
  padding-bottom: 9rem !important;
}

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

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

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

.\!pb-48 {
  padding-bottom: 12rem !important;
}

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

.\!pb-52 {
  padding-bottom: 13rem !important;
}

.\!pb-56 {
  padding-bottom: 14rem !important;
}

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

.\!pb-60 {
  padding-bottom: 15rem !important;
}

.\!pb-64 {
  padding-bottom: 16rem !important;
}

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

.\!pb-72 {
  padding-bottom: 18rem !important;
}

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

.\!pb-80 {
  padding-bottom: 20rem !important;
}

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

.\!pb-96 {
  padding-bottom: 24rem !important;
}

.\!pb-px {
  padding-bottom: 1px !important;
}

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

.\!pl-0\.5 {
  padding-left: 0.125rem !important;
}

.\!pl-1 {
  padding-left: 0.25rem !important;
}

.\!pl-1\.5 {
  padding-left: 0.375rem !important;
}

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

.\!pl-11 {
  padding-left: 2.75rem !important;
}

.\!pl-12 {
  padding-left: 3rem !important;
}

.\!pl-14 {
  padding-left: 3.5rem !important;
}

.\!pl-16 {
  padding-left: 4rem !important;
}

.\!pl-2 {
  padding-left: 0.5rem !important;
}

.\!pl-2\.5 {
  padding-left: 0.625rem !important;
}

.\!pl-20 {
  padding-left: 5rem !important;
}

.\!pl-24 {
  padding-left: 6rem !important;
}

.\!pl-28 {
  padding-left: 7rem !important;
}

.\!pl-3 {
  padding-left: 0.75rem !important;
}

.\!pl-3\.5 {
  padding-left: 0.875rem !important;
}

.\!pl-32 {
  padding-left: 8rem !important;
}

.\!pl-36 {
  padding-left: 9rem !important;
}

.\!pl-4 {
  padding-left: 1rem !important;
}

.\!pl-40 {
  padding-left: 10rem !important;
}

.\!pl-44 {
  padding-left: 11rem !important;
}

.\!pl-48 {
  padding-left: 12rem !important;
}

.\!pl-5 {
  padding-left: 1.25rem !important;
}

.\!pl-52 {
  padding-left: 13rem !important;
}

.\!pl-56 {
  padding-left: 14rem !important;
}

.\!pl-6 {
  padding-left: 1.5rem !important;
}

.\!pl-60 {
  padding-left: 15rem !important;
}

.\!pl-64 {
  padding-left: 16rem !important;
}

.\!pl-7 {
  padding-left: 1.75rem !important;
}

.\!pl-72 {
  padding-left: 18rem !important;
}

.\!pl-8 {
  padding-left: 2rem !important;
}

.\!pl-80 {
  padding-left: 20rem !important;
}

.\!pl-9 {
  padding-left: 2.25rem !important;
}

.\!pl-96 {
  padding-left: 24rem !important;
}

.\!pl-px {
  padding-left: 1px !important;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.\!pr-0\.5 {
  padding-right: 0.125rem !important;
}

.\!pr-1 {
  padding-right: 0.25rem !important;
}

.\!pr-1\.5 {
  padding-right: 0.375rem !important;
}

.\!pr-10 {
  padding-right: 2.5rem !important;
}

.\!pr-11 {
  padding-right: 2.75rem !important;
}

.\!pr-12 {
  padding-right: 3rem !important;
}

.\!pr-14 {
  padding-right: 3.5rem !important;
}

.\!pr-16 {
  padding-right: 4rem !important;
}

.\!pr-2 {
  padding-right: 0.5rem !important;
}

.\!pr-2\.5 {
  padding-right: 0.625rem !important;
}

.\!pr-20 {
  padding-right: 5rem !important;
}

.\!pr-24 {
  padding-right: 6rem !important;
}

.\!pr-28 {
  padding-right: 7rem !important;
}

.\!pr-3 {
  padding-right: 0.75rem !important;
}

.\!pr-3\.5 {
  padding-right: 0.875rem !important;
}

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

.\!pr-36 {
  padding-right: 9rem !important;
}

.\!pr-4 {
  padding-right: 1rem !important;
}

.\!pr-40 {
  padding-right: 10rem !important;
}

.\!pr-44 {
  padding-right: 11rem !important;
}

.\!pr-48 {
  padding-right: 12rem !important;
}

.\!pr-5 {
  padding-right: 1.25rem !important;
}

.\!pr-52 {
  padding-right: 13rem !important;
}

.\!pr-56 {
  padding-right: 14rem !important;
}

.\!pr-6 {
  padding-right: 1.5rem !important;
}

.\!pr-60 {
  padding-right: 15rem !important;
}

.\!pr-64 {
  padding-right: 16rem !important;
}

.\!pr-7 {
  padding-right: 1.75rem !important;
}

.\!pr-72 {
  padding-right: 18rem !important;
}

.\!pr-8 {
  padding-right: 2rem !important;
}

.\!pr-80 {
  padding-right: 20rem !important;
}

.\!pr-9 {
  padding-right: 2.25rem !important;
}

.\!pr-96 {
  padding-right: 24rem !important;
}

.\!pr-px {
  padding-right: 1px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.\!pt-0\.5 {
  padding-top: 0.125rem !important;
}

.\!pt-1 {
  padding-top: 0.25rem !important;
}

.\!pt-1\.5 {
  padding-top: 0.375rem !important;
}

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

.\!pt-11 {
  padding-top: 2.75rem !important;
}

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

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

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

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

.\!pt-2\.5 {
  padding-top: 0.625rem !important;
}

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

.\!pt-24 {
  padding-top: 6rem !important;
}

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

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

.\!pt-3\.5 {
  padding-top: 0.875rem !important;
}

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

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

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

.\!pt-40 {
  padding-top: 10rem !important;
}

.\!pt-44 {
  padding-top: 11rem !important;
}

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

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

.\!pt-52 {
  padding-top: 13rem !important;
}

.\!pt-56 {
  padding-top: 14rem !important;
}

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

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

.\!pt-64 {
  padding-top: 16rem !important;
}

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

.\!pt-72 {
  padding-top: 18rem !important;
}

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

.\!pt-80 {
  padding-top: 20rem !important;
}

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

.\!pt-96 {
  padding-top: 24rem !important;
}

.\!pt-px {
  padding-top: 1px !important;
}

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

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

.pb-11 {
  padding-bottom: 2.75rem;
}

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

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

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

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

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

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

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

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

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

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

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

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

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

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

.pb-52 {
  padding-bottom: 13rem;
}

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

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

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

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

.pb-72 {
  padding-bottom: 18rem;
}

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

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

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

.pb-96 {
  padding-bottom: 24rem;
}

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

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

.pb-px {
  padding-bottom: 1px;
}

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

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

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

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-px {
  padding-left: 1px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

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

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

.pr-4 {
  padding-right: 1rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-px {
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

.pt-11 {
  padding-top: 2.75rem;
}

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

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

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

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

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

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

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

.pt-3\.5 {
  padding-top: 0.875rem;
}

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

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

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

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

.pt-44 {
  padding-top: 11rem;
}

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

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

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

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

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

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

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

.pt-72 {
  padding-top: 18rem;
}

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

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

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

.pt-96 {
  padding-top: 24rem;
}

.pt-px {
  padding-top: 1px;
}

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

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

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

.font-primary {
  font-family: var(--font-primary);
}

.font-secondary {
  font-family: var(--font-secondary);
}

.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

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

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

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

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-light {
  font-weight: 300 !important;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-10 {
  line-height: 2.5rem !important;
}

.\!leading-3 {
  line-height: .75rem !important;
}

.\!leading-4 {
  line-height: 1rem !important;
}

.\!leading-5 {
  line-height: 1.25rem !important;
}

.\!leading-6 {
  line-height: 1.5rem !important;
}

.\!leading-7 {
  line-height: 1.75rem !important;
}

.\!leading-8 {
  line-height: 2rem !important;
}

.\!leading-9 {
  line-height: 2.25rem !important;
}

.\!leading-loose {
  line-height: 2 !important;
}

.\!leading-none {
  line-height: 1 !important;
}

.\!leading-normal {
  line-height: 1.5 !important;
}

.\!leading-relaxed {
  line-height: 1.625 !important;
}

.\!leading-snug {
  line-height: 1.375 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

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

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-loose {
  line-height: 2;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.\!tracking-normal {
  letter-spacing: 0em !important;
}

.\!tracking-tight {
  letter-spacing: -0.025em !important;
}

.\!tracking-wide {
  letter-spacing: 0.025em !important;
}

.\!tracking-wider {
  letter-spacing: 0.05em !important;
}

.\!tracking-widest {
  letter-spacing: 0.1em !important;
}

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

.tracking-\[-0\.1px\] {
  letter-spacing: -0.1px;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

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

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.\!text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--dark) / var(--tw-text-opacity, 1)) !important;
}

.\!text-description {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--description) / var(--tw-text-opacity, 1)) !important;
}

.\!text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--gray) / var(--tw-text-opacity, 1)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--primary) / var(--tw-text-opacity, 1)) !important;
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--secondary) / var(--tw-text-opacity, 1)) !important;
}

.\!text-title {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--title) / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#b3d7ff\] {
  --tw-text-opacity: 1;
  color: rgb(179 215 255 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

.text-title\/50 {
  color: rgb(var(--title) / 0.5);
}

.text-title\/80 {
  color: rgb(var(--title) / 0.8);
}

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

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

.no-underline {
  text-decoration-line: none;
}

.accent-primary {
  accent-color: rgb(var(--primary) / 1);
}

.\!opacity-0 {
  opacity: 0 !important;
}

.\!opacity-10 {
  opacity: 0.1 !important;
}

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

.\!opacity-15 {
  opacity: 0.15 !important;
}

.\!opacity-20 {
  opacity: 0.2 !important;
}

.\!opacity-25 {
  opacity: 0.25 !important;
}

.\!opacity-30 {
  opacity: 0.3 !important;
}

.\!opacity-35 {
  opacity: 0.35 !important;
}

.\!opacity-40 {
  opacity: 0.4 !important;
}

.\!opacity-45 {
  opacity: 0.45 !important;
}

.\!opacity-5 {
  opacity: 0.05 !important;
}

.\!opacity-50 {
  opacity: 0.5 !important;
}

.\!opacity-55 {
  opacity: 0.55 !important;
}

.\!opacity-60 {
  opacity: 0.6 !important;
}

.\!opacity-65 {
  opacity: 0.65 !important;
}

.\!opacity-70 {
  opacity: 0.7 !important;
}

.\!opacity-75 {
  opacity: 0.75 !important;
}

.\!opacity-80 {
  opacity: 0.8 !important;
}

.\!opacity-85 {
  opacity: 0.85 !important;
}

.\!opacity-90 {
  opacity: 0.9 !important;
}

.\!opacity-95 {
  opacity: 0.95 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-\[0\.8\] {
  opacity: 0.8;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.outline-dark {
  outline-color: rgb(var(--dark) / 1);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  -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);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.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-200 {
  transition-duration: 200ms;
}

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

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

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

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

.eastlakes_theme-h1 {
  font-size: var(--eastlakes_theme-h1);
}

.eastlakes_theme-h2 {
  font-size: var(--eastlakes_theme-h2);
}

.eastlakes_theme-h3 {
  font-size: var(--eastlakes_theme-h3);
}

.eastlakes_theme-h4 {
  font-size: var(--eastlakes_theme-h4);
}

.eastlakes_theme-h5 {
  font-size: var(--eastlakes_theme-h5);
}

/* Section padding helpers — use these in section templates */

.section-py-md {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}

.text-description,
.text-base p,
p {
  line-height: 1.4;
}

/* CSS OVERWRITE FOR MULTI LEVEL LIST STYLE */

.post-content ul,
.post-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Level 1: 1. 2. 3. */

.post-content>ul {
  counter-reset: section;
}

.post-content>ul>li {
  counter-increment: section;
  position: relative;
  padding-left: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.7;
}

.post-content>ul>li::before {
  content: counter(section) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  font-weight: 700;
  background: none;
}

/* Heading text */

.post-content>ul>li {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

/* Level 2: 1.1, 2.1 */

.post-content>ul>li>ul {
  counter-reset: subsection;
  margin-top: 10px;
  display: block;
}

.post-content>ul>li>ul>li {
  display: block;
  counter-increment: subsection;
  position: relative;
  padding-left: 32px;
  margin-top: 12px;
  font-weight: 400;
  text-transform: none;
}

.post-content>ul>li>ul>li::before {
  content: counter(section) "." counter(subsection);
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  font-weight: 400;
  background: none;
}

/* Level 3: (a), (b), (c) */

.post-content>ul>li>ul>li>ul {
  counter-reset: alpha;
  margin-top: 10px;
}

.post-content>ul>li>ul>li>ul>li {
  counter-increment: alpha;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.post-content>ul>li>ul>li>ul>li::before {
  content: "(" counter(alpha, lower-alpha) ")";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  background: none;
}

/* Level 4 (if needed): (i), (ii), (iii) */

.post-content>ul>li>ul>li>ul>li>ul {
  counter-reset: roman;
  margin-top: 8px;
}

.post-content>ul>li>ul>li>ul>li>ul>li {
  counter-increment: roman;
  position: relative;
  padding-left: 40px;
}

.post-content>ul>li>ul>li>ul>li>ul>li::before {
  content: "(" counter(roman, lower-roman) ")";
  position: absolute;
  left: 0;
  top: 0;
}

/* ── Section style overrides (set via ACF "Style" tab) ─────────────────────── */

[data-sec-pt-mob] {
  padding-top: var(--sec-pt-mob) !important;
}

[data-sec-pb-mob] {
  padding-bottom: var(--sec-pb-mob) !important;
}

@media (min-width: 1024px) {
  [data-sec-pt-desk] {
    padding-top: var(--sec-pt-desk) !important;
  }

  [data-sec-pb-desk] {
    padding-bottom: var(--sec-pb-desk) !important;
  }
}

[data-sec-bg] {
  background-color: var(--sec-bg) !important;
}

html,
body {
  scroll-behavior: smooth;
}

/* ── Motion / lazy-media primitives ────────────────────────────────────────
   All hiding is gated behind html.js so content is fully visible if JS fails
   or is disabled (no-JS, crawlers). app.js adds the `js` class on boot. */

/* Lazy images fade in once the IntersectionObserver swaps the real source. */

html.js img[data-lazy-src] {
  opacity: 0;
}

img.is-loaded,
.is-loaded {
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* Scroll reveals start hidden; GSAP animates them in (or app.js clears the
   inline opacity under prefers-reduced-motion / no GSAP). */

html.js [data-reveal] {
  opacity: 0;
  will-change: transform, opacity;
}

/* Hero (above-the-fold / LCP) load-in — pure CSS, no JS/scroll dependency. */

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.hero-anim {
  opacity: 0;
  animation: hero-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--d, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .hero-anim {
    animation: none;
    opacity: 1;
  }
}

/* Continuous logo marquee. Track is duplicated in markup; -50% loops seamlessly.
   Runs regardless of reduced-motion (core to the design) but pauses on hover. */

@keyframes eastlakes-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee {
  overflow: clip;
}

.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: eastlakes-marquee var(--marquee-duration, 40s) linear infinite;
}

/* .marquee:hover .marquee-track,
.marquee:focus-within .marquee-track {
  animation-play-state: paused;
} */

/* Sticky condensed header state (toggled by app.js on scroll). */

#site-header {
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

/* .admin-bar #site-header {
  top: 46px;
}

@media (min-width: 782px) {
  .admin-bar #site-header {
    top: 32px;
  }
} */

/* Page base */

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: rgb(var(--background));
  color: rgb(var(--description));
  font-family: var(--font-primary);
}

b,
strong {
  font-weight: 700;
}

.site-main {
  overflow-x: clip;
}

.blend-hard-light {
  color: #00329a !important;
}

/* ── Hero (dark rounded card) ──────────────────────────────────────────── */

.hero__inner {
  padding-top: clamp(7rem, 5.5rem + 8vw, 11.5rem);
  padding-bottom: clamp(3rem, 2rem + 5vw, 5rem);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background-color: rgb(var(--dark));
}

.home .hero__bg {
  background: none;
}

.hero__bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: right center;
  mix-blend-mode: overlay;
}

@media screen and (min-width: 1024px) {
  .has-page-hero-img .hero__bg-img {
    width: 50%;
  }
}

.single .page-hero {
  background-color: #fff;
}

.single .hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 20, 32, 1) 0%, rgba(5, 20, 32, 0.95) 15%, rgba(5, 20, 32, 0.8) 30%, rgba(5, 20, 32, 0) 100%);
  z-index: 2;
}

.single .hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 24, 77, 0.6);
  z-index: 1;
}

.single-post .hero__bg::before {
  opacity: 0;
}

.single-post .hero__bg::after {
  background-color: rgb(var(--dark));
}

.single.single-service .hero__bg::after {
  display: none;
}

.single .hero__bg-img {
  mix-blend-mode: normal;
}

@media screen and (max-width: 767px) {
  .hero__bg-img {
    width: 100%;
  }
}

/* Inner page_hero right-side image panel (Figma split hero). Desktop only;
   blends into the dark textured background via a left-edge fade. */

/* .page-hero__panel {
  display: none;
} */

@media (width >=1024px) {
  .page-hero__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    display: block;
  }
}

.page-hero__panel>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-hero__panel-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 180px;
  background: linear-gradient(90deg, rgb(var(--dark)) 0%, rgb(var(--dark) / 0) 100%);
}

/* Client-logo marquee inside the hero */

.hero__marquee {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: rgb(var(--dark));
  display: none !important;
}

.hero__marquee::before,
.hero__marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(200px, 3vw, 390px);
  z-index: 2;
  pointer-events: none;
}

.hero__marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(6, 26, 41, 1) 0%, rgba(6, 26, 41, 0.95) 15%, rgba(6, 26, 41, 0.8) 30%, rgba(6, 26, 41, 0) 100%);
}

.hero__marquee::after {
  right: 0;
  background: linear-gradient(-90deg, rgba(6, 26, 41, 1) 0%, rgba(6, 26, 41, 0.95) 15%, rgba(6, 26, 41, 0.8) 30%, rgba(6, 26, 41, 0) 100%);
}

.hero__logo {
  filter: brightness(0) invert(1);
  opacity: 0.6;
}

/* ── Site header (transparent glass over hero → solid on scroll) ─────────── */

.site-header__bar {
  transition: background-color 0.25s ease, -webkit-backdrop-filter 0.25s ease;
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease;
  transition: background-color 0.25s ease, backdrop-filter 0.25s ease, -webkit-backdrop-filter 0.25s ease;
}

#site-header:not(.is-stuck) {
  background-color: rgb(255 255 255 / 0.02);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#site-header.is-stuck {
  background-color: rgb(var(--dark));
  box-shadow: 0 8px 30px rgb(0 0 0 / 0.25);
}

html.menu-open #site-header {
  background-color: rgb(var(--dark));
}

/* Desktop primary nav */

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__list>li {
  position: relative;
}

.site-nav__list>li>a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  transition: color 0.15s;
}

.site-nav__list>li>a:hover,
.site-nav__list>li.current-menu-item>a,
.site-nav__list>li:focus-within>a {
  color: rgb(var(--secondary));
}

.site-nav__list>li[data-mega-item]>a::after {
  content: "";
  width: 14px;
  height: 14px;
  flex: none;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44652 4.56362H9.68235C10.0557 4.56362 10.2599 5.00695 10.009 5.28695L6.88819 8.85112C6.84697 8.89791 6.79626 8.93538 6.73943 8.96105C6.6826 8.98672 6.62096 9 6.5586 9C6.49625 9 6.43461 8.98672 6.37778 8.96105C6.32095 8.93538 6.27024 8.89791 6.22902 8.85112L3.10819 5.28695C2.86319 5.00695 3.06152 4.56362 3.43485 4.56362H3.44652Z' fill='white'/%3E%3C/svg%3E%0A") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44652 4.56362H9.68235C10.0557 4.56362 10.2599 5.00695 10.009 5.28695L6.88819 8.85112C6.84697 8.89791 6.79626 8.93538 6.73943 8.96105C6.6826 8.98672 6.62096 9 6.5586 9C6.49625 9 6.43461 8.98672 6.37778 8.96105C6.32095 8.93538 6.27024 8.89791 6.22902 8.85112L3.10819 5.28695C2.86319 5.00695 3.06152 4.56362 3.43485 4.56362H3.44652Z' fill='white'/%3E%3C/svg%3E%0A") center / contain no-repeat;
  transition: transform 0.2s;
}

.site-nav__list>li[data-mega-item].is-open>a::after {
  transform: rotate(180deg);
}

/* ── Desktop mega-panel ───────────────────────────────────────────────────── */

/* Scrim (0.6 black) behind the panel, over the page. */

.mega-backdrop {
  position: fixed;
  inset: 0;
  top: 0;
  z-index: 30;
  background: rgb(0 0 0 / 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s;
}

.mega-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

/* Full-width white panel below the fixed header. */

.mega-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-h, 84px);
  z-index: 40;
  background: #fff;
  box-shadow: 0 24px 50px rgb(0 0 0 / 0.18);
  opacity: 0;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

@media screen and (max-width: 1024px) {
  .mega-panel {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}

.site-nav__list>li[data-mega-item].is-open>.mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-panel__inner {
  display: grid;
  grid-template-columns: 416px 384px 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 80px 80px;
}

.mega-panel__promo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.mega-panel__eyebrow {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(var(--primary));
}

.mega-panel__heading {
  color: rgb(var(--primary));
  margin: 0;
}

.mega-panel__body {
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: rgb(var(--title));
  margin: 0;
}

.mega-panel__media {
  width: 100%;
}

.mega-panel__img {
  width: 100%;
  aspect-ratio: 384 / 343;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  display: block;
}

.mega-panel__promo .btn__secondary:hover {
  background-color: rgb(var(--primary));
  color: rgb(var(--white));
}

/* align-items:flex-start so each chip hugs its label width (Figma pills) instead of filling the column. */

.mega-panel__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.mega-chip {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 12px 24px 12px 16px;
  border-radius: 9999px;
  background: rgb(var(--background));
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: rgb(var(--title));
  transition: background-color 0.15s;
}

.mega-chip:hover,
.mega-chip.is-active {
  background: rgb(var(--secondary));
}

.mega-chip__icon {
  width: 24px;
  height: 24px;
  flex: none;
  color: rgb(var(--primary));
}

/* ── Desktop simple dropdown (alternative to the full-width mega-panel) ────── */

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
  min-width: 260px;
  margin-top: 8px;
  padding: 8px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 50px rgb(0 0 0 / 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.site-nav__list>li[data-mega-item].is-open>.nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-dropdown__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 9999px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: rgb(var(--title));
  white-space: nowrap;
  transition: background-color 0.15s, color 0.15s;
}

.nav-dropdown__link:hover {
  background: rgb(var(--background));
  color: rgb(var(--primary));
}

.nav-dropdown__icon {
  width: 24px;
  height: 24px;
  flex: none;
  color: rgb(var(--primary));
}

/* ── Mobile drawer ───────────────────────────────────────────────────────── */

.mobile-drawer-scrim {
  position: fixed;
  inset: 0;
  z-index: 39;
  background: rgb(0 0 0 / 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s;
}

html.menu-open .mobile-drawer-scrim {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.mobile-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.mobile-drawer__inner {
  margin: 5.5rem 1rem 1rem;
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

html.menu-open {
  overflow: hidden;
}

.mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.mobile-nav__item {
  border-bottom: 1px solid rgb(var(--line));
}

.mobile-nav__item:first-child .mobile-nav__row {
  padding-top: 0;
}

.mobile-nav__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.mobile-nav__label {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: rgb(var(--title));
  transition: color 0.15s;
}

.mobile-nav__item--has-sub .mobile-nav__row[aria-expanded="true"] .mobile-nav__label {
  color: rgb(var(--primary));
}

.mobile-nav__caret {
  width: 14px;
  height: 14px;
  flex: none;
  color: rgb(var(--primary));
}

/* Default (collapsed) shows the down caret; expanded swaps to the up caret. */

.mobile-nav__caret--up {
  display: none;
}

.mobile-nav__row[aria-expanded="true"] .mobile-nav__caret--down {
  display: none;
}

.mobile-nav__row[aria-expanded="true"] .mobile-nav__caret--up {
  display: block;
}

.mobile-nav__sub {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.mobile-nav__sub.is-open {
  max-height: 30rem;
}

/* 16px gap between the menu title row and its submenu items. */

.mobile-nav__sub-list {
  list-style: none;
  margin: 0;
  padding: 16px 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mobile-nav__sub-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(var(--title));
}

.mobile-nav__sub-icon {
  width: 24px;
  height: 24px;
  flex: none;
  color: rgb(var(--primary));
}

/* Mobile toggle icon swap */

#mobile-menu-toggle[aria-expanded="true"] .menu-icon-open {
  display: none;
}

#mobile-menu-toggle[aria-expanded="true"] {
  background-color: rgb(var(--secondary));
  color: #061A29;
}

#mobile-menu-toggle[aria-expanded="true"] .menu-icon-close {
  display: block;
  /* width: 24px; */
}

/* ── Services & Products filter pills ─────────────────────────────────────── */

.svc-pill {
  border-radius: 9999px;
  padding: 10px 32px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(var(--description));
  background: rgb(var(--background));
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.svc-pill:hover {
  background: rgb(var(--secondary) / 0.55);
}

.svc-pill[aria-selected="true"] {
  background: rgb(var(--primary));
  color: #fff;
}

.svc-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgb(6 26 41 / 0.25);
}

.svc-card img {
  transition: transform 0.4s ease;
}

.svc-card:hover img {
  transform: scale(1.04);
}

/* Outlined "View in Detail" pill used on dark service/product cards. */

.sp-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid rgb(var(--secondary));
  border-radius: 8px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(var(--secondary));
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.group:hover .sp-card-btn {
  background: rgb(var(--secondary));
  color: rgb(var(--dark));
}

.group:hover .svc-card__title,
.group:hover .sp-product-card__title {
  color: rgb(var(--secondary));
}

/* Full-bleed overlay product card. */

.sp-product-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sp-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgb(6 26 41 / 0.25);
}

.sp-product-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.sp-product-card:hover .sp-product-card__bg {
  transform: scale(1.04);
}

.sp-product-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(var(--dark) / 0.92) 0%, rgb(var(--dark) / 0.45) 55%, rgb(var(--dark) / 0.15) 100%);
}

.card-grid__overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 26, 41, 1) 0%, rgba(6, 26, 41, 0) 100%);
}

.card-grid__img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 26, 41, 1) 0%, rgba(6, 26, 41, 0) 100%);
}

.card-grid__item-img-link::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
}

.card-grid .card-grid__link {
  position: relative;
  z-index: 2;
}

.card-grid .swiper-slide .card-grid__link {
  margin-top: 1rem;
}

.card-grid__item .card-grid__item-img img,
.card-grid__item>img {
  transition: all 0.3s ease-in-out;
}

.card-grid__item .card-grid__item-link::before {
  content: '';
  position: absolute;
  inset: 0;
}

.card-grid__item:hover .card-grid__item-img img,
.card-grid__item:hover>img {
  transform: scale(1.1);
}

/* "Is this you?" prompt cards */

.itu-card {
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.itu-card:hover {
  transform: translateY(-3px);
}

.itu-arrow {
  transition: transform 0.25s ease;
}

.itu-card:hover .itu-arrow {
  transform: translateX(4px);
}

/* TESTIMONIALS SECTION */

.tst .text-description p {
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  section.tst {
    background-image: url('./assets/img/quote-bg.webp');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 15px;
    background-size: 361px;
  }
}

section.tst .text-description {
  display: grid;
  gap: 1.5rem;
}

/* CF7 FORM CUSTOM CSS */

input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 300;
}

input::placeholder,
textarea::placeholder {
  font-weight: 300;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  /* margin-bottom: 1rem; */
}

.wpcf7-form label {
  display: inline-block;
  color: rgb(var(--title));
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  display: flex;
  font-size: 1rem;
  line-height: 1;
  padding: 14px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  color: rgb(var(--title));
}

.wpcf7-form textarea {
  max-height: 110px;
}

.wpcf7-form .intl-tel-input.allow-dropdown input {
  padding-right: 16px;
}

.wpcf7-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 80px;
}

.wpcf7-form .intl-tel-input .country-list {
  max-width: 265px;
}

.wpcf7-form .intl-tel-input .country-list .country-name {
  color: rgb(var(--title));
}

.wpcf7-form input[type="submit"] {
  display: flex;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: rgb(var(--primary));
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 14px;
}

.wpcf7-form .intl-tel-input .flag-container .selected-flag {
  width: 60px !important;
  background: none;
}

.wpcf7-form .intl-tel-input .selected-flag .iti-flag {
  left: 15px;
}

.wpcf7-form .intl-tel-input .selected-flag .iti-arrow {
  width: 10px;
  height: 24px;
  top: 16px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33325 3.33366L4.99992 6.66699L1.66659 3.33366' stroke='%23061A29' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.wpcf7-form .intl-tel-input .selected-flag .iti-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 24px;
  background: rgb(var(--line));
}

.wpcf7-form .intl-tel-input.separate-dial-code .selected-dial-code {
  display: none;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
}

.wpcf7-form .wpcf7-radio {
  display: flex;
  gap: 0.5rem;
}

.wpcf7-form .wpcf7-radio label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
  width: 16px;
  height: 16px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked {
  border-color: #2f6ce5;
  border-width: 4px;
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 0;
  min-width: 120px;
}

.wpcf7-form .wpcf7-list-item label {
  margin: 0;
}

.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  color: rgb(var(--title));
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
}

/* FOOTER SECTION */

.site-footer .footer__site-title {
  font-size: 32px;
}

.footer-links-col__wrap .footer-links-col:last-child {
  max-width: 248px;
}

.footer-links-col__wrap .footer-links-col span a {
  text-decoration: underline;
}

.footer-links-col__wrap .footer-links-col span a:hover {
  color: rgb(var(--secondary));
}

.socials-block svg:hover path {
  stroke: rgb(var(--secondary));
}

@media (min-width: 1024px) {
  .footer-links__wrap .footer-links__col:last-child {
    max-width: 225px;
  }
}

@media (max-width: 767px) {
  .site-footer .footer__site-title {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .site-footer .footer__site-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .site-footer .footer__site-title {
    font-size: 20px;
  }
}

/* BREADCRUMB */

[aria-label="Breadcrumb"] * {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: var(--font-primary);
  letter-spacing: 0.18em;
  color: rgb(var(--white))
}

[aria-label="Breadcrumb"] p {
  line-height: 1.5rem;
}

[aria-label="Breadcrumb"] .last,
[aria-label="Breadcrumb"] .separator,
[aria-label="Breadcrumb"] [aria-current="page"] {
  color: rgb(var(--white));
  opacity: 0.4;
  transition: opacity 0.15s;
  cursor: pointer;
}

[aria-label="Breadcrumb"] .last:hover,
[aria-label="Breadcrumb"] [aria-current="page"]:hover {
  opacity: 1;
}

/* PROUDCTS PAGE -- CUSTOM MASONRY GRID */

@media (min-width: 1024px) {
  .grid__masonry-type.lg\:grid-cols-3 {
    grid-template-columns: repeat(6, 1fr);
  }

  .grid__masonry-type.lg\:grid-cols-3 .group {
    grid-column: span 2;
    min-height: 295px;
  }

  /* .grid__masonry-type.lg\:grid-cols-3 .group:nth-child(-n + 2) {
    grid-column: span 3;
    min-height: 275px;
  } */

  .grid__masonry-type.lg\:grid-cols-3 .group .card-grid__excerpt {
    max-width: 270px;
  }

  .grid__masonry-type.lg\:grid-cols-3 .group:nth-child(-n + 2) .card-grid__excerpt {
    max-width: 336px;
  }
}

/* FEATURED PRODUCTS SLIDER */

.card-grid-slider__overlay {
  background: linear-gradient(-180deg, rgba(0, 25, 77, 0) 0%, rgba(0, 25, 77, 0.8) 100%);
}

.card-grid__item:hover .card-grid-slider__overlay {
  background: linear-gradient(-180deg, rgba(0, 25, 77, 0.1) 0%, rgba(0, 25, 77, 1) 100%);
}

.card-grid-slider__wrapper {
  padding-left: max(0px, calc((100% - 1280px) / 2));
}

.slider-button-container {
  transform: translateY(-415px) translateX(-155px);
  height: 0;
}

.slider-button-container .card-grid-arrow svg {
  width: 16px;
  height: 28px;
  color: rgb(var(--secondary));
}

.slider-button-container .card-grid-arrow:hover svg {
  color: rgb(var(--primary));
}

.slider-button-container .card-grid-arrow.card-grid-prev svg {
  color: rgb(var(--primary));
}

.slider-button-container .card-grid-arrow.card-grid-prev,
.slider-button-container .card-grid-arrow:hover {
  background-color: rgb(var(--secondary));
}

.slider-button-container .card-grid-arrow.card-grid-prev:hover {
  background-color: rgb(var(--primary));
}

.slider-button-container .card-grid-arrow.card-grid-prev:hover svg {
  color: rgb(var(--secondary));
}

.slider-button-container .swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .slider-button-container {
    justify-content: start;
    transform: translateY(-410px) translateX(0);
  }
}

/* CARD GRID -- IMAGE TOP STYLE */

.card-grid.blog-page__post-list-section .card-grid__item .text-description,
.card-grid.resources__blog-section .card-grid__item .text-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .card-grid__item-title--wrap {
    /* transform: none; */
    gap: 8px;
  }

  .card-style__image-top {
    display: flex !important;
    overflow-x: auto;
    gap: 32px 16px;
    padding-right: 24px;
    /* creates the cutoff */
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .card-style__image-top::-webkit-scrollbar {
    display: none;
  }

  .card-style__image-top>article {
    flex: 10 0 calc(100vw - 80px);
    max-width: calc(100vw - 80px);
    scroll-snap-align: start;
  }
}

/* CARD GRID SLIDER */

.card-grid.is-slider-layout {
  padding-right: 0;
}

.card-grid.is-slider-layout .card-grid__heading-section {
  display: grid;
  gap: 16px;
}

.card-grid.is-slider-layout .card-grid__heading-section>h2 {
  max-width: 850px;
}

.card-grid.is-slider-layout .card-grid__heading-section .text-title {
  max-width: 700px;
}

.card-grid-slider.swiper {
  padding-right: 10%;
}

@media screen and (max-width: 1024px) {
  .card-grid.is-slider-layout .card-grid__heading-section {
    padding-right: 24px;
    margin-bottom: 75px;
  }

  .card-grid.is-slider-layout .card-grid__item-title--wrap,
  .card-grid.is-slider-layout .card-grid__excerpt {
    transform: none;
    opacity: 1;
    height: auto;
    max-height: none;
    gap: 8px;
  }

  .card-grid.is-slider-layout .card-grid__link {
    transform: none;
    opacity: 1;
    height: auto;
    max-height: none;
    margin-top: 24px;
  }
}

/* PRODUCT SINGLE PAGE */

.product-hero .page-hero__img-col {
  background-color: #fff;
}

.product-hero .page-hero__img-col img {
  -o-object-fit: contain;
     object-fit: contain;
}

.single-service .faq-split .faq-split-inner,
.single-product .faq-split .faq-split-inner,
.single-location .faq-split .faq-split-inner,
.single-industry .faq-split .faq-split-inner {
  flex-direction: row-reverse;
}

.text-description p {
  margin-bottom: 1rem;
  line-height: 1.4;
}

.text-description p:last-child {
  margin-bottom: 0;
}

.single-product .spec-grid .grid {
  align-items: stretch;
}

.single-product .spec-grid .spec-grid__img-col {
  background-color: #fff;
  overflow: hidden;
}

.single-product .spec-grid .spec-grid__img-col img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .single-service .faq-split .faq-split-inner,
  .single-product .faq-split .faq-split-inner,
  .single-location .faq-split .faq-split-inner,
  .single-industry .faq-split .faq-split-inner {
    flex-wrap: wrap;
  }
}

.related-industry-section.card-grid .card-grid__item {
  padding: 32px;
}

.related-industry-section .card-grid__item-title--wrap {
  transform: translateY(70px);
}

.related-industry-section .card-grid__excerpt {
  font-size: 16px;
}

.related-industry-section.card-grid .card-grid__link {
  transform: translateY(80px);
}

.related-industry-section.card-grid .card-grid__item .card-grid__item-title {
  font-size: clamp(24px, 2vw, 32px);
}

@media (max-width: 1024px) {
  .related-industry-section.card-grid .card-grid__item {
    padding: 24px;
  }
}

/* PRODUCT SINGLE - RELATED PRODUCTS */

.single-product__related-section {
  background-color: #bee0fe;
}

.single-product__related-section .card-grid__heading-section,
.related-industry-section .card-grid__heading-section,
.product-category__related-section .card-grid__heading-section {
  margin-bottom: 0;
}

.single-product__related-section .card-grid-slider__wrapper {
  padding-left: 0 !important;
  padding-right: 0;
  max-width: 1280px;
  margin: 0 auto;
}

.single-product__related-section .card-grid-slider.swiper {
  padding-right: 0;
}

.single-product__related-section .slider-button-container {
  display: none;
}

.single-product__related-section .img__wrap {
  border-radius: 8px;
}

.single-product__related-section .card-grid__item {
  background-color: #fff;
}

.single-product__related-section .card-grid__item .card-grid__item-img-link,
.single-product__related-section .card-grid__item .card-grid__item-img-link img {
  display: block;
}

@media (max-width: 1024px) {
  .single-product__related-section {
    padding-right: 0;
  }

  .single-product__related-section .card-grid__heading-section {
    padding-right: 1.5rem;
  }
}

/* INDUSTRIES LISTING GRID -- 2 COLUMNS GRID*/

.industry-list-section.card-grid .two-col-selected .card-grid__item {
  max-height: 265px;
  min-height: 265px;
  padding: 24px;
}

.industry-list-section .card-grid__item-title--wrap {
  transform: translateY(70px);
}

.industry-list-section.card-grid .two-col-selected .card-grid__item .eastlakes_theme-h5 {
  font-size: clamp(24px, 2vw, 32px);
}

.industry-list-section.card-grid .two-col-selected .card-grid__item .card-grid__excerpt {
  font-size: 1rem;
}

.industry-list-section.card-grid .two-col-selected .card-grid__item .card-grid__link {
  margin-top: 0;
  transform: translateY(90px);
}

.industry-list-section.card-grid .two-col-selected .card-grid__item:hover .card-grid__link {
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .industry-list-section.card-grid .two-col-selected .card-grid__item {
    padding: 32px;
  }

  .industry-list-section.card-grid .two-col-selected .card-grid__item:nth-child(1),
  .industry-list-section.card-grid .two-col-selected .card-grid__item:nth-child(4) {
    min-height: 400px;
  }

  .industry-list-section.card-grid .two-col-selected .card-grid__item:nth-child(2),
  .industry-list-section.card-grid .two-col-selected .card-grid__item:nth-child(3) {
    min-height: 240px;
    max-height: 304px;
  }

  .industry-list-section.card-grid .two-col-selected .card-grid__item:nth-child(4) {
    margin-top: -98px;
  }
}

@media (max-width: 1024px) {
  .industry-list-section.card-grid .card-grid__heading-section {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .industry-list-section.card-grid .card-grid__item-title--wrap,
  .related-industry-section.card-grid .card-grid__item-title--wrap {
    transform: none;
  }

  .industry-list-section.card-grid .card-grid__excerpt,
  .related-industry-section.card-grid .card-grid__excerpt {
    transform: none;
    opacity: 1;
    max-height: none;
  }

  .industry-list-section.card-grid .card-grid__link,
  .related-industry-section.card-grid .card-grid__link {
    transform: none;
    padding: 12px 24px;
    height: auto;
  }
}

/* ABOUT US PAGE --  IMAGE TOP CARDS GRID */

.card-grid.about__service-area-section .card-grid__heading-section {
  max-width: 632px;
  padding-right: 0;
}

.card-grid.about__service-area-section .card-style__image-top article.group {
  border: none;
  border-radius: 0;
  background-color: rgb(var(--dark) / var(--tw-bg-opacity, 1));
  color: rgb(var(--white));
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-grid.about__service-area-section .card-style__image-top article.group .eastlakes_theme-h4 {
  font-family: var(--font-secondary);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25;
  color: rgb(var(--white));
}

.card-grid.about__service-area-section .card-style__image-top article.group .text-description {
  color: rgb(255 255 255 / 0.7);
  line-height: 1.625;
}

.card-grid.about__service-area-section .card-style__image-top article.group .text-content__link:hover {
  background: rgb(var(--secondary));
  color: rgb(var(--dark));
}

@media (max-width: 767px) {
  .card-grid.about__service-area-section .card-style__image-top {
    margin-right: -24px;
    width: calc(100% + 24px);
  }

  .card-grid.about__service-area-section .card-grid__heading-section {
    padding-right: 0;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    max-width: none;
  }
}

/* TEAM SECTION */

.team-grid .slider-button-container {
  transform: none;
}

.team-slider__wrapper {
  padding-left: calc((100% - 1280px) / 2) ! important;
}

.team-slider-button-container .card-grid-arrow svg {
  width: 16px;
  height: 28px;
  color: rgb(var(--secondary));
}

.team-slider-button-container .card-grid-arrow:hover {
  background-color: rgb(var(--secondary));
}

.team-slider-button-container .card-grid-arrow:hover svg {
  color: rgb(var(--primary));
}

.team-slider-button-container .swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.team-grid .team__item .team__item-img {
  position: relative;
}

.team-grid .team__item .team__item-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 25, 77, 0) 0%, rgba(0, 25, 77, 0.5) 100%);
}

/* LOCATIONS LISTING PAGE */

.locations__areas-section {
  padding-left: 0.5rem;
  padding-right: 0;
}

.locations__areas-section .card-grid-slider__wrapper {
  padding-left: 0 !important;
}

.locations__areas-section .card-grid-slider__wrapper article.group {
  position: relative;
  border-radius: 0;
  min-height: 512px;
}

.locations__areas-section .card-grid-slider__wrapper .slider-button-container {
  height: 0;
  transform: translateY(-575px) translateX(-148px);
}

@media screen and (max-width: 1024px) {
  .locations__areas-section .card-grid__heading-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .locations__areas-section .card-grid-slider__wrapper .slider-button-container {
    transform: translateY(-575px) translateX(24px);
  }
}

@media screen and (max-width: 767px) {
  .locations__areas-section .card-grid-slider__wrapper article.group {
    margin-right: 8px !important;
  }
}

/* LOCATION SINGLE PAGE */

.single-location .page-hero .phone-button__has-icon {
  background-color: rgb(var(--secondary));
  color: rgb(var(--title));
}

.single-location .page-hero .phone-button__has-icon:hover {
  background-color: transparent;
  color: rgb(var(--secondary));
}

.single-location .grid__masonry-type.three-col-selected {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 0;
}

.single-location .grid__masonry-type.three-col-selected .card-grid__item {
  min-height: 448px;
  border-radius: 0;
  padding: 24px;
}

.single-location .grid__masonry-type .card-grid__item-title--wrap {
  transform: translateY(42px);
}

.single-location .grid__masonry-type.three-col-selected .card-grid__item .card-grid__item-title {
  font-size: clamp(20px, 3vw, 24px);
}

.single-location .grid__masonry-type.three-col-selected .card-grid__item .card-grid__excerpt {
  max-width: none;
  font-size: 16px;
  line-height: 1.4;
}

.single-location .grid__masonry-type.three-col-selected .card-grid__item .card-grid__link {
  margin-top: 0;
}

@media (max-width: 767px) {
  .single-location .grid__masonry-type.three-col-selected {
    display: flex !important;
    overflow-x: auto;
    gap: 16px;
    padding-right: 24px;
    /* creates the cutoff */
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .single-location .grid__masonry-type.three-col-selected::-webkit-scrollbar {
    display: none;
  }

  .single-location .grid__masonry-type.three-col-selected>.group {
    flex: 0 0 calc(100vw - 80px);
    max-width: calc(100vw - 80px);
    scroll-snap-align: start;
  }
}

.single-location .recent-projects {
  padding-top: 24px;
}

/* RESOURCES PAGE */

.resources__blog-section.card-grid {
  padding-right: 1.5rem;
}

.resources__blog-section>.content-wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.resources__blog-section .card-style__image-top {
  padding-right: 0;
}

.resources__blog-section .card-style__image-top article.group {
  display: grid;
  gap: 1rem;
  background: none;
  border: 0;
  display: none;
}

.resources__blog-section .card-style__image-top article.group:nth-child(-n+3) {
  display: grid;
}

.resources__blog-section .card-style__image-top article.group .img__wrap {
  border-radius: 8px;
}

.resources__blog-section .card-style__image-top article.group .text-content__wrap {
  padding: 0 1rem;
}

.resources__blog-section .card-style__image-top article.group .text-content__wrap * {
  color: rgb(var(--primary));
}

.resources__blog-section .card-style__image-top article.group .text-content__wrap .eastlakes_theme-h4:hover {
  color: rgb(var(--secondary))
}

.resources__blog-section .card-style__image-top article.group .text-description {
  padding-bottom: 0;
}

.resources__blog-section .card-style__image-top article.group .text-content__link {
  display: none;
}

@media all and (min-width: 1024px) {
  .resources__blog-section .content-wrap .button__wrap-section {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media all and (max-width: 1024px) {
  .resources__blog-section .content-wrap .button__wrap-section {
    justify-content: flex-start;
  }

  .resources__blog-section .content-wrap>.mb-\[75px\] {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .resources__blog-section .card-style__image-top {
    display: grid !important;
    overflow: none;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: initial;
    scrollbar-width: none;
  }

  .resources__blog-section .card-style__image-top article.group {
    max-width: none;
  }

  .resources__blog-section .card-style__image-top article.group .img__wrap {
    height: 280px;
    overflow: hidden;
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 480px) {
  .resources__blog-section .card-style__image-top article.group .img__wrap {
    height: 220px;
  }

  .resources__blog-section .card-style__image-top article.group .img__wrap img {
    -o-object-position: center;
       object-position: center;
  }
}

/* BRANDS PARTNERS SECTION */

.cta-partners {
  display: none !important;
}

@media screen and (min-width: 1024px) and (max-width:1280px) {
  .cta-partners .cta-partners__logo-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* RESOURCES PROJECTS SECTION */

.resources__projects-section .recent-projects__header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
}

.resources__projects-section .recent-projects__header .heading-box>* {
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .resources__projects-section .recent-projects__no-media {
    grid-template-columns: 1fr;
  }
}

/* SERVICES PAGE */

.service-rows__item-wrap .service-rows__item:first-child {
  border-top: 2px solid rgb(var(--primary) / 0.2);
}

.service-rows__item-wrap .service-rows__item:hover {
  border-color: rgb(var(--primary));
}

/* CASE STUDY SECTION */

section.recent-projects {
  display: none !important;
}

/* CASE STUDY, PROJECTS ARCHIVE PAGE */

.grid .case-study-item {
  border-color: rgb(0 0 0 / 0.4);
}

/* CASE STUDIES, PROJECTS SINGLE */

.single-case-study {
  background-color: transparent;
}

.single-case-study .page-hero {
  background: none;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
  min-height: 475px;
}

.single-case-study .page-hero .page-hero__desc-col {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
}

.single-case-study .page-hero .page-hero__desc-col [aria-label="Breadcrumb"] {
  text-align: center;
  justify-content: center;
}

.single-case-study .page-hero .page-hero__desc {
  max-width: 850px;
}

.single-case-study .page-hero__desc .hero__title {
  font-size: clamp(48px, 4vw, 64px);
}

.single-case-study .hero__bg-img {
  mix-blend-mode: unset;
  background-position: top center;
}

@media screen and (max-width: 1024px) {
  .single-project__challenge-section>.flex-col {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 600px) {
  .single-case-study .hero__bg-img {
    background-position: 70% center;
  }
}

/* PROJECTS STATS SECTION */

.media-text-with-stats .stat-band__item {
  background-color: rgb(var(--background));
  padding: 1rem;
  border-radius: 1rem;
}

.media-text-with-stats .stat-band__item-value {
  color: #19181B;
  font-size: 24px;
}

.media-text-with-stats .stat-band__item-label {
  color: #39393E;
  font-size: 14px;
}

/* PROJECTS GALLERY */

.single-case-study .projects-gallery {
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.single-case-study .projects-gallery .gallery-item {
  border-radius: 24px;
}

@media screen and (max-width: 1024px) {
  .single-case-study .projects-gallery {
    padding-top: 0;
    padding-bottom: 0;
  }

  .single-case-study .projects-gallery .gallery-item {
    border-radius: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .projects-gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .projects-gallery .gallery-item:nth-child(4n+1),
  .projects-gallery .gallery-item:nth-child(4n+4) {
    grid-column: span 2;
  }
}

/* CONTACT US PAGE */

.contact-details .contact-card {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-image: url("data:image/svg+xml,%3Csvg width='632' height='104' viewBox='0 0 632 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='632' height='104' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E%0A");
}

.contact-fom-section__box {
  max-width: 584px;
}

/* CONTACT FORM CTA SECTION */

.contact-form__wrapper .wpcf7 form .wpcf7-response-output {
  color: rgb(var(--title));
  margin: 1rem 0 0;
}

@media screen and (min-width: 1024px) {
  .contact-form .contact-form__text-col {
    max-width: 524px;
  }

  .contact-form .contact-form__form-col {
    max-width: 632px;
  }
}

/* CTA BAND */

.cta-band .content-wrap {
  max-width: 850px;
}

.cta-band .content-wrap .eastlakes_theme-h2 {
  font-size: clamp(24px, 2vw, 32px);
}

/* FAQ SIDEBAR CTA */

.faq-sidebar-cta .faq-sidebar-cta__title {
  font-size: 20px;
}

.sidebar-cta .btn__secondary,
.faq-sidebar-cta .btn__secondary {
  max-width: 160px;
}

/* CONTACT US PAGE */

.contact-details {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: hidden;
}

.contact-details .hero__bg-img {
  mix-blend-mode: normal;
}

.contact-details .hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 20, 32, 1) 0%, rgba(5, 20, 32, 0.95) 15%, rgba(5, 20, 32, 0.8) 30%, rgba(5, 20, 32, 0) 100%);
  z-index: 2;
}

.contact-details .hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 24, 77, 0.6);
  z-index: 1;
}

.contact-details .social-icons__wrap svg path {
  stroke: rgb(var(--secondary));
}

.contact-details .social-icons__wrap svg:hover path {
  stroke: rgb(var(--white));
}

/* LEGAL CONTENT */

:has(.legal-content) .page-hero {
  display: grid;
  background-color: #fff;
}

:has(.legal-content) .page-hero .page-hero__content-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 388px;
}

:has(.legal-content) .hero__bg {
  background-color: transparent;
}

:has(.legal-content) .hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(var(--primary)/0.6);
  z-index: 1;
}

:has(.legal-content) .hero__bg::after {
  background: linear-gradient(-180deg, rgb(5, 20, 32) 0%, rgba(5, 20, 32, 0.95) 15%, rgba(5, 20, 32, 0.8) 30%, rgba(5, 20, 32, 0.5) 100%);
  z-index: 1;
}

.legal-content .sidebar__cta .btn__secondary {
  max-width: 160px;
}

@media screen and (min-width: 767px) {
  :has(.legal-content) .page-hero {
    display: block;
  }

  :has(.legal-content) .page-hero .page-hero__content-wrap {
    min-height: 435px;
  }
}

/* BLOG PAGE */

.grid.is-blog-style {
  row-gap: 32px;
}

@media screen and (min-width: 767px) {
  .grid.is-blog-style {
    row-gap: 48px;
  }
}

.pagination .nav-links,
nav[aria-label="Pagination"] {
  display: flex;
  gap: 8px;
}

.pagination .nav-links .page-numbers,
nav[aria-label="Pagination"] .page-numbers {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7E7E7E;
  font-size: 16px;
  line-height: 1.4;
}

.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next,
nav[aria-label="Pagination"] .page-numbers.prev,
nav[aria-label="Pagination"] .page-numbers.next {
  display: none;
}

.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current,
nav[aria-label="Pagination"] .page-numbers:hover,
nav[aria-label="Pagination"] .page-numbers.current {
  background-color: rgb(var(--primary));
  color: #fff;
}

/* SINGLE SERVICES */

.single-service .page-hero__desc li svg {
  color: rgb(var(--secondary))
}

@media screen and (max-width: 767px) {
  .single-service .hero__bg-img {
    background-position: center;
  }
}

.services__related-section .card-grid__heading-section h2 {
  color: rgb(var(--title));
}

/* SINGLE INDUSTRY */

.single-industry .related-industry-section {
  padding-right: 0;
}

.single-industry .related-industry-section .two-col-selected {
  display: flex !important;
  overflow-x: auto;
  gap: 16px;
  padding-right: 24px;
  /* creates the cutoff */
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.single-industry .related-industry-section .two-col-selected::-webkit-scrollbar {
  display: none;
}

.single-industry .related-industry-section .two-col-selected>.card-grid__item {
  flex: 0 0 calc(100vw - 100px);
  max-width: calc(100vw - 100px);
  scroll-snap-align: start;
}

@media screen and (min-width: 769px) {
  .single-industry .related-industry-section .two-col-selected>.card-grid__item {
    flex: 0 0 calc(50vw - 100px);
    max-width: calc(50vw - 100px);
  }
}

@media screen and (min-width: 1024px) {
  .single-industry .related-industry-section .two-col-selected {
    overflow: scroll;
    padding-right: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .single-industry .related-industry-section .two-col-selected::-webkit-scrollbar {
    display: none;
  }

  .single-industry .related-industry-section .two-col-selected>.card-grid__item {
    flex: 1;
    width: 50%;
    max-width: none;
    min-width: 632px;
  }
}

/* SINGLE PRODUCT */

.single-product .hero__bg:after,
.single-product .hero__bg-img,
.single-product .page-hero__panel-fade {
  opacity: 0;
}

.product-hero .product-hero__body p {
  margin-bottom: 1rem;
}

.product-hero .product-hero__body ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .single-product .page-hero__text-col .page-hero__desc-col {
    width: 50%;
    padding-right: 1rem;
  }
}

/* SINGLE POST */

.singe-post__hero .hero__bg,
.singe-post__hero .hero__bg-img {
  position: static;
}

.singe-post__hero .page-hero__panel {
  display: block;
}

@media screen and (min-width: 1024px) {
  .singe-post__hero .page-hero__panel {
    width: 50%;
  }
}

.singe-post__hero .page-hero__panel>img {
  -o-object-position: right center;
     object-position: right center;
}

.single-post .article-body {
  background-color: #fff;
}

.single-post .cta-card__img img {
  max-height: 36px;
}

.single-post .toc-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: transparent;
}

.single-post .toc-link.active:before {
  left: -10px;
  background-color: rgb(var(--title));
}

@media screen and (max-width: 500px) {
  .singe-post__hero {
    border-bottom-right-radius: 32px;
  }

  .singe-post__hero .page-hero__panel>img {
    height: 390px;
  }
}

/* RELATED SINGLE POST */

.related__single-post-section.card-grid .grid article.group,
.single-post__card-grid.card-grid .grid article.group {
  position: relative;
  background-color: transparent;
  display: grid;
  gap: 1rem;
}

.related__single-post-section.card-grid .grid article.group .text-content__wrap,
.single-post__card-grid.card-grid .grid article.group .text-content__wrap {
  position: static;
  padding: 0 1rem;
}

.related__single-post-section.card-grid .grid article.group .img__wrap,
.single-post__card-grid.card-grid .grid article.group .img__wrap {
  border-radius: 8px;
}

.related__single-post-section.card-grid .grid article.group .text-content__wrap .text-gray,
.single-post__card-grid.card-grid .grid article.group .text-content__wrap .text-gray {
  color: rgb(var(--dark));
}

.related__single-post-section.card-grid .grid article.group .eastlakes_theme-h4,
.single-post__card-grid.card-grid .grid article.group .eastlakes_theme-h4 {
  color: rgb(var(--title));
  font-size: clamp(18px, 3vw, 20px);
}

.related__single-post-section.card-grid .grid article.group .eastlakes_theme-h4 a::before,
.single-post__card-grid.card-grid .grid article.group .eastlakes_theme-h4 a::before {
  content: '';
  position: absolute;
  inset: 0;
}

.related__single-post-section.card-grid .grid article.group .eastlakes_theme-h4:hover,
.single-post__card-grid.card-grid .grid article.group .eastlakes_theme-h4:hover {
  color: rgb(var(--primary));
}

.related__single-post-section.card-grid .grid article.group .text-description,
.single-post__card-grid.card-grid .grid article.group .text-description {
  color: rgb(var(--description));
  font-size: 14px;
  padding-bottom: 0;
}

.related__single-post-section.card-grid .grid article.group .text-content__link,
.single-post__card-grid.card-grid .grid article.group .text-content__link {
  display: none;
}

@media (max-width: 1024px) {
  .related__single-post-section.card-grid,
  .single-post__card-grid.card-grid {
    padding-right: 0;
  }

  .related__single-post-section.card-grid .card-style__image-top,
  .single-post__card-grid.card-grid .card-style__image-top {
    display: flex !important;
    overflow-x: auto;
    gap: 16px;
    padding-right: 24px;
    /* creates the cutoff */
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .related__single-post-section.card-grid .card-style__image-top::-webkit-scrollbar,
  .single-post__card-grid.card-grid .card-style__image-top::-webkit-scrollbar {
    display: none;
  }

  .related__single-post-section.card-grid .card-style__image-top>article,
  .single-post__card-grid.card-grid .card-style__image-top>article {
    flex: 0 0 calc(100vw - 60vw);
    max-width: calc(100vw - 60vw);
    scroll-snap-align: start;
  }
}

@media (max-width: 767px) {
  .related__single-post-section.card-grid .card-style__image-top>article,
  .single-post__card-grid.card-grid .card-style__image-top>article {
    flex: 0 0 calc(100vw - 100px);
    max-width: calc(100vw - 100px);
  }
}

/* PAGE HERO */

@media screen and (min-width: 1024px) {
  .page-hero__desc-col .page-hero__desc {
    max-width: 560px;
  }

  .single-service .page-hero__desc-col .page-hero__desc,
  .single-industry .page-hero__desc-col .page-hero__desc {
    max-width: 632px;
    min-width: 632px;
  }
}

/* PRODUCTS LISTING PAGE */

.products-page__range-section .card-grid__item .img__wrap {
  max-width: 432px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}

.products-page__range-section .card-grid__item .img__wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 26, 41, 1) 0%, rgba(6, 26, 41, 0) 20%);
  z-index: 1;
}

.products-page__range-section .card-grid__item .img__wrap img {
  transition: all 0.3s ease-in-out;
}

.products-page__range-section .card-grid__item:hover .img__wrap img {
  scale: 1.1;
}

.products-page__range-section .card-grid__heading-section p {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  .products-page__range-section .card-grid__heading-section {
    max-width: 848px;
    justify-content: center;
    align-items: center;
  }

  .products-page__range-section .card-grid__heading-section .eastlakes_theme-h2 {
    position: relative;
    text-align: right;
  }

  .products-page__range-section .card-grid__heading-section .eastlakes_theme-h2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    background-color: rgb(var(--primary));
    width: 2px;
    height: 100%;
  }
}

/* FAQ PAGE */

.faq-page__hero-section,
.faq-page__hero-section .page-hero__panel>img {
  -o-object-position: right center;
     object-position: right center;
}

/* FEATURES COLUMNS SECTION */

.feature-cols.has-feat-img .feature-cols__box-col {
  align-content: flex-start;
}

.feature-cols.has-feat-img .feature-cols__img-col img {
  min-height: 308px;
}

@media screen and (min-width: 1024px) {
  .feature-cols.has-feat-img .feature-cols__wrap {
    flex-direction: row;
  }

  .feature-cols.has-feat-img .feature-cols__heading-col {
    max-width: 308px;
  }

  .feature-cols.has-feat-img .feature-cols__img-col {
    max-width: 332px;
    min-width: 332px;
    border-radius: 16px;
    overflow: hidden;
  }

  .feature-cols.has-feat-img .feature-cols__wrap .feature-cols__box-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SERVICES SUB PAGES */

.hero__sub-title {
  color: rgb(var(--secondary));
  font-weight: 500;
}

.service-sub-page-hero .phone-button__has-icon,
.industry-sub-page-hero .phone-button__has-icon {
  background-color: rgb(var(--secondary) / var(--tw-text-opacity, 1));
  color: rgb(var(--title) / var(--tw-text-opacity, 1))
}

.service-sub-page-hero .phone-button__has-icon:hover,
.industry-sub-page-hero .phone-button__has-icon:hover {
  background-color: rgb(var(--primary) / var(--tw-text-opacity, 1));
  border-color: rgb(var(--primary) / var(--tw-text-opacity, 1));
  color: rgb(var(--white) / var(--tw-text-opacity, 1))
}

/* PRODUCT CATEGORY -- PRODUCT  LISTS SECTION */

.product-category__product-list-section .card-grid__heading-section {
  position: static;
  padding-right: 0;
}

.product-category__product-list-section .button__wrap-section {
  position: absolute;
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 767px) {
  .product-category__product-list-section .card-grid__heading-section {
    max-width: none;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }
}

/* PRODUCT CATEGORY -- PRODUCT FEATURES SLIDER SECTION */

.product-category__feat-items-section .card-grid-slider.swiper {
  padding-right: 5%;
}

.product-category__feat-items-section .card-grid-slider {
  min-height: 365px;
}

.product-category__feat-items-section .slider-button-container {
  position: relative;
  transform: none;
  max-width: 1280px;
  margin: 0 auto;
  margin-left: 0;
}

.product-category__feat-items-section .slider-button-container .card-grid-arrow {
  position: absolute;
  top: -445px;
  right: 0;
}

.product-category__feat-items-section .slider-button-container .card-grid-prev {
  right: 55px;
}

.product-category__feat-items-section .card-grid__item {
  background: none;
}

.product-category__feat-items-section .card-grid__item .img__wrap {
  border-radius: 8px;
}

.product-category__feat-items-section .card-grid__item .text-content__wrap {
  padding: 1rem 0;
}

.product-category__feat-items-section .card-grid__item .card-grid__item-title {
  color: rgb(var(--primary));
  font-size: clamp(18px, 3vw, 20px);
}

.product-category__feat-items-section .card-grid__item .text-description {
  color: rgb(var(--title));
  padding-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .product-category__feat-items-section .slider-button-container .card-grid-arrow {
    right: 24px;
  }

  .product-category__feat-items-section .slider-button-container .card-grid-prev {
    right: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .product-category__feat-items-section .card-grid__heading-section {
    margin-bottom: 0;
  }

  .product-category__feat-items-section .card-grid-slider.swiper {
    padding-right: 10%;
  }

  .product-category__feat-items-section .card-grid-slider__wrapper {
    position: relative;
  }

  .product-category__feat-items-section .slider-button-container {
    position: static;
  }

  .product-category__feat-items-section .slider-button-container .card-grid-arrow {
    top: -75px;
    left: 0;
    right: auto;
  }

  .product-category__feat-items-section .slider-button-container .card-grid-next {
    left: 55px;
  }
}

/* PRODUCT CATEGORY -- RELATED CATEOGRY SECTION */

@media screen and (max-width: 1024px) {
  .product-category__related-section,
  .location__related-section {
    padding-right: 0;
  }
}

.product-category__related-section {
  background-color: rgb(var(--secondary)) !important;
}

.product-category__related-section .grid__masonry-type,
.location__related-section .grid__masonry-type {
  display: flex !important;
  overflow-x: auto;
  gap: 16px;
  padding-right: 24px;
  /* creates the cutoff */
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.product-category__related-section .grid__masonry-type::-webkit-scrollbar,
.location__related-section .grid__masonry-type::-webkit-scrollbar {
  display: none;
}

.product-category__related-section .grid__masonry-type .card-grid__item,
.location__related-section .grid__masonry-type .card-grid__item {
  flex: 0 0 calc(100vw - 100px);
  max-width: calc(100vw - 100px);
  scroll-snap-align: start;
}

.product-category__related-section .grid__masonry-type .card-grid__item {
  padding-left: 40px;
}

.product-category__related-section .card-grid__item-img-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 26, 41, 1) 0%, rgba(6, 26, 41, 0) 100%);
  z-index: -1;
}

.product-category__related-section .card-grid-slider__overlay {
  display: none;
}

.product-category__related-section .grid__masonry-type .card-grid__item:hover .card-grid__link {
  background-color: rgb(var(--secondary));
  color: rgb(var(--title));
}

.product-category__related-section .grid__masonry-type .card-grid__item .card-grid__item-title--wrap,
.product-category__related-section .grid__masonry-type .card-grid__item .card-grid__excerpt,
.product-category__related-section .grid__masonry-type .card-grid__item .card-grid__link {
  transform: none;
  height: auto;
  opacity: 1;
  max-height: none;
  gap: 8px;
  max-width: none;
}

.product-category__related-section .grid__masonry-type .card-grid__item .card-grid__link {
  margin-top: 0;
  height: auto;
  padding: 12px 24px;
}

.product-category__related-section .grid__masonry-type .card-grid__item .card-grid__item-title {
  max-width: 220px;
  font-size: clamp(20px, 3vw, 24px);
}

@media screen and (min-width: 769px) {
  .product-category__related-section .grid__masonry-type .card-grid__item,
  .location__related-section .grid__masonry-type .card-grid__item {
    flex: 0 0 calc(50vw - 100px);
    max-width: calc(50vw - 100px);
  }
}

@media screen and (min-width: 1024px) {
  .product-category__related-section .grid__masonry-type,
  .location__related-section .grid__masonry-type {
    overflow: scroll;
    padding-right: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .product-category__related-section .grid__masonry-type::-webkit-scrollbar,
  .location__related-section .grid__masonry-type::-webkit-scrollbar {
    display: none;
  }

  .product-category__related-section .grid__masonry-type .card-grid__item,
  .location__related-section .grid__masonry-type .card-grid__item {
    flex: 1;
    width: 33.33%;
    max-width: none;
    min-width: 416px;
  }
}

/* LOCATION RELATED SECTION */

@media screen and (max-width: 1024px) {
  .location__related-section .grid__masonry-type .card-grid__item .card-grid__item-title--wrap,
  .location__related-section .grid__masonry-type .card-grid__item .card-grid__excerpt,
  .location__related-section .grid__masonry-type .card-grid__item .card-grid__link {
    transform: none;
    height: auto;
    opacity: 1;
    max-height: none;
    gap: 8px;
    max-width: none;
  }
}

/* SERVICES PAGE -- SERVICE PANEL HOVER EFFECT */

.service-rows .service-rows__item-section {
  position: relative;
}

.service-rows .service-rows__hover-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgb(var(--primary));
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition:
    transform .55s cubic-bezier(.22, 1, .36, 1),
    height .55s cubic-bezier(.22, 1, .36, 1),
    opacity .25s;
}

.service-rows .service-rows__hover-overlay.is-overlay-active {
  opacity: 1;
}

/* WHY CHOOSE US PAGE */

:has(.why-choose-us-page) section.faq-split {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .experience-expertise-section .media-text__img-col {
    min-height: 602px;
  }
}

/* ALARM SYSTEM PAGE */

@media (min-width: 1024px) {
  .alarm-system-overview .media-text__img-col {
    min-height: 642px;
  }
}

/* Access Control Systems PAGE */

@media (min-width: 1024px) {
  .access-control-system-overview .media-text__img-col {
    min-height: 624px;
  }

  .faq-categories .lg\:flex.flex-col.gap-3 {
    gap: 0.5rem;
  }

  .faq-categories .lg\:flex-col.flex.gap-3 {
    gap: 0.5rem;
  }
}

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

.placeholder\:text-gray::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--gray) / var(--tw-text-opacity, 1));
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

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

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

.hover\:scale-110:hover {
  --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));
}

.hover\:border-primary\/100:hover {
  border-color: rgb(var(--primary) / 1);
}

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

.hover\:bg-primary\/90:hover {
  background-color: rgb(var(--primary) / 0.9);
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--secondary) / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[rgb\(var\(--secondary\)\/var\(--tw-bg-opacity\2c 1\)\)\]:hover {
  color: rgb(var(--secondary)/var(--tw-bg-opacity,1));
}

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

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

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

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

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

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

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

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

.group:hover .group-hover\:max-h-32 {
  max-height: 8rem;
}

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

.group:hover .group-hover\:gap-2 {
  gap: 0.5rem;
}

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

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

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

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

.has-\[\:checked\]\:border-primary:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--primary) / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:bg-secondary:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--secondary) / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:translate-y-\[70px\] {
    --tw-translate-y: 70px;
    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\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:top-28 {
    top: 7rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[548\/602\] {
    aspect-ratio: 548/602;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-h-\[none\] {
    max-height: none;
  }

  .lg\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

  .lg\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

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

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

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

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

  .lg\:grid-cols-\[524px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 524px minmax(0,1fr);
  }

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

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

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

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

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

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

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

  .lg\:items-stretch {
    align-items: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[104px\] {
    gap: 104px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

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

  .lg\:rounded-bl-\[32px\] {
    border-bottom-left-radius: 32px;
  }

  .lg\:rounded-br-\[32px\] {
    border-bottom-right-radius: 32px;
  }

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

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

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

  .lg\:p-4 {
    padding: 1rem;
  }

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

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

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

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

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

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

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

  .lg\:pt-44 {
    padding-top: 11rem;
  }

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1280px) {
  .xl\:right-0 {
    right: 0px;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .xl\:clamp-\[px\2c 24px\2c 80px\] {
    padding-left: clamp(24px, -113.846154px + 13.461538vw, 80px);
    padding-right: clamp(24px, -113.846154px + 13.461538vw, 80px);
  }
}

.\[\&\.active\]\:text-title.active {
  --tw-text-opacity: 1;
  color: rgb(var(--title) / var(--tw-text-opacity, 1));
}
