body{font-family:Poppins, sans-serif;}
@keyframes btn-pulse{0%, 100%{transform:scale(1);}}
@keyframes btn-pulse{50%{transform:scale(1.08);}}
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0px, 58%, 0px);}}
@keyframes fadeInUp{100%{opacity:1;transform:translateY(0px);}}
#ihr6yn{width:100%;margin:0 auto;display:block;}
#i8vgcg{top:0;left:0;width:100%;cursor:pointer;height:100%;z-index:9999;position:absolute;background:rgba(0,0,0,0.01);}
#vid-699e0dc348d2f9414f0f7cac{width:100%;margin:0 auto;display:block;max-width:400px;}
#ibxg5o{position:relative;}
#ifxe5o{color:rgb(0, 243, 255);}
/*! tailwindcss v4.1.7 | 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;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .z-\[1\] {
    z-index: 1;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .my-\[25px\] {
    margin-block: 25px;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[47px\] {
    margin-bottom: 47px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[678px\] {
    height: 678px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[calc\(100\%-60px\)\] {
    width: calc(100% - 60px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[95\%\] {
    max-width: 95%;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[284px\] {
    max-width: 284px;
  }
  .max-w-\[1140px\] {
    max-width: 1140px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .basis-\[30\%\] {
    flex-basis: 30%;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[58\%\] {
    --tw-translate-y: 58%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .animate-\[btn-pulse_1\.2s_ease-in-out_infinite\] {
    animation: btn-pulse 1.2s ease-in-out infinite;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-\[\#00F3FF\] {
    border-color: #00F3FF;
  }
  .bg-\[\#0A0A0A\] {
    background-color: #0A0A0A;
  }
  .bg-\[\#7e3e79\] {
    background-color: #7e3e79;
  }
  .bg-\[\#8e2e86\] {
    background-color: #8e2e86;
  }
  .bg-\[\#8f2887\] {
    background-color: #8f2887;
  }
  .bg-\[\#9e1f93\] {
    background-color: #9e1f93;
  }
  .bg-\[\#813b7b\] {
    background-color: #813b7b;
  }
  .bg-\[\#833a7d\] {
    background-color: #833a7d;
  }
  .bg-\[\#833f7d\] {
    background-color: #833f7d;
  }
  .bg-\[\#81367b\] {
    background-color: #81367b;
  }
  .bg-\[\#82407c\] {
    background-color: #82407c;
  }
  .bg-\[\#83347d\] {
    background-color: #83347d;
  }
  .bg-\[\#84437f\] {
    background-color: #84437f;
  }
  .bg-\[\#98258e\] {
    background-color: #98258e;
  }
  .bg-\[\#141414\] {
    background-color: #141414;
  }
  .bg-\[\#873180\] {
    background-color: #873180;
  }
  .bg-\[\#884482\] {
    background-color: #884482;
  }
  .bg-\[\#a21a97\] {
    background-color: #a21a97;
  }
  .bg-\[\#ab179e\] {
    background-color: #ab179e;
  }
  .bg-\[\#ac119f\] {
    background-color: #ac119f;
  }
  .bg-\[\#af0da2\] {
    background-color: #af0da2;
  }
  .bg-\[\#b309a5\] {
    background-color: #b309a5;
  }
  .bg-\[\#b400e6\] {
    background-color: #b400e6;
  }
  .bg-\[\#b602a7\] {
    background-color: #b602a7;
  }
  .bg-\[\#b805a9\] {
    background-color: #b805a9;
  }
  .bg-\[\#bd00ad\] {
    background-color: #bd00ad;
  }
  .bg-\[\#c200b2\] {
    background-color: #c200b2;
  }
  .bg-\[\#c700b6\] {
    background-color: #c700b6;
  }
  .bg-\[\#cc00bb\] {
    background-color: #cc00bb;
  }
  .bg-\[\#d100c0\] {
    background-color: #d100c0;
  }
  .bg-\[\#d600c4\] {
    background-color: #d600c4;
  }
  .bg-\[\#db00c9\] {
    background-color: #db00c9;
  }
  .bg-\[\#e000ce\] {
    background-color: #e000ce;
  }
  .bg-\[\#e600a8\] {
    background-color: #e600a8;
  }
  .bg-\[\#e600b4\] {
    background-color: #e600b4;
  }
  .bg-\[\#e600bb\] {
    background-color: #e600bb;
  }
  .bg-\[\#e600c7\] {
    background-color: #e600c7;
  }
  .bg-\[\#e600d2\] {
    background-color: #e600d2;
  }
  .bg-\[\#e605d3\] {
    background-color: #e605d3;
  }
  .bg-\[\#e700b\] {
    background-color: #e700b;
  }
  .bg-\[\#e704d4\] {
    background-color: #e704d4;
  }
  .bg-\[\#e6002e\] {
    background-color: #e6002e;
  }
  .bg-\[\#e6005c\] {
    background-color: #e6005c;
  }
  .bg-\[\#e6006f\] {
    background-color: #e6006f;
  }
  .bg-\[\#e6007a\] {
    background-color: #e6007a;
  }
  .bg-\[\#e6009d\] {
    background-color: #e6009d;
  }
  .bg-\[\#e7000\] {
    background-color: #e7000;
  }
  .bg-\[\#e60039\] {
    background-color: #e60039;
  }
  .bg-\[\#e60050\] {
    background-color: #e60050;
  }
  .bg-\[\#e60063\] {
    background-color: #e60063;
  }
  .bg-\[\#e60086\] {
    background-color: #e60086;
  }
  .bg-\[\#e60091\] {
    background-color: #e60091;
  }
  .bg-\[\#eb00d7\] {
    background-color: #eb00d7;
  }
  .bg-\[\#ec04d9\] {
    background-color: #ec04d9;
  }
  .bg-\[\#ed01fe\] {
    background-color: #ed01fe;
  }
  .bg-\[\#ed02da\] {
    background-color: #ed02da;
  }
  .bg-\[\#f000dc\] {
    background-color: #f000dc;
  }
  .bg-\[\#f202de\] {
    background-color: #f202de;
  }
  .bg-\[\#f500e0\] {
    background-color: #f500e0;
  }
  .bg-\[\#fa00e5\] {
    background-color: #fa00e5;
  }
  .bg-\[\#ff00ea\] {
    background-color: #ff00ea;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-\[linear-gradient\(251deg\,\#00EEFF_0\%\,\#f2295b_100\%\)\] {
    background-image: linear-gradient(251deg,#00EEFF 0%,#f2295b 100%);
  }
  .bg-\[linear-gradient\(329deg\,\#259B00_12\%\,\#2EFF0E_73\%\)\] {
    background-image: linear-gradient(329deg,#259B00 12%,#2EFF0E 73%);
  }
  .bg-\[url\(\'\/assets\/images\/bg-2-mobile\.png\'\)\] {
    background-image: url('/assets/images/bg-2-mobile.png');
  }
  .bg-\[url\(\'\/assets\/images\/bgpagamento\.webp\'\)\] {
    background-image: url('/assets/images/bgpagamento.webp');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-\[\#2EFF0E\] {
    fill: #2EFF0E;
  }
  .fill-\[hsl\(0_0\%_93\%\/0\.9\)\] {
    fill: hsl(0 0% 93%/0.9);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-\[13px\] {
    padding: 13px;
  }
  .p-\[26px\] {
    padding: 26px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[150px\] {
    padding-bottom: 150px;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[25\.5px\] {
    --tw-leading: 25.5px;
    line-height: 25.5px;
  }
  .leading-\[33\.6px\] {
    --tw-leading: 33.6px;
    line-height: 33.6px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#00F3FF\] {
    color: #00F3FF;
  }
  .text-\[\#00FF19\] {
    color: #00FF19;
  }
  .text-\[\#2d4b8f\] {
    color: #2d4b8f;
  }
  .text-\[\#2d318f\] {
    color: #2d318f;
  }
  .text-\[\#2d348f\] {
    color: #2d348f;
  }
  .text-\[\#2f2d8f\] {
    color: #2f2d8f;
  }
  .text-\[\#3e2d8f\] {
    color: #3e2d8f;
  }
  .text-\[\#4b2d8f\] {
    color: #4b2d8f;
  }
  .text-\[\#5c2d2d\] {
    color: #5c2d2d;
  }
  .text-\[\#5e2d8f\] {
    color: #5e2d8f;
  }
  .text-\[\#5e3131\] {
    color: #5e3131;
  }
  .text-\[\#5f5353\] {
    color: #5f5353;
  }
  .text-\[\#6a3e3e\] {
    color: #6a3e3e;
  }
  .text-\[\#6b6161\] {
    color: #6b6161;
  }
  .text-\[\#6d2d8f\] {
    color: #6d2d8f;
  }
  .text-\[\#6f4444\] {
    color: #6f4444;
  }
  .text-\[\#7a2d8f\] {
    color: #7a2d8f;
  }
  .text-\[\#7d5454\] {
    color: #7d5454;
  }
  .text-\[\#7f2d8f\] {
    color: #7f2d8f;
  }
  .text-\[\#8a8585\] {
    color: #8a8585;
  }
  .text-\[\#8c2d9f\] {
    color: #8c2d9f;
  }
  .text-\[\#8f6666\] {
    color: #8f6666;
  }
  .text-\[\#9b9292\] {
    color: #9b9292;
  }
  .text-\[\#9d26b5\] {
    color: #9d26b5;
  }
  .text-\[\#9d9595\] {
    color: #9d9595;
  }
  .text-\[\#9e7676\] {
    color: #9e7676;
  }
  .text-\[\#9f24b7\] {
    color: #9f24b7;
  }
  .text-\[\#392d8f\] {
    color: #392d8f;
  }
  .text-\[\#432d8f\] {
    color: #432d8f;
  }
  .text-\[\#472d8f\] {
    color: #472d8f;
  }
  .text-\[\#502d8f\] {
    color: #502d8f;
  }
  .text-\[\#511f1f\] {
    color: #511f1f;
  }
  .text-\[\#521e1e\] {
    color: #521e1e;
  }
  .text-\[\#552d8f\] {
    color: #552d8f;
  }
  .text-\[\#592d8f\] {
    color: #592d8f;
  }
  .text-\[\#632d8f\] {
    color: #632d8f;
  }
  .text-\[\#675b5b\] {
    color: #675b5b;
  }
  .text-\[\#682d8f\] {
    color: #682d8f;
  }
  .text-\[\#702d8f\] {
    color: #702d8f;
  }
  .text-\[\#752d8f\] {
    color: #752d8f;
  }
  .text-\[\#754d4d\] {
    color: #754d4d;
  }
  .text-\[\#802c90\] {
    color: #802c90;
  }
  .text-\[\#822f93\] {
    color: #822f93;
  }
  .text-\[\#832e94\] {
    color: #832e94;
  }
  .text-\[\#865b5b\] {
    color: #865b5b;
  }
  .text-\[\#882d9a\] {
    color: #882d9a;
  }
  .text-\[\#908e8e\] {
    color: #908e8e;
  }
  .text-\[\#912ca5\] {
    color: #912ca5;
  }
  .text-\[\#922aa7\] {
    color: #922aa7;
  }
  .text-\[\#946b6b\] {
    color: #946b6b;
  }
  .text-\[\#968d8d\] {
    color: #968d8d;
  }
  .text-\[\#9729ae\] {
    color: #9729ae;
  }
  .text-\[\#532222\] {
    color: #532222;
  }
  .text-\[\#552525\] {
    color: #552525;
  }
  .text-\[\#572828\] {
    color: #572828;
  }
  .text-\[\#625555\] {
    color: #625555;
  }
  .text-\[\#645959\] {
    color: #645959;
  }
  .text-\[\#653939\] {
    color: #653939;
  }
  .text-\[\#706666\] {
    color: #706666;
  }
  .text-\[\#736868\] {
    color: #736868;
  }
  .text-\[\#797272\] {
    color: #797272;
  }
  .text-\[\#817979\] {
    color: #817979;
  }
  .text-\[\#989090\] {
    color: #989090;
  }
  .text-\[\#999999\] {
    color: #999999;
  }
  .text-\[\#C2C2C2\] {
    color: #C2C2C2;
  }
  .text-\[\#FD0000\] {
    color: #FD0000;
  }
  .text-\[\#a1a1a1\] {
    color: #a1a1a1;
  }
  .text-\[\#a8a3a3\] {
    color: #a8a3a3;
  }
  .text-\[\#a8a8a8\] {
    color: #a8a8a8;
  }
  .text-\[\#a29a9a\] {
    color: #a29a9a;
  }
  .text-\[\#a39e9e\] {
    color: #a39e9e;
  }
  .text-\[\#a522bf\] {
    color: #a522bf;
  }
  .text-\[\#a09898\] {
    color: #a09898;
  }
  .text-\[\#a78181\] {
    color: #a78181;
  }
  .text-\[\#aa20c5\] {
    color: #aa20c5;
  }
  .text-\[\#aba6a6\] {
    color: #aba6a6;
  }
  .text-\[\#ad8a8a\] {
    color: #ad8a8a;
  }
  .text-\[\#b0abab\] {
    color: #b0abab;
  }
  .text-\[\#b0b0b0\] {
    color: #b0b0b0;
  }
  .text-\[\#b01dcd\] {
    color: #b01dcd;
  }
  .text-\[\#b7b3b3\] {
    color: #b7b3b3;
  }
  .text-\[\#b8b8b8\] {
    color: #b8b8b8;
  }
  .text-\[\#b21ad1\] {
    color: #b21ad1;
  }
  .text-\[\#b69696\] {
    color: #b69696;
  }
  .text-\[\#bababa\] {
    color: #bababa;
  }
  .text-\[\#bc17de\] {
    color: #bc17de;
  }
  .text-\[\#bcb8b8\] {
    color: #bcb8b8;
  }
  .text-\[\#bdbdbd\] {
    color: #bdbdbd;
  }
  .text-\[\#bea2a2\] {
    color: #bea2a2;
  }
  .text-\[\#bebbbb\] {
    color: #bebbbb;
  }
  .text-\[\#bfbfbf\] {
    color: #bfbfbf;
  }
  .text-\[\#c2c1c1\] {
    color: #c2c1c1;
  }
  .text-\[\#c2c2c2\] {
    color: #c2c2c2;
  }
  .text-\[\#c5c4c4\] {
    color: #c5c4c4;
  }
  .text-\[\#c6c3c3\] {
    color: #c6c3c3;
  }
  .text-\[\#c7adad\] {
    color: #c7adad;
  }
  .text-\[\#c7c7c7\] {
    color: #c7c7c7;
  }
  .text-\[\#c9c5c5\] {
    color: #c9c5c5;
  }
  .text-\[\#c9c9c9\] {
    color: #c9c9c9;
  }
  .text-\[\#c215e5\] {
    color: #c215e5;
  }
  .text-\[\#c911ee\] {
    color: #c911ee;
  }
  .text-\[\#cbc8c8\] {
    color: #cbc8c8;
  }
  .text-\[\#cccccc\] {
    color: #cccccc;
  }
  .text-\[\#cd0bf4\] {
    color: #cd0bf4;
  }
  .text-\[\#cdb6b6\] {
    color: #cdb6b6;
  }
  .text-\[\#cdcbcb\] {
    color: #cdcbcb;
  }
  .text-\[\#cecaca\] {
    color: #cecaca;
  }
  .text-\[\#cfcece\] {
    color: #cfcece;
  }
  .text-\[\#cfcfcf\] {
    color: #cfcfcf;
  }
  .text-\[\#d1d1d1\] {
    color: #d1d1d1;
  }
  .text-\[\#d2d1d1\] {
    color: #d2d1d1;
  }
  .text-\[\#d4bfbf\] {
    color: #d4bfbf;
  }
  .text-\[\#d4d4d4\] {
    color: #d4d4d4;
  }
  .text-\[\#d6d6d6\] {
    color: #d6d6d6;
  }
  .text-\[\#d9c9c9\] {
    color: #d9c9c9;
  }
  .text-\[\#d9d9d9\] {
    color: #d9d9d9;
  }
  .text-\[\#d309fb\] {
    color: #d309fb;
  }
  .text-\[\#d400ff\] {
    color: #d400ff;
  }
  .text-\[\#d505ff\] {
    color: #d505ff;
  }
  .text-\[\#d506fe\] {
    color: #d506fe;
  }
  .text-\[\#dbdbdb\] {
    color: #dbdbdb;
  }
  .text-\[\#dedede\] {
    color: #dedede;
  }
  .text-\[\#e0d1d1\] {
    color: #e0d1d1;
  }
  .text-\[\#e0e0e0\] {
    color: #e0e0e0;
  }
  .text-\[\#e3e3e3\] {
    color: #e3e3e3;
  }
  .text-\[\#e6dbdb\] {
    color: #e6dbdb;
  }
  .text-\[\#e6e6e6\] {
    color: #e6e6e6;
  }
  .text-\[\#e8e8e8\] {
    color: #e8e8e8;
  }
  .text-\[\#e100ff\] {
    color: #e100ff;
  }
  .text-\[\#ebebeb\] {
    color: #ebebeb;
  }
  .text-\[\#ededed\] {
    color: #ededed;
  }
  .text-\[\#ee00ff\] {
    color: #ee00ff;
  }
  .text-\[\#eee7e7\] {
    color: #eee7e7;
  }
  .text-\[\#f0f0f0\] {
    color: #f0f0f0;
  }
  .text-\[\#f2f2f2\] {
    color: #f2f2f2;
  }
  .text-\[\#f3eded\] {
    color: #f3eded;
  }
  .text-\[\#f5f5f5\] {
    color: #f5f5f5;
  }
  .text-\[\#f7f3f3\] {
    color: #f7f3f3;
  }
  .text-\[\#f7f7f7\] {
    color: #f7f7f7;
  }
  .text-\[\#faf9f9\] {
    color: #faf9f9;
  }
  .text-\[\#fafafa\] {
    color: #fafafa;
  }
  .text-\[\#fb00ff\] {
    color: #fb00ff;
  }
  .text-\[\#fcfcfc\] {
    color: #fcfcfc;
  }
  .text-\[\#ff00ea\] {
    color: #ff00ea;
  }
  .text-\[\#ff00f7\] {
    color: #ff00f7;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-\[1500ms\] {
    --tw-duration: 1500ms;
    transition-duration: 1500ms;
  }
  .ease-\[cubic-bezier\(0\.25\,1\,0\.5\,1\)\] {
    --tw-ease: cubic-bezier(0.25,1,0.5,1);
    transition-timing-function: cubic-bezier(0.25,1,0.5,1);
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:z-\[-1\] {
    &::before {
      content: var(--tw-content);
      z-index: -1;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-black {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .before\:opacity-\[0\.87\] {
    &::before {
      content: var(--tw-content);
      opacity: 0.87;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:bg-\[\#6c1772\] {
    &:hover {
      @media (hover: hover) {
        background-color: #6c1772;
      }
    }
  }
  .hover\:bg-\[\#6d1773\] {
    &:hover {
      @media (hover: hover) {
        background-color: #6d1773;
      }
    }
  }
  .hover\:bg-\[\#7c1b83\] {
    &:hover {
      @media (hover: hover) {
        background-color: #7c1b83;
      }
    }
  }
  .hover\:bg-\[\#8a1c92\] {
    &:hover {
      @media (hover: hover) {
        background-color: #8a1c92;
      }
    }
  }
  .hover\:bg-\[\#8b1a93\] {
    &:hover {
      @media (hover: hover) {
        background-color: #8b1a93;
      }
    }
  }
  .hover\:bg-\[\#9b12a5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #9b12a5;
      }
    }
  }
  .hover\:bg-\[\#781a7f\] {
    &:hover {
      @media (hover: hover) {
        background-color: #781a7f;
      }
    }
  }
  .hover\:bg-\[\#801c87\] {
    &:hover {
      @media (hover: hover) {
        background-color: #801c87;
      }
    }
  }
  .hover\:bg-\[\#851c8d\] {
    &:hover {
      @media (hover: hover) {
        background-color: #851c8d;
      }
    }
  }
  .hover\:bg-\[\#74197b\] {
    &:hover {
      @media (hover: hover) {
        background-color: #74197b;
      }
    }
  }
  .hover\:bg-\[\#91199a\] {
    &:hover {
      @media (hover: hover) {
        background-color: #91199a;
      }
    }
  }
  .hover\:bg-\[\#93169c\] {
    &:hover {
      @media (hover: hover) {
        background-color: #93169c;
      }
    }
  }
  .hover\:bg-\[\#96149f\] {
    &:hover {
      @media (hover: hover) {
        background-color: #96149f;
      }
    }
  }
  .hover\:bg-\[\#701877\] {
    &:hover {
      @media (hover: hover) {
        background-color: #701877;
      }
    }
  }
  .hover\:bg-\[\#a80fb3\] {
    &:hover {
      @media (hover: hover) {
        background-color: #a80fb3;
      }
    }
  }
  .hover\:bg-\[\#a210ad\] {
    &:hover {
      @media (hover: hover) {
        background-color: #a210ad;
      }
    }
  }
  .hover\:bg-\[\#ac0bb7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ac0bb7;
      }
    }
  }
  .hover\:bg-\[\#b308bf\] {
    &:hover {
      @media (hover: hover) {
        background-color: #b308bf;
      }
    }
  }
  .hover\:bg-\[\#b407c0\] {
    &:hover {
      @media (hover: hover) {
        background-color: #b407c0;
      }
    }
  }
  .hover\:bg-\[\#ba05c7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ba05c7;
      }
    }
  }
  .hover\:bg-\[\#bb04c8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #bb04c8;
      }
    }
  }
  .hover\:bg-\[\#c602d4\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c602d4;
      }
    }
  }
  .hover\:bg-\[\#c701d5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c701d5;
      }
    }
  }
  .hover\:bg-\[\#cd00db\] {
    &:hover {
      @media (hover: hover) {
        background-color: #cd00db;
      }
    }
  }
  .hover\:bg-\[\#d100e0\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d100e0;
      }
    }
  }
  .hover\:bg-\[\#d600e6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d600e6;
      }
    }
  }
  .hover\:bg-\[\#db00eb\] {
    &:hover {
      @media (hover: hover) {
        background-color: #db00eb;
      }
    }
  }
  .hover\:bg-\[\#e000f0\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e000f0;
      }
    }
  }
  .hover\:bg-\[\#e400f5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e400f5;
      }
    }
  }
  .hover\:bg-\[\#e801f9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e801f9;
      }
    }
  }
  .hover\:bg-\[\#ed01fe\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ed01fe;
      }
    }
  }
  .hover\:bg-\[\#ee00ff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ee00ff;
      }
    }
  }
  .min-\[500px\]\:max-w-\[494px\] {
    @media (width >= 500px) {
      max-width: 494px;
    }
  }
  .min-\[900px\]\:right-0 {
    @media (width >= 900px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .min-\[900px\]\:left-0 {
    @media (width >= 900px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .min-\[900px\]\:m-0 {
    @media (width >= 900px) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .min-\[900px\]\:mx-0 {
    @media (width >= 900px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .min-\[900px\]\:mt-\[43px\] {
    @media (width >= 900px) {
      margin-top: 43px;
    }
  }
  .min-\[900px\]\:mb-0 {
    @media (width >= 900px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .min-\[900px\]\:mb-10 {
    @media (width >= 900px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .min-\[900px\]\:mb-\[47px\] {
    @media (width >= 900px) {
      margin-bottom: 47px;
    }
  }
  .min-\[900px\]\:h-\[968px\] {
    @media (width >= 900px) {
      height: 968px;
    }
  }
  .min-\[900px\]\:w-1\/2 {
    @media (width >= 900px) {
      width: calc(1/2 * 100%);
    }
  }
  .min-\[900px\]\:w-\[44\%\] {
    @media (width >= 900px) {
      width: 44%;
    }
  }
  .min-\[900px\]\:w-full {
    @media (width >= 900px) {
      width: 100%;
    }
  }
  .min-\[900px\]\:max-w-\[46\%\] {
    @media (width >= 900px) {
      max-width: 46%;
    }
  }
  .min-\[900px\]\:max-w-\[50\%\] {
    @media (width >= 900px) {
      max-width: 50%;
    }
  }
  .min-\[900px\]\:max-w-\[64\%\] {
    @media (width >= 900px) {
      max-width: 64%;
    }
  }
  .min-\[900px\]\:max-w-\[70\%\] {
    @media (width >= 900px) {
      max-width: 70%;
    }
  }
  .min-\[900px\]\:max-w-\[89\%\] {
    @media (width >= 900px) {
      max-width: 89%;
    }
  }
  .min-\[900px\]\:max-w-\[92\%\] {
    @media (width >= 900px) {
      max-width: 92%;
    }
  }
  .min-\[900px\]\:max-w-\[246\.66px\] {
    @media (width >= 900px) {
      max-width: 246.66px;
    }
  }
  .min-\[900px\]\:max-w-\[376\.2px\] {
    @media (width >= 900px) {
      max-width: 376.2px;
    }
  }
  .min-\[900px\]\:max-w-\[750px\] {
    @media (width >= 900px) {
      max-width: 750px;
    }
  }
  .min-\[900px\]\:max-w-\[780px\] {
    @media (width >= 900px) {
      max-width: 780px;
    }
  }
  .min-\[900px\]\:flex-row {
    @media (width >= 900px) {
      flex-direction: row;
    }
  }
  .min-\[900px\]\:items-center {
    @media (width >= 900px) {
      align-items: center;
    }
  }
  .min-\[900px\]\:justify-start {
    @media (width >= 900px) {
      justify-content: flex-start;
    }
  }
  .min-\[900px\]\:bg-\[linear-gradient\(180deg\,\#259B00_0\%\,\#2EFF0E_100\%\)\] {
    @media (width >= 900px) {
      background-image: linear-gradient(180deg,#259B00 0%,#2EFF0E 100%);
    }
  }
  .min-\[900px\]\:bg-\[url\(\'\/assets\/images\/bg-2\.png\'\)\] {
    @media (width >= 900px) {
      background-image: url('/assets/images/bg-2.png');
    }
  }
  .min-\[900px\]\:p-\[19px\] {
    @media (width >= 900px) {
      padding: 19px;
    }
  }
  .min-\[900px\]\:p-\[34px\] {
    @media (width >= 900px) {
      padding: 34px;
    }
  }
  .min-\[900px\]\:p-\[51px\] {
    @media (width >= 900px) {
      padding: 51px;
    }
  }
  .min-\[900px\]\:px-0 {
    @media (width >= 900px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .min-\[900px\]\:py-\[50px\] {
    @media (width >= 900px) {
      padding-block: 50px;
    }
  }
  .min-\[900px\]\:py-\[100px\] {
    @media (width >= 900px) {
      padding-block: 100px;
    }
  }
  .min-\[900px\]\:pt-0 {
    @media (width >= 900px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .min-\[900px\]\:pt-10 {
    @media (width >= 900px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .min-\[900px\]\:pt-\[20px\] {
    @media (width >= 900px) {
      padding-top: 20px;
    }
  }
  .min-\[900px\]\:pt-\[60px\] {
    @media (width >= 900px) {
      padding-top: 60px;
    }
  }
  .min-\[900px\]\:pb-0 {
    @media (width >= 900px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .min-\[900px\]\:pb-\[90px\] {
    @media (width >= 900px) {
      padding-bottom: 90px;
    }
  }
  .min-\[900px\]\:pb-\[118px\] {
    @media (width >= 900px) {
      padding-bottom: 118px;
    }
  }
  .min-\[900px\]\:pb-\[200px\] {
    @media (width >= 900px) {
      padding-bottom: 200px;
    }
  }
  .min-\[900px\]\:text-left {
    @media (width >= 900px) {
      text-align: left;
    }
  }
  .min-\[900px\]\:text-\[19px\] {
    @media (width >= 900px) {
      font-size: 19px;
    }
  }
  .min-\[900px\]\:text-\[22px\] {
    @media (width >= 900px) {
      font-size: 22px;
    }
  }
  .min-\[900px\]\:text-\[23px\] {
    @media (width >= 900px) {
      font-size: 23px;
    }
  }
  .min-\[900px\]\:text-\[30px\] {
    @media (width >= 900px) {
      font-size: 30px;
    }
  }
  .min-\[900px\]\:text-\[32px\] {
    @media (width >= 900px) {
      font-size: 32px;
    }
  }
  .min-\[900px\]\:text-\[34px\] {
    @media (width >= 900px) {
      font-size: 34px;
    }
  }
  .min-\[900px\]\:text-\[38px\] {
    @media (width >= 900px) {
      font-size: 38px;
    }
  }
  .min-\[900px\]\:text-\[58px\] {
    @media (width >= 900px) {
      font-size: 58px;
    }
  }
  .min-\[900px\]\:text-\[86px\] {
    @media (width >= 900px) {
      font-size: 86px;
    }
  }
  .min-\[900px\]\:leading-\[22px\] {
    @media (width >= 900px) {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }
  .min-\[900px\]\:leading-\[23px\] {
    @media (width >= 900px) {
      --tw-leading: 23px;
      line-height: 23px;
    }
  }
  .min-\[900px\]\:leading-\[30px\] {
    @media (width >= 900px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .min-\[900px\]\:leading-\[32px\] {
    @media (width >= 900px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .min-\[900px\]\:leading-\[33px\] {
    @media (width >= 900px) {
      --tw-leading: 33px;
      line-height: 33px;
    }
  }
  .min-\[900px\]\:leading-\[34px\] {
    @media (width >= 900px) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .min-\[900px\]\:leading-\[38px\] {
    @media (width >= 900px) {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }
  .min-\[900px\]\:leading-\[58px\] {
    @media (width >= 900px) {
      --tw-leading: 58px;
      line-height: 58px;
    }
  }
  .min-\[900px\]\:leading-\[86px\] {
    @media (width >= 900px) {
      --tw-leading: 86px;
      line-height: 86px;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:cursor-pointer {
    @media (width >= 64rem) {
      cursor: pointer;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:rounded-full {
    @media (width >= 64rem) {
      border-radius: calc(infinity * 1px);
    }
  }
  .lg\:bg-\[\#b400e6\] {
    @media (width >= 64rem) {
      background-color: #b400e6;
    }
  }
  .lg\:bg-\[\#ec4899\] {
    @media (width >= 64rem) {
      background-color: #ec4899;
    }
  }
  .lg\:font-semibold {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .lg\:text-\[\#000000\] {
    @media (width >= 64rem) {
      color: #000000;
    }
  }
  .lg\:text-\[\#ffffff\] {
    @media (width >= 64rem) {
      color: #ffffff;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}

/* Dubix Components */
.esconder { display: none; }