.tippy-touch {
    cursor: pointer !important;
}

.tippy-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.tippy-popper {
    max-width: 400px;
    -webkit-perspective: 800px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    z-index: 9999;
    outline: 0;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

.tippy-popper.html-template {
    max-width: 96%;
    max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^='top'] [x-circle] {
    -webkit-transform-origin: 0 33%;
    -webkit-transform-origin: 0 33%;
    -ms-transform-origin: 0 33%;
    transform-origin: 0 33%;
}

.tippy-popper[x-placement^='top'] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -55%);
    -webkit-transform: scale(1) translate(-50%, -55%);
    -ms-transform: scale(1) translate(-50%, -55%);
    transform: scale(1) translate(-50%, -55%);
    opacity: 1;
}

.tippy-popper[x-placement^='top'] [x-circle].leave {
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    -ms-transform: scale(0.15) translate(-50%, -50%);
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: #1A1D21;
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'] {
    -webkit-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) rotateX(0);
    -webkit-transform: translateY(-10px) rotateX(0);
    -ms-transform: translateY(-10px) rotateX(0);
    transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'].leave {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(90deg);
    -webkit-transform: translateY(0) rotateX(90deg);
    -ms-transform: translateY(0) rotateX(90deg);
    transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^='top'] [data-animation='fade'].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='fade'].leave {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='shift'].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='shift'].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.tippy-popper[x-placement^='top'] [data-animation='scale'].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    -webkit-transform: translateY(-10px) scale(1);
    -ms-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^='top'] [data-animation='scale'].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    -webkit-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^='bottom'] [x-circle] {
    -webkit-transform-origin: 0 -50%;
    -webkit-transform-origin: 0 -50%;
    -ms-transform-origin: 0 -50%;
    transform-origin: 0 -50%;
}

.tippy-popper[x-placement^='bottom'] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -45%);
    -webkit-transform: scale(1) translate(-50%, -45%);
    -ms-transform: scale(1) translate(-50%, -45%);
    transform: scale(1) translate(-50%, -45%);
    opacity: 1;
}

.tippy-popper[x-placement^='bottom'] [x-circle].leave {
    -webkit-transform: scale(0.15) translate(-50%, -5%);
    -webkit-transform: scale(0.15) translate(-50%, -5%);
    -ms-transform: scale(0.15) translate(-50%, -5%);
    transform: scale(0.15) translate(-50%, -5%);
    opacity: 0;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: #1A1D21;
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'] {
    -webkit-transform-origin: top;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) rotateX(0);
    -webkit-transform: translateY(10px) rotateX(0);
    -ms-transform: translateY(10px) rotateX(0);
    transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'].leave {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(-90deg);
    -webkit-transform: translateY(0) rotateX(-90deg);
    -ms-transform: translateY(0) rotateX(-90deg);
    transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^='bottom'] [data-animation='fade'].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='fade'].leave {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift'].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift'].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    -webkit-transform: translateY(10px) scale(1);
    -ms-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    -webkit-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^='left'] [x-circle] {
    -webkit-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.tippy-popper[x-placement^='left'] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.tippy-popper[x-placement^='left'] [x-circle].leave {
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    -ms-transform: scale(0.15) translate(-50%, -50%);
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: #1A1D21;
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'] {
    -webkit-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) rotateY(0);
    -webkit-transform: translateX(-10px) rotateY(0);
    -ms-transform: translateX(-10px) rotateY(0);
    transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'].leave {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(-90deg);
    -webkit-transform: translateX(0) rotateY(-90deg);
    -ms-transform: translateX(0) rotateY(-90deg);
    transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^='left'] [data-animation='fade'].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='fade'].leave {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='shift'].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='shift'].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.tippy-popper[x-placement^='left'] [data-animation='scale'].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    -webkit-transform: translateX(-10px) scale(1);
    -ms-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^='left'] [data-animation='scale'].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    -webkit-transform: translateX(0) scale(0);
    -ms-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^='right'] [x-circle] {
    -webkit-transform-origin: -50% 0;
    -webkit-transform-origin: -50% 0;
    -ms-transform-origin: -50% 0;
    transform-origin: -50% 0;
}

.tippy-popper[x-placement^='right'] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.tippy-popper[x-placement^='right'] [x-circle].leave {
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    -ms-transform: scale(0.15) translate(-50%, -50%);
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: #1A1D21;
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'] {
    -webkit-transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) rotateY(0);
    -webkit-transform: translateX(10px) rotateY(0);
    -ms-transform: translateX(10px) rotateY(0);
    transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'].leave {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(90deg);
    -webkit-transform: translateX(0) rotateY(90deg);
    -ms-transform: translateX(0) rotateY(90deg);
    transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^='right'] [data-animation='fade'].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='fade'].leave {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='shift'].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='shift'].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.tippy-popper[x-placement^='right'] [data-animation='scale'].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    -webkit-transform: translateX(10px) scale(1);
    -ms-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^='right'] [data-animation='scale'].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    -webkit-transform: translateX(0) scale(0);
    -ms-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
}

.tippy-popper .tippy-tooltip.transparent-theme {
    background-color: #1A1D21;
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: 0.95rem;
    padding: 0;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1A1D21;
}

.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent;
}

.tippy-tooltip[data-interactive] {
    pointer-events: auto;
}

.tippy-tooltip[data-inertia] {
    -webkit-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
    transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip [x-circle] {
    position: absolute;
    will-change: transform;
    background-color: #1A1D21;
    border-radius: 50%;
    width: 130%;
    width: calc(110% + 2rem);
    left: 50%;
    top: 50%;
    z-index: -1;
    overflow: hidden;
    -webkit-transition: all ease;
    transition: all ease;
}

.tippy-tooltip [x-circle]:before {
    content: '';
    padding-top: 90%;
    float: left;
}

@media (max-width:450px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px);
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    font-family: inherit;
}

li {
    text-align: left;
}

body {
    min-height: 100%;
    text-rendering: optimizeSpeed;
    font-family: 'AxLLCircular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #54545E;
}

