/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --tw-color-red-600: oklch(57.7% 0.245 27.325);
    --tw-color-amber-300: oklch(87.9% 0.169 91.605);
    --tw-color-emerald-600: oklch(59.6% 0.145 163.225);
    --tw-color-emerald-700: oklch(50.8% 0.118 165.612);
    --tw-color-fuchsia-600: oklch(59.1% 0.293 322.896);
    --tw-color-gray-50: oklch(98.5% 0.002 247.839);
    --tw-color-gray-300: oklch(87.2% 0.01 258.338);
    --tw-color-gray-600: oklch(44.6% 0.03 256.802);
    --tw-color-zinc-900: oklch(21% 0.006 285.885);
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-text-sm: 0.875rem;
    --tw-text-sm--line-height: calc(1.25 / 0.875);
    --tw-text-base: 1rem;
    --tw-text-lg: 1.125rem;
    --tw-text-2xl: 1.5rem;
    --tw-text-2xl--line-height: calc(2 / 1.5);
    --tw-text-3xl: 1.875rem;
    --tw-text-3xl--line-height: calc(2.25 / 1.875);
    --tw-text-6xl: 3.75rem;
    --tw-text-6xl--line-height: 1;
    --tw-font-weight-medium: 500;
    --tw-font-weight-semibold: 600;
    --tw-font-weight-bold: 700;
    --tw-font-weight-black: 900;
    --tw-tracking-tight: -0.025em;
    --tw-leading-tight: 1.25;
    --tw-leading-snug: 1.375;
    --tw-radius-lg: 0.5rem;
    --tw-radius-xl: 0.75rem;
    --tw-radius-4xl: 2rem;
    --tw-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --tw-default-transition-duration: 150ms;
    --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-default-font-family: var(--tw-font-sans);
    --tw-default-mono-font-family: var(--tw-font-mono);
    --tw-spacing-1\/2-4: calc(100% / 2 - 1rem);
    --tw-spacing-1\/2-6: calc(100% / 2 - 1.5rem);
    --tw-spacing-1\/4-6: calc(100% / 4 - 1.5rem);
    --tw-color-accent: #2e89d3;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--tw-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--tw-default-font-feature-settings, normal);
    font-variation-settings: var(--tw-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--tw-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .tw\:relative {
    position: relative;
  }
  .tw\:z-20 {
    z-index: 20;
  }
  .tw\:m-0\! {
    margin: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:mx-auto {
    margin-inline: auto;
  }
  .tw\:mt-8 {
    margin-top: calc(var(--tw-spacing) * 8);
  }
  .tw\:mt-auto {
    margin-top: auto;
  }
  .tw\:mb-2 {
    margin-bottom: calc(var(--tw-spacing) * 2);
  }
  .tw\:mb-3 {
    margin-bottom: calc(var(--tw-spacing) * 3);
  }
  .tw\:mb-4 {
    margin-bottom: calc(var(--tw-spacing) * 4);
  }
  .tw\:mb-6\! {
    margin-bottom: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:mb-8 {
    margin-bottom: calc(var(--tw-spacing) * 8);
  }
  .tw\:mb-8\! {
    margin-bottom: calc(var(--tw-spacing) * 8) !important;
  }
  .tw\:mb-12 {
    margin-bottom: calc(var(--tw-spacing) * 12);
  }
  .tw\:ml-auto {
    margin-left: auto;
  }
  .tw\:block {
    display: block;
  }
  .tw\:flex {
    display: flex;
  }
  .tw\:inline-block {
    display: inline-block;
  }
  .tw\:size-6 {
    width: calc(var(--tw-spacing) * 6);
    height: calc(var(--tw-spacing) * 6);
  }
  .tw\:size-30 {
    width: calc(var(--tw-spacing) * 30);
    height: calc(var(--tw-spacing) * 30);
  }
  .tw\:h-6 {
    height: calc(var(--tw-spacing) * 6);
  }
  .tw\:max-h-0 {
    max-height: calc(var(--tw-spacing) * 0);
  }
  .tw\:max-h-\[300px\] {
    max-height: 300px;
  }
  .tw\:w-6 {
    width: calc(var(--tw-spacing) * 6);
  }
  .tw\:w-\[140px\] {
    width: 140px;
  }
  .tw\:w-full {
    width: 100%;
  }
  .tw\:min-w-0 {
    min-width: calc(var(--tw-spacing) * 0);
  }
  .tw\:basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .tw\:rotate-180 {
    rotate: 180deg;
  }
  .tw\:transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .tw\:animate-pulse {
    animation: var(--tw-animate-pulse);
  }
  .tw\:list-none\! {
    list-style-type: none !important;
  }
  .tw\:flex-wrap {
    flex-wrap: wrap;
  }
  .tw\:items-center {
    align-items: center;
  }
  .tw\:items-start {
    align-items: flex-start;
  }
  .tw\:justify-between {
    justify-content: space-between;
  }
  .tw\:justify-center {
    justify-content: center;
  }
  .tw\:gap-1 {
    gap: calc(var(--tw-spacing) * 1);
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:gap-6 {
    gap: calc(var(--tw-spacing) * 6);
  }
  .tw\:gap-8 {
    gap: calc(var(--tw-spacing) * 8);
  }
  .tw\:gap-16 {
    gap: calc(var(--tw-spacing) * 16);
  }
  .tw\:space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--tw-spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--tw-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .tw\:overflow-hidden {
    overflow: hidden;
  }
  .tw\:rounded-4xl {
    border-radius: var(--tw-radius-4xl);
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .tw\:rounded-lg {
    border-radius: var(--tw-radius-lg);
  }
  .tw\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .tw\:border-gray-300 {
    border-color: var(--tw-color-gray-300);
  }
  .tw\:bg-accent\/70 {
    background-color: var(--tw-color-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tw-color-accent) 70%, transparent);
    }
  }
  .tw\:bg-amber-300 {
    background-color: var(--tw-color-amber-300);
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white);
  }
  .tw\:p-2 {
    padding: calc(var(--tw-spacing) * 2);
  }
  .tw\:p-4 {
    padding: calc(var(--tw-spacing) * 4);
  }
  .tw\:px-4 {
    padding-inline: calc(var(--tw-spacing) * 4);
  }
  .tw\:pt-2 {
    padding-top: calc(var(--tw-spacing) * 2);
  }
  .tw\:pb-4 {
    padding-bottom: calc(var(--tw-spacing) * 4);
  }
  .tw\:text-center {
    text-align: center;
  }
  .tw\:text-left {
    text-align: left;
  }
  .tw\:text-2xl {
    font-size: var(--tw-text-2xl);
    line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
  }
  .tw\:text-3xl {
    font-size: var(--tw-text-3xl);
    line-height: var(--tw-leading, var(--tw-text-3xl--line-height));
  }
  .tw\:text-6xl {
    font-size: var(--tw-text-6xl);
    line-height: var(--tw-leading, var(--tw-text-6xl--line-height));
  }
  .tw\:text-sm\/snug {
    font-size: var(--tw-text-sm);
    line-height: var(--tw-leading-snug);
  }
  .tw\:text-\[0\.9475rem\] {
    font-size: 0.9475rem;
  }
  .tw\:font-black {
    --tw-font-weight: var(--tw-font-weight-black);
    font-weight: var(--tw-font-weight-black);
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
  }
  .tw\:font-bold\! {
    --tw-font-weight: var(--tw-font-weight-bold) !important;
    font-weight: var(--tw-font-weight-bold) !important;
  }
  .tw\:font-medium {
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
  }
  .tw\:font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold);
    font-weight: var(--tw-font-weight-semibold);
  }
  .tw\:text-pretty {
    text-wrap: pretty;
  }
  .tw\:whitespace-nowrap {
    white-space: nowrap;
  }
  .tw\:text-\[\#2e89d3\]\! {
    color: #2e89d3 !important;
  }
  .tw\:text-accent {
    color: var(--tw-color-accent);
  }
  .tw\:text-accent\! {
    color: var(--tw-color-accent) !important;
  }
  .tw\:text-gray-600 {
    color: var(--tw-color-gray-600);
  }
  .tw\:text-red-600\! {
    color: var(--tw-color-red-600) !important;
  }
  .tw\:uppercase {
    text-transform: uppercase;
  }
  .tw\:shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .tw\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration));
  }
  .tw\:duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .tw\:\*\:mt-0\! {
    :is(& > *) {
      margin-top: calc(var(--tw-spacing) * 0) !important;
    }
  }
  .tw\:\*\:basis-1\/4-6 {
    :is(& > *) {
      flex-basis: var(--tw-spacing-1\/4-6);
    }
  }
  .tw\:hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--tw-color-gray-50);
      }
    }
  }
  .tw\:max-md\:mx-auto {
    @media (width < 48rem) {
      margin-inline: auto;
    }
  }
  .tw\:max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .tw\:max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .tw\:min-md\:float-right {
    @media (width >= 48rem) {
      float: right;
    }
  }
}
@layer components {
  .stamps {
    position: absolute;
    right: calc(var(--tw-spacing) * 0);
    bottom: calc(var(--tw-spacing) * 0);
    display: flex;
    flex-direction: column;
    gap: calc(var(--tw-spacing) * 4);
  }
  .stamps > img {
    width: calc(var(--tw-spacing) * 20) !important;
    height: calc(var(--tw-spacing) * 20) !important;
    @media (width >= 40rem) {
      width: calc(var(--tw-spacing) * 26) !important;
      height: calc(var(--tw-spacing) * 26) !important;
    }
  }
  .stamps.stamps--form > img {
    width: calc(var(--tw-spacing) * 20) !important;
    height: calc(var(--tw-spacing) * 20) !important;
    @media (width >= 48rem) {
      width: calc(var(--tw-spacing) * 20) !important;
      height: calc(var(--tw-spacing) * 20) !important;
    }
    @media (width >= 64rem) {
      width: calc(var(--tw-spacing) * 26) !important;
      height: calc(var(--tw-spacing) * 26) !important;
    }
  }
  .faq-btn {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--tw-spacing) * 4);
    text-align: left;
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
    &:hover {
      @media (hover: hover) {
        background-color: var(--tw-color-gray-50);
      }
    }
  }
  .lotteri {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    padding: 8px;
    font-family: var(--tw-font-sans) !important;
    --_color: rgb(16, 123, 211);
    --_color-rgb: 16, 123, 211;
  }
  .lotteri__container {
    position: relative;
    display: flex;
    justify-content: space-around;
    gap: 16px;
    border-radius: 8px;
    border-style: var(--tw-border-style);
    border-width: 3px;
    --tw-border-style: dashed;
    border-style: dashed;
    border-color: var(--_color);
    --tw-gradient-position: to top right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--tw-color-zinc-900);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--tw-color-zinc-900) 20%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: var(--tw-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--tw-color-white) 0%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 40%;
    padding: 8px;
    @media (width >= 48rem) {
      padding: 16px;
    }
    box-shadow: 0 0 4px 0 rgba(var(--_color-rgb), 0.45);
  }
  .lotteri__bg {
    position: absolute;
    top: calc(var(--tw-spacing) * 0);
    left: calc(var(--tw-spacing) * 0);
    height: 100%;
    width: 100%;
    background-image: url(../lotteri/gifts-bg.png);
    opacity: 10%;
    --tw-grayscale: grayscale(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,);
  }
  .lotteri__content {
    position: relative;
    z-index: 30;
    align-self: center;
    padding: 8px;
  }
  .lotteri__heading {
    font-size: 70px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
    color: var(--_color);
    text-transform: uppercase;
    @media (width < 40rem) {
      text-align: center;
    }
  }
  .lotteri__subheading {
    margin-bottom: 16px;
    font-size: 24px;
    --tw-leading: var(--tw-leading-tight);
    line-height: var(--tw-leading-tight);
    --tw-tracking: var(--tw-tracking-tight);
    letter-spacing: var(--tw-tracking-tight);
    color: #807d7f;
    @media (width < 40rem) {
      text-align: center;
    }
    @media (width >= 40rem) {
      margin-bottom: 48px;
    }
  }
  .lotteri__wrap {
    position: relative;
    z-index: 30;
    @media (width < 40rem) {
      display: none;
    }
  }
  .lotteri__img {
    max-height: 350px;
  }
  .lotteri__img--mob {
    margin-inline: auto;
    margin-bottom: 16px;
    display: block;
    max-height: 300px;
    @media (width >= 40rem) {
      display: none;
    }
  }
  .lotteri__list {
    margin: calc(var(--tw-spacing) * 0) !important;
    padding: calc(var(--tw-spacing) * 0) !important;
  }
  .lotteri__item {
    position: relative;
    margin: calc(var(--tw-spacing) * 0) !important;
    display: flex;
    align-items: center;
    padding: calc(var(--tw-spacing) * 0) !important;
    --tw-font-weight: var(--tw-font-weight-medium);
    font-weight: var(--tw-font-weight-medium);
    color: #2e2d2c;
  }
  .lotteri__item:not(:last-child) {
    margin-bottom: 12px !important;
  }
  .lotteri__item::before {
    margin-right: 6px;
    display: inline-block;
    height: 24px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='32.000244140625 59.15949630737305 455.9960632324219 401.6855163574219'%3e%3cg%3e%3cpath d='M239.987 460.841a10 10 0 0 1-7.343-3.213L34.657 243.463A10 10 0 0 1 42 226.675h95.3a10.006 10.006 0 0 1 7.548 3.439l66.168 76.124c7.151-15.286 20.994-40.738 45.286-71.752 35.912-45.85 102.71-113.281 216.994-174.153a10 10 0 0 1 10.85 16.712c-.436.341-44.5 35.041-95.212 98.6-46.672 58.49-108.714 154.13-139.243 277.6a10 10 0 0 1-9.707 7.6z' data-name='Check' fill='%2306d200' opacity='1' data-original='black'/%3e%3c/g%3e%3c/svg%3e");
  }
}
.ingrids {
  margin-bottom: calc(var(--tw-spacing) * 8);
  display: flex;
  gap: calc(var(--tw-spacing) * 4);
  text-align: center;
  :is(& > *) {
    flex-basis: calc(1/4 * 100%);
  }
  @media (width < 48rem) {
    flex-wrap: wrap;
  }
}
.ingrids__item {
  @media (width < 48rem) {
    flex-basis: var(--tw-spacing-1\/2-4);
  }
}
.ingrids__img {
  margin-inline: auto;
  margin-bottom: calc(var(--tw-spacing) * 4);
  width: calc(var(--tw-spacing) * 20);
  height: calc(var(--tw-spacing) * 20);
  border-radius: calc(infinity * 1px);
}
.ingrids__title {
  margin-bottom: calc(var(--tw-spacing) * 3) !important;
  flex-grow: 1;
  font-size: var(--tw-text-base) !important;
  line-height: var(--tw-leading-tight) !important;
  --tw-font-weight: var(--tw-font-weight-bold) !important;
  font-weight: var(--tw-font-weight-bold) !important;
}
.ingrids__text {
  font-size: var(--tw-text-sm);
  line-height: var(--tw-leading-tight);
}
.digit-list {
  counter-reset: digitList 0;
  margin: calc(var(--tw-spacing) * 0) !important;
  display: flex;
  list-style-type: none !important;
  flex-wrap: wrap;
  gap: calc(var(--tw-spacing) * 6);
}
.digit-list li {
  counter-increment: digitList 1;
  margin: calc(var(--tw-spacing) * 0) !important;
  display: flex;
  flex-basis: 100%;
  align-items: center;
  gap: calc(var(--tw-spacing) * 4);
  --tw-leading: var(--tw-leading-snug);
  line-height: var(--tw-leading-snug);
  @media (width >= 40rem) {
    flex-basis: var(--tw-spacing-1\/2-6);
  }
}
.digit-list li::before {
  content: counter(digitList);
  display: inline-flex;
  width: calc(var(--tw-spacing) * 10);
  height: calc(var(--tw-spacing) * 10);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: currentcolor;
  padding: calc(var(--tw-spacing) * 1.5);
  font-family: var(--tw-font-sans);
  font-size: var(--tw-text-2xl);
  line-height: var(--tw-leading, var(--tw-text-2xl--line-height));
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-emerald-700);
}
.ugc-slider {
  --swiper-navigation-size: 26px;
  --swiper-theme-color: var(--tw-color-emerald-600);
  margin-block: calc(var(--tw-spacing) * 8);
  flex-grow: 1 !important;
  flex-basis: calc(var(--tw-spacing) * 0) !important;
  padding: calc(var(--tw-spacing) * 1);
}
.ugc-slider .swiper-slide {
  @media (width >= 48rem) {
    width: 85%;
  }
}
.ugc-slider-btn {
  position: relative;
  margin: calc(var(--tw-spacing) * 0);
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
}
.ugc-card {
  display: flex;
  gap: calc(var(--tw-spacing) * 4);
  border-radius: var(--tw-radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding: calc(var(--tw-spacing) * 4);
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  @media (width < 40rem) {
    flex-direction: column-reverse;
  }
}
.ugc-card__content {
  flex-basis: calc(2/3 * 100%);
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0 !important;
    margin-block-start: calc(calc(var(--tw-spacing) * 3) * var(--tw-space-y-reverse)) !important;
    margin-block-end: calc(calc(var(--tw-spacing) * 3) * calc(1 - var(--tw-space-y-reverse))) !important;
  }
}
.ugc-card__user {
  margin: calc(var(--tw-spacing) * 0) !important;
  font-size: var(--tw-text-lg) !important;
  line-height: var(--tw-leading-tight) !important;
  --tw-font-weight: var(--tw-font-weight-semibold) !important;
  font-weight: var(--tw-font-weight-semibold) !important;
}
.ugc-card__checked {
  display: flex;
  align-items: center;
  gap: calc(var(--tw-spacing) * 1);
  font-size: var(--tw-text-sm);
  line-height: var(--tw-leading, var(--tw-text-sm--line-height));
  color: var(--tw-color-fuchsia-600);
  text-transform: uppercase;
}
.ugc-card__img {
  flex-basis: calc(1/3 * 100%);
  overflow: hidden;
  border-radius: var(--tw-radius-xl);
}
.ugc-card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  @media (width < 40rem) {
    max-height: 300px;
  }
}
.ugc-card__rating {
  display: flex;
  gap: calc(var(--tw-spacing) * 1);
  color: var(--tw-color-white);
  :is(& > *) {
    width: calc(var(--tw-spacing) * 5);
    height: calc(var(--tw-spacing) * 5);
  }
  :is(& > *) {
    background-color: var(--tw-color-emerald-600);
  }
  :is(& > *) {
    padding: calc(var(--tw-spacing) * 0.5);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-content: "";
    }
  }
}
