/* libs */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-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-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
input:where([type='checkbox']) {
  border-radius: 0px;
}
input:where([type='radio']) {
  border-radius: 100%;
}
input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
/* src is relative to `main.css` */
@font-face {
    font-family: 'Open Sans';
    src: url(9ccd5e1b1dbea150336d.ttf);
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'Open Sans';
    src: url(9ccd5e1b1dbea150336d.ttf);
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Open Sans';
    src: url(414534af074eb1d33601.ttf);
    font-weight: normal;
    font-style: italic;
  }
@font-face {
    font-family: 'Open Sans';
    src: url(fc10ccf11a61bac919b9.ttf);
    font-weight: 700;
    font-style: normal;
  }
@font-face {
    font-family: 'Open Sans';
    src: url(d31d0aaa8d4384de5eeb.ttf);
    font-weight: 500;
    font-style: normal;
  }
@font-face {
    font-family: 'Open Sans';
    src: url(ec993defe70da9dbbc3f.ttf);
    font-weight: 300;
    font-style: normal;
  }
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.site-main {
  flex-grow: 1;
}
img {
  max-width: 100%;
}
/* Assume non-semantic lists in wizzy class defaults */
.wizzy ul,
  .prose ul {
    list-style-type: disc;
  }
.wizzy ol,
  .prose ol {
    list-style-type: decimal;
  }
.wizzy ol,
  .wizzy ul,
  .prose ol,
  .prose ul {
    padding-inline-start: 1.5rem;
  }
.wizzy li,
  .prose li {
    margin-bottom: 0.5rem;
    page-break-inside: avoid;
  }
.wizzy ul li,
  .prose ul li {
    position: relative;
  }
/* Small custom marker, not native- nested will break */
.wizzy.li-sm ul,
  .prose.li-sm ul {
    padding-top: 0.75rem;
    list-style-type: none;
    padding-inline-start: 0.5rem;
  }
.wizzy.li-sm li,
  .prose.li-sm li {
    padding-left: 1rem;
    position: relative;
  }
.wizzy.li-sm ul li::before,
  .prose.li-sm ul li::before {
    content: '\2022';
    position: absolute;
    left: 0;
  }
