/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
/*!
Theme Name: emnett
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: emnett
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

emnett is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "aaux-next", sans-serif;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-blue-500: oklch(62.3% 0.214 259.815);
  --color-slate-300: oklch(86.9% 0.022 252.894);
  --color-slate-700: oklch(37.2% 0.044 257.287);
  --color-slate-800: oklch(27.9% 0.041 260.031);
  --color-slate-900: oklch(20.8% 0.042 265.755);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-wide: 0.025em;
  --leading-relaxed: 1.625;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-sm: 8px;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-primary-dark: var(--wp--preset--color--primary-dark);
  --color-secondary: var(--wp--preset--color--secondary);
  --color-light-grey: var(--wp--preset--color--light-grey);
  --gradient-primary-soft: var(--wp--preset--gradient--primary-soft);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
@import url("https://use.typekit.net/dct4cwp.css");
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
[x-cloak] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
body.logged-in.admin-bar .navbar-reveal.affix {
  top: 0px;
}
@media (min-width: 600px) {
  body.logged-in.admin-bar .navbar-reveal.affix,	body.logged-in.admin-bar .offcanvas-menu.menu-open {
    top: 46px !important;
  }
  body.logged-in.admin-bar .offcanvas-menu.menu-open {
    height: calc(100dvh - 46px);
  }
}
@media (min-width: 783px) {
  body.logged-in.admin-bar .navbar-reveal.affix,	body.logged-in.admin-bar .offcanvas-menu.menu-open {
    top: 32px !important;
  }
  body.logged-in.admin-bar .offcanvas-menu.menu-open {
    height: calc(100dvh - 32px);
  }
}
.footer-list a, .dotted-link {
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .footer-list a, .dotted-link {
    text-decoration-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.footer-list a, .dotted-link {
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}
.main-content p, .main-content ul, .main-content ol {
  margin-bottom: 1rem;
}
.wp-block-list.icon-check {
  list-style: none;
  padding-left: 0;
}
.wp-block-list.icon-check li {
  position: relative;
  padding-left: 1.5rem;
}
.wp-block-list.icon-check li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17 4 12'/></svg>")	no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17 4 12'/></svg>")	no-repeat center / contain;
}
@media (width >= 96rem) {
  .main-content p {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.main-content p a {
  color: var(--color-primary);
}
.wp-block-image.aligncenter {
  width: 100%;
}
.wp-block-image.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
p.has-slight-reduce-font-size {
  font-size: .925rem;
}
@media (width >= 96rem) {
  p.has-slight-reduce-font-size {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
p.has-reduce-font-size {
  font-size: .875rem;
}
.content-card > div > p:last-child {
  margin-bottom: 0;
}
.has-heading-1-font-size, .h1, p.has-heading-1-font-size {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
@media (width >= 64rem) {
  .has-heading-1-font-size, .h1, p.has-heading-1-font-size {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 80rem) {
  .has-heading-1-font-size, .h1, p.has-heading-1-font-size {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
.has-heading-2-font-size, .h2, p.has-heading-2-font-size {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
@media (width >= 64rem) {
  .has-heading-2-font-size, .h2, p.has-heading-2-font-size {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 80rem) {
  .has-heading-2-font-size, .h2, p.has-heading-2-font-size {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.has-heading-3-font-size, .h3, p.has-heading-3-font-size {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
@media (width >= 64rem) {
  .has-heading-3-font-size, .h3, p.has-heading-3-font-size {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 80rem) {
  .has-heading-3-font-size, .h3, p.has-heading-3-font-size {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.has-heading-4-font-size, .h4, p.has-heading-4-font-size, .footer .widget-title {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
@media (width >= 64rem) {
  .has-heading-4-font-size, .h4, p.has-heading-4-font-size, .footer .widget-title {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 80rem) {
  .has-heading-4-font-size, .h4, p.has-heading-4-font-size, .footer .widget-title {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.has-heading-5-font-size, .h5, p.has-heading-5-font-size {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
@media (width >= 64rem) {
  .has-heading-5-font-size, .h5, p.has-heading-5-font-size {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 80rem) {
  .has-heading-5-font-size, .h5, p.has-heading-5-font-size {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.has-heading-6-font-size, .h6, p.has-heading-6-font-size {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
@media (width >= 64rem) {
  .has-heading-6-font-size, .h6, p.has-heading-6-font-size {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 80rem) {
  .has-heading-6-font-size, .h6, p.has-heading-6-font-size {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
p.is-style-lead {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
@media (width >= 64rem) {
  p.is-style-lead {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 80rem) {
  p.is-style-lead {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.wp-element-button {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  .wp-element-button:hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .wp-element-button:hover {
    color: var(--color-white);
  }
}
.wp-block-acf-wrapper.is-style-banner .container::after {
  position: absolute;
  top: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  background-color: var(--color-secondary);
  left: calc(-100% + 1.5rem);
  content: "";
}
.bg-filter::before, .video-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  content: "";
}
.video-wrapper::before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  container-type: size;
  overflow: hidden;
}
.video-wrapper > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@container (min-aspect-ratio: 16/9) {
  .video-wrapper > iframe {
    height: 56.25cqw;
  }
}
@container (max-aspect-ratio: 16/9) {
  .video-wrapper > iframe {
    width: 177.78cqh;
  }
}
.video-wrapper > iframe {
  pointer-events: none;
}
.animated-map {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .my-responsive-div {
    width: 100%;
    padding: 10px;
  }
}
.animated-map path {
  stroke: white;
  fill: #eeeeee !important;
  transition: fill 0.4s ease;
}
path#PA, path#OH, path#WV, path#VA, path#IN, path#KY, path#TN, path#NC, path#SC {
  fill: #cccccc !important;
}
path#PA:hover, path#OH:hover, path#WV:hover, path#VA:hover, path#IN:hover, path#KY:hover, path#TN:hover, path#NC:hover, path#SC:hover {
  fill: var(--color-primary) !important;
}
#us-map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#details-box {
  padding: 1rem;
  border-radius: 8px;
  font-size: 1rem;
  position: absolute;
  color: white;
  font-family: var(--font-sans);
  background-color: rgba(0, 0, 0, 0.7);
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 1;
  pointer-events: none;
}
path#AK, path#HI {
  display: none;
}
.e-yellow {
  background-color: #feb900;
}
.e-lt-yellow {
  background-color: #ffdd82;
}
desc {
  visibility: hidden;
}
desc:hover {
  visibility: visible;
}
desc {
  display: none;
}
desc:hover {
  display: solid;
}
:target {
  scroll-margin-top: 73px;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.icon-list {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icon-list li {
  position: relative;
}
.icon-list .icon-wrapper {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.icon-list.is-style-accent li {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
@media (width >= 64rem) {
  .inline-list.icon-list .icon-wrapper {
    position: relative;
  }
}
@media (width >= 64rem) {
  .inline-list.icon-list .icon-wrapper {
    left: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .inline-list {
    margin-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .inline-list li {
    display: inline-block;
  }
}
.custom-gravity-theme_wrapper .gform_required_legend {
  display: none;
}
.custom-gravity-theme_wrapper .gfield_required_asterisk {
  color: var(--color-primary) !important;
}
.custom-gravity-theme {
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary-dark);
  padding: calc(var(--spacing) * 6);
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  .custom-gravity-theme:hover {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 96rem) {
  .custom-gravity-theme {
    padding: calc(var(--spacing) * 12);
  }
}
.custom-gravity-theme input[type="text"], .custom-gravity-theme input[type="tel"], .custom-gravity-theme input[type="email"], .custom-gravity-theme select, .custom-gravity-theme textarea, .custom-gravity-theme .gfield_select {
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-slate-300);
}
:is(.custom-gravity-theme input[type="text"],.custom-gravity-theme input[type="tel"],.custom-gravity-theme input[type="email"],.custom-gravity-theme select,.custom-gravity-theme textarea,.custom-gravity-theme .gfield_select):focus {
  border-color: var(--color-primary);
}
:is(.custom-gravity-theme input[type="text"],.custom-gravity-theme input[type="tel"],.custom-gravity-theme input[type="email"],.custom-gravity-theme select,.custom-gravity-theme textarea,.custom-gravity-theme .gfield_select):focus {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.custom-gravity-theme input[type="text"],.custom-gravity-theme input[type="tel"],.custom-gravity-theme input[type="email"],.custom-gravity-theme select,.custom-gravity-theme textarea,.custom-gravity-theme .gfield_select):focus {
    background-color: color-mix(in oklab, var(--color-primary) 2%, transparent);
  }
}
:is(.custom-gravity-theme input[type="text"],.custom-gravity-theme input[type="tel"],.custom-gravity-theme input[type="email"],.custom-gravity-theme select,.custom-gravity-theme textarea,.custom-gravity-theme .gfield_select):focus {
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
}
.custom-gravity-theme select {
  min-height: 2.54rem;
}
.custom-gravity-theme .gfield_select {
  padding-block: calc(var(--spacing) * 3) !important;
}
.custom-gravity-theme .gfield_label {
  margin-bottom: calc(var(--spacing) * 2) !important;
  --tw-font-weight: var(--font-weight-semibold) !important;
  font-weight: var(--font-weight-semibold) !important;
  color: var(--color-foreground);
}
.custom-gravity-theme .ginput_container_fileupload input[type="file"] {
  display: inline-block;
  width: calc(var(--spacing) * 55) !important;
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-neutral-300);
  background-color: var(--color-neutral-200);
  padding: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
@media (hover: hover) {
  :is(.custom-gravity-theme .ginput_container_fileupload input[type="file"]):hover {
    background-color: var(--color-neutral-300);
  }
}
.custom-gravity-theme .gform_footer {
  padding-bottom: calc(var(--spacing) * 0) !important;
}
.custom-gravity-theme .button {
  display: inline-flex;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 6);
  padding-inline: 1.75rem;
  padding-block: calc(var(--spacing) * 2);
  padding-block: .85rem;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  text-transform: uppercase;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(.custom-gravity-theme .button):hover {
    background-color: var(--color-primary-dark);
  }
}
:is(.custom-gravity-theme .button):focus {
  --tw-outline-style: none;
  outline-style: none;
}
.wp-block-image.is-style-stretch {
  position: relative;
}
@media (width >= 64rem) {
  .wp-block-image.is-style-stretch {
    flex: 1;
  }
}
.wp-block-image.is-style-stretch img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (width >= 64rem) {
  .wp-block-image.is-style-stretch img {
    position: absolute;
  }
}
.wp-block-heading.is-style-accent-title {
  position: relative;
  background-color: inherit;
}
.wp-block-heading.is-style-accent-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: var(--color-secondary);
}
@supports (color: color-mix(in lab, red, red)) {
  .wp-block-heading.is-style-accent-title::before {
    background-color: color-mix(in oklab, var(--color-secondary) 33%, transparent);
  }
}
.wp-block-heading.is-style-accent-title .accent-title__text {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  background-color: inherit;
}
.rank-math-breadcrumb {
  margin: calc(var(--spacing) * 0);
}
.rank-math-breadcrumb p {
  position: relative;
  margin-bottom: calc(var(--spacing) * 0);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
@media (width >= 48rem) {
  .rank-math-breadcrumb p {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.rank-math-breadcrumb p a {
  color: var(--color-white);
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .rank-math-breadcrumb p a {
    text-decoration-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.rank-math-breadcrumb p a {
  text-decoration-style: dotted;
}
.rank-math-breadcrumb .separator {
  color: color-mix(in srgb, #fff 33%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .rank-math-breadcrumb .separator {
    color: color-mix(in oklab, var(--color-white) 33%, transparent);
  }
}
.is-style-icon-dark, .is-style-icon-light {
  margin-inline: auto;
  max-width: calc(var(--spacing) * 20);
  border-radius: var(--radius-xl);
}
.is-style-icon-dark img, .is-style-icon-light img {
  padding: calc(var(--spacing) * 2);
}
.is-style-icon-dark {
  background-color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .is-style-icon-dark {
    background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.is-style-icon-light {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .is-style-icon-light {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.navbar-reveal-hide .navbar-reveal.affix {
  display: none;
}
.navbar-reveal-hide .z-2.container.relative {
  position: static;
}
.wp-element-button {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  .wp-element-button:hover {
    background-color: var(--color-primary-dark);
  }
}
.banner-video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background-image: url("images/dot.svg");
  pointer-events: none;
  background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .banner-video::after {
    background-color: color-mix(in oklab, var(--color-slate-900) 70%, transparent);
  }
}
.banner-video__loading {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 450ms ease, visibility 0s linear 450ms;
  background-color: var(--color-slate-700);
}
.banner-video__loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.banner-video__loading-spinner {
  width: 2.25rem;
  height: 2.25rem;
  border: 0.2rem solid rgb(255 255 255 / 0.3);
  border-top-color: rgb(255 255 255 / 1);
  border-radius: 9999px;
  animation: banner-video-spin 900ms linear infinite;
}
.banner-video__loading-label {
  margin: 0;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--color-white);
}
.banner-video.is-loaded .banner-video__loading {
  opacity: 0;
  visibility: hidden;
}
@keyframes banner-video-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes banner-title-fade-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-video__title {
  animation: banner-title-fade-up 700ms ease-out 150ms both;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.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;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-1 {
  inset: calc(var(--spacing) * 1);
}
.-top-2 {
  top: calc(var(--spacing) * -2);
}
.-top-\[5px\] {
  top: calc(5px * -1);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1 {
  top: calc(var(--spacing) * 1);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-17 {
  top: calc(var(--spacing) * 17);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-3 {
  right: calc(var(--spacing) * 3);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.right-6 {
  right: calc(var(--spacing) * 6);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-3 {
  bottom: calc(var(--spacing) * 3);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1 {
  left: calc(var(--spacing) * 1);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-6 {
  left: calc(var(--spacing) * 6);
}
.left-\[18px\] {
  left: 18px;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-5 {
  z-index: 5;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[9998\] {
  z-index: 9998;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[10000\] {
  z-index: 10000;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-16 {
  grid-column: span 16 / span 16;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.ms-1 {
  margin-inline-start: calc(var(--spacing) * 1);
}
.me-6 {
  margin-inline-end: calc(var(--spacing) * 6);
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-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: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  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;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mr-1 {
  margin-right: calc(var(--spacing) * 1);
}
.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.ml-1 {
  margin-left: calc(var(--spacing) * 1);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}
.size-4 {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}
.size-5 {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}
.size-6 {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
.size-8 {
  width: calc(var(--spacing) * 8);
  height: calc(var(--spacing) * 8);
}
.size-12 {
  width: calc(var(--spacing) * 12);
  height: calc(var(--spacing) * 12);
}
.size-15 {
  width: calc(var(--spacing) * 15);
  height: calc(var(--spacing) * 15);
}
.size-40 {
  width: calc(var(--spacing) * 40);
  height: calc(var(--spacing) * 40);
}
.size-50 {
  width: calc(var(--spacing) * 50);
  height: calc(var(--spacing) * 50);
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-2\.5 {
  height: calc(var(--spacing) * 2.5);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-18 {
  height: calc(var(--spacing) * 18);
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-22 {
  height: calc(var(--spacing) * 22);
}
.h-24 {
  height: calc(var(--spacing) * 24);
}
.h-60 {
  height: calc(var(--spacing) * 60);
}
.h-\[56\.25cqw\] {
  height: 56.25cqw;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.min-h-20 {
  min-height: calc(var(--spacing) * 20);
}
.w-1\/12 {
  width: calc(1/12 * 100%);
}
.w-2\.5 {
  width: calc(var(--spacing) * 2.5);
}
.w-2\/12 {
  width: calc(2/12 * 100%);
}
.w-3\/12 {
  width: calc(3/12 * 100%);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-4\/12 {
  width: calc(4/12 * 100%);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-5\/12 {
  width: calc(5/12 * 100%);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-6\/12 {
  width: calc(6/12 * 100%);
}
.w-7\/12 {
  width: calc(7/12 * 100%);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-8\/12 {
  width: calc(8/12 * 100%);
}
.w-9\/12 {
  width: calc(9/12 * 100%);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-10\/12 {
  width: calc(10/12 * 100%);
}
.w-11\/12 {
  width: calc(11/12 * 100%);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-12\/12 {
  width: calc(12/12 * 100%);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-\[101\%\] {
  width: 101%;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[175px\] {
  width: 175px;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-60 {
  max-width: calc(var(--spacing) * 60);
}
.max-w-128 {
  max-width: calc(var(--spacing) * 128);
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-4 {
  --tw-translate-y: calc(var(--spacing) * -4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0 {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-2 {
  --tw-translate-y: calc(var(--spacing) * 2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-0 {
  rotate: 0deg;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform-gpu {
  transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.columns-2 {
  columns: 2;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-16 {
  grid-template-columns: repeat(16, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-14 {
  gap: calc(var(--spacing) * 14);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.gap-18 {
  gap: calc(var(--spacing) * 18);
}
.gap-20 {
  gap: calc(var(--spacing) * 20);
}
:where(.space-y-1 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-3 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-5 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-12 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-20 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-x-4 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
:where(.space-x-6 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-t-md {
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}
.rounded-b-xl {
  border-bottom-right-radius: var(--radius-xl);
  border-bottom-left-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-y-0 {
  border-block-style: var(--tw-border-style);
  border-block-width: 0px;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-0 {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.border-t-2 {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-1 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-foreground {
  border-color: var(--color-foreground);
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.border-gray-600 {
  border-color: var(--color-gray-600);
}
.border-light-grey {
  border-color: var(--color-light-grey);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-secondary {
  border-color: var(--color-secondary);
}
.border-secondary\/33 {
  border-color: var(--color-secondary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-secondary\/33 {
    border-color: color-mix(in oklab, var(--color-secondary) 33%, transparent);
  }
}
.border-transparent {
  border-color: transparent;
}
.border-white\/25 {
  border-color: color-mix(in srgb, #fff 25%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/25 {
    border-color: color-mix(in oklab, var(--color-white) 25%, transparent);
  }
}
.border-b-gray-200 {
  border-bottom-color: var(--color-gray-200);
}
.border-b-primary {
  border-bottom-color: var(--color-primary);
}
.border-b-white\/33 {
  border-bottom-color: color-mix(in srgb, #fff 33%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-b-white\/33 {
    border-bottom-color: color-mix(in oklab, var(--color-white) 33%, transparent);
  }
}
.bg-\[\#2F4A75\]\/20 {
  background-color: color-mix(in oklab, #2F4A75 20%, transparent);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-black\/33 {
  background-color: color-mix(in srgb, #000 33%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/33 {
    background-color: color-mix(in oklab, var(--color-black) 33%, transparent);
  }
}
.bg-black\/40 {
  background-color: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/40 {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.bg-black\/70 {
  background-color: color-mix(in srgb, #000 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/70 {
    background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
  }
}
.bg-black\/80 {
  background-color: color-mix(in srgb, #000 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/80 {
    background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
  }
}
.bg-inherit {
  background-color: inherit;
}
.bg-light-grey {
  background-color: var(--color-light-grey);
}
.bg-neutral-300 {
  background-color: var(--color-neutral-300);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary-dark {
  background-color: var(--color-primary-dark);
}
.bg-slate-800 {
  background-color: var(--color-slate-800);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/5 {
  background-color: color-mix(in srgb, #fff 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/5 {
    background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
  }
}
.bg-white\/33 {
  background-color: color-mix(in srgb, #fff 33%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/33 {
    background-color: color-mix(in oklab, var(--color-white) 33%, transparent);
  }
}
.bg-white\/75 {
  background-color: color-mix(in srgb, #fff 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/75 {
    background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
  }
}
.bg-linear-to-b {
  --tw-gradient-position: to bottom;
}
@supports (background-image: linear-gradient(in lab, red, red)) {
  .bg-linear-to-b {
    --tw-gradient-position: to bottom in oklab;
  }
}
.bg-linear-to-b {
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[image\:var\(--gradient-primary-soft\)\] {
  background-image: var(--gradient-primary-soft);
}
.from-primary {
  --tw-gradient-from: var(--color-primary);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-primary-dark {
  --tw-gradient-to: var(--color-primary-dark);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-\[1\.75rem\] {
  padding-inline: 1.75rem;
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-\[\.85rem\] {
  padding-block: .85rem;
}
.ps-0 {
  padding-inline-start: calc(var(--spacing) * 0);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-15 {
  padding-top: calc(var(--spacing) * 15);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-25 {
  padding-top: calc(var(--spacing) * 25);
}
.pt-\[\.85rem\] {
  padding-top: .85rem;
}
.pt-\[66\.3px\] {
  padding-top: 66.3px;
}
.pr-6 {
  padding-right: calc(var(--spacing) * 6);
}
.pr-\[1\.75rem\] {
  padding-right: 1.75rem;
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-15 {
  padding-bottom: calc(var(--spacing) * 15);
}
.pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}
.pb-25 {
  padding-bottom: calc(var(--spacing) * 25);
}
.pb-\[\.85rem\] {
  padding-bottom: .85rem;
}
.pl-16 {
  padding-left: calc(var(--spacing) * 16);
}
.pl-\[1\.75rem\] {
  padding-left: 1.75rem;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-start {
  text-align: start;
}
.font-serif {
  font-family: var(--font-serif);
}
.\!text-base {
  font-size: var(--text-base) !important;
  line-height: var(--tw-leading, var(--text-base--line-height)) !important;
}
.\!text-sm {
  font-size: var(--text-sm) !important;
  line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[4rem\] {
  font-size: 4rem;
}
.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-extralight {
  --tw-font-weight: var(--font-weight-extralight);
  font-weight: var(--font-weight-extralight);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.text-\[\#2F4A75\] {
  color: #2F4A75;
}
.text-\[\#6B89BE\] {
  color: #6B89BE;
}
.text-\[\#707070\] {
  color: #707070;
}
.text-background {
  color: var(--color-background);
}
.text-black {
  color: var(--color-black);
}
.text-blue-500 {
  color: var(--color-blue-500);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-light-grey {
  color: var(--color-light-grey);
}
.text-primary {
  color: var(--color-primary);
}
.text-primary-dark {
  color: var(--color-primary-dark);
}
.text-white {
  color: var(--color-white);
}
.text-white\/75 {
  color: color-mix(in srgb, #fff 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/75 {
    color: color-mix(in oklab, var(--color-white) 75%, transparent);
  }
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.\!italic {
  font-style: italic !important;
}
.not-italic {
  font-style: normal;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-100 {
  opacity: 100%;
}
.opacity-\[0\.2\] {
  opacity: 0.2;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-4 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-\[\#ffffff\] {
  --tw-ring-color: #ffffff;
}
.brightness-0 {
  --tw-brightness: brightness(0%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.drop-shadow-lg {
  --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
  --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
  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,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.invert-100 {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.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-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-75 {
  --tw-duration: 75ms;
  transition-duration: 75ms;
}
.duration-100 {
  --tw-duration: 100ms;
  transition-duration: 100ms;
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
:is(.\*\*\:text-base *) {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.group-open\:translate-y-0:is(:where(.group):is([open],:popover-open,:open) *) {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-open\:translate-y-4:is(:where(.group):is([open],:popover-open,:open) *) {
  --tw-translate-y: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-open\:opacity-0:is(:where(.group):is([open],:popover-open,:open) *) {
  opacity: 0%;
}
.group-open\:opacity-100:is(:where(.group):is([open],:popover-open,:open) *) {
  opacity: 100%;
}
@media (hover: hover) {
  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-y-0:is(:where(.group):hover *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:bg-primary-dark:is(:where(.group):hover *) {
    background-color: var(--color-primary-dark);
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
@media (hover: hover) {
  .group-hover\:brightness-90:is(:where(.group):hover *) {
    --tw-brightness: brightness(90%);
    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,);
  }
}
@media (hover: hover) {
  .group-hover\:saturate-110:is(:where(.group):hover *) {
    --tw-saturate: saturate(110%);
    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,);
  }
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-\[50\%\]::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:translate-y-\[-50\%\]::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.after\:bg-white\/15::after {
  content: var(--tw-content);
  background-color: color-mix(in srgb, #fff 15%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .after\:bg-white\/15::after {
    background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
  }
}
.last\:mb-0:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
@media (hover: hover) {
  .hover\:border-primary:hover {
    border-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:bg-black\/60:hover {
    background-color: color-mix(in srgb, #000 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-black\/60:hover {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-primary-dark:hover {
    background-color: var(--color-primary-dark);
  }
}
@media (hover: hover) {
  .hover\:bg-primary-dark\/90:hover {
    background-color: var(--color-primary-dark);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-primary-dark\/90:hover {
      background-color: color-mix(in oklab, var(--color-primary-dark) 90%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-white:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:text-blue-500:hover {
    color: var(--color-blue-500);
  }
}
@media (hover: hover) {
  .hover\:text-primary-dark:hover {
    color: var(--color-primary-dark);
  }
}
@media (hover: hover) {
  .hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width >= 40rem) {
  .sm\:order-1 {
    order: 1;
  }
}
@media (width >= 40rem) {
  .sm\:order-2 {
    order: 2;
  }
}
@media (width >= 40rem) {
  .sm\:order-3 {
    order: 3;
  }
}
@media (width >= 40rem) {
  .sm\:order-4 {
    order: 4;
  }
}
@media (width >= 40rem) {
  .sm\:order-5 {
    order: 5;
  }
}
@media (width >= 40rem) {
  .sm\:order-6 {
    order: 6;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }
}
@media (width >= 40rem) {
  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:flex {
    display: flex;
  }
}
@media (width >= 40rem) {
  .sm\:hidden {
    display: none;
  }
}
@media (width >= 40rem) {
  .sm\:h-full {
    height: 100%;
  }
}
@media (width >= 40rem) {
  .sm\:w-1\/12 {
    width: calc(1/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-2\/12 {
    width: calc(2/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-3\/12 {
    width: calc(3/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-4\/12 {
    width: calc(4/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-5\/12 {
    width: calc(5/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-6\/12 {
    width: calc(6/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-7\/12 {
    width: calc(7/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-8\/12 {
    width: calc(8/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-9\/12 {
    width: calc(9/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-10\/12 {
    width: calc(10/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-11\/12 {
    width: calc(11/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-12\/12 {
    width: calc(12/12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 40rem) {
  .sm\:translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:items-center {
    align-items: center;
  }
}
@media (width >= 40rem) {
  .sm\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 40rem) {
  .sm\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 40rem) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media (width >= 40rem) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 40rem) {
  .sm\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 40rem) {
  .sm\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 40rem) {
  .sm\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 40rem) {
  .sm\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 40rem) {
  .sm\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 40rem) {
  .sm\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 40rem) {
  .sm\:gap-18 {
    gap: calc(var(--spacing) * 18);
  }
}
@media (width >= 40rem) {
  .sm\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 40rem) {
  .sm\:border-primary {
    border-color: var(--color-primary);
  }
}
@media (width >= 40rem) {
  .sm\:border-transparent {
    border-color: transparent;
  }
}
@media (width >= 40rem) {
  .sm\:pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
}
@media (width >= 40rem) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (width >= 40rem) {
  .sm\:opacity-0 {
    opacity: 0%;
  }
}
@media (width >= 40rem) {
  .sm\:opacity-100 {
    opacity: 100%;
  }
}
@media (width >= 40rem) {
  .sm\:opacity-\[0\.2\] {
    opacity: 0.2;
  }
}
@media (width >= 48rem) {
  .md\:absolute {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .md\:left-\[3\.15rem\] {
    left: 3.15rem;
  }
}
@media (width >= 48rem) {
  .md\:left-\[42px\] {
    left: 42px;
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:order-3 {
    order: 3;
  }
}
@media (width >= 48rem) {
  .md\:order-4 {
    order: 4;
  }
}
@media (width >= 48rem) {
  .md\:order-5 {
    order: 5;
  }
}
@media (width >= 48rem) {
  .md\:order-6 {
    order: 6;
  }
}
@media (width >= 48rem) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 48rem) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 48rem) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 48rem) {
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 48rem) {
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 48rem) {
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (width >= 48rem) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}
@media (width >= 48rem) {
  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }
}
@media (width >= 48rem) {
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 48rem) {
  .md\:-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:h-0 {
    height: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:h-2 {
    height: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:h-4 {
    height: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:h-6 {
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:h-8 {
    height: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:h-12 {
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:h-14 {
    height: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:h-16 {
    height: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:h-18 {
    height: calc(var(--spacing) * 18);
  }
}
@media (width >= 48rem) {
  .md\:h-20 {
    height: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:h-22 {
    height: calc(var(--spacing) * 22);
  }
}
@media (width >= 48rem) {
  .md\:h-24 {
    height: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:h-100 {
    height: calc(var(--spacing) * 100);
  }
}
@media (width >= 48rem) {
  .md\:w-1\/12 {
    width: calc(1/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-2\/12 {
    width: calc(2/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-3\/12 {
    width: calc(3/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-4\/12 {
    width: calc(4/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-5\/12 {
    width: calc(5/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-6\/12 {
    width: calc(6/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-7\/12 {
    width: calc(7/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-8\/12 {
    width: calc(8/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-9\/12 {
    width: calc(9/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-10\/12 {
    width: calc(10/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-11\/12 {
    width: calc(11/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-12\/12 {
    width: calc(12/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-60 {
    width: calc(var(--spacing) * 60);
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:gap-18 {
    gap: calc(var(--spacing) * 18);
  }
}
@media (width >= 48rem) {
  .md\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:pl-28 {
    padding-left: calc(var(--spacing) * 28);
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:-top-150 {
    top: calc(var(--spacing) * -150);
  }
}
@media (width >= 64rem) {
  .lg\:order-1 {
    order: 1;
  }
}
@media (width >= 64rem) {
  .lg\:order-2 {
    order: 2;
  }
}
@media (width >= 64rem) {
  .lg\:order-3 {
    order: 3;
  }
}
@media (width >= 64rem) {
  .lg\:order-4 {
    order: 4;
  }
}
@media (width >= 64rem) {
  .lg\:order-5 {
    order: 5;
  }
}
@media (width >= 64rem) {
  .lg\:order-6 {
    order: 6;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 64rem) {
  .lg\:ml-auto {
    margin-left: auto;
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:size-25 {
    width: calc(var(--spacing) * 25);
    height: calc(var(--spacing) * 25);
  }
}
@media (width >= 64rem) {
  .lg\:size-70 {
    width: calc(var(--spacing) * 70);
    height: calc(var(--spacing) * 70);
  }
}
@media (width >= 64rem) {
  .lg\:h-0 {
    height: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:h-2 {
    height: calc(var(--spacing) * 2);
  }
}
@media (width >= 64rem) {
  .lg\:h-4 {
    height: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:h-6 {
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:h-8 {
    height: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:h-12 {
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:h-14 {
    height: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:h-16 {
    height: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:h-18 {
    height: calc(var(--spacing) * 18);
  }
}
@media (width >= 64rem) {
  .lg\:h-20 {
    height: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:h-22 {
    height: calc(var(--spacing) * 22);
  }
}
@media (width >= 64rem) {
  .lg\:h-24 {
    height: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:h-full {
    height: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-100 {
    min-height: calc(var(--spacing) * 100);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/12 {
    width: calc(1/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/3 {
    width: calc(2/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/12 {
    width: calc(2/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-3\/12 {
    width: calc(3/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-4\/12 {
    width: calc(4/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-5\/12 {
    width: calc(5/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-6\/12 {
    width: calc(6/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-7\/12 {
    width: calc(7/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-8\/12 {
    width: calc(8/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-9\/12 {
    width: calc(9/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-10\/12 {
    width: calc(10/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-11\/12 {
    width: calc(11/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-12\/12 {
    width: calc(12/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[175px\] {
    width: 175px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-full {
    max-width: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:basis-3\/16 {
    flex-basis: calc(3/16 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:basis-5\/16 {
    flex-basis: calc(5/16 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 64rem) {
  .lg\:justify-center {
    justify-content: center;
  }
}
@media (width >= 64rem) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 64rem) {
  .lg\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:gap-18 {
    gap: calc(var(--spacing) * 18);
  }
}
@media (width >= 64rem) {
  .lg\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  :where(.lg\:space-x-6 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (width >= 64rem) {
  :where(.lg\:space-x-12 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (width >= 64rem) {
  .lg\:bg-white\/75 {
    background-color: color-mix(in srgb, #fff 75%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .lg\:bg-white\/75 {
      background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
}
@media (width >= 64rem) {
  .lg\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
}
@media (width >= 64rem) {
  .lg\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
}
@media (width >= 64rem) {
  .lg\:pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
}
@media (width >= 64rem) {
  .lg\:pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
}
@media (width >= 64rem) {
  .lg\:pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
}
@media (width >= 64rem) {
  .lg\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
}
@media (width >= 64rem) {
  .lg\:pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
}
@media (width >= 64rem) {
  .lg\:pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
}
@media (width >= 64rem) {
  .lg\:pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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,);
  }
}
@media (width >= 80rem) {
  .xl\:order-1 {
    order: 1;
  }
}
@media (width >= 80rem) {
  .xl\:order-2 {
    order: 2;
  }
}
@media (width >= 80rem) {
  .xl\:order-3 {
    order: 3;
  }
}
@media (width >= 80rem) {
  .xl\:order-4 {
    order: 4;
  }
}
@media (width >= 80rem) {
  .xl\:order-5 {
    order: 5;
  }
}
@media (width >= 80rem) {
  .xl\:order-6 {
    order: 6;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }
}
@media (width >= 80rem) {
  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 80rem) {
  .xl\:flex {
    display: flex;
  }
}
@media (width >= 80rem) {
  .xl\:h-0 {
    height: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:h-2 {
    height: calc(var(--spacing) * 2);
  }
}
@media (width >= 80rem) {
  .xl\:h-4 {
    height: calc(var(--spacing) * 4);
  }
}
@media (width >= 80rem) {
  .xl\:h-6 {
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 80rem) {
  .xl\:h-8 {
    height: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 80rem) {
  .xl\:h-12 {
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:h-16 {
    height: calc(var(--spacing) * 16);
  }
}
@media (width >= 80rem) {
  .xl\:h-18 {
    height: calc(var(--spacing) * 18);
  }
}
@media (width >= 80rem) {
  .xl\:h-20 {
    height: calc(var(--spacing) * 20);
  }
}
@media (width >= 80rem) {
  .xl\:h-22 {
    height: calc(var(--spacing) * 22);
  }
}
@media (width >= 80rem) {
  .xl\:h-24 {
    height: calc(var(--spacing) * 24);
  }
}
@media (width >= 80rem) {
  .xl\:h-150 {
    height: calc(var(--spacing) * 150);
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/12 {
    width: calc(1/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-2\/12 {
    width: calc(2/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-3\/12 {
    width: calc(3/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-4\/12 {
    width: calc(4/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-5\/12 {
    width: calc(5/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-6\/12 {
    width: calc(6/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-7\/12 {
    width: calc(7/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-8\/12 {
    width: calc(8/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-9\/12 {
    width: calc(9/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-10\/12 {
    width: calc(10/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-11\/12 {
    width: calc(11/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-12\/12 {
    width: calc(12/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-\[200px\] {
    width: 200px;
  }
}
@media (width >= 80rem) {
  .xl\:flex-grow {
    flex-grow: 1;
  }
}
@media (width >= 80rem) {
  .xl\:items-center {
    align-items: center;
  }
}
@media (width >= 80rem) {
  .xl\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 80rem) {
  .xl\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 80rem) {
  .xl\:justify-center {
    justify-content: center;
  }
}
@media (width >= 80rem) {
  .xl\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 80rem) {
  .xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 80rem) {
  .xl\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 80rem) {
  .xl\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 80rem) {
  .xl\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 80rem) {
  .xl\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 80rem) {
  .xl\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 80rem) {
  .xl\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 80rem) {
  .xl\:gap-18 {
    gap: calc(var(--spacing) * 18);
  }
}
@media (width >= 80rem) {
  .xl\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 80rem) {
  :where(.xl\:space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 80rem) {
  .xl\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 80rem) {
  .xl\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width >= 80rem) {
  .xl\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
}
@media (width >= 80rem) {
  .xl\:py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
}
@media (width >= 80rem) {
  .xl\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
}
@media (width >= 80rem) {
  .xl\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 80rem) {
  .xl\:pt-25 {
    padding-top: calc(var(--spacing) * 25);
  }
}
@media (width >= 80rem) {
  .xl\:pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
}
@media (width >= 80rem) {
  .xl\:pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
}
@media (width >= 80rem) {
  .xl\:pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
}
@media (width >= 80rem) {
  .xl\:pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
}
@media (width >= 80rem) {
  .xl\:pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
}
@media (width >= 80rem) {
  .xl\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
}
@media (width >= 80rem) {
  .xl\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
}
@media (width >= 80rem) {
  .xl\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 80rem) {
  .xl\:pb-25 {
    padding-bottom: calc(var(--spacing) * 25);
  }
}
@media (width >= 80rem) {
  .xl\:pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
}
@media (width >= 80rem) {
  .xl\:pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
}
@media (width >= 80rem) {
  .xl\:pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
}
@media (width >= 80rem) {
  .xl\:pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
}
@media (width >= 80rem) {
  .xl\:pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
}
@media (width >= 80rem) {
  .xl\:pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
}
@media (width >= 80rem) {
  .xl\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-\[\.925rem\] {
    font-size: .925rem;
  }
}
@media (width >= 96rem) {
  .\32 xl\:order-1 {
    order: 1;
  }
}
@media (width >= 96rem) {
  .\32 xl\:order-2 {
    order: 2;
  }
}
@media (width >= 96rem) {
  .\32 xl\:order-3 {
    order: 3;
  }
}
@media (width >= 96rem) {
  .\32 xl\:order-4 {
    order: 4;
  }
}
@media (width >= 96rem) {
  .\32 xl\:order-5 {
    order: 5;
  }
}
@media (width >= 96rem) {
  .\32 xl\:order-6 {
    order: 6;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }
}
@media (width >= 96rem) {
  .\32 xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 96rem) {
  .\32 xl\:hidden {
    display: none;
  }
}
@media (width >= 96rem) {
  .\32 xl\:size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-0 {
    height: calc(var(--spacing) * 0);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-2 {
    height: calc(var(--spacing) * 2);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-4 {
    height: calc(var(--spacing) * 4);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-6 {
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-8 {
    height: calc(var(--spacing) * 8);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-12 {
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-16 {
    height: calc(var(--spacing) * 16);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-18 {
    height: calc(var(--spacing) * 18);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-20 {
    height: calc(var(--spacing) * 20);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-22 {
    height: calc(var(--spacing) * 22);
  }
}
@media (width >= 96rem) {
  .\32 xl\:h-24 {
    height: calc(var(--spacing) * 24);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-1\/12 {
    width: calc(1/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-2\/12 {
    width: calc(2/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-3\/12 {
    width: calc(3/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-4\/12 {
    width: calc(4/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-5\/12 {
    width: calc(5/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-6\/12 {
    width: calc(6/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-7\/12 {
    width: calc(7/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-8\/12 {
    width: calc(8/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-9\/12 {
    width: calc(9/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-10\/12 {
    width: calc(10/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-11\/12 {
    width: calc(11/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-12\/12 {
    width: calc(12/12 * 100%);
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-\[200px\] {
    width: 200px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-\[225px\] {
    width: 225px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:items-center {
    align-items: center;
  }
}
@media (width >= 96rem) {
  .\32 xl\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 96rem) {
  .\32 xl\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 96rem) {
  .\32 xl\:justify-center {
    justify-content: center;
  }
}
@media (width >= 96rem) {
  .\32 xl\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 96rem) {
  .\32 xl\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-18 {
    gap: calc(var(--spacing) * 18);
  }
}
@media (width >= 96rem) {
  .\32 xl\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 96rem) {
  .\32 xl\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 96rem) {
  .\32 xl\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
}
@media (width >= 96rem) {
  .\32 xl\:pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
}
@media (width >= 96rem) {
  .\32 xl\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 96rem) {
  .\32 xl\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 96rem) {
  .\32 xl\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
.\[\&_img\]\:max-w-none img {
  max-width: none;
}
.\[\&_li\]\:mx-8 li {
  margin-inline: calc(var(--spacing) * 8);
}
.\[\&_li\]\:border-b li {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.\[\&_li\]\:border-b-gray-200 li {
  border-bottom-color: var(--color-gray-200);
}
.\[\&_li\]\:py-1 li {
  padding-block: calc(var(--spacing) * 1);
}
@media (width >= 64rem) {
  .\[\&_li\]\:lg\:py-2 li {
    padding-block: calc(var(--spacing) * 2);
  }
}
.\[\&_li\>span\>svg\]\:size-6 li > span > svg {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
@media (width >= 64rem) {
  .\[\&_li\>span\>svg\]\:lg\:size-8 li > span > svg {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .\[\&_li\>span\>svg\]\:xl\:size-10 li > span > svg {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
}
.\[\&_p\]\:mb-4 p {
  margin-bottom: calc(var(--spacing) * 4);
}
.\[\&_p\]\:text-sm p {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}
.\[\&\>\.container\]\:bg-inherit > .container {
  background-color: inherit;
}
.\[\&\>div\]\:bg-inherit > div {
  background-color: inherit;
}
@media (width >= 64rem) {
  .lg\:\[\&\>div\]\:h-full > div {
    height: 100%;
  }
}
.\[\&\>ul\]\:ml-6 > ul {
  margin-left: calc(var(--spacing) * 6);
}
.\[\&\>ul\]\:list-disc > ul {
  list-style-type: disc;
}
:where(:is(.\[\&\>ul\]\:space-y-2 > ul) > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-leading: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
