/* 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;
}
    body:not(.focus-visible) a,
    body:not(.focus-visible) button {
      outline: none;
    }

  img {
  max-width: 100%;
}
    .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;
}

  .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));
}

  /* Make everything hyphenated */
  p a,
  .wizzy p a,
  .prose p a {
  hyphens: auto;
}

  .wizzy ol,
  .prose ol {
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
}

  .wizzy ul,
  .prose ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
}
  html,
  body {
  font-family: area-normal, Arial, serif;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(10 8 44 / 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: area-normal, Arial, serif;
}

  .display-lg {
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}

  @media (min-width: 768px) {
  .display-lg {
    font-size: 64px;
    line-height: 80px;
  }
}

  .display-md {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

  @media (min-width: 768px) {
  .display-md {
    font-size: 56px;
    line-height: 72px;
  }
}

  .display-sm {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

  @media (min-width: 768px) {
  .display-sm {
    font-size: 48px;
    line-height: 64px;
  }
}

  .headline-lg {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

  @media (min-width: 768px) {
  .headline-lg {
    font-size: 40px;
    line-height: 52px;
  }
}

  .headline-md {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

  @media (min-width: 768px) {
  .headline-md {
    font-size: 36px;
    line-height: 48px;
  }
}

  .headline-sm {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

  @media (min-width: 768px) {
  .headline-sm {
    font-size: 28px;
    line-height: 36px;
  }
}

  .title-lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

  @media (min-width: 768px) {
  .title-lg {
    font-size: 24px;
    line-height: 32px;
  }
}

  .title-md {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

  @media (min-width: 768px) {
  .title-md {
    font-size: 20px;
    line-height: 28px;
  }
}

  .title-sm {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

  @media (min-width: 768px) {
  .title-sm {
    font-size: 18px;
    line-height: 26px;
  }
}

  .label-lg {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

  .label-md {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

  .label-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

  .body-xl {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

  .body-lg {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

  @media (min-width: 768px) {
  .body-lg {
    font-size: 18px;
    line-height: 26px;
  }
}

  .body-md {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

  @media (min-width: 768px) {
  .body-md {
    font-size: 16px;
    line-height: 24px;
  }
}

  .body-sm {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

  @media (min-width: 768px) {
  .body-sm {
    font-size: 14px;
    line-height: 22px;
  }
}

  .modal-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

  @media (min-width: 768px) {
  .modal-body {
    font-size: 22px;
    line-height: 32px;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 575px) {
  .container {
    max-width: 575px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@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: 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: 200ms;
}

  .button {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 19px;
}

  @media (min-width: 768px) {
  .button {
    padding-bottom: 1rem;
    padding-top: 13px;
  }
}

  .button {
  font-size: 16px;
  line-height: 24px;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 0.85;
  cursor: pointer;
  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: 200ms;
}

    .button:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 100%;
      z-index: -10;
      width: 300%;
      border-radius: 9999px;
      padding-top: 150%;
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      --tw-scale-x: 0;
      --tw-scale-y: 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));
      opacity: 0;
      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: 700ms;
      transition-timing-function: linear;
      will-change: transform, opacity;
    }
      .button:hover:before {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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));
  opacity: 1;
}

    .button-lg {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 15px !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

    .button-white {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 8 44 / var(--tw-text-opacity, 1));
}

      /* soft radial glow blending into the base color, growing out from the button's center */
      .button-white::before {
  background-image: radial-gradient(circle,#FFDFB8 25%,transparent 100%);
}

    .button-glint {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 184 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 8 44 / var(--tw-text-opacity, 1));
}

      /* soft radial glow blending into the base color, growing out from the button's center */
      .button-glint::before {
  background-image: radial-gradient(circle,#FFB45F 25%,transparent 100%);
}

    .button-dusk {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(53 69 153 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

      /* soft radial glow blending into the base color, growing out from the button's center */
      .button-dusk::before {
  background-image: radial-gradient(circle,#18206C 25%,transparent 100%);
}

    .button-dawn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(163 173 219 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

      /* soft radial glow blending into the base color, growing out from the button's center */
      .button-dawn::before {
  background-image: radial-gradient(circle,#6373C1 23%,transparent 100%);
}
  a {
  --tw-text-opacity: 1;
  color: rgb(200 68 35 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  cursor: pointer;
  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: 200ms;
}

  .link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: area-normal, Arial, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  cursor: pointer;
  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: 200ms;
}
      .link:hover:after, .link:focus:after {
  --tw-translate-x: 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));
}

    .link:after {
      content: '';
      display: inline-block;
      height: 1rem;
      width: 1rem;
      --tw-translate-y: 0.125rem;
      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));
      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: 200ms;
      /* mask lets the arrow follow currentColor instead of a baked-in stroke color */
      background-color: currentColor;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0C8 4.41828 11.5817 8 16 8C11.5817 8 8 11.5817 8 16M14 8L0 8' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0C8 4.41828 11.5817 8 16 8C11.5817 8 8 11.5817 8 16M14 8L0 8' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
    }

    .link-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(24 32 108 / var(--tw-text-opacity, 1)) !important;
}

      .link-primary:hover,
      .link-primary:active {
  --tw-text-opacity: 1 !important;
  color: rgb(200 68 35 / var(--tw-text-opacity, 1)) !important;
}

    .link-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 180 95 / var(--tw-text-opacity, 1)) !important;
}

      .link-secondary:hover,
      .link-secondary:active {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.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;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-32 {
  bottom: 8rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[50\] {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-1\.5 {
  margin-bottom: -0.375rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-mb-11 {
  margin-bottom: -2.75rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mb-14 {
  margin-bottom: -3.5rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-mb-20 {
  margin-bottom: -5rem;
}
.-mb-24 {
  margin-bottom: -6rem;
}
.-mb-28 {
  margin-bottom: -7rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-mb-3\.5 {
  margin-bottom: -0.875rem;
}
.-mb-32 {
  margin-bottom: -8rem;
}
.-mb-36 {
  margin-bottom: -9rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mb-40 {
  margin-bottom: -10rem;
}
.-mb-44 {
  margin-bottom: -11rem;
}
.-mb-48 {
  margin-bottom: -12rem;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-52 {
  margin-bottom: -13rem;
}
.-mb-56 {
  margin-bottom: -14rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mb-60 {
  margin-bottom: -15rem;
}
.-mb-64 {
  margin-bottom: -16rem;
}
.-mb-7 {
  margin-bottom: -1.75rem;
}
.-mb-72 {
  margin-bottom: -18rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mb-80 {
  margin-bottom: -20rem;
}
.-mb-9 {
  margin-bottom: -2.25rem;
}
.-mb-96 {
  margin-bottom: -24rem;
}
.-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-1 {
  margin-top: -0.25rem;
}
.-mt-1\.5 {
  margin-top: -0.375rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-11 {
  margin-top: -2.75rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-28 {
  margin-top: -7rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-3\.5 {
  margin-top: -0.875rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mt-36 {
  margin-top: -9rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.-mt-44 {
  margin-top: -11rem;
}
.-mt-48 {
  margin-top: -12rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-52 {
  margin-top: -13rem;
}
.-mt-56 {
  margin-top: -14rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-60 {
  margin-top: -15rem;
}
.-mt-64 {
  margin-top: -16rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.-mt-72 {
  margin-top: -18rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-80 {
  margin-top: -20rem;
}
.-mt-9 {
  margin-top: -2.25rem;
}
.-mt-96 {
  margin-top: -24rem;
}
.-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-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-52 {
  margin-bottom: 13rem;
}
.mb-56 {
  margin-bottom: 14rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-60 {
  margin-bottom: 15rem;
}
.mb-64 {
  margin-bottom: 16rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-72 {
  margin-bottom: 18rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-80 {
  margin-bottom: 20rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-96 {
  margin-bottom: 24rem;
}
.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-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-44 {
  margin-top: 11rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-52 {
  margin-top: 13rem;
}
.mt-56 {
  margin-top: 14rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-60 {
  margin-top: 15rem;
}
.mt-64 {
  margin-top: 16rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-72 {
  margin-top: 18rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-80 {
  margin-top: 20rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-96 {
  margin-top: 24rem;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.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;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-1 {
  aspect-ratio: 1;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[327\/180\] {
  aspect-ratio: 327/180;
}
.aspect-\[327\/248\] {
  aspect-ratio: 327/248;
}
.aspect-\[351\/248\] {
  aspect-ratio: 351/248;
}
.aspect-\[737\/560\] {
  aspect-ratio: 737/560;
}
.\!h-full {
  height: 100% !important;
}
.h-1\/2 {
  height: 50%;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[45px\] {
  height: 45px;
}
.h-full {
  height: 100%;
}
.max-h-\[52px\] {
  max-height: 52px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.\!w-\[50vw\] {
  width: 50vw !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-32 {
  width: 8rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[200vw\] {
  width: 200vw;
}
.w-\[248px\] {
  width: 248px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[calc\(50\%-24px\)\] {
  width: calc(50% - 24px);
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.\!max-w-none {
  max-width: none !important;
}
.max-w-\[1184px\] {
  max-width: 1184px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-bottom-right {
  transform-origin: bottom right;
}
.origin-center {
  transform-origin: center;
}
.origin-right {
  transform-origin: right;
}
.origin-top-right {
  transform-origin: top right;
}
.\!-translate-y-full {
  --tw-translate-y: -100% !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-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-\[1px\] {
  --tw-translate-y: -1px;
  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-full {
  --tw-translate-y: -100%;
  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-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-10 {
  --tw-translate-y: 2.5rem;
  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-\[1px\] {
  --tw-translate-y: 1px;
  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-full {
  --tw-translate-y: 100%;
  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-0 {
  --tw-rotate: 0deg;
  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-180 {
  --tw-rotate: 180deg;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.-scroll-mb-1 {
  scroll-margin-bottom: -0.25rem;
}
.-scroll-mb-1\.5 {
  scroll-margin-bottom: -0.375rem;
}
.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem;
}
.-scroll-mb-11 {
  scroll-margin-bottom: -2.75rem;
}
.-scroll-mb-12 {
  scroll-margin-bottom: -3rem;
}
.-scroll-mb-14 {
  scroll-margin-bottom: -3.5rem;
}
.-scroll-mb-16 {
  scroll-margin-bottom: -4rem;
}
.-scroll-mb-2 {
  scroll-margin-bottom: -0.5rem;
}
.-scroll-mb-2\.5 {
  scroll-margin-bottom: -0.625rem;
}
.-scroll-mb-20 {
  scroll-margin-bottom: -5rem;
}
.-scroll-mb-24 {
  scroll-margin-bottom: -6rem;
}
.-scroll-mb-28 {
  scroll-margin-bottom: -7rem;
}
.-scroll-mb-3 {
  scroll-margin-bottom: -0.75rem;
}
.-scroll-mb-3\.5 {
  scroll-margin-bottom: -0.875rem;
}
.-scroll-mb-32 {
  scroll-margin-bottom: -8rem;
}
.-scroll-mb-36 {
  scroll-margin-bottom: -9rem;
}
.-scroll-mb-4 {
  scroll-margin-bottom: -1rem;
}
.-scroll-mb-40 {
  scroll-margin-bottom: -10rem;
}
.-scroll-mb-44 {
  scroll-margin-bottom: -11rem;
}
.-scroll-mb-48 {
  scroll-margin-bottom: -12rem;
}
.-scroll-mb-5 {
  scroll-margin-bottom: -1.25rem;
}
.-scroll-mb-52 {
  scroll-margin-bottom: -13rem;
}
.-scroll-mb-56 {
  scroll-margin-bottom: -14rem;
}
.-scroll-mb-6 {
  scroll-margin-bottom: -1.5rem;
}
.-scroll-mb-60 {
  scroll-margin-bottom: -15rem;
}
.-scroll-mb-64 {
  scroll-margin-bottom: -16rem;
}
.-scroll-mb-7 {
  scroll-margin-bottom: -1.75rem;
}
.-scroll-mb-72 {
  scroll-margin-bottom: -18rem;
}
.-scroll-mb-8 {
  scroll-margin-bottom: -2rem;
}
.-scroll-mb-80 {
  scroll-margin-bottom: -20rem;
}
.-scroll-mb-9 {
  scroll-margin-bottom: -2.25rem;
}
.-scroll-mb-96 {
  scroll-margin-bottom: -24rem;
}
.-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-1 {
  scroll-margin-top: -0.25rem;
}
.-scroll-mt-1\.5 {
  scroll-margin-top: -0.375rem;
}
.-scroll-mt-10 {
  scroll-margin-top: -2.5rem;
}
.-scroll-mt-11 {
  scroll-margin-top: -2.75rem;
}
.-scroll-mt-12 {
  scroll-margin-top: -3rem;
}
.-scroll-mt-14 {
  scroll-margin-top: -3.5rem;
}
.-scroll-mt-16 {
  scroll-margin-top: -4rem;
}
.-scroll-mt-2 {
  scroll-margin-top: -0.5rem;
}
.-scroll-mt-2\.5 {
  scroll-margin-top: -0.625rem;
}
.-scroll-mt-20 {
  scroll-margin-top: -5rem;
}
.-scroll-mt-24 {
  scroll-margin-top: -6rem;
}
.-scroll-mt-28 {
  scroll-margin-top: -7rem;
}
.-scroll-mt-3 {
  scroll-margin-top: -0.75rem;
}
.-scroll-mt-3\.5 {
  scroll-margin-top: -0.875rem;
}
.-scroll-mt-32 {
  scroll-margin-top: -8rem;
}
.-scroll-mt-36 {
  scroll-margin-top: -9rem;
}
.-scroll-mt-4 {
  scroll-margin-top: -1rem;
}
.-scroll-mt-40 {
  scroll-margin-top: -10rem;
}
.-scroll-mt-44 {
  scroll-margin-top: -11rem;
}
.-scroll-mt-48 {
  scroll-margin-top: -12rem;
}
.-scroll-mt-5 {
  scroll-margin-top: -1.25rem;
}
.-scroll-mt-52 {
  scroll-margin-top: -13rem;
}
.-scroll-mt-56 {
  scroll-margin-top: -14rem;
}
.-scroll-mt-6 {
  scroll-margin-top: -1.5rem;
}
.-scroll-mt-60 {
  scroll-margin-top: -15rem;
}
.-scroll-mt-64 {
  scroll-margin-top: -16rem;
}
.-scroll-mt-7 {
  scroll-margin-top: -1.75rem;
}
.-scroll-mt-72 {
  scroll-margin-top: -18rem;
}
.-scroll-mt-8 {
  scroll-margin-top: -2rem;
}
.-scroll-mt-80 {
  scroll-margin-top: -20rem;
}
.-scroll-mt-9 {
  scroll-margin-top: -2.25rem;
}
.-scroll-mt-96 {
  scroll-margin-top: -24rem;
}
.-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-1 {
  scroll-margin-bottom: 0.25rem;
}
.scroll-mb-1\.5 {
  scroll-margin-bottom: 0.375rem;
}
.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem;
}
.scroll-mb-11 {
  scroll-margin-bottom: 2.75rem;
}
.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}
.scroll-mb-14 {
  scroll-margin-bottom: 3.5rem;
}
.scroll-mb-16 {
  scroll-margin-bottom: 4rem;
}
.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem;
}
.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem;
}
.scroll-mb-20 {
  scroll-margin-bottom: 5rem;
}
.scroll-mb-24 {
  scroll-margin-bottom: 6rem;
}
.scroll-mb-28 {
  scroll-margin-bottom: 7rem;
}
.scroll-mb-3 {
  scroll-margin-bottom: 0.75rem;
}
.scroll-mb-3\.5 {
  scroll-margin-bottom: 0.875rem;
}
.scroll-mb-32 {
  scroll-margin-bottom: 8rem;
}
.scroll-mb-36 {
  scroll-margin-bottom: 9rem;
}
.scroll-mb-4 {
  scroll-margin-bottom: 1rem;
}
.scroll-mb-40 {
  scroll-margin-bottom: 10rem;
}
.scroll-mb-44 {
  scroll-margin-bottom: 11rem;
}
.scroll-mb-48 {
  scroll-margin-bottom: 12rem;
}
.scroll-mb-5 {
  scroll-margin-bottom: 1.25rem;
}
.scroll-mb-52 {
  scroll-margin-bottom: 13rem;
}
.scroll-mb-56 {
  scroll-margin-bottom: 14rem;
}
.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem;
}
.scroll-mb-60 {
  scroll-margin-bottom: 15rem;
}
.scroll-mb-64 {
  scroll-margin-bottom: 16rem;
}
.scroll-mb-7 {
  scroll-margin-bottom: 1.75rem;
}
.scroll-mb-72 {
  scroll-margin-bottom: 18rem;
}
.scroll-mb-8 {
  scroll-margin-bottom: 2rem;
}
.scroll-mb-80 {
  scroll-margin-bottom: 20rem;
}
.scroll-mb-9 {
  scroll-margin-bottom: 2.25rem;
}
.scroll-mb-96 {
  scroll-margin-bottom: 24rem;
}
.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-1 {
  scroll-margin-top: 0.25rem;
}
.scroll-mt-1\.5 {
  scroll-margin-top: 0.375rem;
}
.scroll-mt-10 {
  scroll-margin-top: 2.5rem;
}
.scroll-mt-11 {
  scroll-margin-top: 2.75rem;
}
.scroll-mt-12 {
  scroll-margin-top: 3rem;
}
.scroll-mt-14 {
  scroll-margin-top: 3.5rem;
}
.scroll-mt-16 {
  scroll-margin-top: 4rem;
}
.scroll-mt-2 {
  scroll-margin-top: 0.5rem;
}
.scroll-mt-2\.5 {
  scroll-margin-top: 0.625rem;
}
.scroll-mt-20 {
  scroll-margin-top: 5rem;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.scroll-mt-28 {
  scroll-margin-top: 7rem;
}
.scroll-mt-3 {
  scroll-margin-top: 0.75rem;
}
.scroll-mt-3\.5 {
  scroll-margin-top: 0.875rem;
}
.scroll-mt-32 {
  scroll-margin-top: 8rem;
}
.scroll-mt-36 {
  scroll-margin-top: 9rem;
}
.scroll-mt-4 {
  scroll-margin-top: 1rem;
}
.scroll-mt-40 {
  scroll-margin-top: 10rem;
}
.scroll-mt-44 {
  scroll-margin-top: 11rem;
}
.scroll-mt-48 {
  scroll-margin-top: 12rem;
}
.scroll-mt-5 {
  scroll-margin-top: 1.25rem;
}
.scroll-mt-52 {
  scroll-margin-top: 13rem;
}
.scroll-mt-56 {
  scroll-margin-top: 14rem;
}
.scroll-mt-6 {
  scroll-margin-top: 1.5rem;
}
.scroll-mt-60 {
  scroll-margin-top: 15rem;
}
.scroll-mt-64 {
  scroll-margin-top: 16rem;
}
.scroll-mt-7 {
  scroll-margin-top: 1.75rem;
}
.scroll-mt-72 {
  scroll-margin-top: 18rem;
}
.scroll-mt-8 {
  scroll-margin-top: 2rem;
}
.scroll-mt-80 {
  scroll-margin-top: 20rem;
}
.scroll-mt-9 {
  scroll-margin-top: 2.25rem;
}
.scroll-mt-96 {
  scroll-margin-top: 24rem;
}
.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;
}
.auto-rows-\[1fr\] {
  grid-auto-rows: 1fr;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[44px\] {
  gap: 44px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.hyphens-none {
  hyphens: none;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.border-dawn {
  --tw-border-opacity: 1;
  border-color: rgb(99 115 193 / var(--tw-border-opacity, 1));
}
.border-dusk {
  --tw-border-opacity: 1;
  border-color: rgb(24 32 108 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-horizon {
  --tw-border-opacity: 1;
  border-color: rgb(240 112 75 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-horizon {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 112 75 / var(--tw-border-opacity, 1));
}
.\!bg-midnight {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 8 44 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-ada-horizon {
  --tw-bg-opacity: 1;
  background-color: rgb(200 68 35 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-dawn {
  --tw-bg-opacity: 1;
  background-color: rgb(99 115 193 / var(--tw-bg-opacity, 1));
}
.bg-dusk {
  --tw-bg-opacity: 1;
  background-color: rgb(24 32 108 / var(--tw-bg-opacity, 1));
}
.bg-glint {
  --tw-bg-opacity: 1;
  background-color: rgb(255 180 95 / var(--tw-bg-opacity, 1));
}
.bg-horizon {
  --tw-bg-opacity: 1;
  background-color: rgb(240 112 75 / var(--tw-bg-opacity, 1));
}
.bg-midnight {
  --tw-bg-opacity: 1;
  background-color: rgb(10 8 44 / var(--tw-bg-opacity, 1));
}
.bg-stratus {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / 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-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-\[linear-gradient\(180deg\2c \#0A082C_0\%\2c rgba\(24\2c 32\2c 108\2c 0\.85\)_40\%\2c rgba\(24\2c 32\2c 108\2c 0\)_100\%\)\] {
  background-image: linear-gradient(180deg,#0A082C 0%,rgba(24,32,108,0.85) 40%,rgba(24,32,108,0) 100%);
}
.bg-\[linear-gradient\(180deg\2c \#A3ADDB_0\%\2c \#E9EBF6_100\%\)\] {
  background-image: linear-gradient(180deg,#A3ADDB 0%,#E9EBF6 100%);
}
.bg-\[linear-gradient\(180deg\2c \#EAEAEA_0\%\2c \#C7CDEA_100\%\)\] {
  background-image: linear-gradient(180deg,#EAEAEA 0%,#C7CDEA 100%);
}
.bg-\[linear-gradient\(180deg\2c \#EAEAEA_0\%\2c \#F5A994_100\%\)\] {
  background-image: linear-gradient(180deg,#EAEAEA 0%,#F5A994 100%);
}
.bg-\[linear-gradient\(180deg\2c \#EAEAEA_0\%\2c \#FFDFB8_100\%\)\] {
  background-image: linear-gradient(180deg,#EAEAEA 0%,#FFDFB8 100%);
}
.bg-\[linear-gradient\(180deg\2c \#F5A994_0\%\2c \#F8E9E7_100\%\)\] {
  background-image: linear-gradient(180deg,#F5A994 0%,#F8E9E7 100%);
}
.bg-\[linear-gradient\(180deg\2c \#FFDFB8_0\%\2c \#FFF2E2_100\%\)\] {
  background-image: linear-gradient(180deg,#FFDFB8 0%,#FFF2E2 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(199\2c 205\2c 234\2c 0\)_0\%\2c \#C7CDEA_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(199,205,234,0) 0%,#C7CDEA 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 223\2c 184\2c 0\)_0\%\2c \#FFDFB8_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,223,184,0) 0%,#FFDFB8 100%);
}
.bg-\[radial-gradient\(65\.57\%_160\.33\%_at_50\%_160\.33\%\2c \#F0704B_0\%\2c \#FFDFB8_65\.32\%\2c \#FFF_100\%\)\] {
  background-image: radial-gradient(65.57% 160.33% at 50% 160.33%,#F0704B 0%,#FFDFB8 65.32%,#FFF 100%);
}
.bg-\[radial-gradient\(65\.88\%_113\.11\%_at_50\%_148\.03\%\2c \#C7CDEA_0\%\2c \#F9F9F9_100\%\)\] {
  background-image: radial-gradient(65.88% 113.11% at 50% 148.03%,#C7CDEA 0%,#F9F9F9 100%);
}
.bg-\[radial-gradient\(65\.88\%_113\.11\%_at_50\%_148\.03\%\2c \#F0704B_10\%\2c transparent_100\%\)\] {
  background-image: radial-gradient(65.88% 113.11% at 50% 148.03%,#F0704B 10%,transparent 100%);
}
.bg-\[radial-gradient\(65\.88\%_113\.11\%_at_50\%_148\.03\%\2c \#F5A994_0\%\2c \#F9F9F9_100\%\)\] {
  background-image: radial-gradient(65.88% 113.11% at 50% 148.03%,#F5A994 0%,#F9F9F9 100%);
}
.bg-\[radial-gradient\(65\.88\%_113\.11\%_at_50\%_148\.03\%\2c \#FFDFB8_0\%\2c \#F9F9F9_100\%\)\] {
  background-image: radial-gradient(65.88% 113.11% at 50% 148.03%,#FFDFB8 0%,#F9F9F9 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#0A082C\] {
  --tw-gradient-from: #0A082C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 8 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#C7CDEA\] {
  --tw-gradient-from: #C7CDEA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 205 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F5A994\] {
  --tw-gradient-from: #F5A994 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 169 148 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFDFB8\] {
  --tw-gradient-from: #FFDFB8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 223 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-midnight {
  --tw-gradient-from: #0A082C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 8 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#0A082C\] {
  --tw-gradient-to: rgb(10 8 44 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0A082C var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-dusk {
  --tw-gradient-to: rgb(24 32 108 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18206C var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#18206C\] {
  --tw-gradient-to: #18206C var(--tw-gradient-to-position);
}
.to-dawn {
  --tw-gradient-to: #6373C1 var(--tw-gradient-to-position);
}
.to-dusk {
  --tw-gradient-to: #18206C var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[135px\] {
  padding-bottom: 135px;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[115px\] {
  padding-top: 115px;
}
.pt-\[123px\] {
  padding-top: 123px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[80px\] {
  font-size: 80px;
}
.font-\[800\] {
  font-weight: 800;
}
.font-\[900\] {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[0\.85\] {
  line-height: 0.85;
}
.\!text-\[\#ffdfb8\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 223 184 / var(--tw-text-opacity, 1)) !important;
}
.\!text-midnight {
  --tw-text-opacity: 1 !important;
  color: rgb(10 8 44 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#0A082C\] {
  --tw-text-opacity: 1;
  color: rgb(10 8 44 / var(--tw-text-opacity, 1));
}
.text-\[\#354599\] {
  --tw-text-opacity: 1;
  color: rgb(53 69 153 / var(--tw-text-opacity, 1));
}
.text-\[\#3C3C3C\] {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}
.text-\[\#FFDFB8\] {
  --tw-text-opacity: 1;
  color: rgb(255 223 184 / var(--tw-text-opacity, 1));
}
.text-\[\#ffdfb8\] {
  --tw-text-opacity: 1;
  color: rgb(255 223 184 / var(--tw-text-opacity, 1));
}
.text-ada-horizon {
  --tw-text-opacity: 1;
  color: rgb(200 68 35 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-dawn {
  --tw-text-opacity: 1;
  color: rgb(99 115 193 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-midnight {
  --tw-text-opacity: 1;
  color: rgb(10 8 44 / 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-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none {
  --tw-blur:   !important;
  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) !important;
}
.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);
}
.blur-xl {
  --tw-blur: blur(24px);
  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-0 {
  --tw-backdrop-blur: blur(0) !important;
  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) !important;
}
.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
  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-blur-xl {
  --tw-backdrop-blur: blur(24px);
  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;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.delay-\[400ms\] {
  transition-delay: 400ms;
}
.delay-\[600ms\] {
  transition-delay: 600ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.will-change-transform {
  will-change: transform;
}

/* base */

.delay-100 {
  transition-delay: 100ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-400 {
  transition-delay: 400ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-600 {
  transition-delay: 600ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.delay-800 {
  transition-delay: 800ms;
}
.delay-900 {
  transition-delay: 900ms;
}

/* components */

@media (min-width: 768px) {

  .md\:\!display-md {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
  }

  @media (min-width: 768px) {
    .md\:\!display-md {
      font-size: 56px;
      line-height: 72px;
    }
  }

  .md\:\!headline-lg {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  @media (min-width: 768px) {
    .md\:\!headline-lg {
      font-size: 40px;
      line-height: 52px;
    }
  }

  .md\:\!title-lg {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  @media (min-width: 768px) {
    .md\:\!title-lg {
      font-size: 24px;
      line-height: 32px;
    }
  }

  .md\:\!body-md {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  @media (min-width: 768px) {
    .md\:\!body-md {
      font-size: 16px;
      line-height: 24px;
    }
  }
}

  .\[\&_a\]\:button a {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 19px;
}

  @media (min-width: 768px) {
  .\[\&_a\]\:button a {
    padding-bottom: 1rem;
    padding-top: 13px;
  }
}

  .\[\&_a\]\:button a {
  font-size: 16px;
  line-height: 24px;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 0.85;
  cursor: pointer;
  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: 200ms;
}

    .\[\&_a\]\:button a:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 100%;
      z-index: -10;
      width: 300%;
      border-radius: 9999px;
      padding-top: 150%;
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      --tw-scale-x: 0;
      --tw-scale-y: 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));
      opacity: 0;
      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: 700ms;
      transition-timing-function: linear;
      will-change: transform, opacity;
    }
      .\[\&_a\]\:button a:hover:before {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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));
  opacity: 1;
}

    .\[\&_a\]\:button-lg a {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 15px !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

    .\[\&_a\]\:button-white a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 8 44 / var(--tw-text-opacity, 1));
}
      .\[\&_a\]\:button-white a::before {
  background-image: radial-gradient(circle,#FFDFB8 25%,transparent 100%);
}

    .\[\&_a\]\:button-glint a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 223 184 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 8 44 / var(--tw-text-opacity, 1));
}
      .\[\&_a\]\:button-glint a::before {
  background-image: radial-gradient(circle,#FFB45F 25%,transparent 100%);
}

    .\[\&_a\]\:button-dusk a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(53 69 153 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
      .\[\&_a\]\:button-dusk a::before {
  background-image: radial-gradient(circle,#18206C 25%,transparent 100%);
}

    .\[\&_a\]\:button-dawn a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(163 173 219 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
      .\[\&_a\]\:button-dawn a::before {
  background-image: radial-gradient(circle,#6373C1 23%,transparent 100%);
}

  .\[\&_a\]\:link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: area-normal, Arial, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  cursor: pointer;
  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: 200ms;
}
      .\[\&_a\]\:link a:hover:after,.\[\&_a\]\:link a:focus:after {
  --tw-translate-x: 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));
}

    .\[\&_a\]\:link a:after {
      content: '';
      display: inline-block;
      height: 1rem;
      width: 1rem;
      --tw-translate-y: 0.125rem;
      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));
      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: 200ms;
      /* mask lets the arrow follow currentColor instead of a baked-in stroke color */
      background-color: currentColor;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0C8 4.41828 11.5817 8 16 8C11.5817 8 8 11.5817 8 16M14 8L0 8' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
      mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0C8 4.41828 11.5817 8 16 8C11.5817 8 8 11.5817 8 16M14 8L0 8' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
      -webkit-mask-size: contain;
      mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
    }

@media (hover: hover) and (pointer: fine) {
  .hover\:text-\[\#354599\]:hover {
    --tw-text-opacity: 1;
    color: rgb(53 69 153 / var(--tw-text-opacity, 1));
  }
  .hover\:text-ada-horizon:hover {
    --tw-text-opacity: 1;
    color: rgb(200 68 35 / var(--tw-text-opacity, 1));
  }
  .hover\:text-glint-light:hover {
    --tw-text-opacity: 1;
    color: rgb(255 223 184 / var(--tw-text-opacity, 1));
  }
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (hover: hover) and (pointer: fine) {
  .group:hover .group-hover\: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));
  }
  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .md\:bottom-1\/2 {
    bottom: 50%;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .md\:-mb-12 {
    margin-bottom: -3rem;
  }
  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .md\:-mb-16 {
    margin-bottom: -4rem;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .md\:-mb-20 {
    margin-bottom: -5rem;
  }
  .md\:-mb-24 {
    margin-bottom: -6rem;
  }
  .md\:-mb-28 {
    margin-bottom: -7rem;
  }
  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .md\:-mb-32 {
    margin-bottom: -8rem;
  }
  .md\:-mb-36 {
    margin-bottom: -9rem;
  }
  .md\:-mb-4 {
    margin-bottom: -1rem;
  }
  .md\:-mb-40 {
    margin-bottom: -10rem;
  }
  .md\:-mb-44 {
    margin-bottom: -11rem;
  }
  .md\:-mb-48 {
    margin-bottom: -12rem;
  }
  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .md\:-mb-52 {
    margin-bottom: -13rem;
  }
  .md\:-mb-56 {
    margin-bottom: -14rem;
  }
  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .md\:-mb-60 {
    margin-bottom: -15rem;
  }
  .md\:-mb-64 {
    margin-bottom: -16rem;
  }
  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .md\:-mb-72 {
    margin-bottom: -18rem;
  }
  .md\:-mb-8 {
    margin-bottom: -2rem;
  }
  .md\:-mb-80 {
    margin-bottom: -20rem;
  }
  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .md\:-mb-96 {
    margin-bottom: -24rem;
  }
  .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-1 {
    margin-top: -0.25rem;
  }
  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem;
  }
  .md\:-mt-11 {
    margin-top: -2.75rem;
  }
  .md\:-mt-12 {
    margin-top: -3rem;
  }
  .md\:-mt-14 {
    margin-top: -3.5rem;
  }
  .md\:-mt-16 {
    margin-top: -4rem;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem;
  }
  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .md\:-mt-20 {
    margin-top: -5rem;
  }
  .md\:-mt-24 {
    margin-top: -6rem;
  }
  .md\:-mt-28 {
    margin-top: -7rem;
  }
  .md\:-mt-3 {
    margin-top: -0.75rem;
  }
  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .md\:-mt-32 {
    margin-top: -8rem;
  }
  .md\:-mt-36 {
    margin-top: -9rem;
  }
  .md\:-mt-4 {
    margin-top: -1rem;
  }
  .md\:-mt-40 {
    margin-top: -10rem;
  }
  .md\:-mt-44 {
    margin-top: -11rem;
  }
  .md\:-mt-48 {
    margin-top: -12rem;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem;
  }
  .md\:-mt-52 {
    margin-top: -13rem;
  }
  .md\:-mt-56 {
    margin-top: -14rem;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem;
  }
  .md\:-mt-60 {
    margin-top: -15rem;
  }
  .md\:-mt-64 {
    margin-top: -16rem;
  }
  .md\:-mt-7 {
    margin-top: -1.75rem;
  }
  .md\:-mt-72 {
    margin-top: -18rem;
  }
  .md\:-mt-8 {
    margin-top: -2rem;
  }
  .md\:-mt-80 {
    margin-top: -20rem;
  }
  .md\:-mt-9 {
    margin-top: -2.25rem;
  }
  .md\:-mt-96 {
    margin-top: -24rem;
  }
  .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-1 {
    margin-bottom: 0.25rem;
  }
  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mb-28 {
    margin-bottom: 7rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:mb-36 {
    margin-bottom: 9rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-40 {
    margin-bottom: 10rem;
  }
  .md\:mb-44 {
    margin-bottom: 11rem;
  }
  .md\:mb-48 {
    margin-bottom: 12rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-52 {
    margin-bottom: 13rem;
  }
  .md\:mb-56 {
    margin-bottom: 14rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-60 {
    margin-bottom: 15rem;
  }
  .md\:mb-64 {
    margin-bottom: 16rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mb-72 {
    margin-bottom: 18rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-80 {
    margin-bottom: 20rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:mb-96 {
    margin-bottom: 24rem;
  }
  .md\:mb-\[44px\] {
    margin-bottom: 44px;
  }
  .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-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-11 {
    margin-top: 2.75rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-14 {
    margin-top: 3.5rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:mt-28 {
    margin-top: 7rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .md\:mt-32 {
    margin-top: 8rem;
  }
  .md\:mt-36 {
    margin-top: 9rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-40 {
    margin-top: 10rem;
  }
  .md\:mt-44 {
    margin-top: 11rem;
  }
  .md\:mt-48 {
    margin-top: 12rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-52 {
    margin-top: 13rem;
  }
  .md\:mt-56 {
    margin-top: 14rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-60 {
    margin-top: 15rem;
  }
  .md\:mt-64 {
    margin-top: 16rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:mt-72 {
    margin-top: 18rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-80 {
    margin-top: 20rem;
  }
  .md\:mt-9 {
    margin-top: 2.25rem;
  }
  .md\:mt-96 {
    margin-top: 24rem;
  }
  .md\:mt-\[56px\] {
    margin-top: 56px;
  }
  .md\:mt-\[60px\] {
    margin-top: 60px;
  }
  .md\:mt-\[75px\] {
    margin-top: 75px;
  }
  .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-\[1110\/609\] {
    aspect-ratio: 1110/609;
  }
  .md\:aspect-\[519\/640\] {
    aspect-ratio: 519/640;
  }
  .md\:aspect-\[628\/719\] {
    aspect-ratio: 628/719;
  }
  .md\:aspect-\[632\/444\] {
    aspect-ratio: 632/444;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-\[200\%\] {
    height: 200%;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:max-h-\[72px\] {
    max-height: 72px;
  }
  .md\:max-h-\[90vh\] {
    max-height: 90vh;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-\[206px\] {
    width: 206px;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-\[90\%\] {
    width: 90%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .md\:\!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;
  }
  .md\:-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));
  }
  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
    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\: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));
  }
  .md\: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));
  }
  .md\:translate-y-\[60\%\] {
    --tw-translate-y: 60%;
    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-1 {
    scroll-margin-bottom: -0.25rem;
  }
  .md\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }
  .md\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }
  .md\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }
  .md\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }
  .md\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }
  .md\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }
  .md\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }
  .md\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }
  .md\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }
  .md\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }
  .md\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }
  .md\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }
  .md\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }
  .md\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }
  .md\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }
  .md\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }
  .md\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }
  .md\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }
  .md\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }
  .md\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }
  .md\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }
  .md\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }
  .md\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }
  .md\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }
  .md\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }
  .md\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }
  .md\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }
  .md\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }
  .md\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }
  .md\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }
  .md\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }
  .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-1 {
    scroll-margin-top: -0.25rem;
  }
  .md\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }
  .md\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }
  .md\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }
  .md\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }
  .md\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }
  .md\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }
  .md\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }
  .md\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }
  .md\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }
  .md\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }
  .md\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }
  .md\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }
  .md\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }
  .md\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }
  .md\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }
  .md\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }
  .md\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }
  .md\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }
  .md\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }
  .md\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }
  .md\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }
  .md\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }
  .md\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }
  .md\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }
  .md\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }
  .md\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }
  .md\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }
  .md\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }
  .md\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }
  .md\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }
  .md\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }
  .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-1 {
    scroll-margin-bottom: 0.25rem;
  }
  .md\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }
  .md\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }
  .md\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }
  .md\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }
  .md\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }
  .md\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }
  .md\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }
  .md\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }
  .md\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }
  .md\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }
  .md\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }
  .md\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }
  .md\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }
  .md\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }
  .md\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }
  .md\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }
  .md\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }
  .md\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }
  .md\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }
  .md\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }
  .md\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }
  .md\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }
  .md\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }
  .md\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }
  .md\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }
  .md\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }
  .md\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }
  .md\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }
  .md\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }
  .md\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }
  .md\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }
  .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-1 {
    scroll-margin-top: 0.25rem;
  }
  .md\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }
  .md\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }
  .md\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }
  .md\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }
  .md\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }
  .md\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }
  .md\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }
  .md\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }
  .md\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }
  .md\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }
  .md\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }
  .md\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }
  .md\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }
  .md\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }
  .md\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }
  .md\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }
  .md\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }
  .md\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }
  .md\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }
  .md\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }
  .md\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }
  .md\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }
  .md\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }
  .md\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }
  .md\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }
  .md\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }
  .md\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }
  .md\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }
  .md\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }
  .md\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }
  .md\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }
  .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-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-9 {
    gap: 2.25rem;
  }
  .md\:gap-\[64px\] {
    gap: 64px;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:border-t-0 {
    border-top-width: 0px;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-\[42px\] {
    padding-bottom: 42px;
  }
  .md\:pb-\[56px\] {
    padding-bottom: 56px;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-9 {
    padding-top: 2.25rem;
  }
  .md\:pt-\[130px\] {
    padding-top: 130px;
  }
  .md\:pt-\[148px\] {
    padding-top: 148px;
  }
  .md\:text-\[160px\] {
    font-size: 160px;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  @media (hover: hover) and (pointer: fine) {
    .group:hover .md\:group-hover\:-translate-y-1\/3 {
      --tw-translate-y: -33.333333%;
      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));
    }
  }
}

@media (min-width: 992px) {
  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }
  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }
  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }
  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }
  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }
  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }
  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }
  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }
  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }
  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }
  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }
  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }
  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }
  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }
  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }
  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }
  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }
  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }
  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }
  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }
  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }
  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }
  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }
  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }
  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }
  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }
  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }
  .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-1 {
    margin-top: -0.25rem;
  }
  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }
  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }
  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }
  .lg\:-mt-12 {
    margin-top: -3rem;
  }
  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }
  .lg\:-mt-16 {
    margin-top: -4rem;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .lg\:-mt-20 {
    margin-top: -5rem;
  }
  .lg\:-mt-24 {
    margin-top: -6rem;
  }
  .lg\:-mt-28 {
    margin-top: -7rem;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }
  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }
  .lg\:-mt-32 {
    margin-top: -8rem;
  }
  .lg\:-mt-36 {
    margin-top: -9rem;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:-mt-40 {
    margin-top: -10rem;
  }
  .lg\:-mt-44 {
    margin-top: -11rem;
  }
  .lg\:-mt-48 {
    margin-top: -12rem;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .lg\:-mt-52 {
    margin-top: -13rem;
  }
  .lg\:-mt-56 {
    margin-top: -14rem;
  }
  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }
  .lg\:-mt-60 {
    margin-top: -15rem;
  }
  .lg\:-mt-64 {
    margin-top: -16rem;
  }
  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }
  .lg\:-mt-72 {
    margin-top: -18rem;
  }
  .lg\:-mt-8 {
    margin-top: -2rem;
  }
  .lg\:-mt-80 {
    margin-top: -20rem;
  }
  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }
  .lg\:-mt-96 {
    margin-top: -24rem;
  }
  .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-1 {
    margin-bottom: 0.25rem;
  }
  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem;
  }
  .lg\:mb-36 {
    margin-bottom: 9rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-40 {
    margin-bottom: 10rem;
  }
  .lg\:mb-44 {
    margin-bottom: 11rem;
  }
  .lg\:mb-48 {
    margin-bottom: 12rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-52 {
    margin-bottom: 13rem;
  }
  .lg\:mb-56 {
    margin-bottom: 14rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-60 {
    margin-bottom: 15rem;
  }
  .lg\:mb-64 {
    margin-bottom: 16rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-72 {
    margin-bottom: 18rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-80 {
    margin-bottom: 20rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-96 {
    margin-bottom: 24rem;
  }
  .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-1 {
    margin-top: 0.25rem;
  }
  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-11 {
    margin-top: 2.75rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-28 {
    margin-top: 7rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mt-36 {
    margin-top: 9rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-40 {
    margin-top: 10rem;
  }
  .lg\:mt-44 {
    margin-top: 11rem;
  }
  .lg\:mt-48 {
    margin-top: 12rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-52 {
    margin-top: 13rem;
  }
  .lg\:mt-56 {
    margin-top: 14rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-60 {
    margin-top: 15rem;
  }
  .lg\:mt-64 {
    margin-top: 16rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mt-72 {
    margin-top: 18rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-80 {
    margin-top: 20rem;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:mt-96 {
    margin-top: 24rem;
  }
  .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\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-\[50vw\] {
    width: 50vw;
  }
  .lg\:w-\[calc\(25\%-24px\)\] {
    width: calc(25% - 24px);
  }
  .lg\:-scroll-mb-1 {
    scroll-margin-bottom: -0.25rem;
  }
  .lg\:-scroll-mb-1\.5 {
    scroll-margin-bottom: -0.375rem;
  }
  .lg\:-scroll-mb-10 {
    scroll-margin-bottom: -2.5rem;
  }
  .lg\:-scroll-mb-11 {
    scroll-margin-bottom: -2.75rem;
  }
  .lg\:-scroll-mb-12 {
    scroll-margin-bottom: -3rem;
  }
  .lg\:-scroll-mb-14 {
    scroll-margin-bottom: -3.5rem;
  }
  .lg\:-scroll-mb-16 {
    scroll-margin-bottom: -4rem;
  }
  .lg\:-scroll-mb-2 {
    scroll-margin-bottom: -0.5rem;
  }
  .lg\:-scroll-mb-2\.5 {
    scroll-margin-bottom: -0.625rem;
  }
  .lg\:-scroll-mb-20 {
    scroll-margin-bottom: -5rem;
  }
  .lg\:-scroll-mb-24 {
    scroll-margin-bottom: -6rem;
  }
  .lg\:-scroll-mb-28 {
    scroll-margin-bottom: -7rem;
  }
  .lg\:-scroll-mb-3 {
    scroll-margin-bottom: -0.75rem;
  }
  .lg\:-scroll-mb-3\.5 {
    scroll-margin-bottom: -0.875rem;
  }
  .lg\:-scroll-mb-32 {
    scroll-margin-bottom: -8rem;
  }
  .lg\:-scroll-mb-36 {
    scroll-margin-bottom: -9rem;
  }
  .lg\:-scroll-mb-4 {
    scroll-margin-bottom: -1rem;
  }
  .lg\:-scroll-mb-40 {
    scroll-margin-bottom: -10rem;
  }
  .lg\:-scroll-mb-44 {
    scroll-margin-bottom: -11rem;
  }
  .lg\:-scroll-mb-48 {
    scroll-margin-bottom: -12rem;
  }
  .lg\:-scroll-mb-5 {
    scroll-margin-bottom: -1.25rem;
  }
  .lg\:-scroll-mb-52 {
    scroll-margin-bottom: -13rem;
  }
  .lg\:-scroll-mb-56 {
    scroll-margin-bottom: -14rem;
  }
  .lg\:-scroll-mb-6 {
    scroll-margin-bottom: -1.5rem;
  }
  .lg\:-scroll-mb-60 {
    scroll-margin-bottom: -15rem;
  }
  .lg\:-scroll-mb-64 {
    scroll-margin-bottom: -16rem;
  }
  .lg\:-scroll-mb-7 {
    scroll-margin-bottom: -1.75rem;
  }
  .lg\:-scroll-mb-72 {
    scroll-margin-bottom: -18rem;
  }
  .lg\:-scroll-mb-8 {
    scroll-margin-bottom: -2rem;
  }
  .lg\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }
  .lg\:-scroll-mb-9 {
    scroll-margin-bottom: -2.25rem;
  }
  .lg\:-scroll-mb-96 {
    scroll-margin-bottom: -24rem;
  }
  .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-1 {
    scroll-margin-top: -0.25rem;
  }
  .lg\:-scroll-mt-1\.5 {
    scroll-margin-top: -0.375rem;
  }
  .lg\:-scroll-mt-10 {
    scroll-margin-top: -2.5rem;
  }
  .lg\:-scroll-mt-11 {
    scroll-margin-top: -2.75rem;
  }
  .lg\:-scroll-mt-12 {
    scroll-margin-top: -3rem;
  }
  .lg\:-scroll-mt-14 {
    scroll-margin-top: -3.5rem;
  }
  .lg\:-scroll-mt-16 {
    scroll-margin-top: -4rem;
  }
  .lg\:-scroll-mt-2 {
    scroll-margin-top: -0.5rem;
  }
  .lg\:-scroll-mt-2\.5 {
    scroll-margin-top: -0.625rem;
  }
  .lg\:-scroll-mt-20 {
    scroll-margin-top: -5rem;
  }
  .lg\:-scroll-mt-24 {
    scroll-margin-top: -6rem;
  }
  .lg\:-scroll-mt-28 {
    scroll-margin-top: -7rem;
  }
  .lg\:-scroll-mt-3 {
    scroll-margin-top: -0.75rem;
  }
  .lg\:-scroll-mt-3\.5 {
    scroll-margin-top: -0.875rem;
  }
  .lg\:-scroll-mt-32 {
    scroll-margin-top: -8rem;
  }
  .lg\:-scroll-mt-36 {
    scroll-margin-top: -9rem;
  }
  .lg\:-scroll-mt-4 {
    scroll-margin-top: -1rem;
  }
  .lg\:-scroll-mt-40 {
    scroll-margin-top: -10rem;
  }
  .lg\:-scroll-mt-44 {
    scroll-margin-top: -11rem;
  }
  .lg\:-scroll-mt-48 {
    scroll-margin-top: -12rem;
  }
  .lg\:-scroll-mt-5 {
    scroll-margin-top: -1.25rem;
  }
  .lg\:-scroll-mt-52 {
    scroll-margin-top: -13rem;
  }
  .lg\:-scroll-mt-56 {
    scroll-margin-top: -14rem;
  }
  .lg\:-scroll-mt-6 {
    scroll-margin-top: -1.5rem;
  }
  .lg\:-scroll-mt-60 {
    scroll-margin-top: -15rem;
  }
  .lg\:-scroll-mt-64 {
    scroll-margin-top: -16rem;
  }
  .lg\:-scroll-mt-7 {
    scroll-margin-top: -1.75rem;
  }
  .lg\:-scroll-mt-72 {
    scroll-margin-top: -18rem;
  }
  .lg\:-scroll-mt-8 {
    scroll-margin-top: -2rem;
  }
  .lg\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }
  .lg\:-scroll-mt-9 {
    scroll-margin-top: -2.25rem;
  }
  .lg\:-scroll-mt-96 {
    scroll-margin-top: -24rem;
  }
  .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-1 {
    scroll-margin-bottom: 0.25rem;
  }
  .lg\:scroll-mb-1\.5 {
    scroll-margin-bottom: 0.375rem;
  }
  .lg\:scroll-mb-10 {
    scroll-margin-bottom: 2.5rem;
  }
  .lg\:scroll-mb-11 {
    scroll-margin-bottom: 2.75rem;
  }
  .lg\:scroll-mb-12 {
    scroll-margin-bottom: 3rem;
  }
  .lg\:scroll-mb-14 {
    scroll-margin-bottom: 3.5rem;
  }
  .lg\:scroll-mb-16 {
    scroll-margin-bottom: 4rem;
  }
  .lg\:scroll-mb-2 {
    scroll-margin-bottom: 0.5rem;
  }
  .lg\:scroll-mb-2\.5 {
    scroll-margin-bottom: 0.625rem;
  }
  .lg\:scroll-mb-20 {
    scroll-margin-bottom: 5rem;
  }
  .lg\:scroll-mb-24 {
    scroll-margin-bottom: 6rem;
  }
  .lg\:scroll-mb-28 {
    scroll-margin-bottom: 7rem;
  }
  .lg\:scroll-mb-3 {
    scroll-margin-bottom: 0.75rem;
  }
  .lg\:scroll-mb-3\.5 {
    scroll-margin-bottom: 0.875rem;
  }
  .lg\:scroll-mb-32 {
    scroll-margin-bottom: 8rem;
  }
  .lg\:scroll-mb-36 {
    scroll-margin-bottom: 9rem;
  }
  .lg\:scroll-mb-4 {
    scroll-margin-bottom: 1rem;
  }
  .lg\:scroll-mb-40 {
    scroll-margin-bottom: 10rem;
  }
  .lg\:scroll-mb-44 {
    scroll-margin-bottom: 11rem;
  }
  .lg\:scroll-mb-48 {
    scroll-margin-bottom: 12rem;
  }
  .lg\:scroll-mb-5 {
    scroll-margin-bottom: 1.25rem;
  }
  .lg\:scroll-mb-52 {
    scroll-margin-bottom: 13rem;
  }
  .lg\:scroll-mb-56 {
    scroll-margin-bottom: 14rem;
  }
  .lg\:scroll-mb-6 {
    scroll-margin-bottom: 1.5rem;
  }
  .lg\:scroll-mb-60 {
    scroll-margin-bottom: 15rem;
  }
  .lg\:scroll-mb-64 {
    scroll-margin-bottom: 16rem;
  }
  .lg\:scroll-mb-7 {
    scroll-margin-bottom: 1.75rem;
  }
  .lg\:scroll-mb-72 {
    scroll-margin-bottom: 18rem;
  }
  .lg\:scroll-mb-8 {
    scroll-margin-bottom: 2rem;
  }
  .lg\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }
  .lg\:scroll-mb-9 {
    scroll-margin-bottom: 2.25rem;
  }
  .lg\:scroll-mb-96 {
    scroll-margin-bottom: 24rem;
  }
  .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-1 {
    scroll-margin-top: 0.25rem;
  }
  .lg\:scroll-mt-1\.5 {
    scroll-margin-top: 0.375rem;
  }
  .lg\:scroll-mt-10 {
    scroll-margin-top: 2.5rem;
  }
  .lg\:scroll-mt-11 {
    scroll-margin-top: 2.75rem;
  }
  .lg\:scroll-mt-12 {
    scroll-margin-top: 3rem;
  }
  .lg\:scroll-mt-14 {
    scroll-margin-top: 3.5rem;
  }
  .lg\:scroll-mt-16 {
    scroll-margin-top: 4rem;
  }
  .lg\:scroll-mt-2 {
    scroll-margin-top: 0.5rem;
  }
  .lg\:scroll-mt-2\.5 {
    scroll-margin-top: 0.625rem;
  }
  .lg\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }
  .lg\:scroll-mt-24 {
    scroll-margin-top: 6rem;
  }
  .lg\:scroll-mt-28 {
    scroll-margin-top: 7rem;
  }
  .lg\:scroll-mt-3 {
    scroll-margin-top: 0.75rem;
  }
  .lg\:scroll-mt-3\.5 {
    scroll-margin-top: 0.875rem;
  }
  .lg\:scroll-mt-32 {
    scroll-margin-top: 8rem;
  }
  .lg\:scroll-mt-36 {
    scroll-margin-top: 9rem;
  }
  .lg\:scroll-mt-4 {
    scroll-margin-top: 1rem;
  }
  .lg\:scroll-mt-40 {
    scroll-margin-top: 10rem;
  }
  .lg\:scroll-mt-44 {
    scroll-margin-top: 11rem;
  }
  .lg\:scroll-mt-48 {
    scroll-margin-top: 12rem;
  }
  .lg\:scroll-mt-5 {
    scroll-margin-top: 1.25rem;
  }
  .lg\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }
  .lg\:scroll-mt-56 {
    scroll-margin-top: 14rem;
  }
  .lg\:scroll-mt-6 {
    scroll-margin-top: 1.5rem;
  }
  .lg\:scroll-mt-60 {
    scroll-margin-top: 15rem;
  }
  .lg\:scroll-mt-64 {
    scroll-margin-top: 16rem;
  }
  .lg\:scroll-mt-7 {
    scroll-margin-top: 1.75rem;
  }
  .lg\:scroll-mt-72 {
    scroll-margin-top: 18rem;
  }
  .lg\:scroll-mt-8 {
    scroll-margin-top: 2rem;
  }
  .lg\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }
  .lg\:scroll-mt-9 {
    scroll-margin-top: 2.25rem;
  }
  .lg\:scroll-mt-96 {
    scroll-margin-top: 24rem;
  }
  .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\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-\[54px\] {
    gap: 54px;
  }
  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .xl\:w-8\/12 {
    width: 66.666667%;
  }
}

.\[\&_a\:hover\]\:text-\[\#354599\] a:hover {
  --tw-text-opacity: 1;
  color: rgb(53 69 153 / var(--tw-text-opacity, 1));
}

.\[\&_a\:hover\]\:text-glint-light a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 223 184 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:inline-block a {
  display: inline-block;
}

.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}

.\[\&_svg\]\:w-\[800px\] svg {
  width: 800px;
}

.\[\&_svg\]\:\!min-w-full svg {
  min-width: 100% !important;
}

.\[\&_svg\]\:\!max-w-none svg {
  max-width: none !important;
}

@media (min-width: 768px) {
  .\[\&_svg\]\:md\:\!w-auto svg {
    width: auto !important;
  }
  .\[\&_svg\]\:md\:w-full svg {
    width: 100%;
  }
}

