/*! tailwindcss v4.1.8 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --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 {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[56px\] {
    top: 56px;
  }
  .top-\[74px\] {
    top: 74px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[-10\] {
    z-index: -10;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[31px\] {
    margin-top: 31px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[19px\] {
    margin-bottom: 19px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[62px\] {
    margin-bottom: 62px;
  }
  .mb-\[109px\] {
    margin-bottom: 109px;
  }
  .mb-\[120px\] {
    margin-bottom: 120px;
  }
  .ml-\[4\.45px\] {
    margin-left: 4.45px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .ml-\[9px\] {
    margin-left: 9px;
  }
  .ml-\[13\.53px\] {
    margin-left: 13.53px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[34\.3px\] {
    height: 34.3px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[161px\] {
    height: 161px;
  }
  .h-\[203px\] {
    height: 203px;
  }
  .h-\[207px\] {
    height: 207px;
  }
  .h-\[213px\] {
    height: 213px;
  }
  .h-\[453px\] {
    height: 453px;
  }
  .h-\[463px\] {
    height: 463px;
  }
  .h-full {
    height: 100%;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[129px\] {
    width: 129px;
  }
  .w-\[175px\] {
    width: 175px;
  }
  .w-\[449px\] {
    width: 449px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[129px\] {
    max-width: 129px;
  }
  .max-w-\[131px\] {
    max-width: 131px;
  }
  .max-w-\[295px\] {
    max-width: 295px;
  }
  .max-w-\[319px\] {
    max-width: 319px;
  }
  .max-w-\[323px\] {
    max-width: 323px;
  }
  .max-w-\[342px\] {
    max-width: 342px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[359px\] {
    max-width: 359px;
  }
  .max-w-\[375px\] {
    max-width: 375px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[449px\] {
    max-width: 449px;
  }
  .max-w-\[483px\] {
    max-width: 483px;
  }
  .max-w-\[749px\] {
    max-width: 749px;
  }
  .max-w-\[754\.34px\] {
    max-width: 754.34px;
  }
  .max-w-\[754px\] {
    max-width: 754px;
  }
  .max-w-\[1698px\] {
    max-width: 1698px;
  }
  .min-w-\[111px\] {
    min-width: 111px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[449px\] {
    min-width: 449px;
  }
  .flex-1 {
    flex: 1;
  }
  .translate-x-\[calc\(50\%\+377px\+64px\)\] {
    --tw-translate-x: calc(50% + 377px + 64px);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[19\.58px\] {
    gap: 19.58px;
  }
  .gap-\[72\.66px\] {
    gap: 72.66px;
  }
  .gap-x-\[5px\] {
    column-gap: 5px;
  }
  .gap-x-\[8px\] {
    column-gap: 8px;
  }
  .gap-x-\[17px\] {
    column-gap: 17px;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[24px\] {
    column-gap: 24px;
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .gap-y-\[19px\] {
    row-gap: 19px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .self-center {
    align-self: center;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[9\.805px\] {
    border-radius: 9.805px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#D2D2D2\] {
    border-color: #D2D2D2;
  }
  .border-\[\#E15D3A\] {
    border-color: #E15D3A;
  }
  .bg-\[\#7D7D7D\] {
    background-color: #7D7D7D;
  }
  .bg-\[\#016e4e\] {
    background-color: #016e4e;
  }
  .bg-\[\#25D366\] {
    background-color: #25D366;
  }
  .bg-\[\#52B996\] {
    background-color: #52B996;
  }
  .bg-\[\#95D03A\] {
    background-color: #95D03A;
  }
  .bg-\[\#4267B2\] {
    background-color: #4267B2;
  }
  .bg-\[\#23356E\] {
    background-color: #23356E;
  }
  .bg-\[\#D2D2D2\] {
    background-color: #D2D2D2;
  }
  .bg-\[\#E5B144\] {
    background-color: #E5B144;
  }
  .bg-\[\#EDF9FF\] {
    background-color: #EDF9FF;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[5px_11px_5px_5px\] {
    padding: 5px 11px 5px 5px;
  }
  .p-\[14\.19px_22px_27px_27px\] {
    padding: 14.19px 22px 27px 27px;
  }
  .p-\[34\.19px_22px_42px_27px\] {
    padding: 34.19px 22px 42px 27px;
  }
  .px-\[4\.5px\] {
    padding-inline: 4.5px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .pt-\[6\.86px\] {
    padding-top: 6.86px;
  }
  .pt-\[14px\] {
    padding-top: 14px;
  }
  .pt-\[31\.73px\] {
    padding-top: 31.73px;
  }
  .pt-\[34\.195px\] {
    padding-top: 34.195px;
  }
  .pr-\[6px\] {
    padding-right: 6px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pr-\[22px\] {
    padding-right: 22px;
  }
  .pr-\[24px\] {
    padding-right: 24px;
  }
  .pr-\[33px\] {
    padding-right: 33px;
  }
  .pb-\[13\.68px\] {
    padding-bottom: 13.68px;
  }
  .pb-\[22px\] {
    padding-bottom: 22px;
  }
  .pb-\[31\.27px\] {
    padding-bottom: 31.27px;
  }
  .pb-\[42px\] {
    padding-bottom: 42px;
  }
  .pb-\[64\.81px\] {
    padding-bottom: 64.81px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-\[7px\] {
    padding-left: 7px;
  }
  .pl-\[11px\] {
    padding-left: 11px;
  }
  .pl-\[21px\] {
    padding-left: 21px;
  }
  .pl-\[23px\] {
    padding-left: 23px;
  }
  .pl-\[27px\] {
    padding-left: 27px;
  }
  .pl-\[36px\] {
    padding-left: 36px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13\.623px\] {
    font-size: 13.623px;
  }
  .text-\[13\.894px\] {
    font-size: 13.894px;
  }
  .text-\[15\.75px\] {
    font-size: 15.75px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .leading-\[15\.6px\] {
    --tw-leading: 15.6px;
    line-height: 15.6px;
  }
  .leading-\[16\.5px\] {
    --tw-leading: 16.5px;
    line-height: 16.5px;
  }
  .leading-\[20\.841px\] {
    --tw-leading: 20.841px;
    line-height: 20.841px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }
  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .tracking-\[0\.33px\] {
    --tw-tracking: 0.33px;
    letter-spacing: 0.33px;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#4394FF\] {
    color: #4394FF;
  }
  .text-\[\#49545E\] {
    color: #49545E;
  }
  .text-\[\#212529\] {
    color: #212529;
  }
  .text-\[\#E5B144\] {
    color: #E5B144;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-solid {
    text-decoration-style: solid;
  }
  .shadow-\[0px_4px_4px_0px_rgba\(0\,_0\,_0\,_0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-\[2px\] {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .outline-\[\#E15D3A\] {
    outline-color: #E15D3A;
  }
  .outline-dashed {
    --tw-outline-style: dashed;
    outline-style: dashed;
  }
  .marker\:text-\[20px\] {
    & *::marker {
      font-size: 20px;
    }
    &::marker {
      font-size: 20px;
    }
    & *::-webkit-details-marker {
      font-size: 20px;
    }
    &::-webkit-details-marker {
      font-size: 20px;
    }
  }
  .marker\:leading-\[normal\] {
    & *::marker {
      --tw-leading: normal;
      line-height: normal;
    }
    &::marker {
      --tw-leading: normal;
      line-height: normal;
    }
    & *::-webkit-details-marker {
      --tw-leading: normal;
      line-height: normal;
    }
    &::-webkit-details-marker {
      --tw-leading: normal;
      line-height: normal;
    }
  }
  .marker\:font-bold {
    & *::marker {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    &::marker {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    & *::-webkit-details-marker {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    &::-webkit-details-marker {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .marker\:text-\[\#333\] {
    & *::marker {
      color: #333;
    }
    &::marker {
      color: #333;
    }
    & *::-webkit-details-marker {
      color: #333;
    }
    &::-webkit-details-marker {
      color: #333;
    }
  }
  .max-\[767px\]\:mb-\[15px\] {
    @media (width < 767px) {
      margin-bottom: 15px;
    }
  }
  .max-\[767px\]\:max-w-\[200px\] {
    @media (width < 767px) {
      max-width: 200px;
    }
  }
  .max-\[767px\]\:max-w-\[284px\] {
    @media (width < 767px) {
      max-width: 284px;
    }
  }
  .max-\[767px\]\:max-w-\[326px\] {
    @media (width < 767px) {
      max-width: 326px;
    }
  }
  .max-\[767px\]\:max-w-\[327px\] {
    @media (width < 767px) {
      max-width: 327px;
    }
  }
  .max-\[767px\]\:max-w-\[328px\] {
    @media (width < 767px) {
      max-width: 328px;
    }
  }
  .max-\[767px\]\:max-w-\[342px\] {
    @media (width < 767px) {
      max-width: 342px;
    }
  }
  .max-\[767px\]\:max-w-\[349px\] {
    @media (width < 767px) {
      max-width: 349px;
    }
  }
  .max-\[767px\]\:max-w-\[350px\] {
    @media (width < 767px) {
      max-width: 350px;
    }
  }
  .max-\[767px\]\:max-w-\[354px\] {
    @media (width < 767px) {
      max-width: 354px;
    }
  }
  .max-\[767px\]\:max-w-\[357px\] {
    @media (width < 767px) {
      max-width: 357px;
    }
  }
  .max-\[767px\]\:max-w-\[361px\] {
    @media (width < 767px) {
      max-width: 361px;
    }
  }
  .max-\[767px\]\:max-w-\[365px\] {
    @media (width < 767px) {
      max-width: 365px;
    }
  }
  .max-\[767px\]\:max-w-\[369px\] {
    @media (width < 767px) {
      max-width: 369px;
    }
  }
  .max-\[767px\]\:max-w-\[377px\] {
    @media (width < 767px) {
      max-width: 377px;
    }
  }
  .min-\[768px\]\:max-w-\[754px\] {
    @media (width >= 768px) {
      max-width: 754px;
    }
  }
  .min-\[1440px\]\:block {
    @media (width >= 1440px) {
      display: block;
    }
  }
  .min-\[1780px\]\:block {
    @media (width >= 1780px) {
      display: block;
    }
  }
  .min-\[1780px\]\:hidden {
    @media (width >= 1780px) {
      display: none;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[5px\] {
    @media (width >= 48rem) {
      margin-top: 5px;
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 48rem) {
      margin-top: 40px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[20px\] {
    @media (width >= 48rem) {
      margin-bottom: 20px;
    }
  }
  .md\:mb-\[77px\] {
    @media (width >= 48rem) {
      margin-bottom: 77px;
    }
  }
  .md\:ml-\[13\.7px\] {
    @media (width >= 48rem) {
      margin-left: 13.7px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:h-\[25px\] {
    @media (width >= 48rem) {
      height: 25px;
    }
  }
  .md\:h-\[26px\] {
    @media (width >= 48rem) {
      height: 26px;
    }
  }
  .md\:h-\[27px\] {
    @media (width >= 48rem) {
      height: 27px;
    }
  }
  .md\:h-\[29px\] {
    @media (width >= 48rem) {
      height: 29px;
    }
  }
  .md\:h-\[32px\] {
    @media (width >= 48rem) {
      height: 32px;
    }
  }
  .md\:h-\[38px\] {
    @media (width >= 48rem) {
      height: 38px;
    }
  }
  .md\:h-\[240px\] {
    @media (width >= 48rem) {
      height: 240px;
    }
  }
  .md\:h-\[255px\] {
    @media (width >= 48rem) {
      height: 255px;
    }
  }
  .md\:h-\[453px\] {
    @media (width >= 48rem) {
      height: 453px;
    }
  }
  .md\:w-\[25px\] {
    @media (width >= 48rem) {
      width: 25px;
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[98px\] {
    @media (width >= 48rem) {
      width: 98px;
    }
  }
  .md\:w-\[101px\] {
    @media (width >= 48rem) {
      width: 101px;
    }
  }
  .md\:w-\[102px\] {
    @media (width >= 48rem) {
      width: 102px;
    }
  }
  .md\:w-\[277px\] {
    @media (width >= 48rem) {
      width: 277px;
    }
  }
  .md\:max-w-\[185px\] {
    @media (width >= 48rem) {
      max-width: 185px;
    }
  }
  .md\:max-w-\[277px\] {
    @media (width >= 48rem) {
      max-width: 277px;
    }
  }
  .md\:max-w-\[727px\] {
    @media (width >= 48rem) {
      max-width: 727px;
    }
  }
  .md\:max-w-\[749px\] {
    @media (width >= 48rem) {
      max-width: 749px;
    }
  }
  .md\:max-w-\[754px\] {
    @media (width >= 48rem) {
      max-width: 754px;
    }
  }
  .md\:max-w-\[1296px\] {
    @media (width >= 48rem) {
      max-width: 1296px;
    }
  }
  .md\:min-w-\[unset\] {
    @media (width >= 48rem) {
      min-width: unset;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-\[120px\] {
    @media (width >= 48rem) {
      gap: 120px;
    }
  }
  .md\:gap-y-\[20px\] {
    @media (width >= 48rem) {
      row-gap: 20px;
    }
  }
  .md\:gap-y-\[30px\] {
    @media (width >= 48rem) {
      row-gap: 30px;
    }
  }
  .md\:self-start {
    @media (width >= 48rem) {
      align-self: flex-start;
    }
  }
  .md\:p-\[34\.19px_22px_42px_27px\] {
    @media (width >= 48rem) {
      padding: 34.19px 22px 42px 27px;
    }
  }
  .md\:p-\[34\.19px_30\.33px_42px_27px\] {
    @media (width >= 48rem) {
      padding: 34.19px 30.33px 42px 27px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[15px\] {
    @media (width >= 48rem) {
      padding-inline: 15px;
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-\[20px\] {
    @media (width >= 48rem) {
      padding-block: 20px;
    }
  }
  .md\:py-\[36px\] {
    @media (width >= 48rem) {
      padding-block: 36px;
    }
  }
  .md\:pt-\[31px\] {
    @media (width >= 48rem) {
      padding-top: 31px;
    }
  }
  .md\:pt-\[34\.195px\] {
    @media (width >= 48rem) {
      padding-top: 34.195px;
    }
  }
  .md\:pr-\[22px\] {
    @media (width >= 48rem) {
      padding-right: 22px;
    }
  }
  .md\:pb-\[42px\] {
    @media (width >= 48rem) {
      padding-bottom: 42px;
    }
  }
  .md\:pb-\[119px\] {
    @media (width >= 48rem) {
      padding-bottom: 119px;
    }
  }
  .md\:pl-\[27px\] {
    @media (width >= 48rem) {
      padding-left: 27px;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\[15\.75px\] {
    @media (width >= 48rem) {
      font-size: 15.75px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:leading-\[23\.4px\] {
    @media (width >= 48rem) {
      --tw-leading: 23.4px;
      line-height: 23.4px;
    }
  }
  .md\:leading-\[130\%\] {
    @media (width >= 48rem) {
      --tw-leading: 130%;
      line-height: 130%;
    }
  }
  .md\:font-bold {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .md\:tracking-\[-1px\] {
    @media (width >= 48rem) {
      --tw-tracking: -1px;
      letter-spacing: -1px;
    }
  }
  .md\:text-\[\#333\] {
    @media (width >= 48rem) {
      color: #333;
    }
  }
  .md\:normal-case {
    @media (width >= 48rem) {
      text-transform: none;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
}
.font-roboto {
  font-family: "Roboto",sans-serif;
}
.font-lato {
  font-family: "lato",sans-serif;
}
.font-opensans {
  font-family: "Open Sans",sans-serif;
}
.font-work-sans {
  font-family: "Work Sans",sans-serif;
}
@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-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-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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-outline-style: solid;
    }
  }
}
