/*! tailwindcss v4.1.13 | 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-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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);
    --font-roboto: "Roboto", sans-serif;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[30px\] {
    top: 30px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[30px\] {
    right: 30px;
  }
  .bottom-\[8\.8rem\] {
    bottom: 8.8rem;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[9\] {
    z-index: 9;
  }
  .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;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .mb-\[3rem\] {
    margin-bottom: 3rem;
  }
  .mb-\[4rem\] {
    margin-bottom: 4rem;
  }
  .mb-\[5rem\] {
    margin-bottom: 5rem;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-\[12rem\] {
    height: 12rem;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[97px\] {
    height: 97px;
  }
  .h-full {
    height: 100%;
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[37\%\] {
    width: 37%;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[72\%\] {
    width: 72%;
  }
  .w-\[76\%\] {
    width: 76%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[502px\] {
    width: 502px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[130rem\] {
    max-width: 130rem;
  }
  .max-w-\[189px\] {
    max-width: 189px;
  }
  .max-w-\[202px\] {
    max-width: 202px;
  }
  .max-w-\[216px\] {
    max-width: 216px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .shrink {
    flex-shrink: 1;
  }
  .origin-left {
    transform-origin: left;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    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,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-x-\[0\.8rem\] {
    column-gap: 0.8rem;
  }
  .gap-x-\[1rem\] {
    column-gap: 1rem;
  }
  .gap-x-\[2rem\] {
    column-gap: 2rem;
  }
  .gap-x-\[3rem\] {
    column-gap: 3rem;
  }
  .gap-x-\[10rem\] {
    column-gap: 10rem;
  }
  .gap-y-\[0\.8rem\] {
    row-gap: 0.8rem;
  }
  .gap-y-\[3rem\] {
    row-gap: 3rem;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[2\.5rem\] {
    border-radius: 2.5rem;
  }
  .rounded-\[4\.5rem\] {
    border-radius: 4.5rem;
  }
  .rounded-\[6\.2rem\] {
    border-radius: 6.2rem;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[6\.2rem\] {
    border-top-left-radius: 6.2rem;
    border-top-right-radius: 6.2rem;
  }
  .rounded-b-\[1\.6rem\] {
    border-bottom-right-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
  }
  .rounded-b-\[6\.3rem\] {
    border-bottom-right-radius: 6.3rem;
    border-bottom-left-radius: 6.3rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#3D06C5\] {
    border-color: #3D06C5;
  }
  .bg-\[\#626365\] {
    background-color: #626365;
  }
  .bg-\[\#F0F1F5\] {
    background-color: #F0F1F5;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .py-\[0\.6rem\] {
    padding-block: 0.6rem;
  }
  .py-\[1\.9rem\] {
    padding-block: 1.9rem;
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .pt-\[2rem\] {
    padding-top: 2rem;
  }
  .pt-\[7rem\] {
    padding-top: 7rem;
  }
  .pt-\[8rem\] {
    padding-top: 8rem;
  }
  .pt-\[10rem\] {
    padding-top: 10rem;
  }
  .pt-\[12rem\] {
    padding-top: 12rem;
  }
  .pb-\[3\.4rem\] {
    padding-bottom: 3.4rem;
  }
  .pb-\[7rem\] {
    padding-bottom: 7rem;
  }
  .pb-\[8rem\] {
    padding-bottom: 8rem;
  }
  .pb-\[10rem\] {
    padding-bottom: 10rem;
  }
  .pb-\[12rem\] {
    padding-bottom: 12rem;
  }
  .pb-\[13rem\] {
    padding-bottom: 13rem;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-top {
    vertical-align: top;
  }
  .font-roboto {
    font-family: var(--font-roboto);
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .text-\[4\.6rem\] {
    font-size: 4.6rem;
  }
  .text-\[6rem\] {
    font-size: 6rem;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-\[\#3D06C5\] {
    color: #3D06C5;
  }
  .text-\[\#3F06CD\] {
    color: #3F06CD;
  }
  .text-\[\#449DE4\] {
    color: #449DE4;
  }
  .text-\[\#F5F5F5\] {
    color: #F5F5F5;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0px_3px_6px_rgba\(0\,0\,0\,0\.29\)\] {
    --tw-shadow: 0px 3px 6px var(--tw-shadow-color, rgba(0,0,0,0.29));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .ease-\[ease\] {
    --tw-ease: ease;
    transition-timing-function: ease;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:scale-115 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 115%;
        --tw-scale-y: 115%;
        --tw-scale-z: 115%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:right-0 {
    &::before {
      content: var(--tw-content);
      right: 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\:rounded-t-\[4\.2rem\] {
    &::before {
      content: var(--tw-content);
      border-top-left-radius: 4.2rem;
      border-top-right-radius: 4.2rem;
    }
  }
  .before\:rounded-b-\[6\.3rem\] {
    &::before {
      content: var(--tw-content);
      border-bottom-right-radius: 6.3rem;
      border-bottom-left-radius: 6.3rem;
    }
  }
  .before\:bg-\[\#3D06C5\] {
    &::before {
      content: var(--tw-content);
      background-color: #3D06C5;
    }
  }
  .before\:bg-\[linear-gradient\(177deg\,\#3F06CE00_32\%\,\#200367_100\%\)\] {
    &::before {
      content: var(--tw-content);
      background-image: linear-gradient(177deg,#3F06CE00 32%,#200367 100%);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:scale-115 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 115%;
        --tw-scale-y: 115%;
        --tw-scale-z: 115%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-\[\#3D06C5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3D06C5;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .max-\[1400px\]\:px-\[1\.6rem\] {
    @media (width < 1400px) {
      padding-inline: 1.6rem;
    }
  }
  .max-\[1025px\]\:order-\[1\] {
    @media (width < 1025px) {
      order: 1;
    }
  }
  .max-\[1025px\]\:order-\[2\] {
    @media (width < 1025px) {
      order: 2;
    }
  }
  .max-\[1025px\]\:col-span-12 {
    @media (width < 1025px) {
      grid-column: span 12 / span 12;
    }
  }
  .max-\[1025px\]\:mb-\[4rem\] {
    @media (width < 1025px) {
      margin-bottom: 4rem;
    }
  }
  .max-\[1025px\]\:flex {
    @media (width < 1025px) {
      display: flex;
    }
  }
  .max-\[1025px\]\:hidden {
    @media (width < 1025px) {
      display: none;
    }
  }
  .max-\[1025px\]\:w-full {
    @media (width < 1025px) {
      width: 100%;
    }
  }
  .max-\[1025px\]\:flex-col {
    @media (width < 1025px) {
      flex-direction: column;
    }
  }
  .max-\[1025px\]\:flex-wrap {
    @media (width < 1025px) {
      flex-wrap: wrap;
    }
  }
  .max-\[1025px\]\:items-center {
    @media (width < 1025px) {
      align-items: center;
    }
  }
  .max-\[1025px\]\:justify-between {
    @media (width < 1025px) {
      justify-content: space-between;
    }
  }
  .max-\[1025px\]\:justify-center {
    @media (width < 1025px) {
      justify-content: center;
    }
  }
  .max-\[1025px\]\:gap-\[3rem\] {
    @media (width < 1025px) {
      gap: 3rem;
    }
  }
  .max-\[1025px\]\:text-center {
    @media (width < 1025px) {
      text-align: center;
    }
  }
  .max-\[769px\]\:bottom-\[3rem\] {
    @media (width < 769px) {
      bottom: 3rem;
    }
  }
  .max-\[769px\]\:col-span-12 {
    @media (width < 769px) {
      grid-column: span 12 / span 12;
    }
  }
  .max-\[769px\]\:mb-\[2rem\] {
    @media (width < 769px) {
      margin-bottom: 2rem;
    }
  }
  .max-\[769px\]\:mb-\[3rem\] {
    @media (width < 769px) {
      margin-bottom: 3rem;
    }
  }
  .max-\[769px\]\:w-\[22\%\] {
    @media (width < 769px) {
      width: 22%;
    }
  }
  .max-\[769px\]\:w-full {
    @media (width < 769px) {
      width: 100%;
    }
  }
  .max-\[769px\]\:py-\[3rem\] {
    @media (width < 769px) {
      padding-block: 3rem;
    }
  }
  .max-\[769px\]\:pt-\[10rem\] {
    @media (width < 769px) {
      padding-top: 10rem;
    }
  }
  .max-\[769px\]\:text-\[2rem\] {
    @media (width < 769px) {
      font-size: 2rem;
    }
  }
  .max-\[769px\]\:text-\[3rem\] {
    @media (width < 769px) {
      font-size: 3rem;
    }
  }
  .max-\[769px\]\:text-\[4rem\] {
    @media (width < 769px) {
      font-size: 4rem;
    }
  }
  .max-\[768px\]\:mb-\[2rem\] {
    @media (width < 768px) {
      margin-bottom: 2rem;
    }
  }
  .max-\[768px\]\:flex {
    @media (width < 768px) {
      display: flex;
    }
  }
  .max-\[768px\]\:flex-col {
    @media (width < 768px) {
      flex-direction: column;
    }
  }
  .max-\[768px\]\:items-center {
    @media (width < 768px) {
      align-items: center;
    }
  }
  .max-\[768px\]\:items-center-safe {
    @media (width < 768px) {
      align-items: safe center;
    }
  }
  .max-\[768px\]\:justify-center {
    @media (width < 768px) {
      justify-content: center;
    }
  }
  .max-\[768px\]\:text-center {
    @media (width < 768px) {
      text-align: center;
    }
  }
  .max-\[679px\]\:relative {
    @media (width < 679px) {
      position: relative;
    }
  }
  .max-\[679px\]\:bottom-0 {
    @media (width < 679px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .max-\[679px\]\:flex-col {
    @media (width < 679px) {
      flex-direction: column;
    }
  }
  .max-\[679px\]\:gap-y-\[3rem\] {
    @media (width < 679px) {
      row-gap: 3rem;
    }
  }
  .max-\[679px\]\:rounded-b-\[0rem\] {
    @media (width < 679px) {
      border-bottom-right-radius: 0rem;
      border-bottom-left-radius: 0rem;
    }
  }
  .max-\[679px\]\:rounded-b-\[6\.3rem\] {
    @media (width < 679px) {
      border-bottom-right-radius: 6.3rem;
      border-bottom-left-radius: 6.3rem;
    }
  }
  .max-\[679px\]\:bg-\[\#3F06CD\] {
    @media (width < 679px) {
      background-color: #3F06CD;
    }
  }
  .max-\[679px\]\:py-\[3rem\] {
    @media (width < 679px) {
      padding-block: 3rem;
    }
  }
  .max-\[679px\]\:before\:content-none {
    @media (width < 679px) {
      &::before {
        content: var(--tw-content);
        --tw-content: none;
        content: none;
      }
    }
  }
  .max-\[500px\]\:bottom-\[1rem\] {
    @media (width < 500px) {
      bottom: 1rem;
    }
  }
  .max-\[500px\]\:w-\[5\%\] {
    @media (width < 500px) {
      width: 5%;
    }
  }
  .max-\[500px\]\:w-\[50\%\] {
    @media (width < 500px) {
      width: 50%;
    }
  }
  .\[\&_a\]\:text-\[1\.8rem\] {
    & a {
      font-size: 1.8rem;
    }
  }
  .\[\&_a\]\:font-medium {
    & a {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&_a\]\:text-\[\#449DE4\] {
    & a {
      color: #449DE4;
    }
  }
  .\[\&_a\]\:opacity-70 {
    & a {
      opacity: 70%;
    }
  }
  .\[\&_a\]\:transition {
    & a {
      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));
    }
  }
  .\[\&_a\]\:duration-400 {
    & a {
      --tw-duration: 400ms;
      transition-duration: 400ms;
    }
  }
  .\[\&_a\]\:ease-in-out {
    & a {
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
  .\[\&_span\]\:text-\[\#449DE4\] {
    & span {
      color: #449DE4;
    }
  }
  .\[\&_span\]\:transition {
    & span {
      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));
    }
  }
  .\[\&_span\]\:duration-400 {
    & span {
      --tw-duration: 400ms;
      transition-duration: 400ms;
    }
  }
  .\[\&_span\]\:ease-in-out {
    & span {
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  font-size: 62.5%;
}
.download {
  transition: all 400ms ease;
}
.download:hover svg path {
  fill: white;
}
@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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-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-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-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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