img {
    max-width: 100%;
    display: block;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

@font-face {
    font-family: "AxLLCircular";
    src: url("../font/CircularXXWeb-Regular.woff2") format("woff2"), url("../font/CircularXXWeb-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AxLLCircular";
    src: url("../font/CircularXXWeb-Medium.woff2") format("woff2"), url("../font/CircularXXWeb-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AxLLCircular";
    src: url("../font/CircularXXWeb-Bold.woff2") format("woff2"), url("../font/CircularXXWeb-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url("../font/IBMPlexMono-Regular.woff2") format("woff2"), url("../font/IBMPlexMono-Regular.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.css-1mvxmxu {
    background: white;
    position: -webkit-sticky;
    position: sticky;
    top: max(var(--region-switch-banner-sticky-calculated-height, 0px), var(--announcement-banner-sticky-calculated-height, 0px));
    z-index: 20;
    -webkit-transition: opacity 240ms ease-out;
    transition: opacity 240ms ease-out;
}

.css-fbngry {
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --nav-main-width: min(100vw, 1168px);
    width: var(--nav-main-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    background-color: transparent;
    height: 104px;
    display: none;
}

@media (min-width:1600px) {
    .css-fbngry {
        --nav-main-width: min(100vw, 1392px);
    }
}

@media screen and (min-width:900px) {
    .css-fbngry {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-10hgeq5 {
    position: relative;
    z-index: 200;
    margin-right: 32px;
}

.css-poiz54 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    position: relative;
}

.css-8dd97e {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-19xf2zf {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 200;
}

@media screen and (min-width:900px) {
    .css-19xf2zf {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width:1024px) {
    .css-19xf2zf {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.css-z3wl4g {
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-image: none !important;
    color: #545b63;
    cursor: pointer;
}

.css-1i7j4nz {
    width: 100vw;
    position: absolute;
    left: 0;
    display: block;
    top: 97px;
    z-index: 150;
    overflow-x: hidden;
    overflow-y: scroll;
    background: transparent;
    min-width: 900px;
    -webkit-transition: opacity 200ms ease-out, height 200ms ease-out;
    transition: opacity 200ms ease-out, height 200ms ease-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.css-n5ua3u {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 24px;
    --nav-main-width: min(100vw, 1168px);
    width: var(--nav-main-width);
}

@media (min-width:1600px) {
    .css-n5ua3u {
        --nav-main-width: min(100vw, 1392px);
    }
}

.css-hwfa8m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-translate: -16px;
    translate: -16px;
    -webkit-animation: animation-fw9dzn 0.3s ease-out 0ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 0ms forwards;
}

@-webkit-keyframes animation-fw9dzn {
    0% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
        opacity: 1;
    }
}

@keyframes animation-fw9dzn {
    0% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0.1;
    }

    100% {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
        opacity: 1;
    }
}

.css-ti530u {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(75% + 157px);
}

.css-1ad6o7u {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 4px;
    font-weight: 700;
    color: #1a1d21;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-1ad6o7u img {
    width: 24px;
    height: 24px;
}

.css-1ad6o7u path {
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: visible;
}

.css-1ad6o7u:hover path {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    fill: grey.100 !important;
}

.css-n8vrhy {
    border: none;
    border-top: 1px solid;
    border-color: #e8eaed;
    margin: 0;
    margin-top: 8px;
}

.css-dig31d {
    padding: 16px 0 24px;
}

.css-1huwc6e {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 48px;
}

.css-1huwc6e a:nth-of-type(3n + 1) {
    padding-left: 28px;
    width: calc(100% + 40px);
}

.css-1huwc6e a:nth-of-type(3n),
.css-1huwc6e a:nth-of-type(3n+2) {
    width: calc(100% + 40px);
}

.css-1qw2zcg {
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    gap: 4px;
}

.css-1qw2zcg div:first-of-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1a1d21;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.css-1qw2zcg path {
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.css-1qw2zcg div:last-child {
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6c747f;
}

.css-1qw2zcg:hover path {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    fill: grey.100 !important;
}

.css-1qw2zcg:hover *,
.css-1qw2zcg:hover div:last-child {
    color: #1a1d21;
}

.css-oy0sue {
    font-weight: 700;
    font-size: 12px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    line-height: 15px;
    text-transform: uppercase;
    color: #868e98;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-left: 28px;
}

.css-lenbic {
    -webkit-animation: animation-fw9dzn 0.3s ease-out 0ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 0ms forwards;
    background-color: #e8eaed;
    margin: 2px 24px;
    opacity: 0.1;
    -webkit-translate: -16px;
    translate: -16px;
    width: 1px;
}

.css-1er0yr6 {
    width: calc(25% + 14px);
    -webkit-translate: -16px;
    translate: -16px;
    -webkit-animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
}

.css-51uays {
    font-weight: 700;
    font-size: 12px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    line-height: 15px;
    text-transform: uppercase;
    color: #868e98;
    margin-bottom: 20px;
}

.css-azaxgh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 4px;
    font-weight: 500;
    color: #1a1d21;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-bottom: 16px;
    line-height: 17px;
}

.css-azaxgh img {
    width: 24px;
    height: 24px;
}

.css-azaxgh path {
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: visible;
}

.css-azaxgh:hover path {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    fill: grey.100 !important;
}

.css-smydgp {
    font-weight: 700;
    font-size: 12px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    line-height: 15px;
    text-transform: uppercase;
    color: #868e98;
    margin-bottom: 24px;
    margin-top: 40px;
}

.css-aw7dqy {
    -webkit-animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0.1;
    overflow: hidden;
    -webkit-translate: -16px;
    translate: -16px;
    width: 100%;
}

.css-16ddipn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-16ddipn path {
    fill: #612fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.css-16ddipn img {
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.css-16ddipn:hover path {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}

.css-16ddipn:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.css-17un7hr {
    background-color: #e8eaed;
    border-radius: 8px;
    overflow: hidden;
}

.css-1tvgs6r {
    width: 100%;
    aspect-ratio: 1.4878048780487805;
}

.css-444xzk {
    color: #1a1d21;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.css-1bnuesd {
    color: #6c747f;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.css-lrxmoj {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #612fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 4px;
}

.css-ni0yhz {
    width: calc(75% - 12px);
    min-height: 220px;
    margin: 0;
    display: auto;
    -webkit-translate: -16px;
    translate: -16px;
    opacity: 0.1;
    -webkit-animation: animation-fw9dzn 0.3s ease-out 0ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 0ms forwards;
}

.css-xz4pe7 {
    width: calc(25% - 36.75px);
    min-height: 220px;
    margin: 0;
    display: auto;
    -webkit-translate: -16px;
    translate: -16px;
    opacity: 0.1;
    -webkit-animation: animation-fw9dzn 0.3s ease-out 0ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 0ms forwards;
}

.css-126ky2q {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-height: 350px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 49px;
    column-gap: 49px;
}

@media (max-width:1024px) {
    .css-126ky2q {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 350px;
    }
}

.css-702as5 {
    width: calc(75% - 12px);
    min-height: 220px;
    margin: 0;
    display: auto;
    -webkit-translate: -16px;
    translate: -16px;
    opacity: 0.1;
    -webkit-animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
}

.css-183vmwt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
    grid-gap: 16px 49px;
}

.css-x84wmr {
    width: calc(25% - 36.75px);
    min-height: 220px;
    margin: 0;
    display: auto;
    -webkit-translate: -16px;
    translate: -16px;
    opacity: 0.1;
    -webkit-animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
}

.css-1lmi6pc {
    -webkit-animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 50ms forwards;
    background-color: #e8eaed;
    margin: 2px 24px;
    opacity: 0.1;
    -webkit-translate: -16px;
    translate: -16px;
    width: 1px;
}

.css-1td7icy {
    width: calc(25% - 36.75px);
    min-height: 220px;
    margin: 0;
    display: auto;
    -webkit-translate: -16px;
    translate: -16px;
    opacity: 0.1;
    -webkit-animation: animation-fw9dzn 0.3s ease-out 100ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 100ms forwards;
}

.css-13ajl0t {
    -webkit-animation: animation-fw9dzn 0.3s ease-out 100ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 100ms forwards;
    background-color: #e8eaed;
    margin: 2px 24px;
    opacity: 0.1;
    -webkit-translate: -16px;
    translate: -16px;
    width: 1px;
}

.css-1vde8il {
    -webkit-animation: animation-fw9dzn 0.3s ease-out 150ms forwards;
    animation: animation-fw9dzn 0.3s ease-out 150ms forwards;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0.1;
    overflow: hidden;
    -webkit-translate: -16px;
    translate: -16px;
    width: calc(25% - 36.75px);
}

.css-1ynblje {
    color: #1a1d21;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.css-qvqkux {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 24px;
    bottom: 8px;
    z-index: 200;
}

.css-1hq1o99 {
    position: relative;
    height: 4px;
    width: 100%;
    background-color: #000;
    background-image: linear-gradient(89.75deg, #FF4244 0%, #ff8e3c 100%);
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    width: 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.css-1ro8jce {
    position: relative;
    z-index: 200;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
}

.css-yrmng5 {
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: inherit;
    color: #612fff;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-repeat: no-repeat;
    background-size: 100% 0px;
    background-position: 0 100%;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-left: 16px;
    margin-right: 16px;
    font-weight: 500;
    font-size: 15px;
}

.css-yrmng5:hover {
    background-size: 100% 2px;
}

.css-yrmng5 u {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-1costz5 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    outline: none !important;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 100%;
    border-radius: 6px;
    border: 0;
    height: 40px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #612fff;
    color: #fff;
}

@media screen and (min-width:900px) {
    .css-1costz5 {
        width: auto;
    }
}

.css-1costz5:hover {
    background-color: #7043FF;
}

.css-1costz5:focus {
    background-color: rgba(255, 255, 255, 0.32) 0px 0px 0px 2px inset;
}

.css-1costz5:active {
    background: #9F81FF;
}

.css-1costz5:disabled {
    background-color: #e8eaed;
    color: #a0a7b1;
}

.css-1mjpnha {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 99;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 400ms, height 0s 400ms;
    transition: opacity 400ms, height 0s 400ms;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.css-rkd9yj {
    position: absolute;
    top: 0;
    left: calc((100vw - var(--nav-main-width)) / -2);
    width: 100vw;
    z-index: 100;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
    background: white;
    -webkit-transition: height 200ms ease-out;
    transition: height 200ms ease-out;
    height: 0;
}

.css-efn0by {
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width:900px) {
    .css-efn0by {
        display: none;
    }
}

.css-pquave {
    position: -webkit-sticky;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: unset;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 48px);
    padding: 0px 24px;
    border-color: #d7dbe0;
    height: 56px;
    min-height: 56px;
}

.css-pquave a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-j0ozid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.css-udnl58 {
    border-radius: 6px;
    padding: 8px;
    border: 0;
    overflow: visible;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    background: transparent;
    -webkit-transition-property: opacity, filter;
    transition-property: opacity, filter;
    margin-left: auto;
    padding-right: 0;
}

.css-nrp5ro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    margin: 0 auto;
    height: 20px;
}

.css-1tjbouf {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    position: absolute;
    width: 18px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 12px;
    background-color: #2f3237;
    top: 50%;
    display: block;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    height: 2.5px;
}

.css-1tjbouf:before {
    position: absolute;
    width: 18px;
    height: 2.5px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    border-radius: 12px;
    background-color: #2f3237;
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    transition: top 75ms ease .12s, opacity 75ms ease;
    top: -6px;
    opacity: 1;
    display: block;
    content: "";
}

.css-1tjbouf:after {
    position: absolute;
    width: 18px;
    height: 2.5px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    border-radius: 12px;
    background-color: #2f3237;
    -webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    -webkit-transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    bottom: -6px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    display: block;
    content: "";
}

.css-1jfwvie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 32px);
    z-index: 100;
    background-color: #fff;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    box-sizing: unset;
    padding: 0px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
}

.css-1jfwvie::-webkit-scrollbar {
    display: none;
}

.css-zdpt2t {
    margin-left: auto;
}

.css-1nwx91o {
    height: 100%;
    overflow: auto;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
    box-sizing: unset;
}

.css-1nwx91o::-webkit-scrollbar {
    display: none;
}

.css-qdcvb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #F5F6F7;
    padding: 16px 24px;
    margin-bottom: 10px;
}

.css-qdcvb>div:first-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-qdcvb img {
    width: 32px;
    height: 32px;
}

.css-qdcvb a {
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 500;
    color: #612fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 14px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.css-qdcvb a path {
    fill: #612fff;
}

.css-1o7l19 {
    color: #1a1d21;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
}

.css-ko918z {
    color: #6c747f;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.css-1yeniji {
    overflow: hidden;
    border-bottom: 1px solid #E8EAED;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.css-m7z2k2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: none;
    padding: 16px 24px 16px 24px;
    cursor: pointer;
}

.css-1951w9x {
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.css-1q8htfx {
    position: relative;
    -webkit-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
    height: 0;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1px;
}

.css-1q8htfx>div:not(:first-of-type) {
    margin-top: 16px;
}

.css-rvawbv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    cursor: pointer;
}

.css-rvawbv img {
    width: 24px;
    height: 24px;
}

.css-bxgp59 {
    color: #1a1d21;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}

.css-1hxf5y0 {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    max-width: 100%;
    margin: 0;
}

.css-1ex9dqb {
    padding: 12px 24px 12px 56px;
}

.css-1hnm01b {
    color: #1a1d21;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}

.css-tcbd4k {
    color: #6c747f;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px;
}

.css-8ln08t {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #878E99;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 12px 24px 12px 56px;
}

.css-haxuhs {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #878E99;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 12px 24px;
}

.css-1tegsoy {
    color: #1a1d21;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.22px;
    padding: 12px 24px;
}

.css-14suhl5 {
    padding: 0px 36px 0px 24px;
    margin-top: 12px !important;
}

.css-14suhl5 a span {
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 500;
    color: #612fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 14px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.css-14suhl5 a span path {
    fill: #612fff;
}

.css-14suhl5 img {
    background: #E8EAED;
    border-radius: 6px;
}

.css-ajeqpy {
    color: #1A1D21;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 16px;
}

.css-boq8vk {
    color: #1A1D21;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.css-17v3bhh {
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.css-1v3gemy {
    position: relative;
    -webkit-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
    height: auto;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}

.css-1v3gemy>div:not(:first-of-type) {
    margin-top: 16px;
}

.css-khlgkj {
    height: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    padding-top: 16px;
    padding-bottom: 40px;
    background-color: #fff;
    padding: 24px;
    width: calc(100% - 48px);
}

.css-m9ze92 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    outline: none !important;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d7dbe0;
    height: 40px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    color: #612fff;
}

@media screen and (min-width:900px) {
    .css-m9ze92 {
        width: auto;
    }
}

.css-m9ze92:hover {
    background-color: #F9F7FF;
}

.css-m9ze92:focus {
    background-color: rgba(0, 0, 0, 0.32) 0px 0px 0px 2px inset;
}

.css-m9ze92:active {
    border: 1px solid #E6DEFF;
    background: #E6DEFF;
}

.css-m9ze92:disabled {
    background-color: #e8eaed;
    color: #a0a7b1;
    border: none;
}

.css-1p6pbj4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
}

@media screen and (min-width:900px) {
    .css-1p6pbj4 {
        font-size: 40px;
    }
}

.css-162o8i1 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-repeat: no-repeat;
    background-size: 100% 0px;
    background-position: 0 100%;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -2px;
    margin-bottom: -2px;
    font-weight: 700;
}

.css-162o8i1:hover {
    background-size: 100% 2px;
}

.css-162o8i1 u {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-ydn5yx {
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.css-i6bazn {
    overflow: hidden;
}

.css-1g2r2ih {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #42474d;
    margin: 0;
    font-weight: 500;
}

.css-y5blho {
    width: 24px;
    height: 6px;
    border-radius: 999px;
    background-color: #612fff;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.css-11ukrxs {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: #d7dbe0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.css-58yvk3 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
    padding-bottom: 0;
    background-color: #f6f7f8;
    border-top: 1px solid #e8eaed;
}

.css-1pw6nc6 {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:1600px) {
    .css-1pw6nc6 {
        max-width: 1344px;
    }
}

.css-f5h5wu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: none;
    -webkit-justify-content: none;
    -ms-flex-pack: none;
    justify-content: none;
    -webkit-align-items: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}

@media screen and (min-width:900px) {
    .css-f5h5wu {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.css-1fad8gc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

@media screen and (min-width:900px) {
    .css-1fad8gc {
        margin-top: 0;
    }
}

.css-120q38k {
    margin-left: 0;
    margin-right: 24px;
}

@media screen and (min-width:900px) {
    .css-120q38k {
        margin-left: 24px;
        margin-right: 0;
    }
}

.css-120q38k img {
    display: inline-block;
    height: 40px;
}

@media screen and (min-width:900px) {
    .css-120q38k img {
        height: 32px;
    }
}

@media (max-width:900px) {
    .css-dod3z7 {
        padding-top: 32px;
        padding-bottom: 32px;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }

    .css-dod3z7>div {
        padding: 20px 0px;
        -webkit-break-inside: avoid;
        break-inside: avoid;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px;
    }
}

@media (min-width:900px) {
    .css-dod3z7 {
        padding-top: 60px;
        padding-bottom: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        row-gap: 48px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .css-dod3z7>div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px;
        line-height: 17.22px;
        -webkit-flex-basis: calc(20% - 16px);
        -ms-flex-preferred-size: calc(20% - 16px);
        flex-basis: calc(20% - 16px);
    }
}

.css-1jn7nlp {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    font-size: 14px;
    line-height: 17.22px;
}

.css-1pigrha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-1pigrha a,
.css-1pigrha span {
    line-height: 1.25;
    font-size: 14px;
    font-weight: 400;
    color: #42474D;
}

.css-16bfmr5 {
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: inherit;
    color: #42474d;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-16bfmr5:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: 10%;
}

.css-16bfmr5 u {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-1sp1jtp {
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: inherit;
    color: #42474d;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-repeat: no-repeat;
    background-size: 100% 0px;
    background-position: 0 100%;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.css-1sp1jtp:hover {
    background-size: 100% 2px;
}

.css-1sp1jtp u {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-z12aoi {
    border-top: 1px solid #D0D4D9;
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
}

@media (min-width:1600px) {
    .css-z12aoi {
        max-width: 1344px;
    }
}

.css-uzn9w {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #f6f7f8;
}

.css-1w9at90 {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width:1600px) {
    .css-1w9at90 {
        max-width: 1344px;
    }
}

@media screen and (min-width:900px) {
    .css-1w9at90 {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.css-16kfbrm {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #a0a7b1;
    margin: 0;
    color: #6c747f;
}

.css-264g5i {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-repeat: no-repeat;
    background-size: 100% 0px;
    background-position: 0 100%;
    -webkit-transition: background-size 0.2s;
    transition: background-size 0.2s;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.css-264g5i:hover {
    background-size: 100% 2px;
}

.css-264g5i u {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-bd2obs {
    display: block;
}

@media screen and (min-width:900px) {
    .css-bd2obs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-bd2obs>p {
    margin-top: 16px;
    margin-right: 0;
}

@media screen and (min-width:900px) {
    .css-bd2obs>p {
        margin-top: 0;
        margin-right: 16px;
    }
}

.css-1wmux9f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

@media screen and (min-width:900px) {
    .css-1wmux9f {
        margin-top: 0;
    }
}

.css-1wmux9f>*+* {
    margin-left: 16px;
}

.css-1yc1mcx {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 24px;
    background-color: #f6f7f8;
    border-top: 0;
}

.css-1nxwyst {
    text-align: left;
    margin-top: 0;
}

.css-xgt68j {
    color: #6c747f;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.css-u122ug {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #42474d;
    margin: 0;
    margin-top: 24px;
}

.css-xi606m {
    text-align: center;
}

.css-bou1co {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #42474d;
    margin: 0;
    margin-top: 24px;
}

.css-1osp2q6 {
    position: relative;
    background: #fff;
}

.css-1i2z6wf {
    text-align: center;
}

@media screen and (min-width:900px) {
    .css-1i2z6wf {
        text-align: left;
    }
}

.css-rdsa7q {
    width: 100%;
    max-width: 1120px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
}

@media (min-width:1600px) {
    .css-rdsa7q {
        max-width: 1344px;
    }
}

@media screen and (min-width:900px) {
    .css-rdsa7q {
        padding-top: 120px;
        padding-bottom: 120px;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        gap: 64px;
    }
}

.css-1nlufvj {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0;
}

@media screen and (min-width:900px) {
    .css-1nlufvj {
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: inherit;
    }
}

@media screen and (min-width:900px) {
    .css-1nlufvj {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        padding: 0;
    }
}

.css-od1epr {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    max-width: 480px;
}

@media screen and (min-width:900px) {
    .css-od1epr {
        font-size: 40px;
    }
}

@media screen and (min-width:900px) {
    .css-od1epr {
        max-width: 480px;
    }
}

@media screen and (min-width:1024px) {
    .css-od1epr {
        max-width: 500px;
    }
}

.css-ht5vft {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

@media screen and (min-width:900px) {
    .css-ht5vft {
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        text-align: inherit;
    }
}

@media screen and (min-width:900px) {
    .css-ht5vft {
        padding: 0;
    }
}

.css-1s97zjb {
    position: relative;
    top: calc(-1 * calc(max(var(--region-switch-banner-sticky-calculated-height, 0px), var(--announcement-banner-sticky-calculated-height, 0px)) + var(--nav-mobile-sticky-calculated-height, 0px)));
}

@media screen and (min-width:900px) {
    .css-1s97zjb {
        top: calc(-1 * calc(max(var(--region-switch-banner-sticky-calculated-height, 0px), var(--announcement-banner-sticky-calculated-height, 0px)) + var(--nav-desktop-sticky-calculated-height, 0px)));
    }
}

.css-131icg8 {
    width: 100%;
    max-width: 1120px;
    position: relative;
}

@media (min-width:1600px) {
    .css-131icg8 {
        max-width: 1344px;
    }
}

.css-1pnwpsw {
    position: relative;
    display: block;
    gap: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (min-width:900px) {
    .css-1pnwpsw {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 6%;
    }
}

.css-iloo0w {
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
}

.css-1s14e2j {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
}

@media screen and (min-width:900px) {
    .css-1s14e2j {
        font-size: 40px;
    }
}

.css-nxj8va p+p {
    margin-top: 16px;
}

.css-nxj8va p {
    margin-top: 16px;
}

.css-1u0xqai {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #e8eaed;
    margin: 0;
    margin-top: 24px;
}

.css-1mirb6z {
    position: relative;
    display: block;
    gap: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (min-width:900px) {
    .css-1mirb6z {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 6%;
    }
}

.css-uo69vc {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

@media screen and (min-width:900px) {
    .css-uo69vc {
        gap: 16px;
    }
}

.css-1e3ahke {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 40px;
    display: block;
    width: 100%;
    aspect-ratio: 1.5;
}

@media screen and (min-width:900px) {
    .css-1e3ahke {
        display: none;
    }
}

.css-10bbvuj {
    display: none;
    -webkit-flex: 0 0 46.875%;
    -ms-flex: 0 0 46.875%;
    flex: 0 0 46.875%;
}

@media screen and (min-width:900px) {
    .css-10bbvuj {
        display: block;
    }
}

.css-1s30l3v {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
    aspect-ratio: 1.5;
}

.css-2ub518 {
    background-color: #1f2225;
    padding-top: 60px;
    padding-bottom: 60px;
}

.css-ctro33 {
    width: 100%;
    max-width: 1120px;
    margin-bottom: 40px;
}

@media (min-width:1600px) {
    .css-ctro33 {
        max-width: 1344px;
    }
}

@media screen and (min-width:900px) {
    .css-ctro33 {
        margin-bottom: 64px;
    }
}

.css-1315zgk {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
    max-width: 624px;
}

@media screen and (min-width:900px) {
    .css-1315zgk {
        font-size: 40px;
    }
}

.css-1lp68rg {
    display: none;
}

@media screen and (min-width:900px) {
    .css-1lp68rg {
        display: block;
    }
}

.css-15bvr0j {
    overflow: hidden;
    display: none;
}

@media screen and (min-width:900px) {
    .css-15bvr0j {
        display: block;
    }
}

.css-xlhaen {
    overflow: hidden;
    display: block;
}

@media screen and (min-width:900px) {
    .css-xlhaen {
        display: none;
    }
}

.css-1mo4998 {
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.css-leu0vc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.css-leu0vc>* {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.css-1mraf0j {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    border-radius: 8px;
    overflow: hidden;
}

.css-faox2e {
    background: white;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
}

.css-68vciq {
    -webkit-filter: saturate(0) brightness(53%);
    filter: saturate(0) brightness(53%);
}

.css-jy853 {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px;
    width: 125px;
    height: 30px;
    object-fit: contain;
}

.css-1cllnzv {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #e8eaed;
    margin: 0;
    display: -webkit-box;
    text-align: left;
    font-size: 13px;
    color: #2f3237;
    height: 7.5em;
    margin-bottom: 16px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width:900px) {
    .css-1cllnzv {
        font-size: 16px;
        margin-bottom: calc(130px - 7.5em);
    }
}

.css-1jnoq7v {
    height: 0;
    padding-top: 70%;
    position: relative;
}

.css-1lngued {
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.css-ic7nwo {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (hover:hover) {
    .css-ic7nwo {
        display: none;
    }
}

.css-uz1cd8 {
    max-width: 100%;
    height: auto;
    display: block;
}

.css-pjkym2 {
    background: #fcfcfd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #e8eaed;
    border-radius: 6px;
    -webkit-transition: border-color 0.15s, box-shadow 0.15s;
    transition: border-color 0.15s, box-shadow 0.15s;
    height: 48px;
    width: 100%;
}

.css-pjkym2:focus-within {
    border: 1px solid #612fff;
    box-shadow: 0px 0px 0px 1px #612fff;
}

@media screen and (min-width:900px) {
    .css-pjkym2 {
        width: 480px;
    }
}

@media (min-width:1600px) {
    .css-pjkym2 {
        width: 600px;
    }
}

.css-vdfhsw {
    border: none;
    outline: none;
    background: transparent;
    font-family: inherit;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    font-size: 14px;
    color: #1a1d21;
}

.css-8sv87x {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    outline: none !important;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 100%;
    border-radius: 6px;
    border: 0;
    height: 40px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #612fff;
    color: #fff;
    margin: 16px 0 0 0;
    display: none;
}

@media screen and (min-width:900px) {
    .css-8sv87x {
        width: auto;
    }
}

.css-8sv87x:hover {
    background-color: #7043FF;
}

.css-8sv87x:focus {
    background-color: rgba(255, 255, 255, 0.32) 0px 0px 0px 2px inset;
}

.css-8sv87x:active {
    background: #9F81FF;
}

.css-8sv87x:disabled {
    background-color: #e8eaed;
    color: #a0a7b1;
}

@media screen and (min-width:900px) {
    .css-8sv87x {
        margin: 3px;
    }
}

.css-8sv87x span {
    opacity: 1;
}

@media screen and (min-width:900px) {
    .css-8sv87x {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-1hdb9ae {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    outline: none !important;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 100%;
    border-radius: 6px;
    border: 0;
    height: 40px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #612fff;
    color: #fff;
    margin: 16px 0 0 0;
}

@media screen and (min-width:900px) {
    .css-1hdb9ae {
        width: auto;
    }
}

.css-1hdb9ae:hover {
    background-color: #7043FF;
}

.css-1hdb9ae:focus {
    background-color: rgba(255, 255, 255, 0.32) 0px 0px 0px 2px inset;
}

.css-1hdb9ae:active {
    background: #9F81FF;
}

.css-1hdb9ae:disabled {
    background-color: #e8eaed;
    color: #a0a7b1;
}

@media screen and (min-width:900px) {
    .css-1hdb9ae {
        margin: 3px;
    }
}

.css-1hdb9ae span {
    opacity: 1;
}

@media screen and (min-width:900px) {
    .css-1hdb9ae {
        display: none;
    }
}

.css-1y3pyb4 {
    margin-top: 16px;
    -webkit-align-items: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    text-align: left;
    width: 100%;
}

.css-1y3pyb4 p {
    margin-top: 0;
    font-family: inherit;
    font-weight: 400;
    color: #6c747f;
    font-size: 12px;
    line-height: 18px;
}

.css-1y3pyb4 a {
    color: #612fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 500;
}

@media screen and (min-width:900px) {
    .css-1y3pyb4 {
        width: 480px;
    }
}

@media (min-width:1600px) {
    .css-1y3pyb4 {
        width: 550px;
    }
}

.css-1uyejg4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.css-1uyejg4 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    position: absolute;
}

.css-1cjw18v-CheckboxHolder {
    width: 16px;
    height: 16px;
    border: none;
    background-color: #612FFF;
    border-radius: 4px;
    margin-top: 1px;
}

.css-1cjw18v-CheckboxHolder path {
    fill: #fff;
    display: block;
}

.css-cbq41s p {
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
}

.css-10t4fxd {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    margin-top: 24px;
}

@media screen and (min-width:900px) {
    .css-10t4fxd {
        font-size: 40px;
    }
}

.css-1s9s8fo {
    width: 100%;
    max-width: 1120px;
}

@media (min-width:1600px) {
    .css-1s9s8fo {
        max-width: 1344px;
    }
}

.css-1xv4eui {
    width: 100%;
    max-width: 1120px;
    max-width: 1344px;
    position: relative;
}

@media (min-width:1600px) {
    .css-1xv4eui {
        max-width: 1344px;
    }
}

.css-14nolla {
    position: relative;
    text-align: center;
}

.css-1w9hcq5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:900px) {
    .css-1w9hcq5 {
        font-size: 40px;
    }
}

.css-1g31v3a {
    margin-top: 24px;
}

.css-1g31v3a p+p {
    margin-top: 16px;
}

.css-1g31v3a h6 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.css-b8jday {
    display: block;
}

@media screen and (min-width:900px) {
    .css-b8jday {
        display: none;
    }
}

.css-12w5wdt {
    position: relative;
    text-align: left;
}

.css-j39a4e {
    text-align: left;
    max-width: 100%;
    margin-bottom: 80px;
}

@media screen and (min-width:900px) {
    .css-j39a4e {
        max-width: 50%;
        margin-bottom: 120px;
    }
}

.css-feqklc p+p {
    margin-top: 16px;
}

.css-11y7fmu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width:900px) {
    .css-11y7fmu {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.css-19w7i0n {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width:900px) {
    .css-19w7i0n {
        width: 240px;
    }
}

.css-17zvwr4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #868e98;
    margin: 0;
    display: inline-block;
}

.css-113ro84 {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 24px;
}

@media screen and (min-width:900px) {
    .css-113ro84 {
        row-gap: 40px;
    }
}

.css-113ro84>picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.css-113ro84>picture>* {
    max-height: 64px;
}

@media screen and (min-width:900px) {
    .css-113ro84>picture>* {
        max-height: 90px;
    }
}

@media (min-width:1600px) {
    .css-113ro84>picture {
        width: 20%;
    }
}

@media (max-width:1599px) {
    .css-113ro84> :nth-of-type(n+9) {
        display: none;
    }

    .css-113ro84>picture {
        width: 25%;
    }
}

@media (max-width:899px) {
    .css-113ro84>picture {
        width: 50%;
    }
}

.css-1uwxvcl {
    max-width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 2.671875;
    aspect-ratio: 2.9893617021276597;
}

.css-2c3qqu {
    display: inline-block;
    height: 0.1px;
    width: 0.1px;
    overflow: hidden;
    opacity: 0.001;
}

.css-6lrrht {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    margin-bottom: 24px;
}

@media screen and (min-width:900px) {
    .css-6lrrht {
        font-size: 40px;
    }
}

.css-dtcwqi {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

.css-1hhsa4y {
    margin-top: 24px;
    width: 100%;
}

@media screen and (min-width:900px) {
    .css-1hhsa4y {
        margin-top: 0;
    }
}

.css-1r99dp1 {
    color: #612fff;
}

.css-g8chcb {
    width: 100%;
    max-width: 1120px;
    border-radius: 16px;
    max-width: 1344px;
    text-align: center;
}

@media (min-width:1600px) {
    .css-g8chcb {
        max-width: 1344px;
    }
}

.css-1ebnygn {
    padding-bottom: 16px;
}

.css-1olgplf {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 44px;
    color: #1a1d21;
}

@media screen and (min-width:900px) {
    .css-1olgplf {
        font-size: 40px;
    }
}

.css-1mzq4wf {
    padding-right: 24px;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

@media (hover:hover) {
    .css-1mzq4wf {
        opacity: 0;
    }
}

.css-wt0h02 {
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-transition: right 300ms ease-out;
    transition: right 300ms ease-out;
}

@media (hover:hover) {
    .css-wt0h02 {
        right: calc(100% - 18px);
    }
}

.css-3w0mm0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 24px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-1o6k42p {
    padding-top: 24px;
    padding-bottom: 40px;
    overflow: hidden;
}

@media screen and (min-width:900px) {
    .css-1o6k42p {
        padding-top: 64px;
        padding-bottom: 80px;
    }
}

.css-1pr2jg5 {
    width: 100%;
    max-width: 1120px;
    padding-bottom: 40px;
    border: 0px solid red;
}

@media (min-width:1600px) {
    .css-1pr2jg5 {
        max-width: 1344px;
    }
}

@media screen and (min-width:900px) {
    .css-1pr2jg5 {
        padding-bottom: 80px;
    }
}

@media screen and (min-width:900px) {
    .css-2o5xo5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-yv79ct {
    margin-top: 80px;
    -webkit-flex: 0 0 612px;
    -ms-flex: 0 0 612px;
    flex: 0 0 612px;
}

@media screen and (min-width:900px) {
    .css-yv79ct {
        margin-top: 120px;
    }
}

@media (min-width:1600px) {
    .css-yv79ct {
        margin-top: 144px;
        -webkit-flex: 0 0 679.32px;
        -ms-flex: 0 0 679.32px;
        flex: 0 0 679.32px;
    }
}

.css-rplirn {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    max-width: 612px;
}

@media screen and (min-width:900px) {
    .css-rplirn {
        font-size: 54px;
    }
}

@media screen and (min-width:900px) {
    .css-rplirn {
        max-width: none;
    }
}

.css-61r55c {
    border: 0px solid green;
}

@media (min-width:1600px) {
    .css-61r55c {
        font-size: 60px;
    }
}

@media (max-width:1023px) {
    .css-61r55c {
        font-size: 54px;
    }
}

@media (max-width:899px) {
    .css-61r55c {
        font-size: 44px;
    }
}

@media (max-width:768px) {
    .css-61r55c {
        font-size: 38px;
    }
}

@media (max-width:391px) {
    .css-61r55c {
        font-size: 34px;
    }
}

.css-h5fkc8 {
    margin-top: 32px;
}

.css-jht42m {
    border: 0px solid black;
    width: 100%;
    position: relative;
    aspect-ratio: 1.0570236439499305;
    border: 0px solid pink;
    margin-top: 40px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width:900px) {
    .css-jht42m {
        width: auto;
        height: 634px;
    }
}

@media screen and (min-width:900px) {
    .css-jht42m {
        aspect-ratio: 1.1041009463722398;
    }
}

@media screen and (min-width:900px) {
    .css-jht42m {
        margin-top: 0;
    }
}

@media (min-width:900px) {
    .css-jht42m {
        margin-right: -17.5%;
        --hero-home-2024-center-gap: 60px;
        margin-left: var(--hero-home-2024-center-gap);
    }

    @media screen and (min-width:900px) {
        .css-jht42m {
            margin-right: 0;
        }
    }
}

@media (min-width:1600px) {
    .css-jht42m {
        --hero-home-2024-center-gap: 72px;
        zoom: 1.2;
    }
}

.css-49bq3a {
    max-width: 100%;
    height: auto;
    display: block;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid grey;
    opacity: 1;
    -webkit-transition: opacity 800ms ease;
    transition: opacity 800ms ease;
}

.css-9cjrla {
    max-width: 100%;
    height: auto;
    display: block;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid grey;
    opacity: 0;
    -webkit-transition: opacity 800ms ease;
    transition: opacity 800ms ease;
}

.css-r2d2e2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px solid red;
    --hero-home-2024-row-width: min(100vw, 1120px);
}

@media (min-width:1600px) {
    .css-r2d2e2 {
        --hero-home-2024-row-width: min(100vw, 1344px);
    }
}

@media screen and (min-width:900px) {
    .css-r2d2e2 {
        max-width: calc(100vw - ((100vw - var(--hero-home-2024-row-width))/2) - 612px - var(--hero-home-2024-center-gap));
    }
}

.css-56acxj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    border: 0px solid black;
}

.css-175j96t {
    width: 36px;
    height: 8px;
    border-radius: 999px;
    background-color: #D0D4D9;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.css-oem9k8 {
    height: 100%;
    border-radius: 999px;
    background-color: #878E99;
    -webkit-transition: all 100ms;
    transition: all 100ms;
}

.css-5upj7z {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #D0D4D9;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.css-1cy2eq0 {
    background-color: #fff;
    padding-top: 56px;
    padding-bottom: 80px;
}

@media screen and (min-width:900px) {
    .css-1cy2eq0 {
        padding-top: 96px;
        padding-bottom: 120px;
    }
}

.css-1l4w6pd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.css-1k1fbub {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #42474d;
    margin: 0;
    max-width: 838px;
    padding-bottom: 32px;
}

@media screen and (min-width:900px) {
    .css-1k1fbub {
        padding-bottom: 64px;
    }
}

.css-1rpla5c {
    display: grid;
    gap: 16px;
    border-radius: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

@media (max-width:1391px) {
    .css-1rpla5c {
        grid-template-columns: 1fr 1fr;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

.css-2rsxd7 {
    -webkit-text-decoration: none;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    cursor: pointer;
    width: 100%;
    max-width: 432px;
    background-image: linear-gradient(135deg, #FF4F42, #FF8E3C);
}

@media (hover:hover) {
    .css-2rsxd7:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    }
}

@media screen and (min-width:900px) {
    .css-2rsxd7 {
        max-width: 432px;
    }
}

@media screen and (min-width:1024px) {
    .css-2rsxd7 {
        max-width: inherit;
    }
}

.css-a2hug2 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (min-width:900px) {
    .css-a2hug2 {
        padding-top: 32px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width:900px) {
    .css-a2hug2 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.css-1ldp5qf {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    padding-bottom: 8px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 16px;
}

@media screen and (min-width:900px) {
    .css-1ldp5qf {
        font-size: 28px;
    }
}

@media screen and (min-width:900px) {
    .css-1ldp5qf {
        gap: 8px;
        font-size: 20px;
    }
}

.css-1ok3f0q {
    max-width: 100%;
    height: auto;
    display: block;
    width: 32px;
    aspect-ratio: 1;
}

@media screen and (min-width:900px) {
    .css-1ok3f0q {
        width: 40px;
    }
}

.css-1grvq2t {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #42474d;
    margin: 0;
    padding-bottom: 16px;
    color: #fff;
    text-align: center;
}

.css-1u29c5l {
    cursor: pointer;
    position: relative;
    color: #612fff;
    margin-bottom: 16px;
    display: inline-block;
    color: #fff;
}

.css-1stvu9q {
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-transition: right 300ms ease-out;
    transition: right 300ms ease-out;
}

@media (hover:hover) {
    .css-1stvu9q {
        right: calc(50% - 9px);
    }
}

.css-131ofdm {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
}

.css-omf5lc {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    aspect-ratio: 1.3430656934306568;
}

.css-kc1kb8 {
    -webkit-text-decoration: none;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    cursor: pointer;
    width: 100%;
    max-width: 432px;
    background-image: linear-gradient(135deg, #612FFF, #D200A3);
}

@media (hover:hover) {
    .css-kc1kb8:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    }
}

@media screen and (min-width:900px) {
    .css-kc1kb8 {
        max-width: 432px;
    }
}

@media screen and (min-width:1024px) {
    .css-kc1kb8 {
        max-width: inherit;
    }
}

.css-1oyu0bf {
    -webkit-text-decoration: none;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    cursor: pointer;
    width: 100%;
    max-width: 432px;
    background-image: linear-gradient(135deg, #072FFF, #8415F3);
}

@media (hover:hover) {
    .css-1oyu0bf:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    }
}

@media screen and (min-width:900px) {
    .css-1oyu0bf {
        max-width: 432px;
    }
}

@media screen and (min-width:1024px) {
    .css-1oyu0bf {
        max-width: inherit;
    }
}

.css-gf059n {
    -webkit-text-decoration: none;
    text-decoration: none;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform .3s;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    cursor: pointer;
    width: 100%;
    max-width: 432px;
    background-image: linear-gradient(135deg, #E31AB6, #F80F55);
}

@media (hover:hover) {
    .css-gf059n:hover {
        -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);
    }
}

@media screen and (min-width:900px) {
    .css-gf059n {
        max-width: 432px;
    }
}

@media screen and (min-width:1024px) {
    .css-gf059n {
        max-width: inherit;
    }
}

.css-h4ldry {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #1f2225;
}

@media screen and (min-width:900px) {
    .css-h4ldry {
        padding-top: 90px;
        padding-bottom: 0;
    }
}

.css-1km190w {
    width: 100%;
    max-width: 1120px;
    text-align: center;
}

@media (min-width:1600px) {
    .css-1km190w {
        max-width: 1344px;
    }
}

.css-1wkzapr {
    display: none;
    overflow: hidden;
}

@media screen and (min-width:900px) {
    .css-1wkzapr {
        display: block;
    }
}

.css-17o1mve {
    width: 100%;
    max-width: 1120px;
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #2f3237;
    border-radius: 9999px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

@media (min-width:1600px) {
    .css-17o1mve {
        max-width: 1344px;
    }
}

.css-1e5xmx4 {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background-color: #2f3237;
    background: linear-gradient(135deg, #FF4F42, #FF8E3C);
}

@media screen and (min-width:900px) {
    .css-1e5xmx4 {
        background-color: transparent;
    }
}

.css-1e5xmx4:hover {
    background: linear-gradient(135deg, #FF4F42, #FF8E3C);
}

.css-csm9p7 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
}

@media screen and (min-width:900px) {
    .css-csm9p7 {
        font-size: 20px;
    }
}

.css-a3s8ff {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background-color: #2f3237;
    cursor: pointer;
}

@media screen and (min-width:900px) {
    .css-a3s8ff {
        background-color: transparent;
    }
}

.css-a3s8ff:hover {
    background: linear-gradient(135deg, #612FFF, #D200A3);
}

.css-jmfktt {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background-color: #2f3237;
    cursor: pointer;
}

@media screen and (min-width:900px) {
    .css-jmfktt {
        background-color: transparent;
    }
}

.css-jmfktt:hover {
    background: linear-gradient(135deg, #072FFF, #8415F3);
}

.css-6vgn44 {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background-color: #2f3237;
    cursor: pointer;
}

@media screen and (min-width:900px) {
    .css-6vgn44 {
        background-color: transparent;
    }
}

.css-6vgn44:hover {
    background: linear-gradient(135deg, #E31AB6, #F80F55);
}

.css-qxdka8 {
    width: 100%;
    max-width: 1120px;
    max-width: 1344px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin: 0 auto;
}

@media (min-width:1600px) {
    .css-qxdka8 {
        max-width: 1344px;
    }
}

.css-nkprnq {
    -webkit-flex: 0 0 284px;
    -ms-flex: 0 0 284px;
    flex: 0 0 284px;
    display: none;
    padding-top: 24px;
}

@media screen and (min-width:900px) {
    .css-nkprnq {
        display: none;
    }
}

@media screen and (min-width:1024px) {
    .css-nkprnq {
        display: block;
    }
}

.css-sg8ycw {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #e8eaed;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    line-height: 17.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.css-1j0xcu5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
    font-size: 38px;
    font-weight: 500;
}

@media screen and (min-width:900px) {
    .css-1j0xcu5 {
        font-size: 40px;
    }
}

@media screen and (min-width:900px) {
    .css-1j0xcu5 {
        font-size: 38px;
    }
}

.css-1dodi5g {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    outline: none !important;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 100%;
    border-radius: 6px;
    border: 0;
    height: 40px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #612fff;
    color: #fff;
    height: 36px;
    border: 1px solid white;
    background: transparent;
    border-radius: 999px;
    border-color: #e8eaed;
    color: #e8eaed;
    margin-top: 24px;
}

@media screen and (min-width:900px) {
    .css-1dodi5g {
        width: auto;
    }
}

.css-1dodi5g:hover {
    background-color: #7043FF;
}

.css-1dodi5g:focus {
    background-color: rgba(255, 255, 255, 0.32) 0px 0px 0px 2px inset;
}

.css-1dodi5g:active {
    background: #9F81FF;
}

.css-1dodi5g:disabled {
    background-color: #e8eaed;
    color: #a0a7b1;
}

.css-1dodi5g>svg>path,
.css-1dodi5g circle {
    stroke: #e8eaed;
}

.css-1dodi5g>svg>path {
    fill: #e8eaed;
}

.css-1dodi5g:hover {
    background: linear-gradient(135deg, #FF4F42 0%, #FF8E3C 100%);
    border-color: #ff8e3c;
}

.css-1dodi5g:hover>svg>path,
.css-1dodi5g:hover circle {
    stroke: #fff;
}

.css-1dodi5g:hover>svg>path {
    fill: #fff;
}

.css-m75dnw {
    margin-left: 6px;
}

.css-15bqxir {
    margin-top: 30px;
    position: relative;
}

.css-1ukc0n3 {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
    aspect-ratio: 0.5170556552962298;
}

.css-1fs2r82 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.css-1hl2wu {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2F3237;
    gap: 5%;
    height: 479px;
}

.css-1hl2wu:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-1hl2wu>picture {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-top: 5%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.css-laxumk {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
    aspect-ratio: 1.936936936936937;
}

@media screen and (min-width:900px) {
    .css-laxumk {
        aspect-ratio: 2.0372670807453415;
    }
}

.css-lgd17f {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

@media screen and (min-width:900px) {
    .css-lgd17f {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.css-1ulpsuq {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #a0a7b1;
    margin: 0;
    margin-bottom: 8px;
}

.css-163d4sf {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
}

.css-krocx8 {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-top: 8px;
    color: #fff;
}

.css-1rz0ghd {
    width: 100%;
    max-width: 1120px;
    max-width: 1344px;
    margin-bottom: 40px;
    display: none;
    gap: 24px;
}

@media (min-width:1600px) {
    .css-1rz0ghd {
        max-width: 1344px;
    }
}

.css-j006lf {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #2F3237;
    gap: 5%;
    height: 479px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column: span 2;
}

.css-j006lf:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-j006lf>picture {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-top: 0%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.css-haygil {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width:900px) {
    .css-haygil {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.css-js9txk {
    width: 100%;
    max-width: 1120px;
    max-width: 1344px;
    display: none;
    gap: 24px;
    margin-bottom: 40px;
}

@media (min-width:1600px) {
    .css-js9txk {
        max-width: 1344px;
    }
}

.css-sgkbl5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
    grid-template-areas: "item1 item1 item1 item1 item1 item1" "item2 item2 item2 item3 item3 item3" "item4 item4 item5 item5 item6 item6";
}

.css-a0v412 {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #2F3237;
    gap: 8px;
    height: 310px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-area: item1;
}

.css-a0v412:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-a0v412>picture {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-top: 0%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.css-f7euq1 {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2F3237;
    gap: 8px;
    height: 310px;
    grid-area: item2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-f7euq1:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-f7euq1>picture {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-top: 0%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.css-eyxbxc {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2F3237;
    gap: 8px;
    height: 310px;
    grid-area: item3;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-eyxbxc:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-eyxbxc>picture {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-top: 0%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.css-exqdff {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2F3237;
    gap: 8px;
    height: 310px;
    grid-area: item4;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-exqdff:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-exqdff>picture {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-top: 0%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.css-ex2mig {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2F3237;
    gap: 8px;
    height: 310px;
    grid-area: item5;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-ex2mig:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-ex2mig>picture {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-top: 0%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.css-eefydp {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2F3237;
    gap: 8px;
    height: 310px;
    grid-area: item6;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-eefydp:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-eefydp>picture {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding-top: 0%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.css-jc99c5 {
    display: block;
    margin-top: 24px;
}

@media screen and (min-width:900px) {
    .css-jc99c5 {
        display: none;
    }
}

.css-1yyvzwn {
    width: 100%;
    max-width: 1120px;
    margin-top: 16px;
    max-width: 600px;
}

@media (min-width:1600px) {
    .css-1yyvzwn {
        max-width: 1344px;
    }
}

.css-1exzfpv {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background-color: #2f3237;
    background: linear-gradient(135deg, #FF4F42, #FF8E3C);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width:900px) {
    .css-1exzfpv {
        background-color: transparent;
    }
}

.css-1exzfpv:hover {
    background: linear-gradient(135deg, #FF4F42, #FF8E3C);
}

.css-4ky835 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.css-xy2ab8 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: max(24px, calc((100vw - 600px)/ 2));
    padding-right: max(24px, calc((100vw - 600px)/ 2));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    overflow-x: scroll;
    overflow-y: clip;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}

.css-xy2ab8::-webkit-scrollbar {
    display: none;
}

.css-xy2ab8>* {
    -webkit-flex: 0 0 248px;
    -ms-flex: 0 0 248px;
    flex: 0 0 248px;
}

.css-18ztwvg {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2F3237;
    gap: 0;
}

.css-18ztwvg:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.css-fjsoxu {
    background-color: #2f3237;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    will-change: transform;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.css-fjsoxu:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width:900px) {
    .css-fjsoxu {
        padding-left: 36px;
        padding-right: 36px;
    }
}

.css-1rj7br0 {
    border-radius: 8px;
    padding: 24px;
    background: linear-gradient(135deg, #FF4F42 0%, #FF8E3C 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}

.css-1v4kl4p {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.css-t9pxfp {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
    max-width: 228px;
    margin-top: 8px;
    margin-right: 24px;
}

.css-6t70uv {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background-color: #2f3237;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width:900px) {
    .css-6t70uv {
        background-color: transparent;
    }
}

.css-6t70uv:hover {
    background: linear-gradient(135deg, #612FFF, #D200A3);
}

.css-zaa1hl {
    overflow: hidden;
    height: 0;
}

.css-1g2htyz {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background-color: #2f3237;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width:900px) {
    .css-1g2htyz {
        background-color: transparent;
    }
}

.css-1g2htyz:hover {
    background: linear-gradient(135deg, #072FFF, #8415F3);
}

.css-191wwov {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background-color: #2f3237;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width:900px) {
    .css-191wwov {
        background-color: transparent;
    }
}

.css-191wwov:hover {
    background: linear-gradient(135deg, #E31AB6, #F80F55);
}

.css-fppcta {
    padding-top: 80px;
    padding-bottom: 24px;
    overflow: hidden;
}

@media screen and (min-width:900px) {
    .css-fppcta {
        padding-top: 120px;
        padding-bottom: 64px;
    }
}

.css-18fvlgd {
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 40px;
    overflow: hidden;
}

@media screen and (min-width:900px) {
    .css-18fvlgd {
        padding-top: 64px;
        padding-bottom: 80px;
    }
}

.css-1059zk2 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    overflow: hidden;
}

@media screen and (min-width:900px) {
    .css-1059zk2 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.css-13uoiv7 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    margin-bottom: 8px;
}

@media screen and (min-width:900px) {
    .css-13uoiv7 {
        font-size: 40px;
    }
}

.css-13uoiv7 span {
    background: linear-gradient(135deg, #FF4F42 0%, #FF8E3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.css-19j1vwm {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    margin-bottom: 8px;
}

@media screen and (min-width:900px) {
    .css-19j1vwm {
        font-size: 40px;
    }
}

.css-19j1vwm span {
    background: linear-gradient(135deg, #D200A3 0%, #F80F6B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.css-3fcc2k {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    margin-bottom: 8px;
}

@media screen and (min-width:900px) {
    .css-3fcc2k {
        font-size: 40px;
    }
}

.css-3fcc2k span {
    background: linear-gradient(134.98deg, #612FFF 13.72%, #D200A3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.css-1lfugkk {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    font-family: "AxLLCircular", Helvetica, Arial, sans-serif;
    color: #1a1d21;
    margin: 0;
    margin-bottom: 8px;
}

@media screen and (min-width:900px) {
    .css-1lfugkk {
        font-size: 40px;
    }
}

.css-1lfugkk span {
    background: linear-gradient(315deg, #FB1C50 0%, #C109AE 50.68%, #612FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes animation-yh3ufp {
    0% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    45% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(-33.333333333333336%);
        -ms-transform: translateY(-33.333333333333336%);
        transform: translateY(-33.333333333333336%);
    }

    95% {
        -webkit-transform: translateY(-33.333333333333336%);
        -ms-transform: translateY(-33.333333333333336%);
        transform: translateY(-33.333333333333336%);
    }

    100% {
        -webkit-transform: translateY(-66.66666666666667%);
        -ms-transform: translateY(-66.66666666666667%);
        transform: translateY(-66.66666666666667%);
    }
}

@keyframes animation-yh3ufp {
    0% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    45% {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(-33.333333333333336%);
        -ms-transform: translateY(-33.333333333333336%);
        transform: translateY(-33.333333333333336%);
    }

    95% {
        -webkit-transform: translateY(-33.333333333333336%);
        -ms-transform: translateY(-33.333333333333336%);
        transform: translateY(-33.333333333333336%);
    }

    100% {
        -webkit-transform: translateY(-66.66666666666667%);
        -ms-transform: translateY(-66.66666666666667%);
        transform: translateY(-66.66666666666667%);
    }
}

@-webkit-keyframes animation-pyf07u {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animation-pyf07u {
    to {
        stroke-dashoffset: 0;
    }
}

.css-e3ktw5 {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
    aspect-ratio: 1.936936936936937;
}

@media screen and (min-width:900px) {
    .css-e3ktw5 {
        aspect-ratio: 2.05;
    }
}

@-webkit-keyframes animation-n2ntg8 {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animation-n2ntg8 {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.css-o6yru5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    grid-gap: 16px 49px;
}

.css-1jbz76w {
    max-width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 2.671875;
    aspect-ratio: 2.9368421052631577;
}

.css-1v9vvdt {
    max-width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 2.9368421052631577;
    aspect-ratio: 2.9368421052631577;
}

.css-z2w5zz {
    margin-top: 24px;
    max-width: 550px;
}

.css-z2w5zz p+p {
    margin-top: 16px;
}

@media screen and (min-width:900px) {
    .css-z2w5zz {
        margin-top: 32px;
    }
}

.css-z2w5zz p {
    font-size: 18px;
    font-weight: 500;
}

@media (min-width:1600px) {
    .css-z2w5zz {
        max-width: 630px;
    }
}

.css-z2w5zz p {
    border: 0px solid grey;
    font-weight: 400;
    margin-top: 41px;
}

@media (min-width:1600px) {
    .css-z2w5zz p {
        font-size: 20px;
    }
}

@media (max-width:899px) {
    .css-z2w5zz p {
        font-size: 18px;
        margin-top: 24px;
    }
}
.css-1lg7l1k {
    position: relative;
    width: 452px;
    height: 314px;
    display: flex;
    margin-right: 32px;
    border-radius: 16px;
    overflow: hidden;
}
.css-tlmr97 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.css-d4fizv {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.css-13idvfb {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    row-gap: 16px;
    padding: 24px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.css-68vciq {
    -webkit-filter: saturate(0) brightness(53%);
    filter: saturate(0) brightness(53%);
}
.css-swx17r {
    max-width: 100%;
    display: block;
    width: 250px;
    height: 60px;
    object-fit: contain;
}




.css-jht42m .swiper-slide{
    background-color: #fff;
}

.marquee {
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
    animation-play-state: var(--play);
    animation-delay: var(--delay);
    animation-direction: var(--direction);
}
.css-18wgle > * {
    -webkit-box-align: stretch;
    align-items: stretch;
}
.marquee-container {
    overflow-x: hidden !important;
    display: flex !important;
    flex-direction: row !important;
    position: relative;
    width: 100%;
}
.css-18wgle {
    margin-bottom: 32px;
}
*{
    --play: running;
    --direction: normal;
    --duration: 80.66666666666667s;
    --delay: 0s;
    --iteration-count: infinite;
}

.css-13idvfb:hover {
    opacity: 1;
}

.css-1lcca2y {
    width: 100%;
    position: fixed;
    /* left: -412.5px; */
    display: block;
    top: 97px;
    z-index: 150;
    overflow: hidden scroll;
    background: #fff;
    min-width: 900px;
    transition: opacity 200ms ease-out, height 200ms ease-out;
    opacity: 1;
    visibility: visible;
    height: 303px;
}
.css-1f9aapg {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    transition: 400ms;
    overflow: hidden scroll;
    opacity: 1;
    box-sizing: unset;
    padding: 0px;
    width: 100%;
    transform: translateX(0px);
    height: 100%;
}

.css-1qwmmjv {
    transition-duration: 75ms;
    position: absolute;
    width: 18px;
    transition-property: transform;
    border-radius: 12px;
    background-color: rgb(47, 50, 55);
    top: 50%;
    display: block;
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
    height: 2.5px;
}
.css-1qwmmjv::before {
    position: absolute;
    width: 18px;
    height: 2.5px;
    border-radius: 12px;
    background-color: rgb(47, 50, 55);
    transition: top 75ms 0.12s, opacity 75ms;
    top: 0px;
    opacity: 0;
    display: block;
    content: "";
}
.css-1qwmmjv::after {
    position: absolute;
    width: 18px;
    height: 2.5px;
    border-radius: 12px;
    background-color: rgb(47, 50, 55);
    transition: bottom 75ms, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    bottom: 0px;
    transform: rotate(-90deg);
    display: block;
    content: "";
}
.investment_con>div{
    display: none;
}
.investment_title button{
    background: transparent;
}
.investment_title button{
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
}
.investment_title .on.css-yf112c {
    background: linear-gradient(135deg, rgb(97, 47, 255), rgb(210, 0, 163));
}
.investment_title .on.css-1e5xmx4 {
    background-color: #2f3237;
    background: linear-gradient(135deg, #FF4F42, #FF8E3C);
}
.investment_title .on.css-gms0s8 {
    background: linear-gradient(135deg, rgb(7, 47, 255), rgb(132, 21, 243));
}
.investment_title .on.css-oo43gg {
    border: none;
    outline: none;
    border-radius: 9999px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgb(227, 26, 182), rgb(248, 15, 85));
}

.css-1r7bumq {
    width: 100%;
    max-width: 1344px;
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}
.css-o7e85n:hover {
    background: linear-gradient(135deg, rgb(255, 79, 66), rgb(255, 142, 60));
}
.css-o7e85n {
    border: none;
    outline: none;
    border-radius: 9999px;
    background-color: rgb(47, 50, 55);
    cursor: pointer;
    padding: 12px 40px;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.language {
 /*float: right;*/
    position: relative;
    /*top: 28px;*/
    /*right: 28%;*/
    margin-left: 10px;
}

.language .tit {
  height: 40px;
  line-height: 30px;
  color: #fff;
  padding: 6px 42px 6px 30px;
  cursor: pointer;
  background: url(../image/arrow1.png) no-repeat right #612fff;
  font-weight: bold;
  border-radius: 4px;
  background-position-x: 66px;
}

/*.header .language .tit.on {*/
/*  background-image: url(/static/images/arrow2.png);*/
/*}*/

.language .list {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 96;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  display: none;
}

nav .language ul {
  background: #612fff;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
nav .language.at ul{
    border-radius:0 0 4px 4px;
}
nav .language.at .tit{
    border-radius: 4px 4px 0 0;
}
/*.header .language ul::after {*/
/*  bottom: 100%;*/
/*  left: 50%;*/
/*  border: solid transparent;*/
/*  content: " ";*/
/*  height: 0;*/
/*  width: 0;*/
/*  position: absolute;*/
/*  pointer-events: none;*/
/*  border-bottom-color: #ff6633;*/
/*  border-width: 4px;*/
/*  margin-left: -4px;*/
/*}*/
nav .language li{
    list-style: none;
}
nav .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

nav .language li a:hover {
  background: #ff6633;
}

@media screen and (max-width: 767px) {
    nav .language {
        position: absolute;
        top: 8px;
        right: 16%;
    }
    .language .tit{
        height: 26px;
    }
}
#translate{
    display: none;
}