/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Browns
Theme URI: https://pixelstorm.com.au
Description: A custom Browns theme
Version: 0.1.0.24
Author: Pixelstorm
Author URI: https://underscoretw.com/
Text Domain: browns
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.

browns 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: "BentonSans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --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-xs: 20rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --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);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --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;
  --aspect-video: 16 / 9;
  --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);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --font-heading: "Larsseit";
  --color-red: #ed1b2f;
  --color-silver: #a2a2a3;
  --color-gray: #eff0f0;
  --color-gray-dark: #636569;
}
@font-face {
  font-family: "BentonSans";
  src: url("fonts/BentonSans-Book.woff2") format("woff2"),	url("fonts/BentonSans-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BentonSans";
  src: url("fonts/BentonSans-Medium.woff2") format("woff2"),	url("fonts/BentonSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Larsseit";
  src: url("fonts/Larsseit-Medium.woff2") format("woff2"),	url("fonts/Larsseit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*, ::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);
}
.agent-main-content .container {
  max-width: none;
  padding-inline: calc(var(--spacing) * 0);
}
.agent-main-content .block-mt {
  margin-top: calc(var(--spacing) * 10);
}
.agent-main-content .block-mb {
  margin-bottom: calc(var(--spacing) * 10);
}
.gform-theme.gform-theme--framework.gform_wrapper .gform_title {
  margin-bottom: calc(var(--spacing) * 9);
  font-family: var(--font-heading);
  font-size: 22px;
  --tw-leading: 131.25%;
  line-height: 131.25%;
}
@media (width >= 48rem) {
  .gform-theme.gform-theme--framework.gform_wrapper .gform_title {
    font-size: 26px;
  }
}
@media (width >= 64rem) {
  .gform-theme.gform-theme--framework.gform_wrapper .gform_title {
    font-size: 30px;
  }
}
@media (width >= 80rem) {
  .gform-theme.gform-theme--framework.gform_wrapper .gform_title {
    font-size: 32px;
  }
}
.gform-theme.gform-theme--framework.gform_wrapper .gform_title {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.gform-theme.gform-theme--framework.gform_wrapper {
  width: 100%;
}
:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) label {
  font-size: 15px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="text"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="tel"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="email"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) select,:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) textarea {
  min-height: 50px;
  border-radius: 3px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #D9D9D9;
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 4);
}
:is(:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="text"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="tel"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="email"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) select,:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) textarea):focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
}
:is(:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="text"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="tel"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="email"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) select,:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) textarea):focus {
  --tw-ring-color: var(--color-red);
}
:is(:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="text"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="tel"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) input[type="email"],:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) select,:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) textarea):focus {
  --tw-outline-style: none;
  outline-style: none;
}
:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform_fields) .gfield) select {
  padding-block: calc(var(--spacing) * 0);
}
:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button {
  --bg-hover-color: #000;
  --bg-initial-color: var(--color-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  background-size: 202% 100%;
  background-repeat: no-repeat;
}
@media (width >= 80rem) {
  :is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_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 (width >= 80rem) {
  :is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
@media (width >= 80rem) {
  :is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button {
  background-image: linear-gradient(90deg, var(--bg-hover-color) 0%, var(--bg-hover-color) 50%, var(--bg-initial-color) 50%, var(--bg-initial-color) 100%);
  background-position: right bottom;
}
:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button):hover {
  background-position: left bottom;
}
:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 16.5px;
  text-align: center;
  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-decoration-line: none;
}
:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button):hover {
  color: var(--color-white);
}
:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button {
  --tw-border-style: none;
  border-style: none;
  --tw-outline-style: none;
  outline-style: none;
}
:is(:is(:is(.gform-theme.gform-theme--framework.gform_wrapper form) .gform-footer) button.button.gform_button):hover .svg-icon {
  --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,);
}
.search-form {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 4);
}
.search-form  > label {
  display: block;
  width: 100%;
}
.search-form .search-field {
  min-height: 48px;
  width: 100%;
  border-radius: var(--radius-xl);
  background-color: var(--color-gray-100);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
}
.search-form .search-submit {
  --bg-hover-color: #000;
  --bg-initial-color: var(--color-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  background-size: 202% 100%;
  background-repeat: no-repeat;
}
@media (width >= 80rem) {
  .search-form .search-submit {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 80rem) {
  .search-form .search-submit {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
@media (width >= 80rem) {
  .search-form .search-submit {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
.search-form .search-submit {
  background-image: linear-gradient(90deg, var(--bg-hover-color) 0%, var(--bg-hover-color) 50%, var(--bg-initial-color) 50%, var(--bg-initial-color) 100%);
  background-position: right bottom;
}
:is(.search-form .search-submit):hover {
  background-position: left bottom;
}
.search-form .search-submit {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 16.5px;
  text-align: center;
  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-decoration-line: none;
}
:is(.search-form .search-submit):hover {
  color: var(--color-white);
}
.search-form .search-submit {
  padding-left: calc(var(--spacing) * 5);
}
.page-content > *, .entry-content > * {
  width: 100%;
}
@media (width >= 40rem) {
  .page-content > *, .entry-content > * {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .page-content > *, .entry-content > * {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .page-content > *, .entry-content > * {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .page-content > *, .entry-content > * {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .page-content > *, .entry-content > * {
    max-width: 96rem;
  }
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (width >= 80rem) {
  .page-content > *, .entry-content > * {
    max-width: calc(1252px + 2rem);
  }
}
.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);
}
.video-background-controls {
  display: flex;
  position: absolute;
  right: 16px !important;
  bottom: 16px !important;
  top: initial !important;
}
.video-background-controls .play-toggle {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-background-controls .play-toggle .fa-pause-circle {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect x='6' y='4' width='3' height='16' rx='1' fill='%23000'/><rect x='15' y='4' width='3' height='16' rx='1' fill='%23000'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  text-indent: -9999px;
}
.video-background-controls .play-toggle .fa-play-circle {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M8 5v14l11-7z' fill='%23000'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  text-indent: -9999px;
}
.main-content.has-breadcrumb > section.block-mt:first-of-type {
  margin-top: calc(var(--spacing) * 3);
}
@media (width >= 48rem) {
  .main-content.has-breadcrumb > section.block-mt:first-of-type {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .main-content.has-breadcrumb > section.block-mt:first-of-type {
    margin-top: calc(var(--spacing) * 12);
  }
}
[data-vbg] iframe {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
[data-vbg].playing iframe {
  opacity: 1;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 2px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 20px;
}
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #d1d5db transparent;
}
:is(.custom-table-wrapper table) thead {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
:is(.custom-table-wrapper table) th {
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--color-red);
  padding-inline: calc(var(--spacing) * 1);
  padding-block: calc(var(--spacing) * 3);
  font-family: var(--font-heading);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  word-break: keep-all !important;
  color: var(--color-white);
}
@media (width >= 64rem) {
  :is(.custom-table-wrapper table) th {
    padding: calc(var(--spacing) * 7);
  }
}
@media (width >= 80rem) {
  :is(.custom-table-wrapper table) th {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 141.667%;
    line-height: 141.667%;
  }
  @media (width >= 48rem) {
    :is(.custom-table-wrapper table) th {
      font-size: 22px;
    }
  }
  @media (width >= 64rem) {
    :is(.custom-table-wrapper table) th {
      font-size: 24px;
    }
  }
  @media (width >= 80rem) {
    :is(.custom-table-wrapper table) th {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
}
:is(:is(.custom-table-wrapper table) tbody) td {
  padding-inline: calc(var(--spacing) * 1);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
@media (width >= 64rem) {
  :is(:is(.custom-table-wrapper table) tbody) td {
    padding-inline: calc(var(--spacing) * 7);
  }
}
:is(:is(:is(.custom-table-wrapper table) tbody) td) strong {
  font-family: var(--font-heading);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
@media (width >= 80rem) {
  :is(:is(:is(.custom-table-wrapper table) tbody) td) strong {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: 147.619%;
    line-height: 147.619%;
  }
  @media (width >= 48rem) {
    :is(:is(:is(.custom-table-wrapper table) tbody) td) strong {
      font-size: 19px;
    }
  }
  @media (width >= 64rem) {
    :is(:is(:is(.custom-table-wrapper table) tbody) td) strong {
      font-size: 20px;
    }
  }
  @media (width >= 80rem) {
    :is(:is(:is(.custom-table-wrapper table) tbody) td) strong {
      font-size: 21px;
    }
  }
}
:is(:is(.custom-table-wrapper .is-style-stripes) tbody) tr:nth-child(2n + 1) {
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .js-stack-table table,	.js-stack-table thead,	.js-stack-table tbody,	.js-stack-table th,	.js-stack-table td,	.js-stack-table tr {
    display: block;
  }
  .js-stack-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .js-stack-table tr {
    border: 1px solid #ccc;
    margin-bottom: 0.5rem;
    border-radius: 0;
    overflow: hidden;
  }
  .js-stack-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    min-height: 45px;
  }
  .js-stack-table td:before {
    content: attr(data-label);
    flex-basis: 35%;
    flex-shrink: 0;
    text-align: left;
    white-space: normal;
    font-weight: bold;
    text-align: left;
    color: var(--color-red);
  }
  .js-stack-table td .td-content {
    flex-basis: 60%;
    flex-grow: 1;
    text-align: right;
  }
  .js-stack-table td .td-content img {
    max-width: 100%;
    height: auto;
  }
}
.secondary-menu-wrapper::-webkit-scrollbar {
  display: none;
}
.secondary-menu-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
img.custom-logo {
  width: 100% !important;
  height: auto !important;
}
@media (width >= 48rem) {
  .swiper-wrapper.has-hero-card .swiper-slide.swiper-slide-active {
    width: 625px;
  }
}
.intro iframe {
  width: 100%;
  max-width: 100%;
}
@media (max-height: 500px) and (orientation: landscape) {
  .hamburger-menu-outer-wrapper {
    height: auto !important;
  }
}
.ieltsbandscale .tab-buttons {
  flex-direction: row !important;
  flex-wrap: wrap;
}
@media (width >= 48rem) {
  .ieltsbandscale .tab-buttons {
    row-gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 64rem) {
  .ieltsbandscale .tab-buttons {
    flex-wrap: nowrap;
  }
}
:is(.ieltsbandscale .tab-buttons) button {
  width: auto;
  padding-inline: calc(var(--spacing) * 2);
}
@media (width >= 48rem) {
  :is(.ieltsbandscale .tab-buttons) button {
    padding-bottom: calc(var(--spacing) * 2);
  }
}
@media (width >= 64rem) {
  :is(.ieltsbandscale .tab-buttons) button {
    width: 100%;
  }
}
#agent-menu .menu-item {
  display: flex;
  flex-direction: column;
}
:is(#agent-menu .menu-item-has-children)  > .sub-menu {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
:is(:is(#agent-menu .menu-item-has-children) > .sub-menu) a {
  padding-left: calc(var(--spacing) * 9);
}
:is(#agent-menu > .menu-item)  > a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><circle cx='7' cy='7' r='6.5' transform='rotate(90 7 7)' stroke='%23ED1B2F'/><path d='M8.00385 5.3359L7.6094 5.07293C6.24066 4.16044 5.55628 3.70419 5.02814 3.98684C4.5 4.2695 4.5 5.09201 4.5 6.73703L4.5 7.26297C4.5 8.90799 4.5 9.7305 5.02814 10.0132C5.55628 10.2958 6.24066 9.83956 7.6094 8.92707L8.00385 8.6641C9.13277 7.91149 9.69722 7.53518 9.69722 7C9.69722 6.46482 9.13277 6.08851 8.00385 5.3359Z' stroke='%23ED1B2F'/></svg>") no-repeat center/contain;
}
@media (min-width: 1080px) {
  #hamburger-menu {
    position: relative;
    width: 358px;
  }
  #hamburger-menu li.menu-item {
    position: relative;
    width: 358px;
    padding-right: 50px;
  }
  #hamburger-menu li.menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    --tw-border-style: dashed;
    border-style: dashed;
    border-color: var(--color-silver);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: 147.619%;
    line-height: 147.619%;
  }
  @media (width >= 48rem) {
    #hamburger-menu li.menu-item a {
      font-size: 19px;
    }
  }
  @media (width >= 64rem) {
    #hamburger-menu li.menu-item a {
      font-size: 20px;
    }
  }
  @media (width >= 80rem) {
    #hamburger-menu li.menu-item a {
      font-size: 21px;
    }
  }
  #hamburger-menu li.menu-item a {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-black);
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  @media (hover: hover) {
    :is(#hamburger-menu li.menu-item a):hover {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  @media (hover: hover) {
    :is(#hamburger-menu li.menu-item a):hover {
      border-color: var(--color-red);
    }
  }
  @media (hover: hover) {
    :is(#hamburger-menu li.menu-item a):hover {
      color: var(--color-black);
    }
  }
  :is(#hamburger-menu .menu-item-has-children > a)::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M0.671875 0.671875L6.37187 6.37187L0.671875 12.0719' stroke='%23ED1B2F' stroke-width='1.9'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
  }
  #hamburger-menu .menu-item-has-children > .sub-menu {
    display: none;
  }
  #hamburger-menu .menu-item-has-children:hover > .sub-menu {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: 100%;
    display: flex;
    flex-direction: column;
  }
  .mobile-back-btn-wrapper {
    display: none;
  }
}
@media (max-width: 1079px) {
  #hamburger-menu {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  #hamburger-menu li.menu-item {
    width: 100%;
  }
  #hamburger-menu li.menu-item > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    --tw-border-style: dashed;
    border-style: dashed;
    border-color: var(--color-silver);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  :is(#hamburger-menu .menu-item-has-children > a)::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M0.671875 0.671875L6.37187 6.37187L0.671875 12.0719' stroke='%23ED1B2F' stroke-width='1.9'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
  }
  #hamburger-menu .sub-menu {
    position: fixed;
    left: calc(var(--spacing) * 0);
    z-index: 60;
    width: 100%;
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--color-gray);
    padding-inline: calc(var(--spacing) * 4);
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  #hamburger-menu > li.menu-item-has-children > .sub-menu {
    top: var(--mobile-top-offset, 60px);
    height: calc(100vh - var(--mobile-top-offset, 60px));
  }
  #hamburger-menu .sub-menu .sub-menu {
    top: 0 !important;
    height: 100% !important;
    z-index: 61;
  }
  #hamburger-menu .sub-menu.is-open {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .mobile-back-btn {
    margin-left: calc(var(--spacing) * -4);
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    background-color: var(--color-red);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
    width: calc(100% + 32px);
  }
}
#hamburger-footer-menu li.menu-item {
  display: inline;
  padding-inline: calc(var(--spacing) * 2);
}
@media (width >= 64rem) {
  #hamburger-footer-menu li.menu-item {
    display: block;
  }
}
@media (width >= 64rem) {
  #hamburger-footer-menu li.menu-item {
    padding-inline: calc(var(--spacing) * 0);
  }
}
:is(#hamburger-footer-menu li.menu-item):first-child {
  padding-left: calc(var(--spacing) * 0);
}
:is(#hamburger-footer-menu li.menu-item) a {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.pagination-container {
  margin-top: calc(var(--spacing) * 16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-container  > a,.pagination-container  > span {
  display: flex;
  align-items: center;
  border-radius: var(--radius-xl);
  padding-inline: calc(var(--spacing) * 3.5);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  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));
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
@media (hover: hover) {
  :is(.pagination-container > a,.pagination-container > span):hover {
    background-color: var(--color-gray-300);
  }
}
.pagination-container span.current {
  background-color: var(--color-red);
  color: var(--color-white);
}
.navigation.pagination .nav-links {
  margin-top: calc(var(--spacing) * 8);
  display: flex;
  align-items: center;
  justify-content: center;
}
:is(.navigation.pagination .nav-links)  > a,:is(.navigation.pagination .nav-links)  > span {
  display: flex;
  align-items: center;
  border-radius: var(--radius-xl);
  padding-inline: calc(var(--spacing) * 3.5);
  padding-block: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  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));
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
@media (hover: hover) {
  :is(:is(.navigation.pagination .nav-links) > a,:is(.navigation.pagination .nav-links) > span):hover {
    background-color: var(--color-gray-300);
  }
}
:is(.navigation.pagination .nav-links) span.current {
  background-color: var(--color-red);
  color: var(--color-white);
}
#primary-menu  > .menu-item {
  display: flex;
}
:is(#primary-menu > .menu-item)  > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
  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));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
