/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
/*!
Theme Name: shc
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: shc
Requires at least: 6.9
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.

shc is based on _tw https://underscoretw.com/, (C) 2021-2026 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-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: 'Epilogue';
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-red-800: oklch(44.4% 0.177 26.899);
  --color-green-900: oklch(39.3% 0.095 152.535);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --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-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: 'Epilogue';
  --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);
  --color-green: #A3E386;
  --color-green-light: #F0D2C980;
  --color-green-white: #F0D2C926;
  --color-green-dark: #025B54;
  --color-green-grey: #748483;
  --color-orange: #FFBB0D;
  --color-orange-pink: #F0D2C94D;
  --color-orange-light: #EBFFE3;
  --color-orange-white: #A3E3861A;
  --color-blue-medium: #B1E6FC;
  --color-blue-white: #B1E6FC54;
  --color-grey: #2B3621;
  --color-grey-medium: #757575;
  --color-grey-light: #f2f2f2;
  --color-black-medium: #1E1E1E;
  --color-pink: #F0D2C9;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
.body {
  font-family: 'Epilogue', sans-serif;
}
[x-cloak] {
  display: none !important;
}
.nav-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.nav-link a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #FFBB0D;
  transition: width 0.3s ease;
}
.nav-link a:hover::after {
  width: 100%;
}
.nav-link a.active {
  font-weight: bold;
}
.nav-link a.active::after {
  width: 100%;
}
.embla__viewport {
  overflow: hidden;
}
.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.embla__slide-home {
  flex: 0 0 100%;
  min-width: 0;
}
@media (min-width: 640px) {
  .embla__slide-home {
    flex: 0 0 calc((100% / 2));
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .embla__slide-home {
    flex: 0 0 calc((100% / 3));
  }
}
.logo-track {
  display: flex;
  gap: 4rem;
  width: max-content;
  will-change: transform;
}
@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-60% - 2rem));
  }
}
.animate-infinite-scroll {
  animation: infinite-scroll 60s linear infinite;
}
.pause-animation {
  animation-play-state: paused;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 24px;
  background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 12px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 12px;
  min-height: 36px;
  border: 5px solid transparent;
  background-clip: content-box;
}
.custom-scrollbar::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
*, ::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;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-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);
}
.article-text p {
  font-size: 18px;
  --tw-leading: 1.25;
  line-height: 1.25;
  color: var(--color-grey);
}
@media (width >= 64rem) {
  .article-text p {
    font-size: 20px;
  }
}
.article-text a {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-green-dark);
  text-decoration-line: underline;
}
.article-text ul {
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 4.5);
  font-size: 18px;
  color: var(--color-grey);
}
@media (width >= 64rem) {
  .article-text ul {
    font-size: 20px;
  }
}
.article-text ol {
  list-style-type: decimal;
  padding-left: calc(var(--spacing) * 5.5);
  font-size: 18px;
  color: var(--color-grey);
}
@media (width >= 64rem) {
  .article-text ol {
    font-size: 20px;
  }
}
.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);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.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);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-y-0 {
  inset-block: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-0\.5 {
  top: calc(var(--spacing) * 0.5);
}
.top-1 {
  top: calc(var(--spacing) * 1);
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-2\.5 {
  top: calc(var(--spacing) * 2.5);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-8 {
  top: calc(var(--spacing) * 8);
}
.top-12 {
  top: calc(var(--spacing) * 12);
}
.top-\[2px\] {
  top: 2px;
}
.top-\[calc\(50\%-36px\)\] {
  top: calc(50% - 36px);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-2\.5 {
  right: calc(var(--spacing) * 2.5);
}
.right-3 {
  right: calc(var(--spacing) * 3);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.bottom-5 {
  bottom: calc(var(--spacing) * 5);
}
.bottom-px {
  bottom: 1px;
}
.left-3 {
  left: calc(var(--spacing) * 3);
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.container {
  width: 100%;
}
@media (width >= 1280px) {
  .container {
    max-width: 1280px;
  }
}
@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;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-3 {
  margin-block: calc(var(--spacing) * 3);
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  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;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.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;
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-auto {
  margin-top: auto;
}
.mr-3 {
  margin-right: calc(var(--spacing) * 3);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.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-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.ml-3 {
  margin-left: calc(var(--spacing) * 3);
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.h-0\.5 {
  height: calc(var(--spacing) * 0.5);
}
.h-1\.5 {
  height: calc(var(--spacing) * 1.5);
}
.h-3 {
  height: calc(var(--spacing) * 3);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-16\.25 {
  height: calc(var(--spacing) * 16.25);
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-30 {
  height: calc(var(--spacing) * 30);
}
.h-40 {
  height: calc(var(--spacing) * 40);
}
.h-50 {
  height: calc(var(--spacing) * 50);
}
.h-\[60px\] {
  height: 60px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[161px\] {
  height: 161px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.w-3 {
  width: calc(var(--spacing) * 3);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-6\.5 {
  width: calc(var(--spacing) * 6.5);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-32\.5 {
  width: calc(var(--spacing) * 32.5);
}
.w-\[25px\] {
  width: 25px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[176px\] {
  width: 176px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[256px\] {
  max-width: 256px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: var(--container-xl);
}
.shrink-0 {
  flex-shrink: 0;
}
.translate-x-0 {
  --tw-translate-x: calc(var(--spacing) * 0);
  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-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.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-none {
  resize: none;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.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-3\.5 {
  gap: calc(var(--spacing) * 3.5);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-3 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-3xl {
  border-radius: var(--radius-3xl);
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-l-4xl {
  border-top-left-radius: var(--radius-4xl);
  border-bottom-left-radius: var(--radius-4xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-\[3px\] {
  border-style: var(--tw-border-style);
  border-width: 3px;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.border-black\/60 {
  border-color: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-black\/60 {
    border-color: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.border-grey-light {
  border-color: var(--color-grey-light);
}
.border-transparent {
  border-color: transparent;
}
.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\/70 {
  background-color: color-mix(in srgb, #000 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/70 {
    background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
  }
}
.bg-blue-medium {
  background-color: var(--color-blue-medium);
}
.bg-blue-white {
  background-color: var(--color-blue-white);
}
.bg-green {
  background-color: var(--color-green);
}
.bg-green-dark {
  background-color: var(--color-green-dark);
}
.bg-green-light {
  background-color: var(--color-green-light);
}
.bg-green-white {
  background-color: var(--color-green-white);
}
.bg-grey {
  background-color: var(--color-grey);
}
.bg-grey-light {
  background-color: var(--color-grey-light);
}
.bg-orange {
  background-color: var(--color-orange);
}
.bg-orange-light {
  background-color: var(--color-orange-light);
}
.bg-orange-pink {
  background-color: var(--color-orange-pink);
}
.bg-orange-white {
  background-color: var(--color-orange-white);
}
.bg-pink {
  background-color: var(--color-pink);
}
.bg-white {
  background-color: var(--color-white);
}
.object-contain {
  object-fit: contain;
}
.p-1\.5 {
  padding: calc(var(--spacing) * 1.5);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-3\.5 {
  padding-inline: calc(var(--spacing) * 3.5);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.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-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-30 {
  padding-top: calc(var(--spacing) * 30);
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pr-0 {
  padding-right: calc(var(--spacing) * 0);
}
.pr-4 {
  padding-right: calc(var(--spacing) * 4);
}
.pr-8 {
  padding-right: calc(var(--spacing) * 8);
}
.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-4\.5 {
  padding-bottom: calc(var(--spacing) * 4.5);
}
.pb-5 {
  padding-bottom: calc(var(--spacing) * 5);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pl-5 {
  padding-left: calc(var(--spacing) * 5);
}
.pl-6 {
  padding-left: calc(var(--spacing) * 6);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--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-\[1\.925rem\] {
  font-size: 1.925rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.leading-0 {
  --tw-leading: calc(var(--spacing) * 0);
  line-height: calc(var(--spacing) * 0);
}
.leading-\[1\.1\] {
  --tw-leading: 1.1;
  line-height: 1.1;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.15\] {
  --tw-leading: 1.15;
  line-height: 1.15;
}
.leading-\[1\.25\] {
  --tw-leading: 1.25;
  line-height: 1.25;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-extrabold {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.text-black-medium {
  color: var(--color-black-medium);
}
.text-green-900 {
  color: var(--color-green-900);
}
.text-green-dark {
  color: var(--color-green-dark);
}
.text-green-grey {
  color: var(--color-green-grey);
}
.text-grey {
  color: var(--color-grey);
}
.text-grey-medium {
  color: var(--color-grey-medium);
}
.text-red-800 {
  color: var(--color-red-800);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.decoration-green-dark {
  text-decoration-color: var(--color-green-dark);
}
.decoration-orange {
  text-decoration-color: var(--color-orange);
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-\[4px\] {
  text-underline-offset: 4px;
}
.underline-offset-\[5px\] {
  text-underline-offset: 5px;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-100 {
  opacity: 100%;
}
.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-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);
}
.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, 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-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-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.placeholder\:text-gray-400::placeholder {
  color: var(--color-gray-400);
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
}
.before\:top-\[-10px\]::before {
  content: var(--tw-content);
  top: -10px;
}
.before\:top-\[-40px\]::before {
  content: var(--tw-content);
  top: -40px;
}
.before\:left-\[-40px\]::before {
  content: var(--tw-content);
  left: -40px;
}
.before\:left-\[-100vw\]::before {
  content: var(--tw-content);
  left: -100vw;
}
.before\:left-\[50\%\]::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:-z-0::before {
  content: var(--tw-content);
  z-index: calc(0 * -1);
}
.before\:-z-10::before {
  content: var(--tw-content);
  z-index: calc(10 * -1);
}
.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}
.before\:h-1\/2::before {
  content: var(--tw-content);
  height: calc(1 / 2 * 100%);
}
.before\:h-\[40px\]::before {
  content: var(--tw-content);
  height: 40px;
}
.before\:h-\[108px\]::before {
  content: var(--tw-content);
  height: 108px;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-64::before {
  content: var(--tw-content);
  width: calc(var(--spacing) * 64);
}
.before\:w-\[0\.05rem\]::before {
  content: var(--tw-content);
  width: 0.05rem;
}
.before\:w-\[200vw\]::before {
  content: var(--tw-content);
  width: 200vw;
}
.before\:rounded-r-\[50px\]::before {
  content: var(--tw-content);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.before\:bg-green::before {
  content: var(--tw-content);
  background-color: var(--color-green);
}
.before\:bg-grey::before {
  content: var(--tw-content);
  background-color: var(--color-grey);
}
.before\:bg-white::before {
  content: var(--tw-content);
  background-color: var(--color-white);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
}
.after\:left-full::after {
  content: var(--tw-content);
  left: 100%;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-screen::after {
  content: var(--tw-content);
  width: 100vw;
}
.after\:bg-white::after {
  content: var(--tw-content);
  background-color: var(--color-white);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.checked\:border-grey:checked {
  border-color: var(--color-grey);
}
.checked\:bg-white:checked {
  background-color: var(--color-white);
}
.checked\:after\:absolute:checked::after {
  content: var(--tw-content);
  position: absolute;
}
.checked\:after\:top-\[-1px\]:checked::after {
  content: var(--tw-content);
  top: -1px;
}
.checked\:after\:left-\[5px\]:checked::after {
  content: var(--tw-content);
  left: 5px;
}
.checked\:after\:text-lg:checked::after {
  content: var(--tw-content);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.checked\:after\:font-bold:checked::after {
  content: var(--tw-content);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.checked\:after\:text-grey:checked::after {
  content: var(--tw-content);
  color: var(--color-grey);
}
.checked\:after\:content-\[\'✔\'\]:checked::after {
  --tw-content: '✔';
  content: var(--tw-content);
}
.invalid\:text-gray-400:invalid {
  color: var(--color-gray-400);
}
@media (hover: hover) {
  .hover\:scale-110:hover {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .hover\:gap-1\.5:hover {
    gap: calc(var(--spacing) * 1.5);
  }
}
@media (hover: hover) {
  .hover\:border-green:hover {
    border-color: var(--color-green);
  }
}
@media (hover: hover) {
  .hover\:border-green-grey:hover {
    border-color: var(--color-green-grey);
  }
}
@media (hover: hover) {
  .hover\:border-grey:hover {
    border-color: var(--color-grey);
  }
}
@media (hover: hover) {
  .hover\:border-pink:hover {
    border-color: var(--color-pink);
  }
}
@media (hover: hover) {
  .hover\:bg-grey-light:hover {
    background-color: var(--color-grey-light);
  }
}
@media (hover: hover) {
  .hover\:bg-orange-light:hover {
    background-color: var(--color-orange-light);
  }
}
@media (hover: hover) {
  .hover\:bg-white:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:font-bold:hover {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
@media (hover: hover) {
  .hover\:font-semibold:hover {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
}
@media (hover: hover) {
  .hover\:text-green-dark:hover {
    color: var(--color-green-dark);
  }
}
@media (hover: hover) {
  .hover\:text-grey:hover {
    color: var(--color-grey);
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
.focus\:border-4:focus {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.focus\:border-orange:focus {
  border-color: var(--color-orange);
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:font-bold:focus {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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\:ring-orange:focus {
  --tw-ring-color: var(--color-orange);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.active\:border-4:active {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.active\:border-orange:active {
  border-color: var(--color-orange);
}
.active\:font-bold:active {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
@media (width >= 40rem) {
  .sm\:top-4 {
    top: calc(var(--spacing) * 4);
  }
}
@media (width >= 40rem) {
  .sm\:right-4 {
    right: calc(var(--spacing) * 4);
  }
}
@media (width >= 40rem) {
  .sm\:left-8 {
    left: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
}
@media (width >= 40rem) {
  .sm\:h-\[113px\] {
    height: 113px;
  }
}
@media (width >= 40rem) {
  .sm\:w-6\/12 {
    width: calc(6 / 12 * 100%);
  }
}
@media (width >= 40rem) {
  .sm\:w-64 {
    width: calc(var(--spacing) * 64);
  }
}
@media (width >= 40rem) {
  .sm\:w-\[105px\] {
    width: 105px;
  }
}
@media (width >= 40rem) {
  .sm\:w-auto {
    width: auto;
  }
}
@media (width >= 40rem) {
  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 40rem) {
  .sm\:items-center {
    align-items: center;
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 40rem) {
  .sm\:gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
}
@media (width >= 40rem) {
  .sm\:rounded-\[40px\] {
    border-radius: 40px;
  }
}
@media (width >= 40rem) {
  .sm\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
}
@media (width >= 40rem) {
  .sm\:pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
}
@media (width >= 40rem) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[2\.65rem\] {
    font-size: 2.65rem;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }
}
@media (width >= 48rem) {
  .md\:absolute {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 48rem) {
  .md\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (width >= 48rem) {
  .md\:mx-\[-32px\] {
    margin-inline: -32px;
  }
}
@media (width >= 48rem) {
  .md\:my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
}
@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\:h-10 {
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:max-h-\[380px\] {
    max-height: 380px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[234px\] {
    min-height: 234px;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-4\/12 {
    width: calc(4 / 12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-5\/12 {
    width: calc(5 / 12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-7\/12 {
    width: calc(7 / 12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-8\/12 {
    width: calc(8 / 12 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-11\/24 {
    width: calc(11 / 24 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-13\/24 {
    width: calc(13 / 24 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[40\%\] {
    width: 40%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[60\%\] {
    width: 60%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[440px\] {
    max-width: 440px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[450px\] {
    max-width: 450px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[470px\] {
    max-width: 470px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[490px\] {
    max-width: 490px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[580px\] {
    max-width: 580px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[600px\] {
    max-width: 600px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[850px\] {
    max-width: 850px;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:justify-baseline {
    justify-content: baseline;
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-32 {
    gap: calc(var(--spacing) * 32);
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
}
@media (width >= 48rem) {
  .md\:pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:pb-18 {
    padding-bottom: calc(var(--spacing) * 18);
  }
}
@media (width >= 48rem) {
  .md\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[30px\] {
    font-size: 30px;
  }
}
.before\:md\:top-\[50\%\]::before {
  content: var(--tw-content);
}
@media (width >= 48rem) {
  .before\:md\:top-\[50\%\]::before {
    top: 50%;
  }
}
.before\:md\:left-\[-32px\]::before {
  content: var(--tw-content);
}
@media (width >= 48rem) {
  .before\:md\:left-\[-32px\]::before {
    left: -32px;
  }
}
@media (width >= 48rem) {
  .md\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
}
.before\:md\:h-\[0\.05rem\]::before {
  content: var(--tw-content);
}
@media (width >= 48rem) {
  .before\:md\:h-\[0\.05rem\]::before {
    height: 0.05rem;
  }
}
.before\:md\:w-\[32px\]::before {
  content: var(--tw-content);
}
@media (width >= 48rem) {
  .before\:md\:w-\[32px\]::before {
    width: 32px;
  }
}
@media (width >= 64rem) {
  .lg\:my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
}
@media (width >= 64rem) {
  .lg\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:ml-108 {
    margin-left: calc(var(--spacing) * 108);
  }
}
@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\:h-28\.5 {
    height: calc(var(--spacing) * 28.5);
  }
}
@media (width >= 64rem) {
  .lg\:max-h-\[500px\] {
    max-height: 500px;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-4\/12 {
    width: calc(4 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-8\/12 {
    width: calc(8 / 12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-57 {
    width: calc(var(--spacing) * 57);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[850px\] {
    max-width: 850px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[1000px\] {
    max-width: 1000px;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:rounded-\[40px\] {
    border-radius: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:rounded-\[55px\] {
    border-radius: 55px;
  }
}
@media (width >= 64rem) {
  .lg\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
}
@media (width >= 64rem) {
  .lg\:pt-34 {
    padding-top: calc(var(--spacing) * 34);
  }
}
@media (width >= 64rem) {
  .lg\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:text-right {
    text-align: right;
  }
}
@media (width >= 64rem) {
  .lg\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[3\.65rem\] {
    font-size: 3.65rem;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[24px\] {
    font-size: 24px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[36px\] {
    font-size: 36px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[38px\] {
    font-size: 38px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
}
.before\:lg\:left-\[-64px\]::before {
  content: var(--tw-content);
}
@media (width >= 64rem) {
  .before\:lg\:left-\[-64px\]::before {
    left: -64px;
  }
}
.before\:lg\:w-\[64px\]::before {
  content: var(--tw-content);
}
@media (width >= 64rem) {
  .before\:lg\:w-\[64px\]::before {
    width: 64px;
  }
}
@media (width >= 80rem) {
  .xl\:right-8 {
    right: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:left-8 {
    left: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:block {
    display: block;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[75px\] {
    height: 75px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[105px\] {
    height: 105px;
  }
}
@media (width >= 80rem) {
  .xl\:max-h-\[550px\] {
    max-height: 550px;
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-\[75px\] {
    width: 75px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[105px\] {
    width: 105px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[550px\] {
    max-width: 550px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[920px\] {
    max-width: 920px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[1100px\] {
    max-width: 1100px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 80rem) {
  .xl\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:py-3\.25 {
    padding-block: calc(var(--spacing) * 3.25);
  }
}
@media (width >= 80rem) {
  .xl\:pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }
}
@media (width >= 80rem) {
  .xl\:pb-3\.25 {
    padding-bottom: calc(var(--spacing) * 3.25);
  }
}
@media (width >= 80rem) {
  .xl\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[4\.35rem\] {
    font-size: 4.35rem;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[4\.75rem\] {
    font-size: 4.75rem;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[36px\] {
    font-size: 36px;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.\[\&_a\]\:text-center a {
  text-align: center;
}
.\[\&_a\]\:text-sm a {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.\[\&_a\]\:font-medium a {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.\[\&_a\]\:text-green-dark a {
  color: var(--color-green-dark);
}
.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}
.\[\&_a\]\:decoration-1 a {
  text-decoration-thickness: 1px;
}
.\[\&_a\]\:transition-all a {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(.\[\&_a\]\:hover\:font-bold a):hover {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
@media (hover: hover) {
  :is(.\[\&_a\]\:hover\:text-green-dark a):hover {
    color: var(--color-green-dark);
  }
}
@media (width >= 40rem) {
  .\[\&_a\]\:sm\:text-left a {
    text-align: left;
  }
}
@media (width >= 48rem) {
  .\[\&_a\]\:md\:text-base a {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.\[\&_li\]\:text-center li {
  text-align: center;
}
.\[\&_li_a\]\:border-b-2 li a {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.\[\&_li_a\]\:border-solid li a {
  --tw-border-style: solid;
  border-style: solid;
}
.\[\&_li_a\]\:border-transparent li a {
  border-color: transparent;
}
.\[\&_li_a\]\:px-0\.5 li a {
  padding-inline: calc(var(--spacing) * 0.5);
}
.\[\&_li_a\]\:text-sm li a {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.\[\&_li_a\]\:font-semibold li a {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.\[\&_li_a\]\:text-grey li a {
  color: var(--color-grey);
}
.\[\&_li_a\]\:transition-all li a {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(.\[\&_li_a\]\:hover\:border-white li a):hover {
    border-color: var(--color-white);
  }
}
@media (width >= 80rem) {
  .\[\&_li_a\]\:xl\:text-base li a {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@layer article {
  .article-text p {
    color: var(--color-grey);
  }
  .article-text a {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-green-dark);
    text-decoration-line: underline;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-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-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
