*, ::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: currentColor;
  /* 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: Inter;
  /* 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;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 1224px) {
  .\!container {
    max-width: 1224px !important;
  }

  .container {
    max-width: 1224px;
  }
}

@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important;
  }

  .container {
    max-width: 1440px;
  }
}

@media (min-width: 2048px) {
  .\!container {
    max-width: 2048px !important;
  }

  .container {
    max-width: 2048px;
  }
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
}

input[type=range]:focus {
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
}

/* Special styling for WebKit/Blink */

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 50%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

/* All the same stuff for Firefox */

input[type=range]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 50%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

/* All the same stuff for IE */

input[type=range]::-ms-thumb {
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 50%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-left-m {
  left: -16px;
}

.-right-m {
  right: -16px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4xl {
  bottom: 96px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-l {
  right: 24px;
}

.right-m {
  right: 16px;
}

.right-xs {
  right: 8px;
}

.top-0 {
  top: 0px;
}

.top-2xs {
  top: 4px;
}

.top-l {
  top: 24px;
}

.top-m {
  top: 16px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.order-last {
  order: 9999;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-start-4 {
  grid-column-start: 4;
}

.m-0 {
  margin: 0px;
}

.m-m {
  margin: 16px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-m {
  margin-bottom: 16px;
}

.mb-s {
  margin-bottom: 12px;
}

.mt-2xs {
  margin-top: 4px;
}

.mt-\[28px\] {
  margin-top: 28px;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-l {
  margin-top: 24px;
}

.mt-m {
  margin-top: 16px;
}

.mt-s {
  margin-top: 12px;
}

.mt-xl {
  margin-top: 32px;
}

.mt-xs {
  margin-top: 8px;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-3xl {
  width: 64px;
  height: 64px;
}

.size-4xl {
  width: 96px;
  height: 96px;
}

.size-\[20px\] {
  width: 20px;
  height: 20px;
}

.size-\[32px\] {
  width: 32px;
  height: 32px;
}

.size-dhv2-5 {
  width: 20px;
  height: 20px;
}

.size-full {
  width: 100%;
  height: 100%;
}

.size-l {
  width: 24px;
  height: 24px;
}

.size-m {
  width: 16px;
  height: 16px;
}

.\!h-\[500px\] {
  height: 500px !important;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-2xl {
  height: 48px;
}

.h-3xl {
  height: 64px;
}

.h-3xs {
  height: 2px;
}

.h-4xl {
  height: 96px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[196px\] {
  height: 196px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[218px\] {
  height: 218px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[266px\] {
  height: 266px;
}

.h-\[288px\] {
  height: 288px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[56px\] {
  height: 56px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-l {
  height: 24px;
}

.h-m {
  height: 16px;
}

.h-screen {
  height: 100vh;
}

.h-xl {
  height: 32px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[75\%\] {
  max-height: 75%;
}

.max-h-\[96px\] {
  max-height: 96px;
}

.max-h-full {
  max-height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-\[1\.5em\] {
  min-height: 1.5em;
}

.min-h-\[120px\] {
  min-height: 120px;
}

.min-h-\[50px\] {
  min-height: 50px;
}

.min-h-\[88px\] {
  min-height: 88px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-\[96px\] {
  min-height: 96px;
}

.w-2xl {
  width: 48px;
}

.w-2xs {
  width: 4px;
}

.w-3xl {
  width: 64px;
}

.w-4xl {
  width: 96px;
}

.w-\[13px\] {
  width: 13px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[268px\] {
  width: 268px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[42px\] {
  width: 42px;
}

.w-\[56px\] {
  width: 56px;
}

.w-\[70px\] {
  width: 70px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-l {
  width: 24px;
}

.w-m {
  width: 16px;
}

.w-s {
  width: 12px;
}

.w-screen {
  width: 100vw;
}

.w-xl {
  width: 32px;
}

.w-xs {
  width: 8px;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-5xl {
  min-width: 160px;
}

.min-w-\[150px\] {
  min-width: 150px;
}

.min-w-\[218px\] {
  min-width: 218px;
}

.min-w-\[300\] {
  min-width: 300;
}

.min-w-\[48px\] {
  min-width: 48px;
}

.min-w-\[80px\] {
  min-width: 80px;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full {
  min-width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[24em\] {
  max-width: 24em;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-\[75\%\] {
  max-width: 75%;
}

.max-w-\[840px\] {
  max-width: 840px;
}

.max-w-\[96px\] {
  max-width: 96px;
}

.max-w-\[calc\(100\%-32px\)\] {
  max-width: calc(100% - 32px);
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.basis-\[218px\] {
  flex-basis: 218px;
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-2xl {
  gap: 48px;
}

.gap-2xs {
  gap: 4px;
}

.gap-3xl {
  gap: 64px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-dhv2-1\.5 {
  gap: 6px;
}

.gap-dhv2-1\.75 {
  gap: 7px;
}

.gap-dhv2-10 {
  gap: 40px;
}

.gap-dhv2-2\.5 {
  gap: 10px;
}

.gap-l {
  gap: 24px;
}

.gap-m {
  gap: 16px;
}

.gap-s {
  gap: 12px;
}

.gap-xl {
  gap: 32px;
}

.gap-xs {
  gap: 8px;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-l {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-xl {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-y-m {
  row-gap: 16px;
}

.gap-y-s {
  row-gap: 12px;
}

.self-start {
  align-self: flex-start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-2xs {
  border-radius: 2px;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-dh {
  border-radius: 8px;
}

.rounded-dh-2xl {
  border-radius: 32px;
}

.rounded-dh-3xl {
  border-radius: 48px;
}

.rounded-dh-lg {
  border-radius: 16px;
}

.rounded-dh-md {
  border-radius: 12px;
}

.rounded-dh-pill {
  border-radius: 9999px;
}

.rounded-dhv2-lg-1 {
  border-radius: 14px;
}

.rounded-full {
  border-radius: 50%;
}

.rounded-l {
  border-radius: 50px;
}

.rounded-m {
  border-radius: 20px;
}

.rounded-s {
  border-radius: 10px;
}

.rounded-b-s {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-t-s {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[1\.4px\] {
  border-width: 1.4px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.\!border-brand-gold {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 187 1 / var(--tw-border-opacity, 1)) !important;
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  border-color: rgba(0,0,0,0.06);
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  border-color: rgba(0,0,0,0.08);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.border-black\/\[0\.06\] {
  border-color: rgb(3 7 18 / 0.06);
}

.border-black\/\[0\.08\] {
  border-color: rgb(3 7 18 / 0.08);
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue--1 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-dhv2-border {
  border-color: var(--dhv2-border);
}

.border-dhv2-border-gray {
  border-color: var(--dhv2-border-gray);
}

.border-dhv2-border-strong {
  border-color: var(--dhv2-border-strong);
}

.border-dhv2-brand-2 {
  border-color: var(--dhv2-brand-2);
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.border-gray--1 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-gray-3 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.border-ink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-ink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(249 250 251 / 0.1);
}

.bg-\[\#FFF6D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 214 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  background-color: rgba(0,0,0,0.04);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.27\)\] {
  background-color: rgba(0,0,0,0.27);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-black\/\[\.35\] {
  background-color: rgb(3 7 18 / .35);
}

.bg-black\/\[\.8\] {
  background-color: rgb(3 7 18 / .8);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue--5 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-brand-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(251 187 1 / var(--tw-bg-opacity, 1));
}

.bg-brand-gold\/10 {
  background-color: rgb(251 187 1 / 0.1);
}

.bg-brand-gold\/15 {
  background-color: rgb(251 187 1 / 0.15);
}

.bg-dhv2-accent {
  background-color: var(--dhv2-accent);
}

.bg-dhv2-border {
  background-color: var(--dhv2-border);
}

.bg-dhv2-brand-2 {
  background-color: var(--dhv2-brand-2);
}

.bg-dhv2-brand-2-1 {
  background-color: var(--dhv2-brand-2-1);
}

.bg-dhv2-surface {
  background-color: var(--dhv2-surface);
}

.bg-gray--1 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-gray--3 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-gray-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-gray-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 122 / var(--tw-bg-opacity, 1));
}

.bg-ink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-ink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 230 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-surface-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 252 / var(--tw-bg-opacity, 1));
}

.bg-surface-app {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 251 / var(--tw-bg-opacity, 1));
}

.bg-surface\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow--1 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2xs {
  padding: 4px;
}

.p-\[18px\] {
  padding: 18px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-l {
  padding: 24px;
}

.p-m {
  padding: 16px;
}

.p-s {
  padding: 12px;
}

.p-xl {
  padding: 32px;
}

.p-xs {
  padding: 8px;
}

.px-2xl {
  padding-left: 48px;
  padding-right: 48px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-l {
  padding-left: 24px;
  padding-right: 24px;
}

.px-m {
  padding-left: 16px;
  padding-right: 16px;
}

.px-s {
  padding-left: 12px;
  padding-right: 12px;
}

.px-xl {
  padding-left: 32px;
  padding-right: 32px;
}

.px-xs {
  padding-left: 8px;
  padding-right: 8px;
}

.py-2xl {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-2xs {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.py-dhv2-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-dhv2-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-l {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-m {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-s {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-xl {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-2xl {
  padding-bottom: 48px;
}

.pb-3xl {
  padding-bottom: 64px;
}

.pb-5xl {
  padding-bottom: 160px;
}

.pb-\[56px\] {
  padding-bottom: 56px;
}

.pb-dhv2-10 {
  padding-bottom: 40px;
}

.pb-s {
  padding-bottom: 12px;
}

.pb-xl {
  padding-bottom: 32px;
}

.pl-l {
  padding-left: 24px;
}

.pl-m {
  padding-left: 16px;
}

.pr-2xl {
  padding-right: 48px;
}

.pt-2xl {
  padding-top: 48px;
}

.pt-3xl {
  padding-top: 64px;
}

.pt-4xl {
  padding-top: 96px;
}

.pt-l {
  padding-top: 24px;
}

.pt-m {
  padding-top: 16px;
}

.pt-s {
  padding-top: 12px;
}

.pt-xl {
  padding-top: 32px;
}

.pt-xs {
  padding-top: 8px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.font-sans {
  font-family: Inter;
}

.text-2xs {
  font-size: 14px;
}

.text-3xl {
  font-size: 48px;
}

.text-3xs {
  font-size: 12px;
}

.text-\[1\.4em\] {
  font-size: 1.4em;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12\.5px\] {
  font-size: 12.5px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-l {
  font-size: 24px;
}

.text-m {
  font-size: 20px;
}

.text-s {
  font-size: 18px;
}

.text-xl {
  font-size: 30px;
}

.text-xs {
  font-size: 16px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.55\] {
  line-height: 1.55;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.025em\] {
  letter-spacing: -0.025em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[8px\] {
  letter-spacing: 8px;
}

.tracking-dh-snug {
  letter-spacing: -0.015em;
}

.tracking-dh-tight {
  letter-spacing: -0.02em;
}

.text-\[\#1877F2\] {
  --tw-text-opacity: 1;
  color: rgb(24 119 242 / var(--tw-text-opacity, 1));
}

.text-\[\#404040\] {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue--1 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-brand-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(36 99 235 / var(--tw-text-opacity, 1));
}

.text-brand-gold {
  --tw-text-opacity: 1;
  color: rgb(251 187 1 / var(--tw-text-opacity, 1));
}

.text-dhv2-brand-1 {
  color: var(--dhv2-brand-1);
}

.text-dhv2-brand-2 {
  color: var(--dhv2-brand-2);
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-gray--1 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-ink-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 161 / var(--tw-text-opacity, 1));
}

.text-ink-500 {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity, 1));
}

.text-ink-700 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-ink-800 {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}

.text-ink-900 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.text-white\/\[\.7\] {
  color: rgb(249 250 251 / .7);
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow--1 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow--2 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.shadow-dh-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.04), 0 4px 6px -4px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-dh-md {
  --tw-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -2px rgba(0,0,0,0.04);
  --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);
}

.shadow-dh-xs {
  --tw-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-\[background-color\2c box-shadow\2c border-color\2c color\] {
  transition-property: background-color,box-shadow,border-color,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

/* hide captcha badge */

.grecaptcha-badge {
  visibility: hidden;
}

.placeholder\:text-gray--1::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray--1::placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:px-2xs::after {
  content: var(--tw-content);
  padding-left: 4px;
  padding-right: 4px;
}

.after\:text-l::after {
  content: var(--tw-content);
  font-size: 24px;
}

.after\:text-white::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.after\:content-\[\'\B7\'\]::after {
  --tw-content: '·';
  content: var(--tw-content);
}

.empty\:hidden:empty {
  display: none;
}

.hover\:border-blue-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 187 1 / var(--tw-border-opacity, 1));
}

.hover\:border-dhv2-border-stronger:hover {
  border-color: var(--dhv2-border-stronger);
}

.hover\:bg-blue-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-dhv2-border:hover {
  background-color: var(--dhv2-border);
}

.hover\:bg-gray-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-ink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-ink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.hover\:text-black\/50:hover {
  color: rgb(3 7 18 / 0.5);
}

.hover\:text-blue-1:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-2:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-dhv2-brand-1:hover {
  color: var(--dhv2-brand-1);
}

.hover\:text-ink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow--1:hover {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.hover\:shadow-dh-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.04), 0 4px 6px -4px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-gold:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 187 1 / var(--tw-border-opacity, 1));
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-2:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-1:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-3:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-2:focus {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow--2:focus {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.active\:bg-dhv2-body-background:active {
  background-color: var(--dhv2-body-background);
}

.active\:bg-dhv2-brand-2-3:active {
  background-color: var(--dhv2-brand-2-3);
}

.active\:bg-dhv2-brand-2-4:active {
  background-color: var(--dhv2-brand-2-4);
}

.active\:bg-dhv2-gradient-01:active {
  background-color: var(--dhv2-gradient-01);
}

.active\:shadow-dh-lg:active {
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.04), 0 4px 6px -4px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:border-dhv2-brand-2-2:disabled {
  border-color: var(--dhv2-brand-2-2);
}

.disabled\:border-gray--1:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.disabled\:bg-dhv2-brand-2-1:disabled {
  background-color: var(--dhv2-brand-2-1);
}

.disabled\:bg-dhv2-brand-2-2:disabled {
  background-color: var(--dhv2-brand-2-2);
}

.disabled\:bg-gray--1:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.disabled\:text-dhv2-brand-2-2:disabled {
  color: var(--dhv2-brand-2-2);
}

.disabled\:text-dhv2-muted-foreground:disabled {
  color: var(--dhv2-muted-foreground);
}

.disabled\:text-gray:disabled {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-1:disabled {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:placeholder\:text-black:disabled::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.disabled\:placeholder\:text-black:disabled::placeholder {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.disabled\:hover\:border-ink-300:hover:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.group[open] .group-open\: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));
}

.group[open] .group-open\:text-blue--1 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.group\/form-group.intent-danger .group-\[\.intent-danger\]\/form-group\:border-red {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.group\/form-group.intent-danger .group-\[\.intent-danger\]\/form-group\:focus\:border-red:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:border {
  border-width: 1px;
}

.peer:checked ~ .peer-checked\:border-blue--1 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:text-blue--1 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.peer[type="password"] ~ .peer-\[\[type\=\"password\"\]\]\:hidden {
  display: none;
}

.peer[type="text"] ~ .peer-\[\[type\=\"text\"\]\]\:hidden {
  display: none;
}

.aria-hidden\:hidden[aria-hidden="true"] {
  display: none;
}

.aria-selected\:text-blue--1[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.data-\[has-reaction\]\:w-fit[data-has-reaction] {
  width: -moz-fit-content;
  width: fit-content;
}

.data-\[has-reaction\]\:rounded-full[data-has-reaction] {
  border-radius: 50%;
}

.data-\[has-reaction\]\:bg-gray--3[data-has-reaction] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .tablet\:static {
    position: static;
  }

  .tablet\:-left-3xl {
    left: -64px;
  }

  .tablet\:-right-3xl {
    right: -64px;
  }

  .tablet\:order-10 {
    order: 10;
  }

  .tablet\:order-first {
    order: -9999;
  }

  .tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .tablet\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .tablet\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .tablet\:-mb-m {
    margin-bottom: -16px;
  }

  .tablet\:-mr-\[40px\] {
    margin-right: -40px;
  }

  .tablet\:mr-2xl {
    margin-right: 48px;
  }

  .tablet\:mr-l {
    margin-right: 24px;
  }

  .tablet\:mt-0 {
    margin-top: 0px;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:size-\[288px\] {
    width: 288px;
    height: 288px;
  }

  .tablet\:h-\[220px\] {
    height: 220px;
  }

  .tablet\:h-\[300px\] {
    height: 300px;
  }

  .tablet\:h-\[346px\] {
    height: 346px;
  }

  .tablet\:h-\[450px\] {
    height: 450px;
  }

  .tablet\:h-\[500px\] {
    height: 500px;
  }

  .tablet\:h-\[50px\] {
    height: 50px;
  }

  .tablet\:h-\[700px\] {
    height: 700px;
  }

  .tablet\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .tablet\:w-2xl {
    width: 48px;
  }

  .tablet\:w-4xl {
    width: 96px;
  }

  .tablet\:w-\[126px\] {
    width: 126px;
  }

  .tablet\:w-\[275px\] {
    width: 275px;
  }

  .tablet\:w-\[300px\] {
    width: 300px;
  }

  .tablet\:w-\[44\%\] {
    width: 44%;
  }

  .tablet\:w-\[450px\] {
    width: 450px;
  }

  .tablet\:w-\[500px\] {
    width: 500px;
  }

  .tablet\:w-\[700px\] {
    width: 700px;
  }

  .tablet\:w-auto {
    width: auto;
  }

  .tablet\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .tablet\:max-w-4xl {
    max-width: 56rem;
  }

  .tablet\:max-w-\[250px\] {
    max-width: 250px;
  }

  .tablet\:max-w-\[350px\] {
    max-width: 350px;
  }

  .tablet\:max-w-\[672px\] {
    max-width: 672px;
  }

  .tablet\:max-w-\[700px\] {
    max-width: 700px;
  }

  .tablet\:max-w-\[calc\(100\%-250px\)\] {
    max-width: calc(100% - 250px);
  }

  .tablet\:max-w-full {
    max-width: 100%;
  }

  .tablet\:flex-1 {
    flex: 1 1 0%;
  }

  .tablet\:shrink-0 {
    flex-shrink: 0;
  }

  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tablet\:flex-row {
    flex-direction: row;
  }

  .tablet\:flex-col {
    flex-direction: column;
  }

  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }

  .tablet\:items-center {
    align-items: center;
  }

  .tablet\:justify-start {
    justify-content: flex-start;
  }

  .tablet\:justify-end {
    justify-content: flex-end;
  }

  .tablet\:justify-between {
    justify-content: space-between;
  }

  .tablet\:justify-around {
    justify-content: space-around;
  }

  .tablet\:gap-2xl {
    gap: 48px;
  }

  .tablet\:gap-l {
    gap: 24px;
  }

  .tablet\:gap-m {
    gap: 16px;
  }

  .tablet\:gap-xl {
    gap: 32px;
  }

  .tablet\:gap-x-xl {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .tablet\:gap-y-xl {
    row-gap: 32px;
  }

  .tablet\:border-none {
    border-style: none;
  }

  .tablet\:bg-transparent {
    background-color: transparent;
  }

  .tablet\:p-2xl {
    padding: 48px;
  }

  .tablet\:p-xl {
    padding: 32px;
  }

  .tablet\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet\:px-3xl {
    padding-left: 64px;
    padding-right: 64px;
  }

  .tablet\:px-l {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tablet\:px-s {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tablet\:px-xl {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tablet\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:py-l {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tablet\:pb-l {
    padding-bottom: 24px;
  }

  .tablet\:pb-xl {
    padding-bottom: 32px;
  }

  .tablet\:pl-3xl {
    padding-left: 64px;
  }

  .tablet\:pt-2xl {
    padding-top: 48px;
  }

  .tablet\:pt-4xl {
    padding-top: 96px;
  }

  .tablet\:pt-\[40px\] {
    padding-top: 40px;
  }

  .tablet\:pt-s {
    padding-top: 12px;
  }

  .tablet\:text-left {
    text-align: left;
  }

  .tablet\:text-start {
    text-align: start;
  }

  .tablet\:text-2xs {
    font-size: 14px;
  }

  .tablet\:text-\[26px\] {
    font-size: 26px;
  }

  .tablet\:text-\[28px\] {
    font-size: 28px;
  }

  .tablet\:text-\[32px\] {
    font-size: 32px;
  }

  .tablet\:text-\[44px\] {
    font-size: 44px;
  }

  .tablet\:text-l {
    font-size: 24px;
  }

  .tablet\:text-xs {
    font-size: 16px;
  }
}

@media (min-width: 1224px) {
  .desktop\:order-first {
    order: -9999;
  }

  .desktop\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .desktop\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .desktop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:h-\[240px\] {
    height: 240px;
  }

  .desktop\:h-\[550px\] {
    height: 550px;
  }

  .desktop\:w-6xl {
    width: 196px;
  }

  .desktop\:w-\[136px\] {
    width: 136px;
  }

  .desktop\:w-\[200px\] {
    width: 200px;
  }

  .desktop\:w-\[320px\] {
    width: 320px;
  }

  .desktop\:w-\[375px\] {
    width: 375px;
  }

  .desktop\:w-\[900px\] {
    width: 900px;
  }

  .desktop\:max-w-\[272px\] {
    max-width: 272px;
  }

  .desktop\:max-w-\[300px\] {
    max-width: 300px;
  }

  .desktop\:max-w-\[560px\] {
    max-width: 560px;
  }

  .desktop\:max-w-\[848px\] {
    max-width: 848px;
  }

  .desktop\:max-w-\[900px\] {
    max-width: 900px;
  }

  .desktop\:max-w-\[calc\(100\%-280px\)\] {
    max-width: calc(100% - 280px);
  }

  .desktop\:max-w-\[calc\(100\%-350px\)\] {
    max-width: calc(100% - 350px);
  }

  .desktop\:max-w-full {
    max-width: 100%;
  }

  .desktop\:max-w-lg {
    max-width: 32rem;
  }

  .desktop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .desktop\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .desktop\:grid-cols-\[1fr_1\.1fr\] {
    grid-template-columns: 1fr 1.1fr;
  }

  .desktop\:flex-row {
    flex-direction: row;
  }

  .desktop\:justify-end {
    justify-content: flex-end;
  }

  .desktop\:justify-between {
    justify-content: space-between;
  }

  .desktop\:gap-2xl {
    gap: 48px;
  }

  .desktop\:gap-m {
    gap: 16px;
  }

  .desktop\:gap-xl {
    gap: 32px;
  }

  .desktop\:p-\[44px\] {
    padding: 44px;
  }

  .desktop\:px-2xl {
    padding-left: 48px;
    padding-right: 48px;
  }

  .desktop\:px-3xl {
    padding-left: 64px;
    padding-right: 64px;
  }

  .desktop\:px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
  }

  .desktop\:px-xl {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .desktop\:pb-2xl {
    padding-bottom: 48px;
  }

  .desktop\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .desktop\:pt-3xl {
    padding-top: 64px;
  }

  .desktop\:pt-\[72px\] {
    padding-top: 72px;
  }

  .desktop\:pt-xl {
    padding-top: 32px;
  }

  .desktop\:text-\[56px\] {
    font-size: 56px;
  }
}

@media (min-width: 1440px) {
  .desktop-l\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 2048px) {
  .desktop-xl\:w-\[170px\] {
    width: 170px;
  }

  .desktop-xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.\[\&_svg\]\:h-auto svg {
  height: auto;
}

.\[\&_svg\]\:max-h-full svg {
  max-height: 100%;
}

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

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