:is(:is(#primary-menu > .menu-item) > a):before {
  content: "";
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: 5px;
  width: 100%;
  --tw-scale-x: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  background-color: var(--color-red);
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
:is(:is(#primary-menu > .menu-item) > a):hover:before {
  --tw-scale-x: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  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));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.menu-item-has-children:is(#primary-menu > .menu-item) {
  position: relative;
}
.menu-item-has-children:is(#primary-menu > .menu-item)  > a {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
}
:is(.menu-item-has-children:is(#primary-menu > .menu-item) > a)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M10.5 1.19231L5.5 5.80769L0.5 1.19231' stroke='currentcolor'/%3E%3C/svg%3E");
  display: flex;
  height: 7px;
  width: 11px;
  rotate: 0deg;
  align-items: center;
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.menu-item-has-children:is(#primary-menu > .menu-item)  > .sub-menu {
  position: absolute;
  top: 100%;
  z-index: 10;
  display: flex;
  min-width: var(--container-xs);
  flex-direction: column;
}
:where(:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) > :not(:last-child)) {
  --tw-border-style: dashed;
  border-style: dashed;
}
:where(:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) > :not(:last-child)) {
  border-color: var(--color-silver);
}
.menu-item-has-children:is(#primary-menu > .menu-item)  > .sub-menu {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-silver);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 7);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
:is(:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) a:not(.social-link))::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M10 0.707031L16 6.70703M16 6.70703L10 12.707M16 6.70703L0 6.70703' stroke='%23E81A2E' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) a:not(.social-link) {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-decoration-line: none;
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  :is(:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) a:not(.social-link)):hover {
    color: var(--color-red);
  }
}
:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) .menu-item.menu-item-has-children {
  position: relative;
}
:is(:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) .menu-item.menu-item-has-children)  > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 2);
}
:is(:is(:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) .menu-item.menu-item-has-children) > a)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M10.5 1.19231L5.5 5.80769L0.5 1.19231' stroke='currentcolor'/%3E%3C/svg%3E");
  display: flex;
  height: 7px;
  width: 11px;
  rotate: 270deg;
  align-items: center;
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
:is(:is(.menu-item-has-children:is(#primary-menu > .menu-item) > .sub-menu) .menu-item.menu-item-has-children)  > .sub-menu {
  position: absolute;
  top: calc(var(--spacing) * -6);
  left: 100%;
  display: flex;
  display: none;
  min-width: var(--container-xs);
  gap: calc(var(--spacing) * 5);
  background-color: var(--color-white);
  padding-block: calc(var(--spacing) * 6);
  opacity: 0%;
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.menu-item-has-children:is(#primary-menu > .menu-item):hover  > a::after {
  rotate: 180deg;
}
.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) {
  position: initial;
}
.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item)  > .sub-menu {
  left: calc(1/2 * 100%);
  display: flex;
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  flex-direction: row;
  justify-content: center;
  gap: calc(var(--spacing) * 7);
}
:where(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > :not(:last-child)) {
  --tw-border-style: none;
  border-style: none;
}
.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item)  > .sub-menu {
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 7);
}
:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu)  > li {
  width: 100%;
  max-width: 344px;
  padding: calc(var(--spacing) * 7);
}
.column:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li)  > a:not(.social-link) {
  display: none;
}
:is(:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) a:not(.social-link))::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M10 0.707031L16 6.70703M16 6.70703L10 12.707M16 6.70703L0 6.70703' stroke='%23E81A2E' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) a:not(.social-link) {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
  padding-inline: calc(var(--spacing) * 0);
  padding-block: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
