
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --container-md: 28rem;
    --tracking-normal: 0em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@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 {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .z-0 {
    z-index: 0;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .order-none {
    order: 0;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mr-0 {
    margin-right: 0;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .aspect-\[0\.875\] {
    aspect-ratio: 0.875;
  }
  .aspect-\[0\.90625\] {
    aspect-ratio: 0.90625;
  }
  .aspect-\[0\.644859790802002\] {
    aspect-ratio: 0.644859790802002;
  }
  .aspect-\[0\.773755669593811\] {
    aspect-ratio: 0.773755669593811;
  }
  .aspect-\[0\.774193525314331\] {
    aspect-ratio: 0.774193525314331;
  }
  .aspect-\[0\.781857430934906\] {
    aspect-ratio: 0.781857430934906;
  }
  .aspect-\[0\.807692289352417\] {
    aspect-ratio: 0.807692289352417;
  }
  .aspect-\[0\.839195966720581\] {
    aspect-ratio: 0.839195966720581;
  }
  .aspect-\[0\.842424213886261\] {
    aspect-ratio: 0.842424213886261;
  }
  .aspect-\[0\.844748854637146\] {
    aspect-ratio: 0.844748854637146;
  }
  .aspect-\[0\.950276255607605\] {
    aspect-ratio: 0.950276255607605;
  }
  .aspect-\[0\.955974817276001\] {
    aspect-ratio: 0.955974817276001;
  }
  .aspect-\[0\.984455943107605\] {
    aspect-ratio: 0.984455943107605;
  }
  .aspect-\[0\.6674182415008545\] {
    aspect-ratio: 0.6674182415008545;
  }
  .aspect-\[0\.7015706896781921\] {
    aspect-ratio: 0.7015706896781921;
  }
  .aspect-\[0\.7037037014961243\] {
    aspect-ratio: 0.7037037014961243;
  }
  .aspect-\[0\.7245509028434753\] {
    aspect-ratio: 0.7245509028434753;
  }
  .aspect-\[0\.7276595830917358\] {
    aspect-ratio: 0.7276595830917358;
  }
  .aspect-\[0\.7423580884933472\] {
    aspect-ratio: 0.7423580884933472;
  }
  .aspect-\[0\.7526881694793701\] {
    aspect-ratio: 0.7526881694793701;
  }
  .aspect-\[0\.7784090638160706\] {
    aspect-ratio: 0.7784090638160706;
  }
  .aspect-\[0\.7939394116401672\] {
    aspect-ratio: 0.7939394116401672;
  }
  .aspect-\[0\.7988165616989136\] {
    aspect-ratio: 0.7988165616989136;
  }
  .aspect-\[0\.7989130616188049\] {
    aspect-ratio: 0.7989130616188049;
  }
  .aspect-\[0\.8073394298553467\] {
    aspect-ratio: 0.8073394298553467;
  }
  .aspect-\[0\.8166666626930237\] {
    aspect-ratio: 0.8166666626930237;
  }
  .aspect-\[0\.8221153616905212\] {
    aspect-ratio: 0.8221153616905212;
  }
  .aspect-\[0\.8225806355476379\] {
    aspect-ratio: 0.8225806355476379;
  }
  .aspect-\[0\.8250728845596313\] {
    aspect-ratio: 0.8250728845596313;
  }
  .aspect-\[0\.8291457295417786\] {
    aspect-ratio: 0.8291457295417786;
  }
  .aspect-\[0\.8341463208198547\] {
    aspect-ratio: 0.8341463208198547;
  }
  .aspect-\[0\.8419913649559021\] {
    aspect-ratio: 0.8419913649559021;
  }
  .aspect-\[0\.8445945978164673\] {
    aspect-ratio: 0.8445945978164673;
  }
  .aspect-\[0\.8500000238418579\] {
    aspect-ratio: 0.8500000238418579;
  }
  .aspect-\[0\.8585858345031738\] {
    aspect-ratio: 0.8585858345031738;
  }
  .aspect-\[0\.8588957190513611\] {
    aspect-ratio: 0.8588957190513611;
  }
  .aspect-\[0\.8615384697914124\] {
    aspect-ratio: 0.8615384697914124;
  }
  .aspect-\[0\.8658536672592163\] {
    aspect-ratio: 0.8658536672592163;
  }
  .aspect-\[0\.8662790656089783\] {
    aspect-ratio: 0.8662790656089783;
  }
  .aspect-\[0\.8693467378616333\] {
    aspect-ratio: 0.8693467378616333;
  }
  .aspect-\[0\.8743455410003662\] {
    aspect-ratio: 0.8743455410003662;
  }
  .aspect-\[0\.8763440847396851\] {
    aspect-ratio: 0.8763440847396851;
  }
  .aspect-\[0\.8846153616905212\] {
    aspect-ratio: 0.8846153616905212;
  }
  .aspect-\[0\.8863636255264282\] {
    aspect-ratio: 0.8863636255264282;
  }
  .aspect-\[0\.8900523781776428\] {
    aspect-ratio: 0.8900523781776428;
  }
  .aspect-\[0\.8902438879013062\] {
    aspect-ratio: 0.8902438879013062;
  }
  .aspect-\[0\.8926553726196289\] {
    aspect-ratio: 0.8926553726196289;
  }
  .aspect-\[0\.9018691778182983\] {
    aspect-ratio: 0.9018691778182983;
  }
  .aspect-\[0\.9084967374801636\] {
    aspect-ratio: 0.9084967374801636;
  }
  .aspect-\[0\.9109588861465454\] {
    aspect-ratio: 0.9109588861465454;
  }
  .aspect-\[0\.9145728349685669\] {
    aspect-ratio: 0.9145728349685669;
  }
  .aspect-\[0\.9158415794372559\] {
    aspect-ratio: 0.9158415794372559;
  }
  .aspect-\[0\.9189189076423645\] {
    aspect-ratio: 0.9189189076423645;
  }
  .aspect-\[0\.9197860956192017\] {
    aspect-ratio: 0.9197860956192017;
  }
  .aspect-\[0\.9202127456665039\] {
    aspect-ratio: 0.9202127456665039;
  }
  .aspect-\[0\.9235293865203857\] {
    aspect-ratio: 0.9235293865203857;
  }
  .aspect-\[0\.9245283007621765\] {
    aspect-ratio: 0.9245283007621765;
  }
  .aspect-\[0\.9301075339317322\] {
    aspect-ratio: 0.9301075339317322;
  }
  .aspect-\[0\.9304812550544739\] {
    aspect-ratio: 0.9304812550544739;
  }
  .aspect-\[0\.9308510422706604\] {
    aspect-ratio: 0.9308510422706604;
  }
  .aspect-\[0\.9439252614974976\] {
    aspect-ratio: 0.9439252614974976;
  }
  .aspect-\[0\.9459459185600281\] {
    aspect-ratio: 0.9459459185600281;
  }
  .aspect-\[0\.9476439952850342\] {
    aspect-ratio: 0.9476439952850342;
  }
  .aspect-\[0\.9481865167617798\] {
    aspect-ratio: 0.9481865167617798;
  }
  .aspect-\[0\.9518072009086609\] {
    aspect-ratio: 0.9518072009086609;
  }
  .aspect-\[0\.9567567706108093\] {
    aspect-ratio: 0.9567567706108093;
  }
  .aspect-\[0\.9661017060279846\] {
    aspect-ratio: 0.9661017060279846;
  }
  .aspect-\[0\.9672130942344666\] {
    aspect-ratio: 0.9672130942344666;
  }
  .aspect-\[0\.9677419066429138\] {
    aspect-ratio: 0.9677419066429138;
  }
  .aspect-\[0\.9693251252174377\] {
    aspect-ratio: 0.9693251252174377;
  }
  .aspect-\[0\.9781420826911926\] {
    aspect-ratio: 0.9781420826911926;
  }
  .aspect-\[0\.9833333492279053\] {
    aspect-ratio: 0.9833333492279053;
  }
  .aspect-\[0\.9847715497016907\] {
    aspect-ratio: 0.9847715497016907;
  }
  .aspect-\[1\.75\] {
    aspect-ratio: 1.75;
  }
  .aspect-\[1\.21875\] {
    aspect-ratio: 1.21875;
  }
  .aspect-\[1\.005555510520935\] {
    aspect-ratio: 1.005555510520935;
  }
  .aspect-\[1\.006250023841858\] {
    aspect-ratio: 1.006250023841858;
  }
  .aspect-\[1\.006666660308838\] {
    aspect-ratio: 1.006666660308838;
  }
  .aspect-\[1\.042553186416626\] {
    aspect-ratio: 1.042553186416626;
  }
  .aspect-\[1\.0059523582458496\] {
    aspect-ratio: 1.0059523582458496;
  }
  .aspect-\[1\.98421049118042\] {
    aspect-ratio: 1.98421049118042;
  }
  .aspect-\[1\.139393925666809\] {
    aspect-ratio: 1.139393925666809;
  }
  .aspect-\[1\.0165975093841553\] {
    aspect-ratio: 1.0165975093841553;
  }
  .aspect-\[1\.340000033378601\] {
    aspect-ratio: 1.340000033378601;
  }
  .aspect-\[1\.0470085144042969\] {
    aspect-ratio: 1.0470085144042969;
  }
  .aspect-\[1\.505226492881775\] {
    aspect-ratio: 1.505226492881775;
  }
  .aspect-\[1\.567375898361206\] {
    aspect-ratio: 1.567375898361206;
  }
  .aspect-\[1\.0604395866394043\] {
    aspect-ratio: 1.0604395866394043;
  }
  .aspect-\[1\.669291377067566\] {
    aspect-ratio: 1.669291377067566;
  }
  .aspect-\[1\.676829218864441\] {
    aspect-ratio: 1.676829218864441;
  }
  .aspect-\[1\.712499976158142\] {
    aspect-ratio: 1.712499976158142;
  }
  .aspect-\[1\.0714285373687744\] {
    aspect-ratio: 1.0714285373687744;
  }
  .aspect-\[1\.731428623199463\] {
    aspect-ratio: 1.731428623199463;
  }
  .aspect-\[1\.0810810327529907\] {
    aspect-ratio: 1.0810810327529907;
  }
  .aspect-\[1\.0958083868026733\] {
    aspect-ratio: 1.0958083868026733;
  }
  .aspect-\[1\.0972973108291626\] {
    aspect-ratio: 1.0972973108291626;
  }
  .aspect-\[1\.1420118808746338\] {
    aspect-ratio: 1.1420118808746338;
  }
  .aspect-\[1\.1845238208770752\] {
    aspect-ratio: 1.1845238208770752;
  }
  .aspect-\[1\.2200000286102295\] {
    aspect-ratio: 1.2200000286102295;
  }
  .aspect-\[1\.2264150381088257\] {
    aspect-ratio: 1.2264150381088257;
  }
  .aspect-\[1\.2406947612762451\] {
    aspect-ratio: 1.2406947612762451;
  }
  .aspect-\[1\.2645739316940308\] {
    aspect-ratio: 1.2645739316940308;
  }
  .aspect-\[1\.3059701919555664\] {
    aspect-ratio: 1.3059701919555664;
  }
  .aspect-\[1\.3108882904052734\] {
    aspect-ratio: 1.3108882904052734;
  }
  .aspect-\[1\.3165467977523804\] {
    aspect-ratio: 1.3165467977523804;
  }
  .aspect-\[1\.4206348657608032\] {
    aspect-ratio: 1.4206348657608032;
  }
  .aspect-\[1\.4576271772384644\] {
    aspect-ratio: 1.4576271772384644;
  }
  .aspect-\[1\.4642857313156128\] {
    aspect-ratio: 1.4642857313156128;
  }
  .aspect-\[1\.4920635223388672\] {
    aspect-ratio: 1.4920635223388672;
  }
  .aspect-\[1\.5352113246917725\] {
    aspect-ratio: 1.5352113246917725;
  }
  .aspect-\[1\.5522388219833374\] {
    aspect-ratio: 1.5522388219833374;
  }
  .aspect-\[1\.6140351295471191\] {
    aspect-ratio: 1.6140351295471191;
  }
  .aspect-\[1\.6358025074005127\] {
    aspect-ratio: 1.6358025074005127;
  }
  .aspect-\[1\.6594911813735962\] {
    aspect-ratio: 1.6594911813735962;
  }
  .aspect-\[1\.6597938537597656\] {
    aspect-ratio: 1.6597938537597656;
  }
  .aspect-\[1\.6805555820465088\] {
    aspect-ratio: 1.6805555820465088;
  }
  .aspect-\[1\.7118643522262573\] {
    aspect-ratio: 1.7118643522262573;
  }
  .aspect-\[1\.7261483669281006\] {
    aspect-ratio: 1.7261483669281006;
  }
  .aspect-\[1\.7386363744735718\] {
    aspect-ratio: 1.7386363744735718;
  }
  .aspect-\[1\.7441860437393188\] {
    aspect-ratio: 1.7441860437393188;
  }
  .aspect-\[1\.7536232471466064\] {
    aspect-ratio: 1.7536232471466064;
  }
  .aspect-\[1\.7603305578231812\] {
    aspect-ratio: 1.7603305578231812;
  }
  .aspect-\[1\.7615385055541992\] {
    aspect-ratio: 1.7615385055541992;
  }
  .aspect-\[1\.7852760553359985\] {
    aspect-ratio: 1.7852760553359985;
  }
  .aspect-\[1\.8067632913589478\] {
    aspect-ratio: 1.8067632913589478;
  }
  .aspect-\[1\.8255033493041992\] {
    aspect-ratio: 1.8255033493041992;
  }
  .aspect-\[1\.8270676136016846\] {
    aspect-ratio: 1.8270676136016846;
  }
  .aspect-\[1\.8275861740112305\] {
    aspect-ratio: 1.8275861740112305;
  }
  .aspect-\[1\.8444443941116333\] {
    aspect-ratio: 1.8444443941116333;
  }
  .aspect-\[1\.8928571939468384\] {
    aspect-ratio: 1.8928571939468384;
  }
  .aspect-\[1\.8938052654266357\] {
    aspect-ratio: 1.8938052654266357;
  }
  .aspect-\[1\.9026548862457275\] {
    aspect-ratio: 1.9026548862457275;
  }
  .aspect-\[1\.9243242740631104\] {
    aspect-ratio: 1.9243242740631104;
  }
  .aspect-\[1\] {
    aspect-ratio: 1;
  }
  .aspect-\[2\.5\] {
    aspect-ratio: 2.5;
  }
  .aspect-\[2\.038167953491211\] {
    aspect-ratio: 2.038167953491211;
  }
  .aspect-\[2\.78947377204895\] {
    aspect-ratio: 2.78947377204895;
  }
  .aspect-\[2\.186274528503418\] {
    aspect-ratio: 2.186274528503418;
  }
  .aspect-\[2\.241205930709839\] {
    aspect-ratio: 2.241205930709839;
  }
  .aspect-\[2\.378378391265869\] {
    aspect-ratio: 2.378378391265869;
  }
  .aspect-\[2\.404545545578003\] {
    aspect-ratio: 2.404545545578003;
  }
  .aspect-\[2\.572327136993408\] {
    aspect-ratio: 2.572327136993408;
  }
  .aspect-\[2\.578005075454712\] {
    aspect-ratio: 2.578005075454712;
  }
  .aspect-\[2\.579411745071411\] {
    aspect-ratio: 2.579411745071411;
  }
  .aspect-\[2\.654761791229248\] {
    aspect-ratio: 2.654761791229248;
  }
  .aspect-\[2\.729032278060913\] {
    aspect-ratio: 2.729032278060913;
  }
  .aspect-\[2\.0734965801239014\] {
    aspect-ratio: 2.0734965801239014;
  }
  .aspect-\[2\.847682237625122\] {
    aspect-ratio: 2.847682237625122;
  }
  .aspect-\[2\.874626874923706\] {
    aspect-ratio: 2.874626874923706;
  }
  .aspect-\[2\.887096881866455\] {
    aspect-ratio: 2.887096881866455;
  }
  .aspect-\[2\.939393997192383\] {
    aspect-ratio: 2.939393997192383;
  }
  .aspect-\[2\.1581196784973145\] {
    aspect-ratio: 2.1581196784973145;
  }
  .aspect-\[2\.3131868839263916\] {
    aspect-ratio: 2.3131868839263916;
  }
  .aspect-\[2\.3280422687530518\] {
    aspect-ratio: 2.3280422687530518;
  }
  .aspect-\[2\.3965516090393066\] {
    aspect-ratio: 2.3965516090393066;
  }
  .aspect-\[2\.4141414165496826\] {
    aspect-ratio: 2.4141414165496826;
  }
  .aspect-\[2\.4210526943206787\] {
    aspect-ratio: 2.4210526943206787;
  }
  .aspect-\[2\.4680850505828857\] {
    aspect-ratio: 2.4680850505828857;
  }
  .aspect-\[2\.5444445610046387\] {
    aspect-ratio: 2.5444445610046387;
  }
  .aspect-\[2\.5809247493743896\] {
    aspect-ratio: 2.5809247493743896;
  }
  .aspect-\[2\.5889570713043213\] {
    aspect-ratio: 2.5889570713043213;
  }
  .aspect-\[2\.6163523197174072\] {
    aspect-ratio: 2.6163523197174072;
  }
  .aspect-\[2\.6542856693267822\] {
    aspect-ratio: 2.6542856693267822;
  }
  .aspect-\[2\.7058823108673096\] {
    aspect-ratio: 2.7058823108673096;
  }
  .aspect-\[2\.7161290645599365\] {
    aspect-ratio: 2.7161290645599365;
  }
  .aspect-\[2\.7302632331848145\] {
    aspect-ratio: 2.7302632331848145;
  }
  .aspect-\[2\.7905404567718506\] {
    aspect-ratio: 2.7905404567718506;
  }
  .aspect-\[2\.7926828861236572\] {
    aspect-ratio: 2.7926828861236572;
  }
  .aspect-\[2\.8427672386169434\] {
    aspect-ratio: 2.8427672386169434;
  }
  .aspect-\[2\.8486647605895996\] {
    aspect-ratio: 2.8486647605895996;
  }
  .aspect-\[2\.9589040279388428\] {
    aspect-ratio: 2.9589040279388428;
  }
  .aspect-\[3\.2734375\] {
    aspect-ratio: 3.2734375;
  }
  .aspect-\[3\.3671875\] {
    aspect-ratio: 3.3671875;
  }
  .aspect-\[3\.102189779281616\] {
    aspect-ratio: 3.102189779281616;
  }
  .aspect-\[3\.153284788131714\] {
    aspect-ratio: 3.153284788131714;
  }
  .aspect-\[3\.189655065536499\] {
    aspect-ratio: 3.189655065536499;
  }
  .aspect-\[3\.0287768840789795\] {
    aspect-ratio: 3.0287768840789795;
  }
  .aspect-\[3\.303030252456665\] {
    aspect-ratio: 3.303030252456665;
  }
  .aspect-\[3\.357142925262451\] {
    aspect-ratio: 3.357142925262451;
  }
  .aspect-\[3\.549180269241333\] {
    aspect-ratio: 3.549180269241333;
  }
  .aspect-\[3\.626984119415283\] {
    aspect-ratio: 3.626984119415283;
  }
  .aspect-\[3\.769911527633667\] {
    aspect-ratio: 3.769911527633667;
  }
  .aspect-\[3\.2121212482452393\] {
    aspect-ratio: 3.2121212482452393;
  }
  .aspect-\[3\.2904412746429443\] {
    aspect-ratio: 3.2904412746429443;
  }
  .aspect-\[3\.2923076152801514\] {
    aspect-ratio: 3.2923076152801514;
  }
  .aspect-\[3\.3149607181549072\] {
    aspect-ratio: 3.3149607181549072;
  }
  .aspect-\[3\.6465516090393066\] {
    aspect-ratio: 3.6465516090393066;
  }
  .aspect-\[3\.6525423526763916\] {
    aspect-ratio: 3.6525423526763916;
  }
  .aspect-\[3\.7096774578094482\] {
    aspect-ratio: 3.7096774578094482;
  }
  .aspect-\[3\.8363635540008545\] {
    aspect-ratio: 3.8363635540008545;
  }
  .aspect-\[undefined\] {
    aspect-ratio: undefined;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-auto {
    height: auto;
  }
  .h-screen {
    height: 100vh;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[175px\] {
    width: 175px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[275px\] {
    width: 275px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[550px\] {
    width: 550px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .flex-auto {
    flex: auto;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .basis-md {
    flex-basis: var(--container-md);
  }
  .origin-center {
    transform-origin: center;
  }
  .translate-x-\[0px\] {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-20 {
    --tw-translate-y: calc(var(--spacing) * 20);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0px\] {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-\[100\%\] {
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[100\%\] {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-\[0deg\] {
    rotate: 0deg;
  }
  .skew-x-\[0deg\] {
    --tw-skew-x: skewX(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skew-y-\[0deg\] {
    --tw-skew-y: skewY(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .content-center {
    align-content: center;
  }
  .content-normal {
    align-content: normal;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-normal {
    justify-content: normal;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-normal {
    justify-items: normal;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-2\.5 {
    column-gap: calc(var(--spacing) * 2.5);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .self-auto {
    align-self: auto;
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-auto {
    justify-self: auto;
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: 36.0rem;
  }
  .rounded-tl-none {
    border-top-left-radius: 0.0rem;
  }
  .rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }
  .rounded-tr-none {
    border-top-right-radius: 0.0rem;
  }
  .rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
  .rounded-br-none {
    border-bottom-right-radius: 0.0rem;
  }
  .rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }
  .rounded-bl-none {
    border-bottom-left-radius: 0.0rem;
  }
  .rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.12rem;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.0rem;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.12rem;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.0rem;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.12rem;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.0rem;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.12rem;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.0rem;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-blue-700\/\[100\%\] {
    border-color: #2b467e;
  }
  .border-surface-800\/\[100\%\] {
    border-color: #344458;
  }
  .bg-black-50 {
    background-color: #d0d0d0;
  }
  .bg-black-50\/\(--bgColorOpacity\) {
    background-color: #d0d0d0;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #d0d0d0 var(--bgColorOpacity), transparent);
    }
  }
  .bg-blue-700 {
    background-color: #2b467e;
  }
  .bg-blue-700\/\(--bgColorOpacity\) {
    background-color: #2b467e;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, #2b467e var(--bgColorOpacity), transparent);
    }
  }
  .object-center {
    object-position: center;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pr-0 {
    padding-right: 0;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-3\.5 {
    padding-right: calc(var(--spacing) * 3.5);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-3\.5 {
    padding-left: calc(var(--spacing) * 3.5);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'sans-serif';
  }
  .font-heading {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'sans-serif';
  }
  .text-2xl {
    font-size: 1.50rem;
    line-height: var(--tw-leading, 2.00rem);
  }
  .text-3xl {
    font-size: 1.88rem;
    line-height: var(--tw-leading, 2.25rem);
  }
  .text-5xl {
    font-size: 3.00rem;
    line-height: var(--tw-leading, 3.50rem);
  }
  .text-6xl {
    font-size: 3.75rem;
    line-height: var(--tw-leading, 4.50rem);
  }
  .text-base {
    font-size: 1.00rem;
    line-height: var(--tw-leading, 1.50rem);
  }
  .text-sm {
    font-size: 0.88rem;
    line-height: var(--tw-leading, 1.25rem);
  }
  .text-xl {
    font-size: 1.25rem;
    line-height: var(--tw-leading, 1.75rem);
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: var(--tw-leading, 1.00rem);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-blue-700\/\(--textColorOpacity\) {
    color: #2b467e;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #2b467e var(--textColorOpacity), transparent);
    }
  }
  .text-blue-800\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #223053;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #223053 var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-blue-800\/\(--textColorOpacity\) {
    color: #223053;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, #223053 var(--textColorOpacity), transparent);
    }
  }
  .text-white {
    color: #ffffff;
  }
  .normal-case {
    text-transform: none;
  }
  .not-italic {
    font-style: normal;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[100\%\] {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0px 2px 4px 0px var(--tw-shadow-color, rgba(26,41,82,0.20)), 0px 6px 6px 0px var(--tw-shadow-color, rgba(26,41,82,0.20));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0px 2px 4px 0px var(--tw-shadow-color, rgba(26,41,82,0.20)), 0px 4px 13px 0px var(--tw-shadow-color, rgba(26,41,82,0.20));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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, 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));
  }
  .delay-\[0ms\] {
    transition-delay: 0ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[300ms\] {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\[--bgColorOpacity\:100\%\] {
    --bgColorOpacity: 100%;
  }
  .\[--box-shadow-opacity\:100\%\] {
    --box-shadow-opacity: 100%;
  }
  .\[--buttonFontAndTextStylesColorOpacity\:100\%\] {
    --buttonFontAndTextStylesColorOpacity: 100%;
  }
  .\[--textColorOpacity\:100\%\] {
    --textColorOpacity: 100%;
  }
  .text-shadow-none {
    text-shadow: none;
  }
  .hover\:translate-x-\[0px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-x: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:translate-y-\[0px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-x-\[110\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-y-\[110\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-y: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[110\%\] {
    &:hover {
      @media (hover: hover) {
        scale: 110%;
      }
    }
  }
  .hover\:rotate-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        rotate: 0deg;
      }
    }
  }
  .hover\:skew-x-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        --tw-skew-x: skewX(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:skew-y-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        --tw-skew-y: skewY(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:bg-blue-400 {
    &:hover {
      @media (hover: hover) {
        background-color: #5a8cf7;
      }
    }
  }
  .hover\:bg-brand-500\/\(--bgColorOpacityEnd\) {
    &:hover {
      @media (hover: hover) {
        background-color: #3892f8;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, #3892f8 var(--bgColorOpacityEnd), transparent);
        }
      }
    }
  }
  .hover\:text-surface-50\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #f5f7fa;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, #f5f7fa var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0px 2px 4px 0px var(--tw-shadow-color, rgba(26,41,82,0.20)), 0px 4px 13px 0px var(--tw-shadow-color, rgba(26,41,82,0.20));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:\[--bgColorOpacityEnd\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --bgColorOpacityEnd: 100%;
      }
    }
  }
  .hover\:\[--buttonFontAndTextStylesColorOpacityHover\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --buttonFontAndTextStylesColorOpacityHover: 100%;
      }
    }
  }
  .hover\:text-shadow-none {
    &:hover {
      @media (hover: hover) {
        text-shadow: none;
      }
    }
  }
  .\[\&_a\]\:font-\[400\] {
    & a {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\]\:text-brand-500 {
    & a {
      color: #3892f8;
    }
  }
  .\[\&_a\]\:no-underline {
    & a {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:hover\]\:font-\[400\] {
    & a:hover {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\:hover\]\:text-brand-800 {
    & a:hover {
      color: #1d4bb0;
    }
  }
  .\[\&_a\:hover\]\:no-underline {
    & a:hover {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:visited\]\:font-\[400\] {
    & a:visited {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\:visited\]\:text-brand-800 {
    & a:visited {
      color: #1d4bb0;
    }
  }
  .\[\&_a\:visited\]\:no-underline {
    & a:visited {
      text-decoration-line: none;
    }
  }
  .\[\&\>\*\]\:col-start-1 {
    &>* {
      grid-column-start: 1;
    }
  }
  .\[\&\>\*\]\:row-start-1 {
    &>* {
      grid-row-start: 1;
    }
  }
  .\[\&\>\*\]\:min-w-0 {
    &>* {
      min-width: 0;
    }
  }
}
@layer base {
  [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: #6a7282;
    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;
    &: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: #335dac;
      --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: #335dac;
    }
  }
  input::placeholder,textarea::placeholder {
    color: #6a7282;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    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='%236a7282' 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;
    print-color-adjust: exact;
  }
  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  [type='checkbox'],[type='radio'] {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #335dac;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[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: #335dac;
    --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);
  }
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [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) {
      appearance: auto;
    }
  }
  [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) {
      appearance: auto;
    }
  }
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [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) {
      appearance: auto;
    }
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-tracking {
  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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}

.container{max-width:100%;}
@media (min-width: 640px){.container{max-width:640px}}
@media (min-width: 768px){.container{max-width:768px}}
@media (min-width: 1024px){.container{max-width:1024px}}
@media (min-width: 1280px){.container{max-width:1280px}}
@media (min-width: 1536px){.container{max-width:1536px}}/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
