/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 510px) {
      max-width: 510px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-15\.5 {
    height: calc(var(--spacing) * 15.5);
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[371px\] {
    height: 371px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[1042px\] {
    height: 1042px;
  }
  .h-\[1067px\] {
    height: 1067px;
  }
  .h-\[1142px\] {
    height: 1142px;
  }
  .h-\[1342px\] {
    height: 1342px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[146px\] {
    width: 146px;
  }
  .w-\[152px\] {
    width: 152px;
  }
  .w-\[177px\] {
    width: 177px;
  }
  .w-\[183px\] {
    width: 183px;
  }
  .w-\[186px\] {
    width: 186px;
  }
  .w-\[203px\] {
    width: 203px;
  }
  .w-\[216px\] {
    width: 216px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[251px\] {
    width: 251px;
  }
  .w-\[284px\] {
    width: 284px;
  }
  .w-\[335px\] {
    width: 335px;
  }
  .w-\[336px\] {
    width: 336px;
  }
  .w-\[343px\] {
    width: 343px;
  }
  .w-\[374px\] {
    width: 374px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[404px\] {
    width: 404px;
  }
  .w-\[426px\] {
    width: 426px;
  }
  .w-\[443px\] {
    width: 443px;
  }
  .w-\[631px\] {
    width: 631px;
  }
  .w-\[771px\] {
    width: 771px;
  }
  .w-\[891px\] {
    width: 891px;
  }
  .w-\[full\] {
    width: full;
  }
  .w-full {
    width: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-18 {
    gap: calc(var(--spacing) * 18);
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[36\] {
    border-radius: 36;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-\[39px\] {
    border-radius: 39px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#D0D0D0\] {
    border-color: #D0D0D0;
  }
  .border-\[\#DEDEDE\] {
    border-color: #DEDEDE;
  }
  .bg-\[\#03D6F3\] {
    background-color: #03D6F3;
  }
  .bg-\[\#112D57\] {
    background-color: #112D57;
  }
  .bg-\[\#EFEFEF\] {
    background-color: #EFEFEF;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[linear-gradient\(230\.95deg\,\#CB1AE8_-0\.37\%\,\#37BDA6_100\%\)\] {
    background-image: linear-gradient(230.95deg,#CB1AE8 -0.37%,#37BDA6 100%);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .px-50 {
    padding-inline: calc(var(--spacing) * 50);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-17 {
    padding-block: calc(var(--spacing) * 17);
  }
  .text-center {
    text-align: center;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[46px\] {
    font-size: 46px;
  }
  .text-\[55px\] {
    font-size: 55px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[47px\] {
    --tw-leading: 47px;
    line-height: 47px;
  }
  .font-\[450\] {
    --tw-font-weight: 450;
    font-weight: 450;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#03D6F3\] {
    color: #03D6F3;
  }
  .text-\[\#5C5C5C\] {
    color: #5C5C5C;
  }
  .text-\[\#30D7BA\] {
    color: #30D7BA;
  }
  .text-\[\#E5E5E5\] {
    color: #E5E5E5;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0px_4px_31px_0px_\#00000026\] {
    --tw-shadow: 0px 4px 31px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .max-md\:m-auto {
    @media (width < 510px) {
      margin: auto;
    }
  }
  .max-md\:mt-1 {
    @media (width < 510px) {
      margin-top: calc(var(--spacing) * 1);
    }
  }
  .max-md\:mt-10 {
    @media (width < 510px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:mt-15 {
    @media (width < 510px) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .max-md\:block {
    @media (width < 510px) {
      display: block;
    }
  }
  .max-md\:flex {
    @media (width < 510px) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 510px) {
      display: none;
    }
  }
  .max-md\:h-auto {
    @media (width < 510px) {
      height: auto;
    }
  }
  .max-md\:w-\[90\%\] {
    @media (width < 510px) {
      width: 90%;
    }
  }
  .max-md\:w-\[300px\] {
    @media (width < 510px) {
      width: 300px;
    }
  }
  .max-md\:w-\[310px\] {
    @media (width < 510px) {
      width: 310px;
    }
  }
  .max-md\:w-\[345px\] {
    @media (width < 510px) {
      width: 345px;
    }
  }
  .max-md\:w-\[350px\] {
    @media (width < 510px) {
      width: 350px;
    }
  }
  .max-md\:w-\[370px\] {
    @media (width < 510px) {
      width: 370px;
    }
  }
  .max-md\:w-\[400px\] {
    @media (width < 510px) {
      width: 400px;
    }
  }
  .max-md\:w-auto {
    @media (width < 510px) {
      width: auto;
    }
  }
  .max-md\:w-full {
    @media (width < 510px) {
      width: 100%;
    }
  }
  .max-md\:flex-col {
    @media (width < 510px) {
      flex-direction: column;
    }
  }
  .max-md\:items-center {
    @media (width < 510px) {
      align-items: center;
    }
  }
  .max-md\:justify-center {
    @media (width < 510px) {
      justify-content: center;
    }
  }
  .max-md\:gap-0 {
    @media (width < 510px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .max-md\:gap-3 {
    @media (width < 510px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .max-md\:gap-4 {
    @media (width < 510px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-md\:gap-7 {
    @media (width < 510px) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .max-md\:gap-8 {
    @media (width < 510px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .max-md\:gap-10 {
    @media (width < 510px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .max-md\:rounded-\[6px\] {
    @media (width < 510px) {
      border-radius: 6px;
    }
  }
  .max-md\:rounded-\[36px\] {
    @media (width < 510px) {
      border-radius: 36px;
    }
  }
  .max-md\:px-0 {
    @media (width < 510px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-md\:text-center {
    @media (width < 510px) {
      text-align: center;
    }
  }
  .max-md\:text-\[36px\] {
    @media (width < 510px) {
      font-size: 36px;
    }
  }
}
@layer theme, base, components, utilities;
@layer theme;
@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(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 16px;
  color: #141414;
}
.active {
  color: #FF5A30;
}
.btn {
  background: #03D6F3;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  border-radius: 39px;
  border: none;
  box-shadow: 0px 4px 31px 0px #00000026;
}
.btn2 {
  background: #E3EFF5;
  color: #00578A;
  font-size: 16px;
  cursor: pointer;
  border-radius: 39px;
  box-shadow: 0px 4px 31px 0px #00000026;
}
.bgcol {
  background: linear-gradient(230.95deg, #CB1AE8 -0.37%, #37BDA6 100%);
}
.btn3 {
  background: transparent;
  color: #30D7BA;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 39px;
  border: 1px solid #30D7BA;
}
.btn4 {
  background: transparent;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 39px;
  border: 1px solid #FFFFFF;
}
img {
  max-width: 100%;
}
h2 {
  font-weight: 500;
}
h1, h3 {
  font-weight: 900;
}
.container {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 10px;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
    }
  }
}