@media (hover: hover) {
  :is(:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) a:not(.social-link)):hover {
    color: var(--color-red);
  }
}
.menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li)  > a {
  margin-bottom: calc(var(--spacing) * 4);
  padding: calc(var(--spacing) * 0);
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 147.619%;
  line-height: 147.619%;
}
@media (width >= 48rem) {
  .menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li)  > a {
    font-size: 19px;
  }
}
@media (width >= 64rem) {
  .menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li)  > a {
    font-size: 20px;
  }
}
@media (width >= 80rem) {
  .menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li)  > a {
    font-size: 21px;
  }
}
.menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li)  > a {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
:is(.menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) > a):after {
  display: none;
}
.menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) .sub-menu {
  position: relative;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  display: flex;
  width: 100%;
  min-width: 288px;
  flex-direction: column;
  gap: calc(var(--spacing) * 0);
}
:where(:is(.menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) .sub-menu) > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(:is(.menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) .sub-menu) > :not(:last-child)) {
  --tw-border-style: dashed;
  border-style: dashed;
}
:where(:is(.menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) .sub-menu) > :not(:last-child)) {
  border-color: var(--color-silver);
}
.menu-item-has-children:is(:is(.menu-item-has-children.mega-menu:is(#primary-menu > .menu-item) > .sub-menu) > li) .sub-menu {
  background-color: transparent;
  padding: calc(var(--spacing) * 0);
  opacity: 100%;
}
.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column {
  max-width: 324px;
  padding: calc(var(--spacing) * 0);
}
:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column)  > .sub-menu {
  gap: calc(var(--spacing) * 7);
}
:where(:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) > .sub-menu) > :not(:last-child)) {
  --tw-border-style: none;
  border-style: none;
}
:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column)  > .sub-menu {
  padding: calc(var(--spacing) * 0);
}
:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) > .sub-menu) a:not(.social-link) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: var(--color-red);
  padding: 18px;
  padding-bottom: 12px;
}
:is(:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) > .sub-menu) a:not(.social-link)) .menu-item-text {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
@media (width >= 48rem) {
  :is(:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) > .sub-menu) a:not(.social-link)) .menu-item-text {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
:is(:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) > .sub-menu) a:not(.social-link)) .menu-item-description {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
:is(:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) > .sub-menu) a:not(.social-link)):after {
  align-self: flex-end;
}
.column-socials:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) {
  max-width: 297px;
}
.column-socials:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column)  > .sub-menu {
  height: 100%;
}
:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) .socials-menu {
  height: 100%;
}
:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) .socials-menu) .socials-menu-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 14px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: var(--color-red);
  padding: 18px;
}
:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) .socials-menu) .socials-menu-title {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
@media (width >= 48rem) {
  :is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) .socials-menu) .socials-menu-title {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) .socials-menu) .socials-menu-description {
  font-size: 15px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) .socials-menu) .social-icons-list {
  margin-top: calc(var(--spacing) * 6);
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(var(--spacing) * 7);
  row-gap: 14px;
}
:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) .socials-menu) .social-link {
  display: flex;
  aspect-ratio: 1 / 1;
  width: 55px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-black);
  color: var(--color-white);
  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));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  :is(:is(:is(.menu-item-has-children.mega-menu.menu-grid:is(#primary-menu > .menu-item) li.column) .socials-menu) .social-link):hover {
    background-color: var(--color-red);
  }
}
.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);
}
.news-content {
  color: var(--tw-prose-body);
  max-width: none;
}
.news-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.news-content :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;
}
.news-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.news-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.news-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.news-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.news-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.news-content :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;
}
.news-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.news-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.news-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.news-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.news-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.news-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.news-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.news-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.news-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.news-content :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;
}
.news-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.news-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.news-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.news-content :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;
}
.news-content :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;
}
.news-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.news-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.news-content :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;
}
.news-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.news-content :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;
}
.news-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.news-content :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;
}
.news-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.news-content :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;
}
.news-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.news-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-content :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;
}
.news-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.news-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.news-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.news-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.news-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.news-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.news-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.news-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.news-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.news-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.news-content :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;
}
.news-content :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;
}
.news-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.news-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.news-content :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;
}
.news-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.news-content :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;
}
.news-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.news-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.news-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.news-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.news-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.news-content :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.news-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.news-content :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;
}
.news-content {
  --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;
}
.news-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.news-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.news-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.news-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.news-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.news-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.news-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.news-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.news-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.news-content :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;
}
.news-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.news-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.news-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.news-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.news-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.news-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.news-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.news-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.news-content :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;
}
.news-content :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.news-content :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.news-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.news-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.news-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.news-content :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.news-content :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.news-content :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.news-content {
  margin-top: calc(var(--spacing) * 8);
}
.news-content .wp-block-table td {
  border: 0;
}
.news-content .wp-block-table th {
  border: 0;
}
.news-content .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.news-content .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.news-content .wp-block-table thead {
  border-bottom-width: 1px;
}
.news-content .wp-block-table tfoot {
  border-top-width: 1px;
}
@media (width >= 48rem) {
  .news-content {
    margin-top: calc(var(--spacing) * 12);
  }
}
.news-content :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: var(--font-heading);
}
.news-content :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
@media (width >= 48rem) {
  .news-content :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-top: 56px;
  }
}
@media (width >= 48rem) {
  .news-content :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 18px;
  }
}
.news-content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 32px;
  --tw-leading: 115.625%;
  line-height: 115.625%;
}
@media (width >= 48rem) {
  .news-content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 44px;
  }
}
@media (width >= 64rem) {
  .news-content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 56px;
  }
}
@media (width >= 80rem) {
  .news-content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 60px;
  }
}
.news-content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 28px;
  --tw-leading: 123.81%;
  line-height: 123.81%;
}
@media (width >= 48rem) {
  .news-content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 36px;
  }
}
@media (width >= 64rem) {
  .news-content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 42px;
  }
}
@media (width >= 80rem) {
  .news-content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 48px;
  }
}
.news-content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 24px;
  --tw-leading: 125%;
  line-height: 125%;
}
@media (width >= 48rem) {
  .news-content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 30px;
  }
}
@media (width >= 64rem) {
  .news-content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 36px;
  }
}
@media (width >= 80rem) {
  .news-content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 40px;
  }
}
.news-content :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 22px;
  --tw-leading: 131.25%;
  line-height: 131.25%;
}
@media (width >= 48rem) {
  .news-content :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 26px;
  }
}
@media (width >= 64rem) {
  .news-content :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 30px;
  }
}
@media (width >= 80rem) {
  .news-content :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 32px;
  }
}
.news-content :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 141.667%;
  line-height: 141.667%;
}
@media (width >= 48rem) {
  .news-content :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 22px;
  }
}
@media (width >= 64rem) {
  .news-content :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 24px;
  }
}
@media (width >= 80rem) {
  .news-content :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.news-content :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 147.619%;
  line-height: 147.619%;
}
@media (width >= 48rem) {
  .news-content :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 19px;
  }
}
@media (width >= 64rem) {
  .news-content :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 20px;
  }
}
@media (width >= 80rem) {
  .news-content :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 21px;
  }
}
.news-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.news-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-red);
}
.news-content :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.news-content :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: calc(var(--spacing) * 4);
}
.news-content :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-red);
}
.news-content :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: square;
}
.news-content :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: calc(var(--spacing) * 4);
}
:is(.news-content :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)))) *::marker {
  color: var(--color-red);
}
:is(.news-content :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))))::marker {
  color: var(--color-red);
}
:is(.news-content :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)))) *::-webkit-details-marker {
  color: var(--color-red);
}
:is(.news-content :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))))::-webkit-details-marker {
  color: var(--color-red);
}
.news-content :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-block: calc(var(--spacing) * 4);
}
.news-content .is-style-lead {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 147.619%;
  line-height: 147.619%;
}
@media (width >= 48rem) {
  .news-content .is-style-lead {
    font-size: 21px;
  }
}
.news-content .has-large-font-size {
  font-size: var(--text-2xl) !important;
  line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
}
@media (width >= 48rem) {
  .news-content .has-large-font-size {
    font-size: var(--text-3xl) !important;
    line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  }
}
@media (width >= 64rem) {
  .news-content .has-large-font-size {
    font-size: var(--text-4xl) !important;
    line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
  }
}
.news-content .has-medium-font-size {
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
}
@media (width >= 64rem) {
  .news-content .has-medium-font-size {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
}
.news-content .wp-block-separator {
  margin-block: calc(var(--spacing) * 6);
}
.news-content  > figure.wp-block-image {
  aspect-ratio: 1072/520;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background-color: var(--color-gray-300);
}
@media (width >= 48rem) {
  .news-content  > figure.wp-block-image {
    margin-top: calc(var(--spacing) * 12);
  }
}
:is(.news-content > figure.wp-block-image) * {
  margin-block: calc(var(--spacing) * 0);
}
:is(.news-content > figure.wp-block-image) * {
  height: 100%;
}
:is(.news-content > figure.wp-block-image) * {
  width: 100%;
}
:is(.news-content > figure.wp-block-image) * {
  object-fit: cover;
}
@media (width >= 48rem) {
  .news-content  > figure.wp-block-gallery {
    margin-top: calc(var(--spacing) * 12);
  }
}
:is(.news-content > figure.wp-block-gallery) figure.wp-block-image {
  margin-top: calc(var(--spacing) * 12);
  height: 175px;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background-color: var(--color-gray-300);
}
@media (width >= 48rem) {
  :is(.news-content > figure.wp-block-gallery) figure.wp-block-image {
    height: 325px;
  }
}
:is(:is(.news-content > figure.wp-block-gallery) figure.wp-block-image) img {
  height: 100%;
}
:is(:is(.news-content > figure.wp-block-gallery) figure.wp-block-image) img {
  width: 100%;
}
:is(:is(.news-content > figure.wp-block-gallery) figure.wp-block-image) img {
  object-fit: cover;
}
@media (width >= 48rem) {
  .news-content  > figure.wp-block-embed.is-type-video {
    margin-block: 56px;
  }
}
.news-content  > figure.wp-block-pullquote {
  background-color: var(--color-gray);
  padding: calc(var(--spacing) * 6);
}
@media (width >= 48rem) {
  .news-content  > figure.wp-block-pullquote {
    margin-block: 56px;
  }
}
@media (width >= 48rem) {
  .news-content  > figure.wp-block-pullquote {
    padding: calc(var(--spacing) * 12);
  }
}
:is(.news-content > figure.wp-block-pullquote) blockquote {
  --tw-border-style: none;
  border-style: none;
  padding-left: calc(var(--spacing) * 0);
}
:is(:is(.news-content > figure.wp-block-pullquote) blockquote) p {
  margin-bottom: calc(var(--spacing) * 5);
  text-align: left;
  font-family: var(--font-heading);
  font-size: 22px;
  --tw-leading: 131.25%;
  line-height: 131.25%;
}
@media (width >= 48rem) {
  :is(:is(.news-content > figure.wp-block-pullquote) blockquote) p {
    font-size: 26px;
  }
}
@media (width >= 64rem) {
  :is(:is(.news-content > figure.wp-block-pullquote) blockquote) p {
    font-size: 30px;
  }
}
@media (width >= 80rem) {
  :is(:is(.news-content > figure.wp-block-pullquote) blockquote) p {
    font-size: 32px;
  }
}
:is(:is(.news-content > figure.wp-block-pullquote) blockquote) p {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-dark);
  font-style: normal;
}
@media (width >= 48rem) {
  :is(:is(.news-content > figure.wp-block-pullquote) blockquote) p {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
:is(:is(.news-content > figure.wp-block-pullquote) blockquote) cite {
  position: relative;
  margin-top: 74px;
  padding-top: calc(var(--spacing) * 7);
  text-align: right;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
:is(:is(:is(.news-content > figure.wp-block-pullquote) blockquote) cite):before {
  content: "";
  display: block;
  width: calc(100% - 73px);
  height: 4px;
  background: var(--color-red);
  position: absolute;
  top: 0;
  right: 0;
}
:is(:is(:is(.news-content > figure.wp-block-pullquote) blockquote) cite):after {
  content: "";
  display: block;
  width: 57px;
  height: 38px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='57' height='38' viewBox='0 0 57 38' fill='none'><g clip-path='url(%23clip0_1930_131571)'><path d='M18.4533 0.0605469L23.3173 6.99175C17.6021 11.2478 14.0757 14.531 12.4949 16.963H12.7381C17.4805 16.963 21.2501 20.9758 21.2501 25.8398C21.2501 31.3118 16.6293 35.5677 11.1573 35.5677C4.95573 35.5677 0.578125 30.7038 0.578125 24.259C0.578125 15.8686 6.53653 7.72135 18.4533 0.0605469ZM42.7733 16.963H43.0165C47.7589 16.963 51.5285 20.9758 51.5285 25.8398C51.5285 31.3118 46.9077 35.5677 41.4357 35.5677C35.2341 35.5677 30.8565 30.7038 30.8565 24.259C30.8565 15.8686 36.8149 7.72135 48.7317 0.0605469L53.5957 6.99175C47.8805 11.2478 44.3541 14.531 42.7733 16.963Z' fill='%23ED1B2F'/></g><defs><clipPath id='clip0_1930_131571'><rect width='57' height='38' fill='white'/></clipPath></defs></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 0;
}
.block-mt:is(.news-content section) {
  margin-top: calc(var(--spacing) * 14);
}
.block-mb:is(.news-content section) {
  margin-bottom: calc(var(--spacing) * 14);
}
:is(.news-content section) .container {
  padding-inline: calc(var(--spacing) * 0);
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.square-before {
  position: relative;
  margin-top: 18px;
}
.square-before::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--color-red);
  background-size: contain;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: -18px;
}
.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;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-y-0 {
  inset-block: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-5 {
  top: calc(var(--spacing) * 5);
}
.top-\[20px\] {
  top: 20px;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[75px\] {
  top: 75px;
}
.top-\[160px\] {
  top: 160px;
}
.top-\[190px\] {
  top: 190px;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.right-6 {
  right: calc(var(--spacing) * 6);
}
.right-8 {
  right: calc(var(--spacing) * 8);
}
.right-\[56px\] {
  right: 56px;
}
.-bottom-\[100px\] {
  bottom: calc(100px * -1);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-7 {
  bottom: calc(var(--spacing) * 7);
}
.bottom-8 {
  bottom: calc(var(--spacing) * 8);
}
.-left-\[25px\] {
  left: calc(25px * -1);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-5 {
  left: calc(var(--spacing) * 5);
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[99998\] {
  z-index: 99998;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.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-9 {
  grid-column: span 9 / span 9;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1 / -1;
}
.\!container {
  width: 100% !important;
}
@media (width >= 40rem) {
  .\!container {
    max-width: 40rem !important;
  }
}
@media (width >= 48rem) {
  .\!container {
    max-width: 48rem !important;
  }
}
@media (width >= 64rem) {
  .\!container {
    max-width: 64rem !important;
  }
}
@media (width >= 80rem) {
  .\!container {
    max-width: 80rem !important;
  }
}
@media (width >= 96rem) {
  .\!container {
    max-width: 96rem !important;
  }
}
.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;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.container-full {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (width >= 80rem) {
  .container-full {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.\!container {
  margin-inline: auto !important;
  padding-inline: 1rem !important;
}
@media (width >= 80rem) {
  .\!container {
    max-width: calc(1252px + 2rem) !important;
  }
}
.container {
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (width >= 80rem) {
  .container {
    max-width: calc(1252px + 2rem);
  }
}
.-mx-4 {
  margin-inline: calc(var(--spacing) * -4);
}
.mx-0 {
  margin-inline: calc(var(--spacing) * 0);
}
.mx-auto {
  margin-inline: auto;
}
.my-0 {
  margin-block: calc(var(--spacing) * 0);
}
.my-6 {
  margin-block: 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%;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.block-mt {
  margin-top: calc(var(--spacing) * 14);
}
@media (width >= 48rem) {
  .block-mt {
    margin-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .block-mt {
    margin-top: 100px;
  }
}
.block-mt-medium {
  margin-top: calc(var(--spacing) * 14);
}
@media (width >= 48rem) {
  .block-mt-medium {
    margin-top: calc(var(--spacing) * 16);
  }
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.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-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-9 {
  margin-top: calc(var(--spacing) * 9);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-auto {
  margin-top: auto;
}
.mr-1 {
  margin-right: calc(var(--spacing) * 1);
}
.mr-auto {
  margin-right: auto;
}
.block-mb {
  margin-bottom: calc(var(--spacing) * 14);
}
@media (width >= 48rem) {
  .block-mb {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .block-mb {
    margin-bottom: 100px;
  }
}
.block-mb-medium {
  margin-bottom: calc(var(--spacing) * 14);
}
@media (width >= 48rem) {
  .block-mb-medium {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
.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);
}
.mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-9 {
  margin-bottom: calc(var(--spacing) * 9);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.ml-auto {
  margin-left: auto;
}
.box-border {
  box-sizing: border-box;
}
.btn-hollow {
  --bg-hover-color: var(--color-red);
  --bg-initial-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-red);
  background-size: 202% 100%;
  background-repeat: no-repeat;
}
@media (width >= 80rem) {
  .btn-hollow {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 80rem) {
  .btn-hollow {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
@media (width >= 80rem) {
  .btn-hollow {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
.btn-hollow {
  background-image: linear-gradient(90deg, var(--bg-hover-color) 0%, var(--bg-hover-color) 50%, var(--bg-initial-color) 50%, var(--bg-initial-color) 100%);
  background-position: right bottom;
}
.btn-hollow:hover {
  background-position: left bottom;
}
.btn-hollow {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 15.5px;
  text-align: center;
  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-red);
  text-decoration-line: none;
}
.btn-hollow:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn-white-outline {
  --bg-hover-color: var(--color-red);
  --bg-initial-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-red);
  background-size: 202% 100%;
  background-repeat: no-repeat;
}
@media (width >= 80rem) {
  .btn-white-outline {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 80rem) {
  .btn-white-outline {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
@media (width >= 80rem) {
  .btn-white-outline {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
.btn-white-outline {
  background-image: linear-gradient(90deg, var(--bg-hover-color) 0%, var(--bg-hover-color) 50%, var(--bg-initial-color) 50%, var(--bg-initial-color) 100%);
  background-position: right bottom;
}
.btn-white-outline:hover {
  background-position: left bottom;
}
.btn-white-outline {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 15.5px;
  text-align: center;
  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-red);
  text-decoration-line: none;
}
.btn-white-outline:hover {
  color: var(--color-white);
}
.btn {
  --bg-hover-color: #000;
  --bg-initial-color: var(--color-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  background-size: 202% 100%;
  background-repeat: no-repeat;
}
@media (width >= 80rem) {
  .btn {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 80rem) {
  .btn {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
@media (width >= 80rem) {
  .btn {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
.btn {
  background-image: linear-gradient(90deg, var(--bg-hover-color) 0%, var(--bg-hover-color) 50%, var(--bg-initial-color) 50%, var(--bg-initial-color) 100%);
  background-position: right bottom;
}
.btn:hover {
  background-position: left bottom;
}
.btn {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 16.5px;
  text-align: center;
  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-decoration-line: none;
}
.btn:hover {
  color: var(--color-white);
}
.btn-black {
  --bg-hover-color: var(--color-red);
  --bg-initial-color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  background-size: 202% 100%;
  background-repeat: no-repeat;
}
@media (width >= 80rem) {
  .btn-black {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 80rem) {
  .btn-black {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
@media (width >= 80rem) {
  .btn-black {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
.btn-black {
  background-image: linear-gradient(90deg, var(--bg-hover-color) 0%, var(--bg-hover-color) 50%, var(--bg-initial-color) 50%, var(--bg-initial-color) 100%);
  background-position: right bottom;
}
.btn-black:hover {
  background-position: left bottom;
}
.btn-black {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 16.5px;
  text-align: center;
  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-decoration-line: none;
}
.btn-black:hover {
  color: var(--color-white);
}
.btn-white {
  --bg-hover-color: var(--color-red);
  --bg-initial-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  background-size: 202% 100%;
  background-repeat: no-repeat;
}
@media (width >= 80rem) {
  .btn-white {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 80rem) {
  .btn-white {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
@media (width >= 80rem) {
  .btn-white {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
.btn-white {
  background-image: linear-gradient(90deg, var(--bg-hover-color) 0%, var(--bg-hover-color) 50%, var(--bg-initial-color) 50%, var(--bg-initial-color) 100%);
  background-position: right bottom;
}
.btn-white:hover {
  background-position: left bottom;
}
.btn-white {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: 16.5px;
  text-align: center;
  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-red);
  text-decoration-line: none;
}
.btn-white:hover {
  color: var(--color-white);
}
.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: transparent;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
  text-decoration-line: none;
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  .btn-link:hover {
    border-color: var(--color-red);
  }
}
.btn-link svg {
  color: var(--color-red);
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.hidden\! {
  display: none !important;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[98\.88\/65\.49\] {
  aspect-ratio: 98.88/65.49;
}
.aspect-\[146\/94\] {
  aspect-ratio: 146/94;
}
.aspect-\[253\/380\] {
  aspect-ratio: 253/380;
}
.aspect-\[257\/130\] {
  aspect-ratio: 257/130;
}
.aspect-\[276\/167\] {
  aspect-ratio: 276/167;
}
.aspect-\[294\/260\] {
  aspect-ratio: 294/260;
}
.aspect-\[360\/195\] {
  aspect-ratio: 360/195;
}
.aspect-\[395\/195\] {
  aspect-ratio: 395/195;
}
.aspect-\[412\/280\] {
  aspect-ratio: 412/280;
}
.aspect-\[413\/514\] {
  aspect-ratio: 413/514;
}
.aspect-\[437\/450\] {
  aspect-ratio: 437/450;
}
.aspect-\[475\/449\] {
  aspect-ratio: 475/449;
}
.aspect-\[570\/380\] {
  aspect-ratio: 570/380;
}
.aspect-\[597\/564\] {
  aspect-ratio: 597/564;
}
.aspect-\[1001\/553\] {
  aspect-ratio: 1001/553;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-1\/2 {
  height: calc(1/2 * 100%);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-5\/10 {
  height: calc(5/10 * 100%);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-\[3px\] {
  height: 3px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[34\.5px\] {
  height: 34.5px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[195px\] {
  height: 195px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[314px\] {
  height: 314px;
}
.h-\[378px\] {
  height: 378px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[480px\] {
  height: 480px;
}
.h-auto {
  height: auto;
}
.h-auto\! {
  height: auto !important;
}
.h-full {
  height: 100%;
}
.h-full\! {
  height: 100% !important;
}
.h-screen {
  height: 100vh;
}
.max-h-\[28px\] {
  max-height: 28px;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[110px\] {
  max-height: 110px;
}
.max-h-\[176px\] {
  max-height: 176px;
}
.max-h-\[276px\] {
  max-height: 276px;
}
.max-h-\[370px\] {
  max-height: 370px;
}
.max-h-\[449px\] {
  max-height: 449px;
}
.max-h-\[514px\] {
  max-height: 514px;
}
.max-h-\[564px\] {
  max-height: 564px;
}
.max-h-\[570px\] {
  max-height: 570px;
}
.min-h-9 {
  min-height: calc(var(--spacing) * 9);
}
.min-h-\[29px\] {
  min-height: 29px;
}
.min-h-\[30vh\] {
  min-height: 30vh;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-\[106px\] {
  min-height: 106px;
}
.min-h-\[164px\] {
  min-height: 164px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[231px\] {
  min-height: 231px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[314px\] {
  min-height: 314px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.w-3\! {
  width: calc(var(--spacing) * 3) !important;
}
.w-4\! {
  width: calc(var(--spacing) * 4) !important;
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-5\/10 {
  width: calc(5/10 * 100%);
}
.w-5\/12 {
  width: calc(5/12 * 100%);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-9 {
  width: calc(var(--spacing) * 9);
}
.w-9\/10 {
  width: calc(9/10 * 100%);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-11\/12 {
  width: calc(11/12 * 100%);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-\[1px\] {
  width: 1px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[33px\] {
  width: 33px;
}
.w-\[34\.5px\] {
  width: 34.5px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[123px\] {
  width: 123px;
}
.w-\[287px\] {
  width: 287px;
}
.w-\[304px\] {
  width: 304px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[358px\] {
  width: 358px;
}
.w-\[calc\(100\%\+50px\)\] {
  width: calc(100% + 50px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-full\! {
  width: 100% !important;
}
.w-screen {
  width: 100vw;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-3\/5 {
  max-width: calc(3/5 * 100%);
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-4\/5 {
  max-width: calc(4/5 * 100%);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-7\/12 {
  max-width: calc(7/12 * 100%);
}
.max-w-9\/10 {
  max-width: calc(9/10 * 100%);
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[182px\] {
  max-width: 182px;
}
.max-w-\[297px\] {
  max-width: 297px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[305px\] {
  max-width: 305px;
}
.max-w-\[325px\] {
  max-width: 325px;
}
.max-w-\[338px\] {
  max-width: 338px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[394px\] {
  max-width: 394px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[412px\] {
  max-width: 412px;
}
.max-w-\[413px\] {
  max-width: 413px;
}
.max-w-\[429px\] {
  max-width: 429px;
}
.max-w-\[432px\] {
  max-width: 432px;
}
.max-w-\[437px\] {
  max-width: 437px;
}
.max-w-\[475px\] {
  max-width: 475px;
}
.max-w-\[476px\] {
  max-width: 476px;
}
.max-w-\[478px\] {
  max-width: 478px;
}
.max-w-\[524px\] {
  max-width: 524px;
}
.max-w-\[526px\] {
  max-width: 526px;
}
.max-w-\[528px\] {
  max-width: 528px;
}
.max-w-\[541px\] {
  max-width: 541px;
}
.max-w-\[549px\] {
  max-width: 549px;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-\[592px\] {
  max-width: 592px;
}
.max-w-\[596px\] {
  max-width: 596px;
}
.max-w-\[597px\] {
  max-width: 597px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[646px\] {
  max-width: 646px;
}
.max-w-\[670px\] {
  max-width: 670px;
}
.max-w-\[718px\] {
  max-width: 718px;
}
.max-w-\[736px\] {
  max-width: 736px;
}
.max-w-\[788px\] {
  max-width: 788px;
}
.max-w-\[838px\] {
  max-width: 838px;
}
.max-w-\[874px\] {
  max-width: 874px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[906px\] {
  max-width: 906px;
}
.max-w-\[955px\] {
  max-width: 955px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[1032px\] {
  max-width: 1032px;
}
.max-w-\[1034px\] {
  max-width: 1034px;
}
.max-w-\[1068px\] {
  max-width: 1068px;
}
.max-w-\[1122px\] {
  max-width: 1122px;
}
.max-w-\[1252px\] {
  max-width: 1252px;
}
.max-w-\[1260px\] {
  max-width: 1260px;
}
.max-w-none {
  max-width: none;
}
.max-w-screen {
  max-width: 100vw;
}
.min-w-1\/2 {
  min-width: calc(1/2 * 100%);
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: calc(var(--spacing) * 0);
  --tw-border-spacing-y: calc(var(--spacing) * 0);
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-center {
  transform-origin: center;
}
.origin-right {
  transform-origin: right;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-0 {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-5 {
  --tw-translate-x: calc(var(--spacing) * 5);
  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-\[6px\] {
  --tw-translate-y: calc(6px * -1);
  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);
}
.translate-y-4 {
  --tw-translate-y: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[4px\] {
  --tw-translate-y: 4px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[6px\] {
  --tw-translate-y: 6px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-full {
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-rotate-45 {
  rotate: calc(45deg * -1);
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-90 {
  rotate: 90deg;
}
.rotate-180 {
  rotate: 180deg;
}
.rotate-\[360deg\] {
  rotate: 360deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-9 {
  gap: calc(var(--spacing) * 9);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}
.gap-x-3 {
  column-gap: calc(var(--spacing) * 3);
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-x-9 {
  column-gap: calc(var(--spacing) * 9);
}
.gap-x-12 {
  column-gap: calc(var(--spacing) * 12);
}
.gap-x-\[18px\] {
  column-gap: 18px;
}
.gap-y-5 {
  row-gap: calc(var(--spacing) * 5);
}
.gap-y-6 {
  row-gap: calc(var(--spacing) * 6);
}
.gap-y-7 {
  row-gap: calc(var(--spacing) * 7);
}
.gap-y-12 {
  row-gap: calc(var(--spacing) * 12);
}
:where(.divide-x > :not(:last-child)) {
  --tw-divide-x-reverse: 0;
  border-inline-style: var(--tw-border-style);
  border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
  border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
:where(.divide-y > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(.divide-dashed > :not(:last-child)) {
  --tw-border-style: dashed;
  border-style: dashed;
}
:where(.divide-black > :not(:last-child)) {
  border-color: var(--color-black);
}
:where(.divide-red > :not(:last-child)) {
  border-color: var(--color-red);
}
:where(.divide-silver > :not(:last-child)) {
  border-color: var(--color-silver);
}
.self-end {
  align-self: flex-end;
}
.self-start {
  align-self: flex-start;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-none {
  border-radius: 0;
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-x-0 {
  border-inline-style: var(--tw-border-style);
  border-inline-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;
}
.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-r-0 {
  border-right-style: var(--tw-border-style);
  border-right-width: 0px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.border-b-4 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.border-l-0 {
  border-left-style: var(--tw-border-style);
  border-left-width: 0px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.border-black {
  border-color: var(--color-black);
}
.border-gray {
  border-color: var(--color-gray);
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.border-gray-500 {
  border-color: var(--color-gray-500);
}
.border-gray-dark {
  border-color: var(--color-gray-dark);
}
.border-red {
  border-color: var(--color-red);
}
.border-silver {
  border-color: var(--color-silver);
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#F9FAFB\] {
  background-color: #F9FAFB;
}
.bg-\[\#FBFBFB\] {
  background-color: #FBFBFB;
}
.bg-black {
  background-color: var(--color-black);
}
.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\/50 {
  background-color: color-mix(in srgb, #000 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/50 {
    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
  }
}
.bg-black\/75 {
  background-color: color-mix(in srgb, #000 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/75 {
    background-color: color-mix(in oklab, var(--color-black) 75%, transparent);
  }
}
.bg-gray {
  background-color: var(--color-gray);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-gray-300 {
  background-color: var(--color-gray-300);
}
.bg-red {
  background-color: var(--color-red);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/50 {
  background-color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/50 {
    background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.bg-hover {
  background-size: 202% 100%;
  background-repeat: no-repeat;
}
@media (width >= 80rem) {
  .bg-hover {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 80rem) {
  .bg-hover {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
@media (width >= 80rem) {
  .bg-hover {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
.bg-hover {
  background-image: linear-gradient(90deg, var(--bg-hover-color) 0%, var(--bg-hover-color) 50%, var(--bg-initial-color) 50%, var(--bg-initial-color) 100%);
}
.bg-hover-normal {
  background-position: right bottom;
}
.bg-hover-normal:hover {
  background-position: left bottom;
}
.object-contain {
  object-fit: contain;
}
.object-contain\! {
  object-fit: contain !important;
}
.object-cover {
  object-fit: cover;
}
.object-cover\! {
  object-fit: cover !important;
}
.object-bottom {
  object-position: bottom;
}
.object-center {
  object-position: center;
}
.object-left {
  object-position: left;
}
.p-1 {
  padding: calc(var(--spacing) * 1);
}
.p-1\.5 {
  padding: calc(var(--spacing) * 1.5);
}
.p-2\.5 {
  padding: calc(var(--spacing) * 2.5);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-7 {
  padding: calc(var(--spacing) * 7);
}
.p-12 {
  padding: calc(var(--spacing) * 12);
}
.p-\[18px\] {
  padding: 18px;
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-2\.5 {
  padding-inline: calc(var(--spacing) * 2.5);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-7 {
  padding-inline: calc(var(--spacing) * 7);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.px-9 {
  padding-inline: calc(var(--spacing) * 9);
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[18px\] {
  padding-inline: 18px;
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-7 {
  padding-block: calc(var(--spacing) * 7);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-\[14px\] {
  padding-block: 14px;
}
.py-\[18px\] {
  padding-block: 18px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-3\.5 {
  padding-top: calc(var(--spacing) * 3.5);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-7 {
  padding-top: calc(var(--spacing) * 7);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-16 {
  padding-top: calc(var(--spacing) * 16);
}
.pt-\[100dvh\] {
  padding-top: 100dvh;
}
.pr-4 {
  padding-right: calc(var(--spacing) * 4);
}
.pr-8 {
  padding-right: calc(var(--spacing) * 8);
}
.pr-10 {
  padding-right: calc(var(--spacing) * 10);
}
.pr-\[18px\] {
  padding-right: 18px;
}
.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-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-7 {
  padding-bottom: calc(var(--spacing) * 7);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pl-3 {
  padding-left: calc(var(--spacing) * 3);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pl-7 {
  padding-left: calc(var(--spacing) * 7);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.-indent-\[9999px\] {
  text-indent: calc(9999px * -1);
}
.-indent-\[99999px\] {
  text-indent: calc(99999px * -1);
}
.-indent-\[999999px\] {
  text-indent: calc(999999px * -1);
}
.font-heading {
  font-family: var(--font-heading);
}
.h5-size {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 141.667%;
  line-height: 141.667%;
}
@media (width >= 48rem) {
  .h5-size {
    font-size: 22px;
  }
}
@media (width >= 64rem) {
  .h5-size {
    font-size: 24px;
  }
}
@media (width >= 80rem) {
  .h5-size {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.h6-size {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 147.619%;
  line-height: 147.619%;
}
@media (width >= 48rem) {
  .h6-size {
    font-size: 19px;
  }
}
@media (width >= 64rem) {
  .h6-size {
    font-size: 20px;
  }
}
@media (width >= 80rem) {
  .h6-size {
    font-size: 21px;
  }
}
.h1-size {
  font-size: 32px;
  --tw-leading: 115.625%;
  line-height: 115.625%;
}
@media (width >= 48rem) {
  .h1-size {
    font-size: 44px;
  }
}
@media (width >= 64rem) {
  .h1-size {
    font-size: 56px;
  }
}
@media (width >= 80rem) {
  .h1-size {
    font-size: 60px;
  }
}
.h2-size {
  font-size: 28px;
  --tw-leading: 123.81%;
  line-height: 123.81%;
}
@media (width >= 48rem) {
  .h2-size {
    font-size: 36px;
  }
}
@media (width >= 64rem) {
  .h2-size {
    font-size: 42px;
  }
}
@media (width >= 80rem) {
  .h2-size {
    font-size: 48px;
  }
}
.h3-size {
  font-size: 24px;
  --tw-leading: 125%;
  line-height: 125%;
}
@media (width >= 48rem) {
  .h3-size {
    font-size: 30px;
  }
}
@media (width >= 64rem) {
  .h3-size {
    font-size: 36px;
  }
}
@media (width >= 80rem) {
  .h3-size {
    font-size: 40px;
  }
}
.h4-size {
  font-size: 22px;
  --tw-leading: 131.25%;
  line-height: 131.25%;
}
@media (width >= 48rem) {
  .h4-size {
    font-size: 26px;
  }
}
@media (width >= 64rem) {
  .h4-size {
    font-size: 30px;
  }
}
@media (width >= 80rem) {
  .h4-size {
    font-size: 32px;
  }
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--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-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[25px\] {
  font-size: 25px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.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);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.break-words {
  overflow-wrap: break-word;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-black {
  color: var(--color-black);
}
.text-current {
  color: currentcolor;
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-gray-800 {
  color: var(--color-gray-800);
}
.text-gray-dark {
  color: var(--color-gray-dark);
}
.text-red {
  color: var(--color-red);
}
.text-silver {
  color: var(--color-silver);
}
.text-white {
  color: var(--color-white);
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-100 {
  opacity: 100%;
}
.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-2xl {
  --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);
}
.shadow-\[0_2px_20px_0_rgba\(97\,97\,97\,0\.10\)\] {
  --tw-shadow: 0 2px 20px 0 var(--tw-shadow-color, rgba(97,97,97,0.10));
  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-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-neutral-400\/10 {
  --tw-shadow-color: color-mix(in srgb, oklch(70.8% 0 0) 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .shadow-neutral-400\/10 {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-neutral-400) 10%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.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-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-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);
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.\[--bg-hover-color\:\#000\] {
  --bg-hover-color: #000;
}
.\[--bg-initial-color\:\#E81A2E\] {
  --bg-initial-color: #E81A2E;
}
.backface-hidden {
  backface-visibility: hidden;
}
:is(.\*\:visible > *) {
  visibility: visible;
}
.group-last\/step-card\:hidden:is(:where(.group\/step-card):last-child *) {
  display: none;
}
@media (hover: hover) {
  .group-hover\:bg-black\/30:is(:where(.group):hover *) {
    background-color: color-mix(in srgb, #000 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .group-hover\:bg-black\/30:is(:where(.group):hover *) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
}
@media (hover: hover) {
  .group-hover\:underline:is(:where(.group):hover *) {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .group-hover\/card\:underline:is(:where(.group\/card):hover *) {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .group-hover\/cta\:underline:is(:where(.group\/cta):hover *) {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .group-hover\/image-card\:bg-red:is(:where(.group\/image-card):hover *) {
    background-color: var(--color-red);
  }
}
@media (hover: hover) {
  .group-hover\/image-card\:text-white:is(:where(.group\/image-card):hover *) {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .group-hover\/image-card\:underline:is(:where(.group\/image-card):hover *) {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .group-hover\/info-card\:bg-red:is(:where(.group\/info-card):hover *) {
    background-color: var(--color-red);
  }
}
@media (hover: hover) {
  .group-hover\/info-card\:text-white:is(:where(.group\/info-card):hover *) {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .group-hover\/rollover-card\:translate-y-0:is(:where(.group\/rollover-card):hover *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\/tabbed-card\:underline:is(:where(.group\/tabbed-card):hover *) {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .group-hover\/testimonial-card\:translate-y-0:is(:where(.group\/testimonial-card):hover *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-\[\:not\(\.swiper-initialized\)\]\:flex:is(:where(.group):is(:not(.swiper-initialized)) *) {
  display: flex;
}
.group-\[\:not\(\.swiper-initialized\)\]\:h-\[380px\]:is(:where(.group):is(:not(.swiper-initialized)) *) {
  height: 380px;
}
.group-\[\:not\(\.swiper-initialized\)\]\:w-auto:is(:where(.group):is(:not(.swiper-initialized)) *) {
  width: auto;
}
.group-\[\:not\(\.swiper-initialized\)\]\:min-w-\[304px\]:is(:where(.group):is(:not(.swiper-initialized)) *) {
  min-width: 304px;
}
.group-\[\:not\(\.swiper-initialized\)\]\:min-w-\[360px\]:is(:where(.group):is(:not(.swiper-initialized)) *) {
  min-width: 360px;
}
.group-\[\:not\(\.swiper-initialized\)\]\:shrink-0:is(:where(.group):is(:not(.swiper-initialized)) *) {
  flex-shrink: 0;
}
.group-\[\:not\(\.swiper-initialized\)\]\:flex-nowrap:is(:where(.group):is(:not(.swiper-initialized)) *) {
  flex-wrap: nowrap;
}
.group-\[\:not\(\.swiper-initialized\)\]\:justify-center:is(:where(.group):is(:not(.swiper-initialized)) *) {
  justify-content: center;
}
.group-\[\:not\(\.swiper-initialized\)\]\:justify-start:is(:where(.group):is(:not(.swiper-initialized)) *) {
  justify-content: flex-start;
}
.group-\[\:not\(\.swiper-initialized\)\]\:gap-2:is(:where(.group):is(:not(.swiper-initialized)) *) {
  gap: calc(var(--spacing) * 2);
}
.before\:h-\[14px\]::before {
  content: var(--tw-content);
  height: 14px;
}
.before\:w-\[14px\]::before {
  content: var(--tw-content);
  width: 14px;
}
.after\:content-none::after {
  content: var(--tw-content);
  --tw-content: none;
  content: none;
}
@media (hover: hover) {
  .hover\:border-black:hover {
    border-color: var(--color-black);
  }
}
@media (hover: hover) {
  .hover\:bg-black:hover {
    background-color: var(--color-black);
  }
}
@media (hover: hover) {
  .hover\:bg-gray:hover {
    background-color: var(--color-gray);
  }
}
@media (hover: hover) {
  .hover\:bg-gray-dark:hover {
    background-color: var(--color-gray-dark);
  }
}
@media (hover: hover) {
  .hover\:bg-red:hover {
    background-color: var(--color-red);
  }
}
@media (hover: hover) {
  .hover\:bg-white:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:text-gray-800:hover {
    color: var(--color-gray-800);
  }
}
@media (hover: hover) {
  .hover\:text-red:hover {
    color: var(--color-red);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:opacity-80:hover {
    opacity: 80%;
  }
}
.focus\:ring-0:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
}
.focus\:outline-0:focus {
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width >= 48rem) {
  .md\:absolute {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .md\:inset-0 {
    inset: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:top-1\/2 {
    top: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:right-0 {
    right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:right-12 {
    right: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:bottom-\[initial\] {
    bottom: initial;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:order-3 {
    order: 3;
  }
}
@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-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 48rem) {
  .md\:row-span-full {
    grid-row: 1 / -1;
  }
}
@media (width >= 48rem) {
  .md\:row-start-2 {
    grid-row-start: 2;
  }
}
@media (width >= 48rem) {
  .md\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .md\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .md\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .md\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .md\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .md\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .md\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }
  .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }
  .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }
  .md\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .md\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .md\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .md\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }
  .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .md\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .md\:prose-lg :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .md\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .md\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .md\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (width >= 48rem) {
  .md\:mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:inline {
    display: inline;
  }
}
@media (width >= 48rem) {
  .md\:aspect-auto {
    aspect-ratio: auto;
  }
}
@media (width >= 48rem) {
  .md\:h-\[40px\] {
    height: 40px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[160px\] {
    height: 160px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[300px\] {
    height: 300px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[600px\] {
    height: 600px;
  }
}
@media (width >= 48rem) {
  .md\:h-auto {
    height: auto;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[250px\] {
    min-height: 250px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[280px\] {
    min-height: 280px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[400px\] {
    min-height: 400px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[426px\] {
    min-height: 426px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[437px\] {
    min-height: 437px;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-2\/3 {
    width: calc(2/3 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-5\/6 {
    width: calc(5/6 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-6\/12 {
    width: calc(6/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-10\/12 {
    width: calc(10/12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[40px\] {
    width: 40px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[43\.5\%\] {
    width: 43.5%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[304px\] {
    width: 304px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[360px\] {
    width: 360px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[477px\] {
    width: 477px;
  }
}
@media (width >= 48rem) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-9\/10 {
    max-width: calc(9/10 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[45\%\] {
    max-width: 45%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[196px\] {
    max-width: 196px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[253px\] {
    max-width: 253px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[260px\] {
    max-width: 260px;
  }
}
@media (width >= 48rem) {
  .md\:table-fixed {
    table-layout: fixed;
  }
}
@media (width >= 48rem) {
  .md\:border-spacing-1 {
    --tw-border-spacing-x: calc(var(--spacing) * 1);
    --tw-border-spacing-y: calc(var(--spacing) * 1);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }
}
@media (width >= 48rem) {
  .md\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 48rem) {
  .md\:transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 48rem) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:items-stretch {
    align-items: stretch;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
}
@media (width >= 48rem) {
  .md\:gap-3 {
    gap: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:gap-7 {
    gap: calc(var(--spacing) * 7);
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-9 {
    gap: calc(var(--spacing) * 9);
  }
}
@media (width >= 48rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[60px\] {
    gap: 60px;
  }
}
@media (width >= 48rem) {
  .md\:gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  :where(.md\:divide-x-0 > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(0px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:self-end {
    align-self: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
@media (width >= 48rem) {
  .md\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
}
@media (width >= 48rem) {
  .md\:border-\[\#7B7B7B\] {
    border-color: #7B7B7B;
  }
}
@media (width >= 48rem) {
  .md\:bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .md\:bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
}
@media (width >= 48rem) {
  .md\:p-12 {
    padding: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
}
@media (width >= 48rem) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:py-\[60px\] {
    padding-block: 60px;
  }
}
@media (width >= 48rem) {
  .md\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:text-left {
    text-align: left;
  }
}
@media (width >= 48rem) {
  .md\:text-2xl\/tight {
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
  }
}
@media (width >= 48rem) {
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
}
@media (width >= 48rem) {
  .group-\[\:not\(\.swiper-initialized\)\]\:md\:gap-4:is(:where(.group):is(:not(.swiper-initialized)) *) {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
}
@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\:min-h-\[120px\] {
    min-height: 120px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[460px\] {
    min-height: 460px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[700px\] {
    min-height: 700px;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-9\/10 {
    width: calc(9/10 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[34px\] {
    width: 34px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-1\/3 {
    max-width: calc(1/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-2\/3 {
    max-width: calc(2/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[200px\]\! {
    max-width: 200px !important;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[calc\(100\%-338px\)\] {
    max-width: calc(100% - 338px);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:gap-7 {
    gap: calc(var(--spacing) * 7);
  }
}
@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-\[70px\] {
    gap: 70px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[72px\] {
    gap: 72px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[120px\] {
    gap: 120px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-7 {
    column-gap: calc(var(--spacing) * 7);
  }
}
@media (width >= 64rem) {
  :where(.lg\:divide-none > :not(:last-child)) {
    --tw-border-style: none;
    border-style: none;
  }
}
@media (width >= 64rem) {
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (width >= 64rem) {
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (width >= 64rem) {
  .lg\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
@media (width >= 64rem) {
  .lg\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 64rem) {
  .lg\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:px-\[72px\] {
    padding-inline: 72px;
  }
}
@media (width >= 64rem) {
  .lg\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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) {
  .first\:lg\:pt-0:first-child {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:block {
    display: block;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[474px\] {
    height: 474px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[564px\] {
    height: 564px;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[172px\] {
    min-height: 172px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-7\/12 {
    max-width: calc(7/12 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[400px\] {
    max-width: 400px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[732px\] {
    max-width: 732px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[768px\] {
    max-width: 768px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[calc\(1146px\+2rem\)\] {
    max-width: calc(1146px + 2rem);
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 80rem) {
  .xl\:items-center {
    align-items: center;
  }
}
@media (width >= 80rem) {
  .xl\:gap-7 {
    gap: calc(var(--spacing) * 7);
  }
}
@media (width >= 80rem) {
  .xl\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:gap-24 {
    gap: calc(var(--spacing) * 24);
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[100px\] {
    gap: 100px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[120px\] {
    gap: 120px;
  }
}
@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-\[28px\] {
    font-size: 28px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-\[1400px\] {
    width: 1400px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-full {
    width: 100%;
  }
}
@media (width >= 96rem) {
  .\32 xl\:max-w-\[55\%\] {
    max-width: 55%;
  }
}
.prose-headings\:font-heading :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: var(--font-heading);
}
.prose-headings\:h5-size :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 141.667%;
  line-height: 141.667%;
}
@media (width >= 48rem) {
  .prose-headings\:h5-size :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 22px;
  }
}
@media (width >= 64rem) {
  .prose-headings\:h5-size :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 24px;
  }
}
@media (width >= 80rem) {
  .prose-headings\:h5-size :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.prose-headings\:font-medium :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.prose-p\:mb-2 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: calc(var(--spacing) * 2);
}
.prose-a\:font-medium :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.prose-a\:font-normal :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
.prose-a\:text-red :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-red);
}
.prose-a\:text-white :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-white);
}
.prose-ul\:mt-0 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: calc(var(--spacing) * 0);
}
.prose-ul\:list-\[square\] :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: square;
}
.prose-ul\:pl-5 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: calc(var(--spacing) * 5);
}
.prose-li\:my-0 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-block: calc(var(--spacing) * 0);
}
.prose-li\:pl-0 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: calc(var(--spacing) * 0);
}
.\[\&_\.hollow\]\:fill-gray .hollow {
  fill: var(--color-gray);
}
.\[\&_\.hollow\]\:fill-red .hollow {
  fill: var(--color-red);
}
@media (hover: hover) {
  .hover\:\[\&_\.hollow\]\:fill-black:hover .hollow {
    fill: var(--color-black);
  }
}
@media (hover: hover) {
  .hover\:\[\&_\.hollow\]\:fill-red:hover .hollow {
    fill: var(--color-red);
  }
}
.\[\&_\.icon-after\]\:shrink-0 .icon-after {
  flex-shrink: 0;
}
.\[\&_\.icon-after\]\:text-red .icon-after {
  color: var(--color-red);
}
.\[\&_\.sbi\]\:p-0\! .sbi {
  padding: calc(var(--spacing) * 0) !important;
}
.\[\&_\.sbi_\*\]\:p-0\! .sbi * {
  padding: calc(var(--spacing) * 0) !important;
}
.\[\&_a\]\:font-medium a {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.\[\&_a\]\:text-black a {
  color: var(--color-black);
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
.\[\&_a\]\:underline-offset-4 a {
  text-underline-offset: 4px;
}
@media (hover: hover) {
  :is(.\[\&_a\]\:hover\:underline a):hover {
    text-decoration-line: underline;
  }
}
.\[\&_iframe\]\:aspect-video iframe {
  aspect-ratio: var(--aspect-video);
}
.\[\&_iframe\]\:h-full iframe {
  height: 100%;
}
.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}
.\[\&_iframe\]\:w-full\! iframe {
  width: 100% !important;
}
.\[\&_img\]\:h-full img {
  height: 100%;
}
.\[\&_img\]\:w-full img {
  width: 100%;
}
.\[\&_img\]\:object-cover img {
  object-fit: cover;
}
.\[\&_p\]\:my-0 p {
  margin-block: calc(var(--spacing) * 0);
}
.\[\&_span\]\:flex span {
  display: flex;
}
.\[\&_span\]\:gap-\[11px\] span {
  gap: 11px;
}
.\[\&_span\]\:h5-size span {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 141.667%;
  line-height: 141.667%;
}
@media (width >= 48rem) {
  .\[\&_span\]\:h5-size span {
    font-size: 22px;
  }
}
@media (width >= 64rem) {
  .\[\&_span\]\:h5-size span {
    font-size: 24px;
  }
}
@media (width >= 80rem) {
  .\[\&_span\]\:h5-size span {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.\[\&_span\]\:font-medium span {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.\[\&_span\]\:text-gray-500 span {
  color: var(--color-gray-500);
}
@media (width >= 48rem) {
  .\[\&_span\]\:md\:flex span {
    display: flex;
  }
}
@media (width >= 48rem) {
  .\[\&_span\]\:md\:gap-\[11px\] span {
    gap: 11px;
  }
}
.\[\&\.swiper-button-disabled\]\:cursor-not-allowed.swiper-button-disabled {
  cursor: not-allowed;
}
.\[\&\.swiper-button-disabled\]\:opacity-0.swiper-button-disabled {
  opacity: 0%;
}
.\[\&\.swiper-button-disabled\]\:opacity-40.swiper-button-disabled {
  opacity: 40%;
}
@media (hover: hover) {
  .\[\&\.swiper-button-disabled\]\:hover\:bg-red.swiper-button-disabled:hover {
    background-color: var(--color-red);
  }
}
@media (hover: hover) {
  .\[\&\.swiper-button-disabled\]\:hover\:bg-white.swiper-button-disabled:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .\[\&\.swiper-button-disabled\]\:hover\:text-red.swiper-button-disabled:hover {
    color: var(--color-red);
  }
}
@media (hover: hover) {
  .\[\&\.swiper-button-disabled\]\:hover\:text-white.swiper-button-disabled:hover {
    color: var(--color-white);
  }
}
.\[\&\.swiper-button-lock\]\:hidden.swiper-button-lock {
  display: none;
}
[x-cloak] {
  display: none !important;
}
.prose a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M6.62695 3.38281H1.70703V14.4766H12.8008V9.55762H14.5088V16.1846H0V1.67578H6.62695V3.38281ZM16.8984 0.853516L16.8994 8.0459L16.0449 8.04492L15.1914 8.0459V2.91602L7.06055 11.0469L5.85254 9.83887L13.9844 1.70801H8.85352V0H16.8984V0.853516Z' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.prose ul *::marker {
  color: var(--color-red);
  font-size: 20px;
}
.h2-size.square-before::before {
  content: var(--tw-content);
  height: 14px;
}
.h2-size.square-before::before {
  content: var(--tw-content);
  width: 14px;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-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-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@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-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-tracking {
  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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading: initial;
      --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-duration: initial;
      --tw-ease: 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-divide-y-reverse: 0;
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --tw-tracking: 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-content: "";
      --tw-outline-style: solid;
    }
  }
}
