/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
/*!
Theme Name: minasolve
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: ms
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.

minasolve 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: 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-600: oklch(44.6% 0.03 256.802);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --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-xl: 1.5rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.75rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 2rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-5xl: 3rem;
  --text-6xl: 3.25rem;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --leading-tight: 1.20;
  --leading-normal: 1.09;
  --leading-relaxed: 1.625;
  --radius-2xl: 1rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --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-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --gradient-text: linear-gradient(72.26deg, #D0CDCD 6.56%, #ED7906 99.87%), #D3DBD6;
}
*, ::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 {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
h1 {
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
  line-height: var(--leading-normal);
}
h2 {
  font-size: var(--text-3xl);
}
h3 {
  font-size: 3.75rem;
  line-height: 1.05;
}
h4 {
  font-size: var(--text-6xl);
  line-height: var(--leading-normal);
}
h5 {
  font-size: var(--text-5xl);
  line-height: var(--leading-normal);
}
h6 {
  font-size: var(--text-3xl);
  line-height: var(--leading-tight);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.btn {
  display: inline-flex;
  border-radius: calc(infinity * 1px);
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 24px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-black);
  --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: all;
  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) {
  .btn:hover {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 64rem) {
  .btn {
    padding-inline: 1.32vw;
  }
}
@media (width >= 64rem) {
  .btn {
    padding-block: 0.69vw;
  }
}
@media (width >= 64rem) {
  .btn {
    font-size: 1.94vw;
  }
}
.btn {
  background-size: 200% auto;
  background-position: left center;
}
.btn.orange {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #ED7906;
  --tw-gradient-to: #E9E5DC;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.btn.orange:hover {
  background-position: right center;
  background: linear-gradient(to right, #ED7906, #ED7906);
  transition: background 0.5s ease, background-position 0.5s ease;
}
.btn.green:hover {
  background-position: right center;
  background: linear-gradient(to right, #649062, #649062);
  transition: background 0.5s ease, background-position 0.5s ease;
}
.btn.green {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #649062;
  --tw-gradient-to: #E9E5DC;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.btn.white {
  background-color: var(--color-white);
  color: #0c2020;
}
.gradient {
  background: var(--gradient-text);
  background-clip: text;
  color: transparent;
}
.blur-bg {
  background: radial-gradient(99.99% 100% at 51.38% 100%, rgba(255, 255, 255, 0) 0%, rgba(158, 176, 177, 0.2) 100%) , rgba(255, 244, 233, 0.05);
  backdrop-filter: blur(10.4px);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.container-large {
  max-width: 1370px;
  margin: 0 auto;
}
.filters .select2-container--default .select2-selection--single {
  height: 45px;
  border: 2px solid #91A097;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  min-width: auto;
  max-width: 220px !important;
}
.filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #566566;
  font-size: 20px;
  font-weight: 400;
  padding-left: 0;
  line-height: normal;
  padding: 0 11px;
  height: 45px;
  display: flex;
  align-items: center;
  border-right: 2px solid #91A097;
  width: 100%;
}
.filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  margin-left: auto;
  top: auto;
  right: auto;
  width: 49px;
}
.filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4a5850 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}
.filters .select2-container--default .select2-results__option {
  font-size: 14px;
  padding: 8px 12px;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filters .select2-container {
  min-width: 120px;
}
.filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='13' viewBox='0 0 16 13' xmlns='http://www.w3.org/2000/svg'><path d='M0.0351257 0.635009L3.01113 0.635009L8.48312 10.939L6.75512 10.939L12.2271 0.63501L15.2031 0.63501L8.77112 12.123L6.46712 12.123L0.0351257 0.635009Z' fill='%2391A097'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 13px;
  border: none;
  left: 50%;
  margin-left: -8px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}
.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
  background-color: #e9e5dc !important;
}
.select2-results__option--selectable {
  color: #649062 !important;
  font-size: 18px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #649062 !important;
  color: #ffffff !important;
}
.single-products p {
  margin-bottom: 35px;
}
.wpc-sorting-form select, .wpc-filter-content select {
  border-radius: 0px !important;
}
.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single, .wpc-sorting-form .select2-container--default .select2-selection--single {
  border-color: #91a097;
  border-radius: 0px !important;
}
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 2px solid #91a097 !important;
}
.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered, .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 12px !important;
  font-size: 20px !important;
  line-height: 125%;
  color: #566566 !important;
}
.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
  text-decoration: none;
  border-radius: 0 !important;
  padding: 10px 12px !important;
  display: inline-block;
  outline: 0;
  font-size: 20px;
  line-height: 125%;
  border: none !important;
  position: relative;
  color: #f7f6f1 !important;
  height: 100%;
  background: #649062 !important;
}
.wpc-chip-remove-icon {
  margin-left: 0.5em !important;
}
.wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
  margin: 0 16px 7px 0 !important;
}
.select2-dropdown.wpc-filter-everything-dropdown .select2-search--dropdown {
  display: none !important;
}
.select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown {
  border-width: 2px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #A8c6A7 !important;
  color: #02604a !important;
}
.select2-results__option--selectable {
  color: #02604a !important;
  font-size: 20px !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #A8c6A7 !important;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border-radius: 0 !important;
}
.widget_wpc_filters_widget {
  width: 100% !important;
}
.wpc-filter-post_meta, .wpc-filter-taxonomy {
  max-width: 100% !important;
  display: inline-flex !important;
  margin-right: 20px;
}
.wpc-filters-section {
  margin-bottom: 0 !important;
}
.wpc-filter-layout-search-field {
  margin-bottom: 1.25em !important;
}
.select2-selection.select2-selection--single {
  max-width: 200px !important;
}
.select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown {
  border-bottom: 1px solid #91a097;
}
.select2.select2-container.select2-container--default {
  display: inline !important;
}
.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b, .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  width: 18px !important;
  height: 18px !important;
  transform: none !important;
  right: calc(50% + -10px) !important;
  top: calc(50% + -9px) !important;
}
.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow, .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px !important;
}
.wpc-filters-widget-content .wpc-filters-section input[type="text"] {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 2.64vw !important;
  letter-spacing: -0.01em !important;
  color: #91a097 !important;
  border: none !important;
  padding-left: 15px !important;
  padding-right: 0.5vw !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  display: flex !important;
  gap: 2.15vw !important;
  align-items: center !important;
  align-self: stretch !important;
  position: relative !important;
  width: 100% !important;
  border-radius: 0 !important;
}
.wpc-filters-widget-content .wpc-filters-section input[type="text"]::placeholder {
  color: #91a097 !important;
  opacity: 1 !important;
}
.wpc-search-field-wrapper {
  display: flex !important;
  border-bottom: 2px solid #91a097 !important;
  padding-left: 0;
  align-items: center !important;
}
.wpc-search-field-wrapper:focus-within {
  border-color: #649062 !important;
}
.wpc-filters-widget-content input[type=text] {
  height: inherit !important;
}
.wpc-filters-widget-content .wpc-filters-section input[type="text"] {
  color: #91a097 !important;
}
.wpc-filters-widget-content .wpc-filters-section input[type="text"] {
  outline: none !important;
}
@media (min-width: 1280px) {
  .wpc-filters-widget-content .wpc-filters-section input[type="text"] {
    font-size: 2.22vw !important;
    padding-left: 30px !important;
  }
  .wpc-search-field-wrapper {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wpc-filter-layout-dropdown .select2-container .select2-selection--single, .wpc-sorting-form .select2-container .select2-selection--single {
    padding: inherit !important;
  }
}
.content-grid {
  position: relative;
}
.content-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.5vw;
  width: 2px;
  height: 100%;
  background-color: #91A097;
}
@media (max-width: 1023px) {
  .content-grid::before {
    display: none;
  }
}
.page-numbers.current {
  color: #F98E2B !important;
}
.wpc-filters-section-196595, .wpc-filters-section-196598 {
  display: inline-block !important;
}
.wpc-filters-section-196598 {
  margin-left: 15px !important;
}
@media (max-width: 500px) {
  .wpc-filters-section-196598 {
    margin-left: 0 !important;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  padding-left: 25px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.headline-grey {
  background-image: linear-gradient(90deg,#91A097 0%,#58645D 100%);
  background-clip: text;
  color: transparent;
}
:target {
  scroll-margin-top: 90px;
}
.contact-form {
  width: 100% !important;
}
.accordion-wysiwyg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width >= 80rem) {
  .accordion-wysiwyg {
    gap: 30px;
  }
}
.accordion-wysiwyg p {
  font-size: 16px;
  --tw-leading: 125%;
  line-height: 125%;
  color: #0c2020;
}
@media (width >= 80rem) {
  .accordion-wysiwyg p {
    font-size: 1.39vw;
  }
}
.accordion-wysiwyg h2 {
  font-size: 32px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #02604a;
}
@media (width >= 80rem) {
  .accordion-wysiwyg h2 {
    font-size: 2.78vw;
  }
}
.accordion-wysiwyg h3 {
  font-size: 28px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #02604a;
}
@media (width >= 80rem) {
  .accordion-wysiwyg h3 {
    font-size: 2.5vw;
  }
}
.accordion-wysiwyg h4 {
  font-size: 24px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #02604a;
}
@media (width >= 80rem) {
  .accordion-wysiwyg h4 {
    font-size: 2.22vw;
  }
}
.accordion-wysiwyg h5 {
  font-size: 20px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #02604a;
}
@media (width >= 80rem) {
  .accordion-wysiwyg h5 {
    font-size: 1.94vw;
  }
}
.accordion-wysiwyg h4 {
  font-size: 24px;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #02604a;
}
@media (width >= 80rem) {
  .accordion-wysiwyg h4 {
    font-size: 2.22vw;
  }
}
.accordion-wysiwyg ul {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 2vw;
  font-size: 16px;
  color: #0c2020;
}
:is(.accordion-wysiwyg ul) *::marker {
  color: var(--color-black);
}
:is(.accordion-wysiwyg ul)::marker {
  color: var(--color-black);
}
:is(.accordion-wysiwyg ul) *::-webkit-details-marker {
  color: var(--color-black);
}
:is(.accordion-wysiwyg ul)::-webkit-details-marker {
  color: var(--color-black);
}
@media (width >= 80rem) {
  .accordion-wysiwyg ul {
    font-size: 1.39vw;
  }
}
.accordion-wysiwyg li {
  margin-bottom: 8px;
}
[fade-in] {
  opacity: 0;
  transform: translateY(30px);
}
[slide-up] {
  opacity: 0;
  transform: translateY(50px);
}
.line-mask, .word-mask, .char-mask {
  padding-block: 0.1em;
  margin-block: -0.1em;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-px {
  inset: 1px;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-40vw\] {
  top: -40vw;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[-120px\] {
  top: -120px;
}
.top-\[10rem\] {
  top: 10rem;
}
.top-\[161\.76vw\] {
  top: 161.76vw;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[-26vw\] {
  right: -26vw;
}
.right-\[-90px\] {
  right: -90px;
}
.right-\[0\.5vw\] {
  right: 0.5vw;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[18px\] {
  right: 18px;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[7px\] {
  bottom: 7px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.left-\[-16\.67vw\] {
  left: -16.67vw;
}
.left-\[20px\] {
  left: 20px;
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1 / -1;
}
.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);
}
.mx-auto {
  margin-inline: auto;
}
.my-8 {
  margin-block: calc(var(--spacing) * 8);
}
.my-\[20px\] {
  margin-block: 20px;
}
.my-\[29px\] {
  margin-block: 29px;
}
.my-\[46px\] {
  margin-block: 46px;
}
.my-\[116px\] {
  margin-block: 116px;
}
.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;
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-\[-5\.33vw\] {
  margin-top: -5.33vw;
}
.mt-\[-8\.97vw\] {
  margin-top: -8.97vw;
}
.mt-\[-12\.82vw\] {
  margin-top: -12.82vw;
}
.mt-\[-150px\] {
  margin-top: -150px;
}
.mt-\[0vw\] {
  margin-top: 0vw;
}
.mt-\[1\.74vw\] {
  margin-top: 1.74vw;
}
.mt-\[1\.94vw\] {
  margin-top: 1.94vw;
}
.mt-\[4\.31vw\] {
  margin-top: 4.31vw;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[33px\] {
  margin-top: 33px;
}
.mt-\[34px\] {
  margin-top: 34px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[37px\] {
  margin-top: 37px;
}
.mt-\[41px\] {
  margin-top: 41px;
}
.mt-\[43px\] {
  margin-top: 43px;
}
.mt-\[44px\] {
  margin-top: 44px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[47px\] {
  margin-top: 47px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[49px\] {
  margin-top: 49px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[51px\] {
  margin-top: 51px;
}
.mt-\[57px\] {
  margin-top: 57px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[61px\] {
  margin-top: 61px;
}
.mt-\[62px\] {
  margin-top: 62px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[72px\] {
  margin-top: 72px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[82px\] {
  margin-top: 82px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[130px\] {
  margin-top: 130px;
}
.mt-\[150px\] {
  margin-top: 150px;
}
.mt-\[213px\] {
  margin-top: 213px;
}
.mr-4 {
  margin-right: calc(var(--spacing) * 4);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-\[0vw\] {
  margin-bottom: 0vw;
}
.mb-\[2vw\] {
  margin-bottom: 2vw;
}
.mb-\[4vw\] {
  margin-bottom: 4vw;
}
.mb-\[6\.04vw\] {
  margin-bottom: 6.04vw;
}
.mb-\[6vw\] {
  margin-bottom: 6vw;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[33px\] {
  margin-bottom: 33px;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.mb-\[38\.46vw\] {
  margin-bottom: 38.46vw;
}
.mb-\[41px\] {
  margin-bottom: 41px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[47px\] {
  margin-bottom: 47px;
}
.mb-\[49px\] {
  margin-bottom: 49px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[51px\] {
  margin-bottom: 51px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.mb-\[58px\] {
  margin-bottom: 58px;
}
.mb-\[59px\] {
  margin-bottom: 59px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[63px\] {
  margin-bottom: 63px;
}
.mb-\[75px\] {
  margin-bottom: 75px;
}
.mb-\[84px\] {
  margin-bottom: 84px;
}
.mb-\[87px\] {
  margin-bottom: 87px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-\[25px\] {
  height: 25px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[53\.5vw\] {
  height: 53.5vw;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[145px\] {
  height: 145px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[154px\] {
  height: 154px;
}
.h-\[175px\] {
  height: 175px;
}
.h-\[260vw\] {
  height: 260vw;
}
.h-\[329px\] {
  height: 329px;
}
.h-\[343\] {
  height: 343;
}
.h-\[343px\] {
  height: 343px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[auto\] {
  height: auto;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}
.max-h-\[200px\] {
  max-height: 200px;
}
.min-h-\[137px\] {
  min-height: 137px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[270px\] {
  min-height: 270px;
}
.min-h-\[336px\] {
  min-height: 336px;
}
.min-h-\[430px\] {
  min-height: 430px;
}
.min-h-\[478px\] {
  min-height: 478px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[74\.36vw\] {
  width: 74.36vw;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[80\.35vw\] {
  width: 80.35vw;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[85\.4vw\] {
  width: 85.4vw;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[116\] {
  width: 116;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[348px\] {
  width: 348px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[359px\] {
  width: 359px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[363px\] {
  max-width: 363px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[1112px\] {
  max-width: 1112px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-4 {
  --tw-translate-x: calc(var(--spacing) * -4);
  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 {
  resize: both;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.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));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.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-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-\[0\.2vw\] {
  gap: 0.2vw;
}
.gap-\[0\.5vw\] {
  gap: 0.5vw;
}
.gap-\[0\.21vw\] {
  gap: 0.21vw;
}
.gap-\[0\.28vw\] {
  gap: 0.28vw;
}
.gap-\[0\.97vw\] {
  gap: 0.97vw;
}
.gap-\[1\.1vw\] {
  gap: 1.1vw;
}
.gap-\[1\.5vw\] {
  gap: 1.5vw;
}
.gap-\[1\.8vw\] {
  gap: 1.8vw;
}
.gap-\[1\.39vw\] {
  gap: 1.39vw;
}
.gap-\[1vw\] {
  gap: 1vw;
}
.gap-\[2\.03vw\] {
  gap: 2.03vw;
}
.gap-\[2\.3vw\] {
  gap: 2.3vw;
}
.gap-\[2\.15vw\] {
  gap: 2.15vw;
}
.gap-\[2\.36vw\] {
  gap: 2.36vw;
}
.gap-\[2\.43vw\] {
  gap: 2.43vw;
}
.gap-\[2\.78vw\] {
  gap: 2.78vw;
}
.gap-\[2vw\] {
  gap: 2vw;
}
.gap-\[3\.13vw\] {
  gap: 3.13vw;
}
.gap-\[3\.68vw\] {
  gap: 3.68vw;
}
.gap-\[3vw\] {
  gap: 3vw;
}
.gap-\[4\.31vw\] {
  gap: 4.31vw;
}
.gap-\[4\.79vw\] {
  gap: 4.79vw;
}
.gap-\[4\.86vw\] {
  gap: 4.86vw;
}
.gap-\[5\.69vw\] {
  gap: 5.69vw;
}
.gap-\[5vw\] {
  gap: 5vw;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[9\.65vw\] {
  gap: 9.65vw;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[23px\] {
  gap: 23px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[46px\] {
  gap: 46px;
}
.gap-\[54px\] {
  gap: 54px;
}
.gap-\[55px\] {
  gap: 55px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[66px\] {
  gap: 66px;
}
.gap-\[67px\] {
  gap: 67px;
}
:where(.space-y-8 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-\[1\.25vw\] > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(1.25vw * var(--tw-space-y-reverse));
  margin-block-end: calc(1.25vw * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-\[18px\] > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(18px * var(--tw-space-y-reverse));
  margin-block-end: calc(18px * calc(1 - var(--tw-space-y-reverse)));
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-\[5\.7vw\] {
  border-radius: 5.7vw;
}
.rounded-\[5\.69vw\] {
  border-radius: 5.69vw;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[82px\] {
  border-radius: 82px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-\[2px\] {
  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;
}
.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-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l-\[2px\] {
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
}
.border-\[\#91A097\] {
  border-color: #91A097;
}
.border-\[\#91a097\] {
  border-color: #91a097;
}
.border-\[\#566566\] {
  border-color: #566566;
}
.border-\[\#649062\] {
  border-color: #649062;
}
.border-\[\#a8c6a7\] {
  border-color: #a8c6a7;
}
.border-\[\#f98e2b\] {
  border-color: #f98e2b;
}
.border-\[\#ffbb7c\] {
  border-color: #ffbb7c;
}
.border-black\/20 {
  border-color: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-black\/20 {
    border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.border-b-\[\#649062\] {
  border-bottom-color: #649062;
}
.bg-\[\#91A097\] {
  background-color: #91A097;
}
.bg-\[\#649062\] {
  background-color: #649062;
}
.bg-\[\#E9E5DCB8\] {
  background-color: #E9E5DCB8;
}
.bg-\[\#E9E5DC\] {
  background-color: #E9E5DC;
}
.bg-\[\#F8F6F1\] {
  background-color: #F8F6F1;
}
.bg-\[\#e9e5dc\] {
  background-color: #e9e5dc;
}
.bg-black\/0 {
  background-color: color-mix(in srgb, #000 0%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/0 {
    background-color: color-mix(in oklab, var(--color-black) 0%, transparent);
  }
}
.bg-black\/30 {
  background-color: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/30 {
    background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  --tw-gradient-position: to top right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[linear-gradient\(0deg\,rgba\(233\,229\,220\,0\)_0\%\,\#E9E5DC_51\.44\%\)\] {
  background-image: linear-gradient(0deg,rgba(233,229,220,0) 0%,#E9E5DC 51.44%);
}
.bg-\[linear-gradient\(45deg\,\#4E4E4E_0\%\,\#9EB0B1_74\%\)\] {
  background-image: linear-gradient(45deg,#4E4E4E 0%,#9EB0B1 74%);
}
.bg-\[linear-gradient\(72\.26deg\,\#D0CDCD_6\.56\%\,\#ED7906_99\.87\%\)\] {
  background-image: linear-gradient(72.26deg,#D0CDCD 6.56%,#ED7906 99.87%);
}
.bg-\[linear-gradient\(72\.59deg\,\#B4B7B5_-10\.87\%\,\#ED7906_99\.63\%\)\] {
  background-image: linear-gradient(72.59deg,#B4B7B5 -10.87%,#ED7906 99.63%);
}
.bg-\[linear-gradient\(78\.51deg\,_\#02604A_16\.89\%\,_\#649062_63\.06\%\,_\#D8DFD8_100\%\)\] {
  background-image: linear-gradient(78.51deg, #02604A 16.89%, #649062 63.06%, #D8DFD8 100%);
}
.bg-\[linear-gradient\(90deg\,\#0C2020_0\%\,\#02604A_45\%\,\#649062_100\%\)\] {
  background-image: linear-gradient(90deg,#0C2020 0%,#02604A 45%,#649062 100%);
}
.bg-\[linear-gradient\(90deg\,\#91A097_0\%\,\#58645D_100\%\)\] {
  background-image: linear-gradient(90deg,#91A097 0%,#58645D 100%);
}
.bg-\[linear-gradient\(90deg\,\#02604A_0\%\,\#649062_55\%\,\#D3E3D9_100\%\)\] {
  background-image: linear-gradient(90deg,#02604A 0%,#649062 55%,#D3E3D9 100%);
}
.bg-\[linear-gradient\(90deg\,\#02604A_2\%\,\#649062_55\%\,\#D3E3D9_100\%\)\] {
  background-image: linear-gradient(90deg,#02604A 2%,#649062 55%,#D3E3D9 100%);
}
.bg-\[linear-gradient\(180deg\,\#649062_0\%\,\#E9E5DC_100\%\)\] {
  background-image: linear-gradient(180deg,#649062 0%,#E9E5DC 100%);
}
.bg-\[linear-gradient\(to_right\,\#02604A_63\%\,\#D3E3D9_100\%\)\] {
  background-image: linear-gradient(to right,#02604A 63%,#D3E3D9 100%);
}
.from-\[\#0c2020\] {
  --tw-gradient-from: #0c2020;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#02604A\] {
  --tw-gradient-from: #02604A;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#649062\] {
  --tw-gradient-from: #649062;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#ED7906\] {
  --tw-gradient-from: #ED7906;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#ed7906\] {
  --tw-gradient-from: #ed7906;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-\[\#649062\] {
  --tw-gradient-via: #649062;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-\[\#649062\] {
  --tw-gradient-to: #649062;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#D3DBD7\] {
  --tw-gradient-to: #D3DBD7;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#D8DFD8\] {
  --tw-gradient-to: #D8DFD8;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#D9C2A7\] {
  --tw-gradient-to: #D9C2A7;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#E9E5DC\] {
  --tw-gradient-to: #E9E5DC;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#e9e5dc\] {
  --tw-gradient-to: #e9e5dc;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-\[\#649062\] {
  fill: #649062;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-\[1\.32vw\] {
  padding: 1.32vw;
}
.p-\[2vw\] {
  padding: 2vw;
}
.p-\[11px\] {
  padding: 11px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[25px\] {
  padding: 25px;
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-\[0\.5vw\] {
  padding-inline: 0.5vw;
}
.px-\[0\.35vw\] {
  padding-inline: 0.35vw;
}
.px-\[0\.69vw\] {
  padding-inline: 0.69vw;
}
.px-\[1\.4vw\] {
  padding-inline: 1.4vw;
}
.px-\[1vw\] {
  padding-inline: 1vw;
}
.px-\[2\.78vw\] {
  padding-inline: 2.78vw;
}
.px-\[3\.19vw\] {
  padding-inline: 3.19vw;
}
.px-\[8px\] {
  padding-inline: 8px;
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[11px\] {
  padding-inline: 11px;
}
.px-\[12px\] {
  padding-inline: 12px;
}
.px-\[13px\] {
  padding-inline: 13px;
}
.px-\[16px\] {
  padding-inline: 16px;
}
.px-\[19px\] {
  padding-inline: 19px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[22px\] {
  padding-inline: 22px;
}
.px-\[40px\] {
  padding-inline: 40px;
}
.px-\[42px\] {
  padding-inline: 42px;
}
.px-\[46px\] {
  padding-inline: 46px;
}
.py-3\.5 {
  padding-block: calc(var(--spacing) * 3.5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-\[0\.4vw\] {
  padding-block: 0.4vw;
}
.py-\[0\.7vw\] {
  padding-block: 0.7vw;
}
.py-\[0\.8vw\] {
  padding-block: 0.8vw;
}
.py-\[1\.8vw\] {
  padding-block: 1.8vw;
}
.py-\[1\.25vw\] {
  padding-block: 1.25vw;
}
.py-\[6\.94vw\] {
  padding-block: 6.94vw;
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[11px\] {
  padding-block: 11px;
}
.py-\[14px\] {
  padding-block: 14px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[21px\] {
  padding-block: 21px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.py-\[29px\] {
  padding-block: 29px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[43px\] {
  padding-block: 43px;
}
.py-\[130px\] {
  padding-block: 130px;
}
.py-\[159px\] {
  padding-block: 159px;
}
.py-\[300px\] {
  padding-block: 300px;
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-\[1\.67vw\] {
  padding-top: 1.67vw;
}
.pt-\[2\.13vw\] {
  padding-top: 2.13vw;
}
.pt-\[2\.43vw\] {
  padding-top: 2.43vw;
}
.pt-\[3\.26vw\] {
  padding-top: 3.26vw;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[49px\] {
  padding-top: 49px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[58px\] {
  padding-top: 58px;
}
.pt-\[67\.5px\] {
  padding-top: 67.5px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[71px\] {
  padding-top: 71px;
}
.pt-\[75px\] {
  padding-top: 75px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[93px\] {
  padding-top: 93px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[119px\] {
  padding-top: 119px;
}
.pt-\[140px\] {
  padding-top: 140px;
}
.pt-\[144px\] {
  padding-top: 144px;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.pt-\[159px\] {
  padding-top: 159px;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pt-\[250px\] {
  padding-top: 250px;
}
.pr-8 {
  padding-right: calc(var(--spacing) * 8);
}
.pr-\[0\.2vw\] {
  padding-right: 0.2vw;
}
.pr-\[3\.194vw\] {
  padding-right: 3.194vw;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-\[0\] {
  padding-bottom: 0;
}
.pb-\[1\.39vw\] {
  padding-bottom: 1.39vw;
}
.pb-\[2\.03vw\] {
  padding-bottom: 2.03vw;
}
.pb-\[2\.083vw\] {
  padding-bottom: 2.083vw;
}
.pb-\[3\.06vw\] {
  padding-bottom: 3.06vw;
}
.pb-\[3\.13vw\] {
  padding-bottom: 3.13vw;
}
.pb-\[3\.54vw\] {
  padding-bottom: 3.54vw;
}
.pb-\[6\.94vw\] {
  padding-bottom: 6.94vw;
}
.pb-\[9\.38vw\] {
  padding-bottom: 9.38vw;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pb-\[38px\] {
  padding-bottom: 38px;
}
.pb-\[47px\] {
  padding-bottom: 47px;
}
.pb-\[49px\] {
  padding-bottom: 49px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[56px\] {
  padding-bottom: 56px;
}
.pb-\[67\.5px\] {
  padding-bottom: 67.5px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[72px\] {
  padding-bottom: 72px;
}
.pb-\[86px\] {
  padding-bottom: 86px;
}
.pb-\[117px\] {
  padding-bottom: 117px;
}
.pb-\[127px\] {
  padding-bottom: 127px;
}
.pb-\[145px\] {
  padding-bottom: 145px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pl-\[1vw\] {
  padding-left: 1vw;
}
.pl-\[2vw\] {
  padding-left: 2vw;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.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-\[2\.22vw\] {
  font-size: 2.22vw;
}
.text-\[12\.31vw\] {
  font-size: 12.31vw;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16\.6vw\] {
  font-size: 16.6vw;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[16vw\] {
  font-size: 16vw;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21\.46vw\] {
  font-size: 21.46vw;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25\.35vw\] {
  font-size: 25.35vw;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-\[65px\] {
  font-size: 65px;
}
.text-\[70px\] {
  font-size: 70px;
}
.text-\[73px\] {
  font-size: 73px;
}
.text-\[74px\] {
  font-size: 74px;
}
.text-\[75px\] {
  font-size: 75px;
}
.text-\[82px\] {
  font-size: 82px;
}
.text-\[83px\] {
  font-size: 83px;
}
.text-\[110px\] {
  font-size: 110px;
}
.text-\[152px\] {
  font-size: 152px;
}
.leading-\[1\.25\] {
  --tw-leading: 1.25;
  line-height: 1.25;
}
.leading-\[2\.08vw\] {
  --tw-leading: 2.08vw;
  line-height: 2.08vw;
}
.leading-\[2\.15vw\] {
  --tw-leading: 2.15vw;
  line-height: 2.15vw;
}
.leading-\[2\.43vw\] {
  --tw-leading: 2.43vw;
  line-height: 2.43vw;
}
.leading-\[2\.64vw\] {
  --tw-leading: 2.64vw;
  line-height: 2.64vw;
}
.leading-\[10px\] {
  --tw-leading: 10px;
  line-height: 10px;
}
.leading-\[14vw\] {
  --tw-leading: 14vw;
  line-height: 14vw;
}
.leading-\[18px\] {
  --tw-leading: 18px;
  line-height: 18px;
}
.leading-\[20px\] {
  --tw-leading: 20px;
  line-height: 20px;
}
.leading-\[25px\] {
  --tw-leading: 25px;
  line-height: 25px;
}
.leading-\[30px\] {
  --tw-leading: 30px;
  line-height: 30px;
}
.leading-\[40px\] {
  --tw-leading: 40px;
  line-height: 40px;
}
.leading-\[76\%\] {
  --tw-leading: 76%;
  line-height: 76%;
}
.leading-\[88\%\] {
  --tw-leading: 88%;
  line-height: 88%;
}
.leading-\[89\%\] {
  --tw-leading: 89%;
  line-height: 89%;
}
.leading-\[90\%\] {
  --tw-leading: 90%;
  line-height: 90%;
}
.leading-\[105\%\] {
  --tw-leading: 105%;
  line-height: 105%;
}
.leading-\[109\%\] {
  --tw-leading: 109%;
  line-height: 109%;
}
.leading-\[110\%\] {
  --tw-leading: 110%;
  line-height: 110%;
}
.leading-\[112\%\] {
  --tw-leading: 112%;
  line-height: 112%;
}
.leading-\[115\%\] {
  --tw-leading: 115%;
  line-height: 115%;
}
.leading-\[120\%\] {
  --tw-leading: 120%;
  line-height: 120%;
}
.leading-\[125\%\] {
  --tw-leading: 125%;
  line-height: 125%;
}
.leading-\[130\%\] {
  --tw-leading: 130%;
  line-height: 130%;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.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-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[-0\.01em\] {
  --tw-tracking: -0.01em;
  letter-spacing: -0.01em;
}
.tracking-\[0\.01em\] {
  --tw-tracking: 0.01em;
  letter-spacing: 0.01em;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.hyphens-auto {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.text-\[\#0C2020\] {
  color: #0C2020;
}
.text-\[\#0c2020\] {
  color: #0c2020;
}
.text-\[\#000000\] {
  color: #000000;
}
.text-\[\#91A097\] {
  color: #91A097;
}
.text-\[\#91a097\] {
  color: #91a097;
}
.text-\[\#02604A\] {
  color: #02604A;
}
.text-\[\#02604a\] {
  color: #02604a;
}
.text-\[\#33403A\] {
  color: #33403A;
}
.text-\[\#113123\] {
  color: #113123;
}
.text-\[\#333333\] {
  color: #333333;
}
.text-\[\#566566\] {
  color: #566566;
}
.text-\[\#649062\] {
  color: #649062;
}
.text-\[\#F7F6F1\] {
  color: #F7F6F1;
}
.text-\[\#F98E2B\] {
  color: #F98E2B;
}
.text-\[\#d65f00\] {
  color: #d65f00;
}
.text-\[\#e9e5dc\] {
  color: #e9e5dc;
}
.text-\[\#f7f6f1\] {
  color: #f7f6f1;
}
.text-black {
  color: var(--color-black);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-gray-800 {
  color: var(--color-gray-800);
}
.text-transparent {
  color: transparent;
}
.text-white {
  color: var(--color-white);
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.decoration-\[\#0C2020\] {
  text-decoration-color: #0C2020;
}
.decoration-\[\#F98E2B\] {
  text-decoration-color: #F98E2B;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-\[\#91a097\]::placeholder {
  color: #91a097;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-\[0\.14vw_0\.14vw_0\.56vw_0px_rgba\(12\,32\,32\,0\.44\)\] {
  --tw-shadow: 0.14vw 0.14vw 0.56vw 0px var(--tw-shadow-color, rgba(12,32,32,0.44));
  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\.14vw_0\.14vw_0\.56vw_rgba\(12\,32\,32\,0\.44\)\] {
  --tw-shadow: 0.14vw 0.14vw 0.56vw var(--tw-shadow-color, rgba(12,32,32,0.44));
  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_10px_30px_rgba\(0\,0\,0\,0\.12\)\] {
  --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[2px_2px_8\.2px_rgba\(12\,32\,32\,0\.44\)\] {
  --tw-shadow: 2px 2px 8.2px var(--tw-shadow-color, rgba(12,32,32,0.44));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[2px_2px_8px_0px_rgba\(12\,32\,32\,0\.44\)\] {
  --tw-shadow: 2px 2px 8px 0px var(--tw-shadow-color, rgba(12,32,32,0.44));
  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-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline-0 {
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
}
.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-\[1\.25px\] {
  --tw-backdrop-blur: blur(1.25px);
  -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, 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-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-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);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.\[clip-path\:polygon\(0_0\,100\%_0\,100\%_85\.5\%\,93\.5\%_100\%\,0_100\%\)\] {
  clip-path: polygon(0 0,100% 0,100% 85.5%,93.5% 100%,0 100%);
}
@media (hover: hover) {
  .group-hover\:block:is(:where(.group):hover *) {
    display: block;
  }
}
@media (hover: hover) {
  .group-hover\:hidden:is(:where(.group):hover *) {
    display: none;
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-0:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-2:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:gap-\[14px\]:is(:where(.group):hover *) {
    gap: 14px;
  }
}
@media (hover: hover) {
  .group-hover\:border-\[\#649062\]:is(:where(.group):hover *) {
    border-color: #649062;
  }
}
@media (hover: hover) {
  .group-hover\:bg-\[\#649062\]:is(:where(.group):hover *) {
    background-color: #649062;
  }
}
@media (hover: hover) {
  .group-hover\:bg-\[rgba\(197\,197\,197\,0\.3\)\]:is(:where(.group):hover *) {
    background-color: rgba(197,197,197,0.3);
  }
}
@media (hover: hover) {
  .group-hover\:bg-black\/20:is(:where(.group):hover *) {
    background-color: color-mix(in srgb, #000 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .group-hover\:bg-black\/20:is(:where(.group):hover *) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
}
@media (hover: hover) {
  .group-hover\:fill-\[\#649062\]:is(:where(.group):hover *) {
    fill: #649062;
  }
}
@media (hover: hover) {
  .group-hover\:fill-white:is(:where(.group):hover *) {
    fill: var(--color-white);
  }
}
@media (hover: hover) {
  .group-hover\:stroke-\[\#566566\]:is(:where(.group):hover *) {
    stroke: #566566;
  }
}
@media (hover: hover) {
  .group-hover\:text-\[\#566566\]:is(:where(.group):hover *) {
    color: #566566;
  }
}
@media (hover: hover) {
  .group-hover\:text-\[\#649062\]:is(:where(.group):hover *) {
    color: #649062;
  }
}
@media (hover: hover) {
  .group-hover\:text-\[\#E9E5DC\]:is(:where(.group):hover *) {
    color: #E9E5DC;
  }
}
@media (hover: hover) {
  .group-hover\:text-\[\#F98E2B\]:is(:where(.group):hover *) {
    color: #F98E2B;
  }
}
@media (hover: hover) {
  .group-hover\:text-white:is(:where(.group):hover *) {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .group-hover\:opacity-0:is(:where(.group):hover *) {
    opacity: 0%;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.marker\:text-black *::marker {
  color: var(--color-black);
}
.marker\:text-black::marker {
  color: var(--color-black);
}
.marker\:text-black *::-webkit-details-marker {
  color: var(--color-black);
}
.marker\:text-black::-webkit-details-marker {
  color: var(--color-black);
}
.placeholder\:text-\[\#91A097\]::placeholder {
  color: #91A097;
}
.placeholder\:text-\[\#91a097\]::placeholder {
  color: #91a097;
}
@media (hover: hover) {
  .hover\:scale-105:hover {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .hover\:scale-\[1\.02\]:hover {
    scale: 1.02;
  }
}
@media (hover: hover) {
  .hover\:border-\[\#02604A\]:hover {
    border-color: #02604A;
  }
}
@media (hover: hover) {
  .hover\:border-\[\#649062\]:hover {
    border-color: #649062;
  }
}
@media (hover: hover) {
  .hover\:border-\[\#D56114\]:hover {
    border-color: #D56114;
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#649062\]:hover {
    background-color: #649062;
  }
}
@media (hover: hover) {
  .hover\:from-\[\#ed7906\]:hover {
    --tw-gradient-from: #ed7906;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
}
@media (hover: hover) {
  .hover\:to-\[\#ed7906\]:hover {
    --tw-gradient-to: #ed7906;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
}
@media (hover: hover) {
  .hover\:text-\[\#ED7906\]:hover {
    color: #ED7906;
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:decoration-\[\#ED7906\]:hover {
    text-decoration-color: #ED7906;
  }
}
@media (hover: hover) {
  .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-md:hover {
    --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);
  }
}
.focus\:border-none:focus {
  --tw-border-style: none;
  border-style: none;
}
.focus\:border-\[\#649062\]:focus {
  border-color: #649062;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.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;
}
@media (width >= 40rem) {
  .sm\:absolute {
    position: absolute;
  }
}
@media (width >= 40rem) {
  .sm\:inset-0 {
    inset: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:top-\[-70vw\] {
    top: -70vw;
  }
}
@media (width >= 40rem) {
  .sm\:right-\[-26vw\] {
    right: -26vw;
  }
}
@media (width >= 40rem) {
  .sm\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:mt-\[2\.08vw\] {
    margin-top: 2.08vw;
  }
}
@media (width >= 40rem) {
  .sm\:mb-\[2\.43vw\] {
    margin-bottom: 2.43vw;
  }
}
@media (width >= 40rem) {
  .sm\:block {
    display: block;
  }
}
@media (width >= 40rem) {
  .sm\:hidden {
    display: none;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[33\.5vw\] {
    height: 33.5vw;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[148px\] {
    height: 148px;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[185px\] {
    height: 185px;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[250px\] {
    height: 250px;
  }
}
@media (width >= 40rem) {
  .sm\:max-w-\[55\.56vw\] {
    max-width: 55.56vw;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:text-\[3\.33vw\] {
    font-size: 3.33vw;
  }
}
@media (width >= 40rem) {
  .sm\:text-\[17\.43vw\] {
    font-size: 17.43vw;
  }
}
@media (width >= 48rem) {
  .md\:relative {
    position: relative;
  }
}
@media (width >= 48rem) {
  .md\:top-0 {
    top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:top-\[-18\.7vw\] {
    top: -18.7vw;
  }
}
@media (width >= 48rem) {
  .md\:top-\[-220px\] {
    top: -220px;
  }
}
@media (width >= 48rem) {
  .md\:top-\[36\.81vw\] {
    top: 36.81vw;
  }
}
@media (width >= 48rem) {
  .md\:right-0 {
    right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:bottom-\[-9vw\] {
    bottom: -9vw;
  }
}
@media (width >= 48rem) {
  .md\:left-0 {
    left: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 48rem) {
  .md\:col-start-6 {
    grid-column-start: 6;
  }
}
@media (width >= 48rem) {
  .md\:col-start-10 {
    grid-column-start: 10;
  }
}
@media (width >= 48rem) {
  .md\:my-\[3\.54vw\] {
    margin-block: 3.54vw;
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-\[1\.46vw\] {
    margin-top: 1.46vw;
  }
}
@media (width >= 48rem) {
  .md\:mt-\[3\.40vw\] {
    margin-top: 3.40vw;
  }
}
@media (width >= 48rem) {
  .md\:mt-\[3\.61vw\] {
    margin-top: 3.61vw;
  }
}
@media (width >= 48rem) {
  .md\:mt-\[6\.32vw\] {
    margin-top: 6.32vw;
  }
}
@media (width >= 48rem) {
  .md\:mt-\[7\.99vw\] {
    margin-top: 7.99vw;
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-\[2\.08vw\] {
    margin-bottom: 2.08vw;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:h-\[3\.13vw\] {
    height: 3.13vw;
  }
}
@media (width >= 48rem) {
  .md\:h-\[31\.94vw\] {
    height: 31.94vw;
  }
}
@media (width >= 48rem) {
  .md\:h-\[35vw\] {
    height: 35vw;
  }
}
@media (width >= 48rem) {
  .md\:h-\[60vw\] {
    height: 60vw;
  }
}
@media (width >= 48rem) {
  .md\:h-\[100vw\] {
    height: 100vw;
  }
}
@media (width >= 48rem) {
  .md\:h-\[160px\] {
    height: 160px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[350px\] {
    height: 350px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[160px\] {
    min-height: 160px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[18\.33vw\] {
    width: 18.33vw;
  }
}
@media (width >= 48rem) {
  .md\:w-\[31\.94vw\] {
    width: 31.94vw;
  }
}
@media (width >= 48rem) {
  .md\:w-\[32\.08vw\] {
    width: 32.08vw;
  }
}
@media (width >= 48rem) {
  .md\:w-\[74\.44vw\] {
    width: 74.44vw;
  }
}
@media (width >= 48rem) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[39\.58vw\] {
    max-width: 39.58vw;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[39\.93vw\] {
    max-width: 39.93vw;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[43\.82vw\] {
    max-width: 43.82vw;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[45\.14vw\] {
    max-width: 45.14vw;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[50\.56vw\] {
    max-width: 50.56vw;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[66\.46vw\] {
    max-width: 66.46vw;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[70\.14vw\] {
    max-width: 70.14vw;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[72\.64vw\] {
    max-width: 72.64vw;
  }
}
@media (width >= 48rem) {
  .md\:flex-none {
    flex: none;
  }
}
@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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[2\.15vw\] {
    gap: 2.15vw;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[2\.57vw\] {
    gap: 2.57vw;
  }
}
@media (width >= 48rem) {
  .md\:justify-self-end {
    justify-self: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
}
@media (width >= 48rem) {
  .md\:p-0 {
    padding: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-\[0\.56vw\] {
    padding-inline: 0.56vw;
  }
}
@media (width >= 48rem) {
  .md\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pt-\[5\.63vw\] {
    padding-top: 5.63vw;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[5\.80vw\] {
    padding-top: 5.80vw;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[9\.72vw\] {
    padding-top: 9.72vw;
  }
}
@media (width >= 48rem) {
  .md\:pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:pb-\[5\.80vw\] {
    padding-bottom: 5.80vw;
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:text-\[1\.67vw\] {
    font-size: 1.67vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[2\.22vw\] {
    font-size: 2.22vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[3\.33vw\] {
    font-size: 3.33vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[4\.17vw\] {
    font-size: 4.17vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[5\.00vw\] {
    font-size: 5.00vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[5\.28vw\] {
    font-size: 5.28vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[6\.67vw\] {
    font-size: 6.67vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[10\.76vw\] {
    font-size: 10.76vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[12\.08vw\] {
    font-size: 12.08vw;
  }
}
@media (width >= 48rem) {
  .md\:text-\[19px\] {
    font-size: 19px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[24px\] {
    font-size: 24px;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[109\%\] {
    --tw-leading: 109%;
    line-height: 109%;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
}
@media (width >= 64rem) {
  .lg\:absolute {
    position: absolute;
  }
}
@media (width >= 64rem) {
  .lg\:sticky {
    position: sticky;
  }
}
@media (width >= 64rem) {
  .lg\:top-\[-18\.7vw\] {
    top: -18.7vw;
  }
}
@media (width >= 64rem) {
  .lg\:top-auto {
    top: auto;
  }
}
@media (width >= 64rem) {
  .lg\:bottom-\[-11\.11vw\] {
    bottom: -11.11vw;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 64rem) {
  .lg\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:my-\[5\.21vw\] {
    margin-block: 5.21vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[-150px\] {
    margin-top: -150px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[2\.08vw\] {
    margin-top: 2.08vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[2\.78vw\] {
    margin-top: 2.78vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[3\.33vw\] {
    margin-top: 3.33vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[3\.47vw\] {
    margin-top: 3.47vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[4\.17vw\] {
    margin-top: 4.17vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[4\.86vw\] {
    margin-top: 4.86vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[5\.14vw\] {
    margin-top: 5.14vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[5\.35vw\] {
    margin-top: 5.35vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[5\.42vw\] {
    margin-top: 5.42vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[6\.94vw\] {
    margin-top: 6.94vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[8\.96vw\] {
    margin-top: 8.96vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[12\.15vw\] {
    margin-top: 12.15vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[19\.8vw\] {
    margin-top: 19.8vw;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[150px\] {
    margin-top: 150px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[180px\] {
    margin-top: 180px;
  }
}
@media (width >= 64rem) {
  .lg\:mr-\[6\.81vw\] {
    margin-right: 6.81vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[1\.11vw\] {
    margin-bottom: 1.11vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[1\.67vw\] {
    margin-bottom: 1.67vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[2\.5vw\] {
    margin-bottom: 2.5vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[2\.92vw\] {
    margin-bottom: 2.92vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[3\.13vw\] {
    margin-bottom: 3.13vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[5\.35vw\] {
    margin-bottom: 5.35vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[6\.25vw\] {
    margin-bottom: 6.25vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[6\.094vw\] {
    margin-bottom: 6.094vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[8\.06vw\] {
    margin-bottom: 8.06vw;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[15\.6vw\] {
    margin-bottom: 15.6vw;
  }
}
@media (width >= 64rem) {
  .lg\:ml-\[16\.11vw\] {
    margin-left: 16.11vw;
  }
}
@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-\[3\.13vw\] {
    height: 3.13vw;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[17\.36vw\] {
    height: 17.36vw;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[20\.35vw\] {
    height: 20.35vw;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[25\.14vw\] {
    height: 25.14vw;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[30\.56vw\] {
    height: 30.56vw;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[53\.5vh\] {
    height: 53.5vh;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[450px\] {
    height: 450px;
  }
}
@media (width >= 64rem) {
  .lg\:h-auto {
    height: auto;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[2\.85vw\] {
    width: 2.85vw;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[17\.36vw\] {
    width: 17.36vw;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[20\.57vw\] {
    width: 20.57vw;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[22\.57vw\] {
    width: 22.57vw;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[42\.78vw\] {
    width: 42.78vw;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[48\.89vw\] {
    width: 48.89vw;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[243px\] {
    width: 243px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[43\.056vw\] {
    max-width: 43.056vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[53\.3vw\] {
    max-width: 53.3vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[59\.03vw\] {
    max-width: 59.03vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[62\.5vw\] {
    max-width: 62.5vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[64\.10vw\] {
    max-width: 64.10vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[65vw\] {
    max-width: 65vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[71\.7vw\] {
    max-width: 71.7vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[71\.11vw\] {
    max-width: 71.11vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[72\.5vw\] {
    max-width: 72.5vw;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[97\.2vw\] {
    max-width: 97.2vw;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@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-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[1\.60vw\] {
    gap: 1.60vw;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[2\.08vw\] {
    gap: 2.08vw;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[2\.22vw\] {
    gap: 2.22vw;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[3\.06vw\] {
    gap: 3.06vw;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[3\.47vw\] {
    gap: 3.47vw;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[4\.17vw\] {
    gap: 4.17vw;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[4\.38vw\] {
    gap: 4.38vw;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[54px\] {
    gap: 54px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-\[30px\] {
    column-gap: 30px;
  }
}
@media (width >= 64rem) {
  .lg\:rounded-\[1\.11vw\] {
    border-radius: 1.11vw;
  }
}
@media (width >= 64rem) {
  .lg\:rounded-\[54px\] {
    border-radius: 54px;
  }
}
@media (width >= 64rem) {
  .lg\:bg-\[\#f7f6f1\]\/\[44\%\] {
    background-color: color-mix(in oklab, #f7f6f1 44%, transparent);
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:px-\[0\.83vw\] {
    padding-inline: 0.83vw;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[0px\] {
    padding-inline: 0px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[1\.74vw\] {
    padding-inline: 1.74vw;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[1\.94vw\] {
    padding-inline: 1.94vw;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[2\.78vw\] {
    padding-inline: 2.78vw;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[3\.19vw\] {
    padding-inline: 3.19vw;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[5\.42vw\] {
    padding-inline: 5.42vw;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[34px\] {
    padding-inline: 34px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[46px\] {
    padding-inline: 46px;
  }
}
@media (width >= 64rem) {
  .lg\:py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
}
@media (width >= 64rem) {
  .lg\:py-\[0\.28vw\] {
    padding-block: 0.28vw;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[2\.01vw\] {
    padding-block: 2.01vw;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[2\.85vw\] {
    padding-block: 2.85vw;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[30px\] {
    padding-block: 30px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[0\.76vw\] {
    padding-top: 0.76vw;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[2\.36vw\] {
    padding-top: 2.36vw;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[8\.33vw\] {
    padding-top: 8.33vw;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[10\.42vw\] {
    padding-top: 10.42vw;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[11vw\] {
    padding-top: 11vw;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[14\.93vw\] {
    padding-top: 14.93vw;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[71px\] {
    padding-top: 71px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[159px\] {
    padding-top: 159px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[177px\] {
    padding-top: 177px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[200px\] {
    padding-top: 200px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[2\.78vw\] {
    padding-right: 2.78vw;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[3\.47vw\] {
    padding-right: 3.47vw;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[3\.194vw\] {
    padding-right: 3.194vw;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[70px\] {
    padding-right: 70px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[2\.03vw\] {
    padding-bottom: 2.03vw;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[2\.083vw\] {
    padding-bottom: 2.083vw;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[3\.47vw\] {
    padding-bottom: 3.47vw;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[6\.18vw\] {
    padding-bottom: 6.18vw;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[15\.28vw\] {
    padding-bottom: 15.28vw;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[19\.51vw\] {
    padding-bottom: 19.51vw;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[117px\] {
    padding-bottom: 117px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[46px\] {
    padding-left: 46px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[1\.11vw\] {
    font-size: 1.11vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[1\.25vw\] {
    font-size: 1.25vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[1\.39vw\] {
    font-size: 1.39vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[1\.67vw\] {
    font-size: 1.67vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[2\.22vw\] {
    font-size: 2.22vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[3\.3vw\] {
    font-size: 3.3vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[3\.13vw\] {
    font-size: 3.13vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[3\.33vw\] {
    font-size: 3.33vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[3\.47vw\] {
    font-size: 3.47vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[3\.61vw\] {
    font-size: 3.61vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[4\.17vw\] {
    font-size: 4.17vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[5\.3vw\] {
    font-size: 5.3vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[5\.28vw\] {
    font-size: 5.28vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[5vw\] {
    font-size: 5vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[15\.4vw\] {
    font-size: 15.4vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[16\.2vw\] {
    font-size: 16.2vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[24px\] {
    font-size: 24px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[26\.04vw\] {
    font-size: 26.04vw;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[42px\] {
    font-size: 42px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[52px\] {
    font-size: 52px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[58px\] {
    font-size: 58px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[76px\] {
    font-size: 76px;
  }
}
@media (width >= 64rem) {
  .lg\:leading-\[105\%\] {
    --tw-leading: 105%;
    line-height: 105%;
  }
}
@media (width >= 64rem) {
  .lg\:backdrop-blur-\[12\.9px\] {
    --tw-backdrop-blur: blur(12.9px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
}
@media (width >= 80rem) {
  .xl\:sticky {
    position: sticky;
  }
}
@media (width >= 80rem) {
  .xl\:top-\[-0\.69vw\] {
    top: -0.69vw;
  }
}
@media (width >= 80rem) {
  .xl\:top-\[3rem\] {
    top: 3rem;
  }
}
@media (width >= 80rem) {
  .xl\:right-0 {
    right: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:right-\[3\.19vw\] {
    right: 3.19vw;
  }
}
@media (width >= 80rem) {
  .xl\:right-\[3\.82vw\] {
    right: 3.82vw;
  }
}
@media (width >= 80rem) {
  .xl\:bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:bottom-\[0vw\] {
    bottom: 0vw;
  }
}
@media (width >= 80rem) {
  .xl\:bottom-\[1\.6vw\] {
    bottom: 1.6vw;
  }
}
@media (width >= 80rem) {
  .xl\:bottom-\[3\.54vw\] {
    bottom: 3.54vw;
  }
}
@media (width >= 80rem) {
  .xl\:left-\[2\.08vw\] {
    left: 2.08vw;
  }
}
@media (width >= 80rem) {
  .xl\:order-1 {
    order: 1;
  }
}
@media (width >= 80rem) {
  .xl\:order-2 {
    order: 2;
  }
}
@media (width >= 80rem) {
  .xl\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[-8\.68vw\] {
    margin-top: -8.68vw;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[-10\.42vw\] {
    margin-top: -10.42vw;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[-50px\] {
    margin-top: -50px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[1\.67vw\] {
    margin-top: 1.67vw;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[1vw\] {
    margin-top: 1vw;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[2\.847vw\] {
    margin-top: 2.847vw;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[3vw\] {
    margin-top: 3vw;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[7vw\] {
    margin-top: 7vw;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[9\.236vw\] {
    margin-top: 9.236vw;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[45px\] {
    margin-top: 45px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[51px\] {
    margin-top: 51px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[57px\] {
    margin-top: 57px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[66px\] {
    margin-top: 66px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[137px\] {
    margin-top: 137px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[160px\] {
    margin-top: 160px;
  }
}
@media (width >= 80rem) {
  .xl\:mt-\[246px\] {
    margin-top: 246px;
  }
}
@media (width >= 80rem) {
  .xl\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[0vw\] {
    margin-bottom: 0vw;
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[1\.319vw\] {
    margin-bottom: 1.319vw;
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[2vw\] {
    margin-bottom: 2vw;
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[3\.542vw\] {
    margin-bottom: 3.542vw;
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[6vw\] {
    margin-bottom: 6vw;
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[10vw\] {
    margin-bottom: 10vw;
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[20px\] {
    margin-bottom: 20px;
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[137px\] {
    margin-bottom: 137px;
  }
}
@media (width >= 80rem) {
  .xl\:mb-\[160px\] {
    margin-bottom: 160px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[2\.986vw\] {
    height: 2.986vw;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[3\.68vw\] {
    height: 3.68vw;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[3vw\] {
    height: 3vw;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[5\.76vw\] {
    height: 5.76vw;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[12\.65vw\] {
    height: 12.65vw;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[26\.46vw\] {
    height: 26.46vw;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[29\.03vw\] {
    height: 29.03vw;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[37\.71vw\] {
    height: 37.71vw;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[381px\] {
    height: 381px;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[1000px\] {
    height: 1000px;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[10\.9vw\] {
    min-height: 10.9vw;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[13\.05vw\] {
    min-height: 13.05vw;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[13\.19vw\] {
    min-height: 13.19vw;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[25\.14vw\] {
    min-height: 25.14vw;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[41\.042vw\] {
    min-height: 41.042vw;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[430px\] {
    min-height: 430px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[3\.125vw\] {
    width: 3.125vw;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[15\%\] {
    width: 15%;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[16\.04vw\] {
    width: 16.04vw;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[22\.57vw\] {
    width: 22.57vw;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[25\%\] {
    width: 25%;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[25vw\] {
    width: 25vw;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[30\.56vw\] {
    width: 30.56vw;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[35\%\] {
    width: 35%;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[40\%\] {
    width: 40%;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[46\.46vw\] {
    width: 46.46vw;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[48\%\] {
    width: 48%;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[65\.28vw\] {
    width: 65.28vw;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[70\.63vw\] {
    width: 70.63vw;
  }
}
@media (width >= 80rem) {
  .xl\:w-full {
    width: 100%;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[50\%\] {
    max-width: 50%;
  }
}
@media (width >= 80rem) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 80rem) {
  .xl\:items-center {
    align-items: center;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[1\.39vw\] {
    gap: 1.39vw;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[2\.08vw\] {
    gap: 2.08vw;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[3\.306vw\] {
    gap: 3.306vw;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[8vw\] {
    gap: 8vw;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[30px\] {
    gap: 30px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[76px\] {
    gap: 76px;
  }
}
@media (width >= 80rem) {
  :where(.xl\:space-y-\[0\.6595vw\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(0.6595vw * var(--tw-space-y-reverse));
    margin-block-end: calc(0.6595vw * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 80rem) {
  .xl\:p-\[0\.6vw\] {
    padding: 0.6vw;
  }
}
@media (width >= 80rem) {
  .xl\:p-\[1\.3vw\] {
    padding: 1.3vw;
  }
}
@media (width >= 80rem) {
  .xl\:p-\[1vw\] {
    padding: 1vw;
  }
}
@media (width >= 80rem) {
  .xl\:px-\[1\.32vw\] {
    padding-inline: 1.32vw;
  }
}
@media (width >= 80rem) {
  .xl\:px-\[2\.29vw\] {
    padding-inline: 2.29vw;
  }
}
@media (width >= 80rem) {
  .xl\:px-\[2\.78vw\] {
    padding-inline: 2.78vw;
  }
}
@media (width >= 80rem) {
  .xl\:px-\[2\.917vw\] {
    padding-inline: 2.917vw;
  }
}
@media (width >= 80rem) {
  .xl\:py-\[0\.83vw\] {
    padding-block: 0.83vw;
  }
}
@media (width >= 80rem) {
  .xl\:py-\[1\.2vw\] {
    padding-block: 1.2vw;
  }
}
@media (width >= 80rem) {
  .xl\:py-\[300px\] {
    padding-block: 300px;
  }
}
@media (width >= 80rem) {
  .xl\:pt-\[1\.389vw\] {
    padding-top: 1.389vw;
  }
}
@media (width >= 80rem) {
  .xl\:pt-\[2\.08vw\] {
    padding-top: 2.08vw;
  }
}
@media (width >= 80rem) {
  .xl\:pt-\[2\.43vw\] {
    padding-top: 2.43vw;
  }
}
@media (width >= 80rem) {
  .xl\:pt-\[2\.57vw\] {
    padding-top: 2.57vw;
  }
}
@media (width >= 80rem) {
  .xl\:pt-\[3\.333vw\] {
    padding-top: 3.333vw;
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[2vw\] {
    padding-right: 2vw;
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[3\.19vw\] {
    padding-right: 3.19vw;
  }
}
@media (width >= 80rem) {
  .xl\:pb-\[0\] {
    padding-bottom: 0;
  }
}
@media (width >= 80rem) {
  .xl\:pb-\[2\.083vw\] {
    padding-bottom: 2.083vw;
  }
}
@media (width >= 80rem) {
  .xl\:pb-\[2\.361vw\] {
    padding-bottom: 2.361vw;
  }
}
@media (width >= 80rem) {
  .xl\:pb-\[3\.54vw\] {
    padding-bottom: 3.54vw;
  }
}
@media (width >= 80rem) {
  .xl\:pb-\[51px\] {
    padding-bottom: 51px;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[1\.11vw\] {
    font-size: 1.11vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[1\.25vw\] {
    font-size: 1.25vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[1\.39vw\] {
    font-size: 1.39vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[1\.67vw\] {
    font-size: 1.67vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[1\.94vw\] {
    font-size: 1.94vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[1\.111vw\] {
    font-size: 1.111vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[1\.667vw\] {
    font-size: 1.667vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[2\.22vw\] {
    font-size: 2.22vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[2\.222vw\] {
    font-size: 2.222vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[3\.47vw\] {
    font-size: 3.47vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[3\.61vw\] {
    font-size: 3.61vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[3\.333vw\] {
    font-size: 3.333vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[4\.17vw\] {
    font-size: 4.17vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[4\.86vw\] {
    font-size: 4.86vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[6\.94vw\] {
    font-size: 6.94vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[6\.667vw\] {
    font-size: 6.667vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[16vw\] {
    font-size: 16vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[18\.5vw\] {
    font-size: 18.5vw;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[52px\] {
    font-size: 52px;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[60px\] {
    font-size: 60px;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[100px\] {
    font-size: 100px;
  }
}
@media (width >= 80rem) {
  .xl\:leading-\[2\.08vw\] {
    --tw-leading: 2.08vw;
    line-height: 2.08vw;
  }
}
@media (width >= 80rem) {
  .xl\:leading-\[2vw\] {
    --tw-leading: 2vw;
    line-height: 2vw;
  }
}
@media (width >= 80rem) {
  .xl\:leading-\[3\.61vw\] {
    --tw-leading: 3.61vw;
    line-height: 3.61vw;
  }
}
@media (width >= 80rem) {
  .xl\:leading-\[4vw\] {
    --tw-leading: 4vw;
    line-height: 4vw;
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
.\[\&_a\]\:transition-colors a {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
@media (hover: hover) {
  :is(.\[\&_a\]\:hover\:text-\[\#ED7906\] a):hover {
    color: #ED7906;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-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-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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-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-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