.wizzy a,
  .prose a {
  --tw-text-opacity: 1;
  color: rgb(52 79 160 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
@media (hover: hover) and (pointer: fine) {
  .wizzy a:hover,
  .prose a:hover {
    --tw-text-opacity: 1;
    color: rgb(35 53 108 / var(--tw-text-opacity, 1));
  }
}
.wizzy p,
  .prose p {
  margin-bottom: 21px;
}
.wizzy table td,
  .prose table td {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 79 160 / var(--tw-border-opacity, 1)) !important;
  padding: 0.5rem !important;
}
.wp-block svg, .site-main svg {
  height: auto;
  width: 100%;
  max-width: 100%;
}
pre {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
[x-cloak] {
  display: none !important;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
  }
.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* carimusfox */
  }
.sr-only {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html,
  body {
  --tw-bg-opacity: 1;
  background-color: rgb(244 239 233 / var(--tw-bg-opacity, 1));
  font-family: mulish-variable, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: mulish-variable, Arial, sans-serif;
}
.heading-1 {
  font-family: all-round-gothic, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -0.36px;
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 56px;
    line-height: 67px;
    letter-spacing: -0.56px;
  }
}
.heading-2 {
  font-family: all-round-gothic, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.32px;
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.44px;
  }
}
.heading-3 {
  font-family: all-round-gothic, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.3px;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.34px;
  }
}
.heading-4 {
  font-family: all-round-gothic, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.24px;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.28px;
  }
}
.heading-5 {
  font-family: all-round-gothic, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.text-xl {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (min-width: 768px) {
  .text-xl {
    font-size: 28px;
    line-height: 41px;
  }
}
.text-lg {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 768px) {
  .text-lg {
    font-size: 18px;
    line-height: 28px;
  }
}
.text-md {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.text-sm {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 575px) {
  .container {
    max-width: 575px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
button {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
button:focus-visible {
      outline: none;
    }
.button {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button:focus {
      outline: none;
    }
.site label:not(.gform-field-label--type-inline),
    .site legend {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0.25rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(52 79 160 / var(--tw-text-opacity, 1)) !important;
}
.site input[type='text'],
    .site input[type='email'],
    .site input[type='url'],
    .site input[type='tel'],
    .site input[type='password'],
    .site textarea:not(.g-recaptcha-response),
    .site select {
  display: block !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(149 163 205 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 239 230 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 14px !important;
  line-height: 1 !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(1 175 186 / var(--tw-ring-opacity, 1)) !important;
}
.site input[type='text']:focus,
    .site input[type='email']:focus,
    .site input[type='url']:focus,
    .site input[type='tel']:focus,
    .site input[type='password']:focus,
    .site textarea:not(.g-recaptcha-response):focus,
    .site select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.site textarea {
  line-height: 1.5 !important;
}
.site input[type='text']:focus,
    .site input[type='email']:focus,
    .site input[type='url']:focus,
    .site input[type='tel']:focus,
    .site input[type='password']:focus {
  border-radius: 8px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(1 175 186 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 239 233 / var(--tw-bg-opacity, 1)) !important;
  --tw-shadow: 0 4px 8px rgba(1,175,186,0.25) !important;
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.site input[type='checkbox'],
    .site input[type='radio'] {
  margin-right: 6px !important;
  border-radius: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 79 160 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 239 230 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(1 175 186 / var(--tw-text-opacity, 1)) !important;
}
.site input[type='checkbox']:focus,
    .site input[type='radio']:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-offset-width: 0px !important;
}
.site input[type='checkbox']:checked,
    .site input[type='radio']:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 79 160 / var(--tw-bg-opacity, 1)) !important;
}
.site input[type='submit'] {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 79 160 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  font-family: mulish-variable, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  letter-spacing: 0.75px !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
@media (hover: hover) and (pointer: fine) {
  .site input[type='submit']:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(35 53 108 / var(--tw-bg-opacity, 1)) !important;
  }
}
@media not all and (min-width: 768px) {
  .site input[type='submit'] {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .site input[type='submit'] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
.site .gform_fields {
      gap: 20px !important;
    }
@media screen and (min-width: 768px) {

    .site .gform_fields {
        gap: 24px !important
    }
      }
.site .gfield_checkbox {
      gap: 11px !important;
    }
a {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
a:focus-visible {
      outline: none;
    }
.link {
  display: inline-flex;
  align-items: center;
  font-family: mulish-variable, Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link svg {
  width: 1rem;
}
.link svg:first-child {
  margin-right: 0.5rem;
}
.link svg:last-child {
  margin-left: 0.5rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[10\%\] {
  inset: 10%;
}
.inset-\[14\%\] {
  inset: 14%;
}
.inset-\[6\%\] {
  inset: 6%;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-143px\] {
  left: -143px;
}
.left-\[-164px\] {
  left: -164px;
}
.right-\[-115px\] {
  right: -115px;
}
.right-\[-164px\] {
  right: -164px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-166px\] {
  top: -166px;
}
.top-\[-220px\] {
  top: -220px;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.m-0 {
  margin: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mb-\[2px\] {
  margin-bottom: 2px !important;
}
.\!ml-\[5px\] {
  margin-left: 5px !important;
}
.-mb-gap-0 {
  margin-bottom: 0;
}
.-mb-gap-lg {
  margin-bottom: -5rem;
}
.-mb-gap-md {
  margin-bottom: -3rem;
}
.-mb-gap-sm {
  margin-bottom: -2rem;
}
.-mb-gap-xl {
  margin-bottom: -8rem;
}
.-mb-gap-xs {
  margin-bottom: -1.25rem;
}
.-mt-gap-0 {
  margin-top: 0;
}
.-mt-gap-lg {
  margin-top: -5rem;
}
.-mt-gap-md {
  margin-top: -3rem;
}
.-mt-gap-sm {
  margin-top: -2rem;
}
.-mt-gap-xl {
  margin-top: -8rem;
}
.-mt-gap-xs {
  margin-top: -1.25rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-gap-0 {
  margin-bottom: 0;
}
.mb-gap-lg {
  margin-bottom: 5rem;
}
.mb-gap-md {
  margin-bottom: 3rem;
}
.mb-gap-sm {
  margin-bottom: 2rem;
}
.mb-gap-xl {
  margin-bottom: 8rem;
}
.mb-gap-xs {
  margin-bottom: 1.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-gap-0 {
  margin-top: 0;
}
.mt-gap-lg {
  margin-top: 5rem;
}
.mt-gap-md {
  margin-top: 3rem;
}
.mt-gap-sm {
  margin-top: 2rem;
}
.mt-gap-xl {
  margin-top: 8rem;
}
.mt-gap-xs {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[327\/184\] {
  aspect-ratio: 327/184;
}
.\!h-full {
  height: 100% !important;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[238px\] {
  height: 238px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[303px\] {
  height: 303px;
}
.h-\[319px\] {
  height: 319px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[465px\] {
  height: 465px;
}
.h-\[466px\] {
  height: 466px;
}
.h-\[489px\] {
  height: 489px;
}
.h-\[529px\] {
  height: 529px;
}
.h-\[56\%\] {
  height: 56%;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[466px\] {
  min-height: 466px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[115\.34px\] {
  width: 115.34px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[238px\] {
  width: 238px;
}
.w-\[303px\] {
  width: 303px;
}
.w-\[319px\] {
  width: 319px;
}
.w-\[465px\] {
  width: 465px;
}
.w-\[466px\] {
  width: 466px;
}
.w-\[489px\] {
  width: 489px;
}
.w-\[529px\] {
  width: 529px;
}
.w-\[92px\] {
  width: 92px;
}
.w-\[98\.667px\] {
  width: 98.667px;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[263px\] {
  min-width: 263px;
}
.\!max-w-\[519px\] {
  max-width: 519px !important;
}
.max-w-\[1062px\] {
  max-width: 1062px;
}
.max-w-\[1126px\] {
  max-width: 1126px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[279px\] {
  max-width: 279px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.\!translate-x-0 {
  --tw-translate-x: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!translate-y-0 {
  --tw-translate-y: 0px !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[8px\] {
  --tw-translate-y: -8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[6px\] {
  --tw-translate-y: 6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.resize {
  resize: both;
}
.-scroll-mb-gap-0 {
  scroll-margin-bottom: 0;
}
.-scroll-mb-gap-lg {
  scroll-margin-bottom: -5rem;
}
.-scroll-mb-gap-md {
  scroll-margin-bottom: -3rem;
}
.-scroll-mb-gap-sm {
  scroll-margin-bottom: -2rem;
}
.-scroll-mb-gap-xl {
  scroll-margin-bottom: -8rem;
}
.-scroll-mb-gap-xs {
  scroll-margin-bottom: -1.25rem;
}
.-scroll-mt-gap-0 {
  scroll-margin-top: 0;
}
.-scroll-mt-gap-lg {
  scroll-margin-top: -5rem;
}
.-scroll-mt-gap-md {
  scroll-margin-top: -3rem;
}
.-scroll-mt-gap-sm {
  scroll-margin-top: -2rem;
}
.-scroll-mt-gap-xl {
  scroll-margin-top: -8rem;
}
.-scroll-mt-gap-xs {
  scroll-margin-top: -1.25rem;
}
.scroll-mb-gap-0 {
  scroll-margin-bottom: 0;
}
.scroll-mb-gap-lg {
  scroll-margin-bottom: 5rem;
}
.scroll-mb-gap-md {
  scroll-margin-bottom: 3rem;
}
.scroll-mb-gap-sm {
  scroll-margin-bottom: 2rem;
}
.scroll-mb-gap-xl {
  scroll-margin-bottom: 8rem;
}
.scroll-mb-gap-xs {
  scroll-margin-bottom: 1.25rem;
}
.scroll-mt-gap-0 {
  scroll-margin-top: 0;
}
.scroll-mt-gap-lg {
  scroll-margin-top: 5rem;
}
.scroll-mt-gap-md {
  scroll-margin-top: 3rem;
}
.scroll-mt-gap-sm {
  scroll-margin-top: 2rem;
}
.scroll-mt-gap-xl {
  scroll-margin-top: 8rem;
}
.scroll-mt-gap-xs {
  scroll-margin-top: 1.25rem;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-0 {
  gap: 0px !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-y-\[88px\] {
  row-gap: 88px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[9\.7px\] {
  border-radius: 9.7px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(149 163 205 / var(--tw-border-opacity, 1));
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(52 79 160 / var(--tw-border-opacity, 1));
}
.bg-accent-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 238 / var(--tw-bg-opacity, 1));
}
.bg-accent-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 220 / var(--tw-bg-opacity, 1));
}
.bg-accent-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 182 / var(--tw-bg-opacity, 1));
}
.bg-accent-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 209 168 / var(--tw-bg-opacity, 1));
}
.bg-accent-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 179 146 / var(--tw-bg-opacity, 1));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(160 209 232 / var(--tw-bg-opacity, 1));
}
.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(192 234 255 / var(--tw-bg-opacity, 1));
}
.bg-brand-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(87 98 130 / var(--tw-bg-opacity, 1));
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(149 163 205 / var(--tw-bg-opacity, 1));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 79 160 / var(--tw-bg-opacity, 1));
}
.bg-primary-500\/90 {
  background-color: rgb(52 79 160 / 0.9);
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 53 108 / var(--tw-bg-opacity, 1));
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 34 69 / var(--tw-bg-opacity, 1));
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 34 69 / var(--tw-bg-opacity, 1));
}
.bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 215 215 / var(--tw-bg-opacity, 1));
}
.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 175 186 / var(--tw-bg-opacity, 1));
}
.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 144 155 / var(--tw-bg-opacity, 1));
}
.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 113 124 / var(--tw-bg-opacity, 1));
}
.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 81 93 / var(--tw-bg-opacity, 1));
}
.bg-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(244 239 230 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-tan {
  --tw-gradient-from: #F4EFE6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 239 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-tan {
  --tw-gradient-to: rgb(244 239 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F4EFE6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-80\% {
  --tw-gradient-via-position: 80%;
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[8px\] {
  padding: 8px;
}
.\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[66px\] {
  padding-top: 66px;
  padding-bottom: 66px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-60 {
  padding-top: 15rem;
}
.pt-\[300px\] {
  padding-top: 300px;
}
.pt-\[76px\] {
  padding-top: 76px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: mulish-variable, Arial, sans-serif;
}
.font-title {
  font-family: all-round-gothic, Arial, sans-serif;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[80px\] {
  font-size: 80px;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.\!italic {
  font-style: italic !important;
}
.\!leading-\[19px\] {
  line-height: 19px !important;
}
.\!leading-\[21px\] {
  line-height: 21px !important;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-none {
  line-height: 1;
}
.tracking-\[0\.75px\] {
  letter-spacing: 0.75px;
}
.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.tracking-\[1\.4px\] {
  letter-spacing: 1.4px;
}
.\!text-brand-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(87 98 130 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(52 79 160 / var(--tw-text-opacity, 1)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(149 163 205 / var(--tw-text-opacity, 1));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(52 79 160 / var(--tw-text-opacity, 1));
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(22 34 69 / var(--tw-text-opacity, 1));
}
.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(1 175 186 / var(--tw-text-opacity, 1));
}
.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(2 144 155 / var(--tw-text-opacity, 1));
}
.text-tan {
  --tw-text-opacity: 1;
  color: rgb(244 239 230 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-\[0_2\.425px_4\.849px_0_rgba\(22\2c 34\2c 69\2c 0\.15\)\] {
  --tw-shadow: 0 2.425px 4.849px 0 rgba(22,34,69,0.15);
  --tw-shadow-colored: 0 2.425px 4.849px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_16px_rgba\(22\2c 34\2c 69\2c 0\.1\)\] {
  --tw-shadow: 0 4px 16px rgba(22,34,69,0.1);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur-lg {
  --tw-blur: blur(16px);
  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);
}
.blur-none {
  --tw-blur:  ;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-\[200ms\] {
  transition-delay: 200ms;
}
.delay-\[400ms\] {
  transition-delay: 400ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[animation-direction\:reverse\] {
  animation-direction: reverse;
}
.\[animation-duration\:20s\] {
  animation-duration: 20s;
}
.\[animation-duration\:30s\] {
  animation-duration: 30s;
}
.\[animation-duration\:40s\] {
  animation-duration: 40s;
}
/* base */
/* components */
@media (hover: hover) and (pointer: fine) {
  .hover\:bg-accent-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 238 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(35 53 108 / var(--tw-bg-opacity, 1));
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:bg-accent-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 238 / var(--tw-bg-opacity, 1));
}
@media (hover: hover) and (pointer: fine) {
  .focus\:hover\:bg-primary-600:hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(35 53 108 / var(--tw-bg-opacity, 1));
  }
  .focus\:hover\:bg-primary-800:hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(22 34 69 / var(--tw-bg-opacity, 1));
  }
  .group:hover .group-hover\:rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:scale-x-100 {
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:animate-none {
    animation: none;
  }
}
@media not all and (min-width: 1200px) {
  .max-xl\:w-full {
    width: 100%;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 400px) {
  .xs\:h-\[1280px\] {
    height: 1280px;
  }
  .xs\:w-\[1280px\] {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:left-\[-200px\] {
    left: -200px;
  }
  .md\:left-\[-493px\] {
    left: -493px;
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:right-\[-200px\] {
    right: -200px;
  }
  .md\:right-\[-250px\] {
    right: -250px;
  }
  .md\:right-\[-32px\] {
    right: -32px;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:top-\[-200px\] {
    top: -200px;
  }
  .md\:top-\[-472px\] {
    top: -472px;
  }
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:-mb-gap-0 {
    margin-bottom: 0;
  }
  .md\:-mb-gap-lg {
    margin-bottom: -5rem;
  }
  .md\:-mb-gap-md {
    margin-bottom: -3rem;
  }
  .md\:-mb-gap-sm {
    margin-bottom: -2rem;
  }
  .md\:-mb-gap-xl {
    margin-bottom: -8rem;
  }
  .md\:-mb-gap-xs {
    margin-bottom: -1.25rem;
  }
  .md\:-mt-gap-0 {
    margin-top: 0;
  }
  .md\:-mt-gap-lg {
    margin-top: -5rem;
  }
  .md\:-mt-gap-md {
    margin-top: -3rem;
  }
  .md\:-mt-gap-sm {
    margin-top: -2rem;
  }
  .md\:-mt-gap-xl {
    margin-top: -8rem;
  }
  .md\:-mt-gap-xs {
    margin-top: -1.25rem;
  }
  .md\:mb-gap-0 {
    margin-bottom: 0;
  }
  .md\:mb-gap-lg {
    margin-bottom: 5rem;
  }
  .md\:mb-gap-md {
    margin-bottom: 3rem;
  }
  .md\:mb-gap-sm {
    margin-bottom: 2rem;
  }
  .md\:mb-gap-xl {
    margin-bottom: 8rem;
  }
  .md\:mb-gap-xs {
    margin-bottom: 1.25rem;
  }
  .md\:mr-\[52px\] {
    margin-right: 52px;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-gap-0 {
    margin-top: 0;
  }
  .md\:mt-gap-lg {
    margin-top: 5rem;
  }
  .md\:mt-gap-md {
    margin-top: 3rem;
  }
  .md\:mt-gap-sm {
    margin-top: 2rem;
  }
  .md\:mt-gap-xl {
    margin-top: 8rem;
  }
  .md\:mt-gap-xs {
    margin-top: 1.25rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-\[628\/353\] {
    aspect-ratio: 628/353;
  }
  .md\:h-\[160px\] {
    height: 160px;
  }
  .md\:h-\[186px\] {
    height: 186px;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:h-\[500px\] {
    height: 500px;
  }
  .md\:h-\[615px\] {
    height: 615px;
  }
  .md\:h-\[682px\] {
    height: 682px;
  }
  .md\:h-\[800px\] {
    height: 800px;
  }
  .md\:h-\[826px\] {
    height: 826px;
  }
  .md\:h-\[943px\] {
    height: 943px;
  }
  .md\:min-h-\[360px\] {
    min-height: 360px;
  }
  .md\:min-h-\[445px\] {
    min-height: 445px;
  }
  .md\:min-h-\[682px\] {
    min-height: 682px;
  }
  .md\:min-h-\[853px\] {
    min-height: 853px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[115px\] {
    width: 115px;
  }
  .md\:w-\[160px\] {
    width: 160px;
  }
  .md\:w-\[186px\] {
    width: 186px;
  }
  .md\:w-\[217\.5px\] {
    width: 217.5px;
  }
  .md\:w-\[311px\] {
    width: 311px;
  }
  .md\:w-\[400px\] {
    width: 400px;
  }
  .md\:w-\[500px\] {
    width: 500px;
  }
  .md\:w-\[615px\] {
    width: 615px;
  }
  .md\:w-\[678px\] {
    width: 678px;
  }
  .md\:w-\[682px\] {
    width: 682px;
  }
  .md\:w-\[800px\] {
    width: 800px;
  }
  .md\:w-\[826px\] {
    width: 826px;
  }
  .md\:w-\[943px\] {
    width: 943px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:max-w-\[350px\] {
    max-width: 350px;
  }
  .md\:max-w-\[411px\] {
    max-width: 411px;
  }
  .md\:max-w-\[500px\] {
    max-width: 500px;
  }
  .md\:max-w-\[522px\] {
    max-width: 522px;
  }
  .md\:max-w-\[640px\] {
    max-width: 640px;
  }
  .md\:max-w-\[700px\] {
    max-width: 700px;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .md\:-scroll-mb-gap-lg {
    scroll-margin-bottom: -5rem;
  }
  .md\:-scroll-mb-gap-md {
    scroll-margin-bottom: -3rem;
  }
  .md\:-scroll-mb-gap-sm {
    scroll-margin-bottom: -2rem;
  }
  .md\:-scroll-mb-gap-xl {
    scroll-margin-bottom: -8rem;
  }
  .md\:-scroll-mb-gap-xs {
    scroll-margin-bottom: -1.25rem;
  }
  .md\:-scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .md\:-scroll-mt-gap-lg {
    scroll-margin-top: -5rem;
  }
  .md\:-scroll-mt-gap-md {
    scroll-margin-top: -3rem;
  }
  .md\:-scroll-mt-gap-sm {
    scroll-margin-top: -2rem;
  }
  .md\:-scroll-mt-gap-xl {
    scroll-margin-top: -8rem;
  }
  .md\:-scroll-mt-gap-xs {
    scroll-margin-top: -1.25rem;
  }
  .md\:scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .md\:scroll-mb-gap-lg {
    scroll-margin-bottom: 5rem;
  }
  .md\:scroll-mb-gap-md {
    scroll-margin-bottom: 3rem;
  }
  .md\:scroll-mb-gap-sm {
    scroll-margin-bottom: 2rem;
  }
  .md\:scroll-mb-gap-xl {
    scroll-margin-bottom: 8rem;
  }
  .md\:scroll-mb-gap-xs {
    scroll-margin-bottom: 1.25rem;
  }
  .md\:scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .md\:scroll-mt-gap-lg {
    scroll-margin-top: 5rem;
  }
  .md\:scroll-mt-gap-md {
    scroll-margin-top: 3rem;
  }
  .md\:scroll-mt-gap-sm {
    scroll-margin-top: 2rem;
  }
  .md\:scroll-mt-gap-xl {
    scroll-margin-top: 8rem;
  }
  .md\:scroll-mt-gap-xs {
    scroll-margin-top: 1.25rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-14 {
    gap: 3.5rem;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-\[49px\] {
    gap: 49px;
  }
  .md\:via-60\% {
    --tw-gradient-via-position: 60%;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-\[189px\] {
    padding-left: 189px;
    padding-right: 189px;
  }
  .md\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .md\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pl-20 {
    padding-left: 5rem;
  }
  .md\:pl-\[300px\] {
    padding-left: 300px;
  }
  .md\:pr-0 {
    padding-right: 0px;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pt-96 {
    padding-top: 24rem;
  }
  .md\:pt-\[160px\] {
    padding-top: 160px;
  }
  .md\:pt-\[64px\] {
    padding-top: 64px;
  }
  .md\:text-\[120px\] {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .lg\:left-auto {
    left: auto;
  }
  .lg\:right-\[-410px\] {
    right: -410px;
  }
  .lg\:top-\[-335px\] {
    top: -335px;
  }
  .lg\:-mb-gap-0 {
    margin-bottom: 0;
  }
  .lg\:-mb-gap-lg {
    margin-bottom: -5rem;
  }
  .lg\:-mb-gap-md {
    margin-bottom: -3rem;
  }
  .lg\:-mb-gap-sm {
    margin-bottom: -2rem;
  }
  .lg\:-mb-gap-xl {
    margin-bottom: -8rem;
  }
  .lg\:-mb-gap-xs {
    margin-bottom: -1.25rem;
  }
  .lg\:-mt-gap-0 {
    margin-top: 0;
  }
  .lg\:-mt-gap-lg {
    margin-top: -5rem;
  }
  .lg\:-mt-gap-md {
    margin-top: -3rem;
  }
  .lg\:-mt-gap-sm {
    margin-top: -2rem;
  }
  .lg\:-mt-gap-xl {
    margin-top: -8rem;
  }
  .lg\:-mt-gap-xs {
    margin-top: -1.25rem;
  }
  .lg\:mb-gap-0 {
    margin-bottom: 0;
  }
  .lg\:mb-gap-lg {
    margin-bottom: 5rem;
  }
  .lg\:mb-gap-md {
    margin-bottom: 3rem;
  }
  .lg\:mb-gap-sm {
    margin-bottom: 2rem;
  }
  .lg\:mb-gap-xl {
    margin-bottom: 8rem;
  }
  .lg\:mb-gap-xs {
    margin-bottom: 1.25rem;
  }
  .lg\:mt-gap-0 {
    margin-top: 0;
  }
  .lg\:mt-gap-lg {
    margin-top: 5rem;
  }
  .lg\:mt-gap-md {
    margin-top: 3rem;
  }
  .lg\:mt-gap-sm {
    margin-top: 2rem;
  }
  .lg\:mt-gap-xl {
    margin-top: 8rem;
  }
  .lg\:mt-gap-xs {
    margin-top: 1.25rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[1251px\] {
    height: 1251px;
  }
  .lg\:h-\[816px\] {
    height: 816px;
  }
  .lg\:w-\[1251px\] {
    width: 1251px;
  }
  .lg\:w-\[816px\] {
    width: 816px;
  }
  .lg\:-scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .lg\:-scroll-mb-gap-lg {
    scroll-margin-bottom: -5rem;
  }
  .lg\:-scroll-mb-gap-md {
    scroll-margin-bottom: -3rem;
  }
  .lg\:-scroll-mb-gap-sm {
    scroll-margin-bottom: -2rem;
  }
  .lg\:-scroll-mb-gap-xl {
    scroll-margin-bottom: -8rem;
  }
  .lg\:-scroll-mb-gap-xs {
    scroll-margin-bottom: -1.25rem;
  }
  .lg\:-scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .lg\:-scroll-mt-gap-lg {
    scroll-margin-top: -5rem;
  }
  .lg\:-scroll-mt-gap-md {
    scroll-margin-top: -3rem;
  }
  .lg\:-scroll-mt-gap-sm {
    scroll-margin-top: -2rem;
  }
  .lg\:-scroll-mt-gap-xl {
    scroll-margin-top: -8rem;
  }
  .lg\:-scroll-mt-gap-xs {
    scroll-margin-top: -1.25rem;
  }
  .lg\:scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .lg\:scroll-mb-gap-lg {
    scroll-margin-bottom: 5rem;
  }
  .lg\:scroll-mb-gap-md {
    scroll-margin-bottom: 3rem;
  }
  .lg\:scroll-mb-gap-sm {
    scroll-margin-bottom: 2rem;
  }
  .lg\:scroll-mb-gap-xl {
    scroll-margin-bottom: 8rem;
  }
  .lg\:scroll-mb-gap-xs {
    scroll-margin-bottom: 1.25rem;
  }
  .lg\:scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .lg\:scroll-mt-gap-lg {
    scroll-margin-top: 5rem;
  }
  .lg\:scroll-mt-gap-md {
    scroll-margin-top: 3rem;
  }
  .lg\:scroll-mt-gap-sm {
    scroll-margin-top: 2rem;
  }
  .lg\:scroll-mt-gap-xl {
    scroll-margin-top: 8rem;
  }
  .lg\:scroll-mt-gap-xs {
    scroll-margin-top: 1.25rem;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:px-\[189px\] {
    padding-left: 189px;
    padding-right: 189px;
  }
  .lg\:pl-\[435px\] {
    padding-left: 435px;
  }
}
@media (min-width: 1200px) {
  .xl\:w-auto {
    width: auto;
  }
  .xl\:max-w-\[411px\] {
    max-width: 411px;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px) {
  .\32xl\:h-\[830px\] {
    height: 830px;
  }
  .\32xl\:h-\[482px\] {
    height: 482px;
  }
  .\32xl\:max-w-\[628px\] {
    max-width: 628px;
  }
  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }
  .\32xl\:pt-40 {
    padding-top: 10rem;
  }
}
.\[\&_a\]\:inline a {
  display: inline;
}
.\[\&_a\]\:font-bold a {
  font-weight: 700;
}
.\[\&_a\]\:text-brand-gray a {
  --tw-text-opacity: 1;
  color: rgb(87 98 130 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:text-primary-500 a {
  --tw-text-opacity: 1;
  color: rgb(52 79 160 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}
.\[\&_a\]\:\[text-decoration-skip-ink\:none\] a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.\[\&_a\]\:\[text-decoration-style\:solid\] a {
  text-decoration-style: solid;
}
.\[\&_a\]\:\[text-decoration-thickness\:auto\] a {
  text-decoration-thickness: auto;
}
.\[\&_a\]\:\[text-underline-offset\:auto\] a {
  text-underline-offset: auto;
}
.\[\&_a\]\:\[text-underline-position\:from-font\] a {
  text-underline-position: from-font;
}
.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}
.\[\&_svg\]\:block svg {
  display: block;
}
.\[\&_svg\]\:h-full svg {
  height: 100%;
}
.\[\&_svg\]\:w-full svg {
  width: 100%;
}
