@keyframes scroll {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes scroll {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes scroll {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes slideFromTop {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes marquee {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes marquee {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes marquee {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.right-5 {
    right: 1.25rem
}

.top-7 {
    top: 1.75rem
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px
}

.\!mb-7 {
    margin-bottom: 1.75rem !important
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[100px\] {
    margin-bottom: 100px
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-2 {
    margin-top: .5rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.w-10\/12 {
    width: 83.333333%
}

.w-\[90px\] {
    width: 90px
}

.w-full {
    width: 100%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-10 {
    gap: 2.5rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.space-y-20>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-\[100px\]>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse))
}

.rounded-\[20px\] {
    border-radius: 20px
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-y-\[8px\] {
    border-top-width: 8px;
    border-bottom-width: 8px
}

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border-\[\#f9f9f9\] {
    --tw-border-opacity: 1;
    border-color: rgb(249 249 249/var(--tw-border-opacity, 1))
}

.border-secondary-greybg {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64/var(--tw-border-opacity, 1))
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1))
}

.bg-transparent {
    background-color: #00000000
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.text-center {
    text-align: center
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-\[1\.75rem\] {
    font-size: 1.75rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.capitalize {
    text-transform: capitalize
}

.leading-tight {
    line-height: 1.25
}

.outline {
    outline-style: solid
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

::-moz-selection {
    background-color: #00c066;
    color: #040f0f
}

::selection {
    background-color: #00c066;
    color: #040f0f
}

body,
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overscroll-behavior: none
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:768px) {
    p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px
    }
}

a {
    color: inherit;
    text-decoration: none
}

ul {
    list-style: none
}

small {
    font-size: 12px;
    line-height: 12px
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.divider {
    border: none;
    border-bottom: 1px solid #787878;
    margin: 28px 0
}

.muted {
    color: #787878
}

.chevron {
    cursor: pointer;
    background: transparent;
    border: none;
    color: transparent
}

.chevron:hover {
    color: #bfffce
}

.desktop {
    display: block
}

@media screen and (max-width:540px) {
    .desktop {
        display: none
    }
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button,
input {
    font-family: inherit
}

a,
button {
    transition: outline-offset .1s ease-out
}

a:focus,
button:focus {
    outline-color: rgba(1, 1, 1, .76);
    outline-offset: 4px
}

footer,
main {
    background-color: #f9f9f9
}

#getting-started~footer,
#privacy-policy~footer,
#terms-and-conditions~footer,
main#getting-started,
main#privacy-policy,
main#terms-and-conditions {
    background-color: #fff
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

@media screen and (max-width:1100px) {
    ::-webkit-scrollbar {
        width: 2px;
        height: 2px
    }
}

::-webkit-scrollbar-thumb {
    background-color: #bfffce;
    border-radius: 20px
}

.hidden {
    display: none
}

.page-progress-bar {
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    height: 2px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.loadingSpinner {
    animation: spin .7s linear infinite
}

.react-tel-input ul.country-list {
    border-radius: 8px;
    max-height: 230px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    left: 1px
}

.react-tel-input ul.country-list li.country {
    padding: 10px 24px
}

.alice-carousel__dots-item {
    opacity: .5 !important
}

.alice-carousel__dots-item,
.alice-carousel__dots-item:hover {
    background-color: #c4c4c4 !important
}

.alice-carousel__dots-item.__active {
    background-color: #c4c4c4 !important;
    opacity: 1 !important
}

.ql-video {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 16/9
}

.hover\:cursor-pointer:hover {
    cursor: pointer
}

@media (min-width:768px) {
    .md\:block {
        display: block
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:text-\[2\.5rem\] {
        font-size: 2.5rem
    }
}

@media (min-width:1024px) {
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:\!mb-4 {
        margin-bottom: 1rem !important
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .lg\:hover\:cursor-default:hover {
        cursor: default
    }
}

@font-face {
    font-family: __sans_8b9853;
    src: url(/_next/static/media/c53410b9aaa75ac3-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: __sans_8b9853;
    src: url(/_next/static/media/b47e7077ec7da238-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: __sans_8b9853;
    src: url(/_next/static/media/99fde0e2bb1f727f-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: __sans_8b9853;
    src: url(/_next/static/media/8d45c0a4b565f3f7-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: __sans_8b9853;
    src: url(/_next/static/media/d4174af0068258ab-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: __sans_8b9853;
    src: url(/_next/static/media/aad4f2d99146bbf0-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: __sans_8b9853;
    src: url(/_next/static/media/13f37fd1f8b7aa44-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: __sans_8b9853;
    src: url(/_next/static/media/bd3207437016e240-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: __sans_Fallback_8b9853;
    src: local("Arial");
    ascent-override: 94.73%;
    descent-override: 31.14%;
    line-gap-override: 0.00%;
    size-adjust: 111.18%
}

.__className_8b9853 {
    font-family: __sans_8b9853, __sans_Fallback_8b9853
}

@keyframes button_scroll__I86cb {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes button_scroll__I86cb {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes button_scroll__I86cb {
        to {
            transform: translate3d(0, -1778px, 0);
            -webkit-transform: translate3d(0, -1778px, 0);
            -moz-transform: translate3d(0, -1778px, 0);
            -ms-transform: translate3d(0, -1778px, 0);
            -o-transform: translate3d(0, -1778px, 0);
        }
    }
}

@keyframes button_slideFromTop__ISt_a {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes button_marquee__DCazG {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes button_marquee__DCazG {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes button_marquee__DCazG {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.button_linkBtn__4P26_ {
    font-family: inherit;
    pointer-events: auto;
    border-radius: 63px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: outline-offset .1s ease-out, opacity .1s, color .15s, background-color .15s, border-color .15s
}

.button_linkBtn__4P26_:focus {
    outline-color: #040f0f;
    outline-offset: 3px
}

.button_linkBtn__4P26_.button_outline__jAUiQ:not([disabled]):not([aria-disabled=true]):hover,
.button_linkBtn__4P26_.button_primary__iLwl6:not([disabled]):not([aria-disabled=true]):hover {
    background-color: #083133;
    color: #bfffce
}

.button_linkBtn__4P26_.button_primaryDarker__yVrFF:not([disabled]):not([aria-disabled=true]):hover {
    background-color: #bfffce;
    color: #083133
}

button.button_linkBtn__4P26_ {
    border: none
}

a.button_outline__jAUiQ,
button.button_outline__jAUiQ {
    background-color: transparent;
    border: 1px solid
}

a.button_outline__jAUiQ:hover,
button.button_outline__jAUiQ:hover {
    background-color: #bfffce;
    color: #040f0f;
    border-color: #083133
}

button.button_disabled__IrrFl {
    background-color: #c4c4c4;
    cursor: not-allowed
}

button.button_disabled__IrrFl:hover {
    opacity: 1
}

.button_light__o1MRa.button_outline__jAUiQ {
    border-color: #bfffce;
    background-color: transparent;
    color: #bfffce
}

.button_dark__wPRyX.button_outline__jAUiQ {
    border-color: #040f0f;
    background-color: transparent;
    color: #040f0f
}

.button_primary__iLwl6.button_outline__jAUiQ {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.button_primary__iLwl6 {
    background-color: #00c066;
    color: #fff
}

.button_primaryDarker__yVrFF {
    background-color: #083133;
    color: #bfffce
}

.button_light__o1MRa {
    background-color: #fff;
    color: #040f0f
}

.button_dark__wPRyX {
    background-color: #040f0f;
    color: #fff
}

.button_loadingSpinner__hEGpQ {
    width: 20px;
    height: 20px
}

@keyframes navigation_scroll__o5Iyr {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes navigation_scroll__o5Iyr {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes navigation_scroll__o5Iyr {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes navigation_slideFromTop___DT9B {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes navigation_marquee__aGJI6 {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes navigation_marquee__aGJI6 {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes navigation_marquee__aGJI6 {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.navigation_nav__V567O {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 10;
    pointer-events: none
}

.navigation_nav__V567O .navigation_navContainer__hUDnc {
    padding: 40px 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transition: padding-top .3s, background-color .2s, color .2s
}

@media screen and (max-width:768px) {
    .navigation_nav__V567O .navigation_navContainer__hUDnc {
        padding: 20px 24px
    }
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_logoLink__MnAqC {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_logoLink__MnAqC svg {
    transition: color .1s
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn {
    display: inherit;
    align-items: inherit;
    gap: 20px
}

@media screen and (max-width:1100px) {
    .navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn {
        display: none
    }
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn .navigation_active__C8nsR {
    font-weight: 700
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn>div,
.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn>ul {
    display: inherit;
    align-items: inherit
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn>ul>li>a,
.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn>ul>li>span {
    padding: 60px 20px 0
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn>div {
    gap: 16px
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn>ul>li>span {
    line-height: 40px;
    cursor: default;
    pointer-events: auto
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn>ul>li>span:hover .navigation_detailNavContainer__i391u {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1)
}

.navigation_nav__V567O .navigation_navContainer__hUDnc .navigation_menus__Tg2wn>ul>li>a {
    cursor: pointer;
    pointer-events: auto
}

.navigation_dark__hog4D {
    color: #040f0f
}

.navigation_light__GpI7y {
    color: #fff
}

nav.navigation_scrolled__s1uvw.navigation_light__GpI7y .navigation_navContainer__hUDnc {
    background-color: #040f0f;
    color: #fff
}

nav.navigation_scrolled__s1uvw.navigation_dark__hog4D .navigation_navContainer__hUDnc {
    color: #040f0f;
    background-color: #fff
}

nav.navigation_scrolled__s1uvw .navigation_navContainer__hUDnc {
    padding-top: 20px
}

nav.navigation_scrolled__s1uvw .navigation_detailNavContainer__i391u {
    height: 356px
}

nav.navigation_scrolled__s1uvw .navigation_detailNavContainer__i391u>section {
    padding-top: 116px
}

nav.navigation_detailNav__yTkEW.navigation_dark__hog4D .navigation_navContainer__hUDnc {
    color: #040f0f;
    background-color: transparent
}

nav.navigation_detailNav__yTkEW .navigation_navContainer__hUDnc {
    background-color: transparent
}

.navigation_detailNavContainer__i391u {
    color: #040f0f;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 376px;
    transform-origin: top;
    transition: visibility .2s, opacity .3s, transform .35s ease-out;
    background-color: #fff;
    width: 100%;
    z-index: -1
}

.navigation_detailNavContainer__i391u>section {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 136px 0 68px 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.navigation_detailNavContainer__i391u>section .navigation_titleContainer__K_hTs {
    max-width: 270px
}

.navigation_detailNavContainer__i391u>section .navigation_titleContainer__K_hTs h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 12px
}

.navigation_detailNavContainer__i391u>section hr {
    width: 2px;
    height: 176px
}

.navigation_detailNavContainer__i391u>section .navigation_linksContainer__FB7qO {
    display: flex;
    gap: 40px;
    flex: 1 1 auto;
    justify-content: space-between
}

.navigation_detailNavContainer__i391u>section .navigation_linksContainer__FB7qO ul {
    flex: 1 1 auto;
    display: inherit;
    flex-direction: column;
    gap: 12px
}

.navigation_detailNavContainer__i391u>section .navigation_linksContainer__FB7qO ul a {
    display: inline-block;
    min-width: 200px;
    width: 100%
}

.navigation_detailNavContainer__i391u>section .navigation_linksContainer__FB7qO ul a:hover {
    font-weight: 700
}

.navigation_detailNavContainer__i391u>section .navigation_linksContainer__FB7qO ul .navigation_menuHeading__HaCBK {
    color: #29339b;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    cursor: default
}

.navigation_detailNavContainer__i391u>section .navigation_linksContainer__FB7qO ul .navigation_menuDisabled__bfhir {
    color: hsla(0, 0%, 43%, .44);
    cursor: default
}

.navigation_detailNavContainer__i391u>section .navigation_imageContainer__uGBTj {
    width: 240px;
    height: 160px
}

.navigation_detailNavContainer__i391u>section .navigation_imageContainer__uGBTj img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

.navigation_expandDetail__croSt {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

@keyframes accordian_scroll__jPIkw {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes accordian_scroll__jPIkw {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes accordian_scroll__jPIkw {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes accordian_slideFromTop__uKC1X {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes accordian_marquee__mEnNL {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes accordian_marquee__mEnNL {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes accordian_marquee__mEnNL {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.accordian_divider__3kuN1 {
    border: none;
    border-bottom: 1px solid #d2d2d7
}

.accordian_accordion__cnV8O div.accordian_title__kiz24 {
    cursor: pointer
}

.accordian_accordion__cnV8O h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 45px
}

.accordian_accordion__cnV8O .accordian_title__kiz24 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    cursor: pointer
}

.accordian_accordion__cnV8O .accordian_title__kiz24 .accordian_dropdown__CokF2 svg {
    transition: all .23s ease
}

.accordian_accordion__cnV8O .accordian_title__kiz24 .accordian_dropdown__CokF2 svg.accordian_translated__OSVNk {
    transform: scaleY(-100%)
}

.accordian_accordion__cnV8O .accordian_details__ASWRP {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

@media screen and (max-width:768px) {
    .accordian_accordion__cnV8O .accordian_details__ASWRP {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px
    }
}

.accordian_accordion__cnV8O .accordian_details__ASWRP ul {
    margin-top: 0
}

.accordian_accordion__cnV8O .accordian_collapsible__OESxq {
    overflow: hidden;
    transition: height .23s ease-out;
    height: 0;
    white-space: pre-line
}

@keyframes mobile-nav_scroll__yp51G {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes mobile-nav_scroll__yp51G {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes mobile-nav_scroll__yp51G {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes mobile-nav_slideFromTop__jhSbE {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes mobile-nav_marquee__WUqPX {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes mobile-nav_marquee__WUqPX {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes mobile-nav_marquee__WUqPX {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.mobile-nav_mobileNav__Sb26F {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 10;
    transition: background-color .2s, color .4s
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_navContainer__pIDR8 {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    transform: translateY(20px);
    transition: transform .2s
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_navContainer__pIDR8 .mobile-nav_chevron__rVxRs {
    color: transparent;
    background-color: #fff;
    border-radius: 10px
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_navContainer__pIDR8 .mobile-nav_logoLink__N_vx3 {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:768px) {
    .mobile-nav_mobileNav__Sb26F .mobile-nav_navContainer__pIDR8 {
        padding: 20px 24px
    }
}

.mobile-nav_mobileNav__Sb26F button {
    background: transparent;
    border: none;
    color: inherit;
    outline-offset: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_menuContainer__g4s5C {
    position: absolute;
    background-color: #fff;
    color: #040f0f;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: transform .25s;
    transform: translateX(100%);
    padding: 120px 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_menuContainer__g4s5C.mobile-nav_menuExpanded__lbIIY {
    transform: translateX(0)
}

@media screen and (max-width:768px) {
    .mobile-nav_mobileNav__Sb26F .mobile-nav_menuContainer__g4s5C {
        padding: 120px 24px 100px
    }
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_menuContainer__g4s5C ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    overflow-y: auto
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_menuContainer__g4s5C ul li a,
.mobile-nav_mobileNav__Sb26F .mobile-nav_menuContainer__g4s5C ul li span[role=button] {
    cursor: pointer;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_menuContainer__g4s5C .mobile-nav_actions__XD0sW {
    margin-top: 20px;
    display: flex;
    gap: 17px
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_menuContainer__g4s5C .mobile-nav_actions__XD0sW>* {
    flex: 1 1 auto
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_childMenus__tt6Sk {
    display: flex;
    flex-direction: column
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_childMenus__tt6Sk h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_childMenus__tt6Sk h4 {
    color: #29339b;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    cursor: default
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_childMenus__tt6Sk ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_childMenus__tt6Sk ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

.mobile-nav_mobileNav__Sb26F .mobile-nav_childMenus__tt6Sk ul .mobile-nav_menuDisabled__ng0tp {
    color: hsla(0, 0%, 43%, .44);
    cursor: not-allowed
}

.mobile-nav_dark__FQW5Y {
    color: #040f0f
}

.mobile-nav_light__HAk17 {
    color: #fff
}

.mobile-nav_expanded__uwn1f {
    color: #040f0f
}

.mobile-nav_scrolled__TNxBB.mobile-nav_light__HAk17 {
    background-color: #040f0f;
    color: #fff
}

.mobile-nav_scrolled__TNxBB.mobile-nav_dark__FQW5Y {
    color: #040f0f;
    background-color: #fff
}

.mobile-nav_scrolled__TNxBB .mobile-nav_navContainer__pIDR8 {
    transform: translateY(0)
}

.mobile-nav_scrolled__TNxBB .mobile-nav_menuContainer__g4s5C {
    padding: 100px 24px
}

@keyframes footer_scroll__cKdCq {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes footer_scroll__cKdCq {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes footer_scroll__cKdCq {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes footer_slideFromTop__ZgVio {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes footer_marquee__JZap4 {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes footer_marquee__JZap4 {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes footer_marquee__JZap4 {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.footer_footer__31rxy.footer_dark__15ps8 {
    color: #fff;
    background-color: #040f0f
}

.footer_footer__31rxy {
    padding: 80px 0 60px
}

.footer_footer__31rxy>section {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    display: flex;
    gap: 139px;
    justify-content: space-between
}

@media screen and (max-width:1440px) {
    .footer_footer__31rxy>section {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .footer_footer__31rxy>section {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.footer_footer__31rxy>section .footer_brand__oZfBC {
    display: none;
    justify-content: space-between
}

.footer_footer__31rxy>section .footer_header__zaMDu {
    color: inherit;
    font-family: inherit;
    border: none;
    background-color: transparent
}

@media screen and (max-width:1100px) {
    .footer_footer__31rxy>section {
        flex-direction: column
    }

    .footer_footer__31rxy>section .footer_brand__oZfBC {
        display: flex
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 {
        flex-direction: column
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 .footer_linkSection__mDAnI {
        display: flex;
        flex-direction: column
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 .footer_linkSection__mDAnI hr {
        margin: 10px 0
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 .footer_linkSection__mDAnI a {
        padding: 6px 0;
        cursor: pointer
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 .footer_linkSection__mDAnI ul {
        overflow: hidden;
        transition: height .24s ease-out;
        height: 0
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 .footer_header__zaMDu {
        width: 100%;
        height: 100%;
        padding: 20px 0 10px
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 .footer_header__zaMDu .footer_dropdown__zXxfj svg {
        display: block
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 .footer_header__zaMDu .footer_dropdown__zXxfj .footer_translated__2N2Ec {
        transform: rotate(180deg)
    }
}

@media screen and (max-width:1400px) {
    .footer_footer__31rxy>section {
        gap: 40px
    }

    .footer_footer__31rxy>section div.footer_content__ZQjO0 {
        gap: 20px
    }
}

@media screen and (max-width:1400px)and (max-width:1100px) {
    .footer_footer__31rxy>section div.footer_content__ZQjO0 {
        gap: 0
    }
}

.footer_footer__31rxy>section .footer_title__3DKap {
    max-width: 421px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.footer_footer__31rxy>section .footer_title__3DKap h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .footer_footer__31rxy>section .footer_title__3DKap h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

.footer_footer__31rxy>section .footer_title__3DKap .footer_brand__oZfBC {
    display: flex
}

.footer_footer__31rxy>section .footer_content__ZQjO0 {
    flex: 1 1 auto;
    display: flex;
    gap: 60px
}

.footer_footer__31rxy>section .footer_content__ZQjO0>* {
    flex: 1 1 auto
}

@media screen and (max-width:1100px) {
    .footer_footer__31rxy>section .footer_content__ZQjO0 .footer_linkSection__mDAnI {
        border-bottom: 1px solid #787878
    }
}

.footer_footer__31rxy>section .footer_content__ZQjO0 .footer_linkSection__mDAnI ul {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media screen and (max-width:1100px) {
    .footer_footer__31rxy>section .footer_content__ZQjO0 .footer_linkSection__mDAnI ul {
        margin-top: 0;
        margin-bottom: 12px
    }
}

.footer_footer__31rxy .footer_header__zaMDu {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer_footer__31rxy .footer_header__zaMDu .footer_dropdown__zXxfj svg {
    transition: transform .2s;
    transform: rotate(0deg);
    display: none
}

.footer_footer__31rxy .footer_link__It7Oy {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer_footer__31rxy .footer_link__It7Oy[aria-disabled=true] {
    color: var(--footer-disabled, hsla(0, 0%, 43%, .44));
    cursor: default
}

.footer_footer__31rxy .footer_footerBottom__fvYyo {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px
}

@media screen and (max-width:1440px) {
    .footer_footer__31rxy .footer_footerBottom__fvYyo {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .footer_footer__31rxy .footer_footerBottom__fvYyo {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.footer_footer__31rxy .footer_footerSocial__wEuWM {
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
    gap: 20px
}

@media screen and (max-width:768px) {
    .footer_footer__31rxy .footer_footerSocial__wEuWM {
        flex-direction: column
    }
}

.footer_footer__31rxy .footer_footerSocial__wEuWM .footer_country__I8fvB {
    display: inherit;
    align-items: center;
    gap: 12px
}

@media screen and (max-width:768px) {
    .footer_footer__31rxy .footer_footerSocial__wEuWM .footer_country__I8fvB {
        flex-direction: column;
        align-items: start
    }
}

.footer_footer__31rxy .footer_footerSocial__wEuWM .footer_country__I8fvB .footer_divider__br6qm {
    background-color: #040f0f;
    width: 1px;
    height: 80%
}

@media screen and (max-width:768px) {
    .footer_footer__31rxy .footer_footerSocial__wEuWM .footer_country__I8fvB .footer_divider__br6qm {
        width: 100%;
        height: 1px
    }
}

.footer_footer__31rxy .footer_footerSocial__wEuWM .footer_country__I8fvB span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: .5rem
}

.footer_footer__31rxy .footer_footerSocial__wEuWM .footer_socialList__Xi3VH ul {
    display: flex;
    gap: 14px
}

@media screen and (max-width:1100px) {
    .footer_footer__31rxy .footer_footerSocial__wEuWM .footer_socialList__Xi3VH ul .footer_socialName__Erksb {
        display: none
    }
}

.footer_footer__31rxy .footer_footerDivider__DrLbw {
    display: block;
    margin: 37px auto 0
}

@media screen and (max-width:1100px) {
    .footer_footer__31rxy .footer_footerDivider__DrLbw {
        display: none
    }
}

@keyframes pricing_scroll__u7SI0 {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes pricing_scroll__u7SI0 {
        to {
            transform: translate3d(0, -3528px, 0);
            -webkit-transform: translate3d(0, -3528px, 0);
            -moz-transform: translate3d(0, -3528px, 0);
            -ms-transform: translate3d(0, -3528px, 0);
            -o-transform: translate3d(0, -3528px, 0);
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes pricing_scroll__u7SI0 {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes pricing_slideFromTop__hCYzw {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes pricing_marquee__NEUz5 {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes pricing_marquee__NEUz5 {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes pricing_marquee__NEUz5 {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.pricing_pricingCard__ExsB9 {
    color: #040f0f;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 288px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #9b9b9b
}

.pricing_pricingCard__ExsB9 h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.pricing_pricingCard__ExsB9>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 16px;
    margin-top: 4px
}

.pricing_pricingCard__ExsB9>div a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    width: 100%
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_monthly__KNKOC {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_monthly__KNKOC div {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_monthly__KNKOC p {
    font-weight: 400;
    font-size: 12px;
    line-height: 8px;
    margin-bottom: 3px
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_type__UIqmE {
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 8px 0 16px;
    color: #787878
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_type__UIqmE p {
    font-size: 12px
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM {
    display: flex;
    border-radius: 27px;
    margin-top: 16px;
    border: 1px solid #040f0f;
    position: relative
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 27px;
    background-color: #040f0f;
    transition: all .2s
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM.pricing_yearly__7XBOI:before {
    transform: translateX(100%)
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM .pricing_item__xlJgt {
    z-index: 1;
    display: grid;
    place-items: center;
    align-content: center;
    width: 50%;
    height: 51px;
    border-radius: 27px;
    cursor: pointer
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM .pricing_item__xlJgt span {
    font-weight: 700
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM .pricing_item__xlJgt.pricing_active__2A94a {
    color: #fff
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM .pricing_item__xlJgt.pricing_active__2A94a span {
    color: #000
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM h4 {
    font-size: 12px
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe .pricing_payPlanContainer__aU5EM span {
    font-size: 10px;
    color: #29339b
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe hr {
    margin: 20px auto;
    border: none;
    border-bottom: 1px solid #e6e6e6
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe ul {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.pricing_pricingCard__ExsB9 .pricing_normal__qDwwe ul li {
    display: flex;
    align-items: center;
    gap: inherit
}

@keyframes learnmore_scroll__NLcnm {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes learnmore_scroll__NLcnm {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes learnmore_scroll__NLcnm {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes learnmore_slideFromTop__JV7C2 {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes learnmore_marquee__cdAcl {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes learnmore_marquee__cdAcl {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes learnmore_marquee__cdAcl {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.learnmore_link__WCrOQ {
    color: #00c066 !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    background-color: transparent;
    outline: none;
    border: 0
}

.learnmore_link__WCrOQ svg {
    transition: transform .3s
}

.learnmore_link__WCrOQ:hover svg {
    transform: translateX(5px)
}

.learnmore_link__WCrOQ:focus {
    outline: auto
}

.learnmore_link__WCrOQ.learnmore_neutral__jPoeh {
    color: #040f0f;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

@keyframes feature_scroll__vaF2z {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes feature_scroll__vaF2z {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes feature_scroll__vaF2z {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes feature_slideFromTop__ZlwYR {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes feature_marquee__oO3s0 {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes feature_marquee__oO3s0 {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes feature_marquee__oO3s0 {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.feature_sectionText__XLzXz {
    text-align: center
}

.feature_sectionText__XLzXz h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px
}

@media screen and (max-width:768px) {
    .feature_sectionText__XLzXz h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width:540px) {
    .feature_sectionText__XLzXz h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 35px
    }
}

.feature_sectionText__XLzXz p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:768px) {
    .feature_sectionText__XLzXz p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px
    }
}

.feature_featSection__0KFSV>div {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 120px
}

@media screen and (max-width:1440px) {
    .feature_featSection__0KFSV>div {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .feature_featSection__0KFSV>div {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (max-width:1100px) {
    .feature_featSection__0KFSV>div {
        padding-top: 80px
    }
}

@media screen and (max-width:768px) {
    .feature_featSection__0KFSV>div {
        padding-top: 60px
    }
}

.feature_featSection__0KFSV>div .feature_sectionText__XLzXz {
    margin: 0 auto
}

.feature_featSection__0KFSV>div .feature_sectionText__XLzXz p {
    margin: 16px auto 0
}

.feature_featSection__0KFSV>div .feature_image__3dK51 {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    display: flex
}

.feature_featSection__0KFSV>div .feature_image__3dK51 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.feature_featureContainer__im7UH h1 {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 120px;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-align: center
}

@media screen and (max-width:1440px) {
    .feature_featureContainer__im7UH h1 {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .feature_featureContainer__im7UH h1 {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (max-width:1100px) {
    .feature_featureContainer__im7UH h1 {
        padding-top: 80px
    }
}

@media screen and (max-width:768px) {
    .feature_featureContainer__im7UH h1 {
        padding-top: 60px;
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width:540px) {
    .feature_featureContainer__im7UH h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 35px
    }
}

.feature_featureContainer__im7UH:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, #d9d9d9, hsla(0, 0%, 85%, 0));
    opacity: .3
}

.feature_featureContainer__im7UH>div {
    position: relative;
    justify-content: center;
    max-width: 1478px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 120px 24px;
    display: flex;
    gap: 40px
}

@media screen and (max-width:1440px) {
    .feature_featureContainer__im7UH>div {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .feature_featureContainer__im7UH>div {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (max-width:1100px) {
    .feature_featureContainer__im7UH>div {
        padding-top: 80px
    }
}

@media screen and (max-width:768px) {
    .feature_featureContainer__im7UH>div {
        padding-top: 60px
    }
}

@media screen and (max-width:1100px) {
    .feature_featureContainer__im7UH>div {
        padding-bottom: 80px
    }
}

@media screen and (max-width:768px) {
    .feature_featureContainer__im7UH>div {
        padding-bottom: 60px
    }
}

.feature_featureContainer__im7UH>div .feature_feature__ED46s {
    max-width: 373px
}

@media screen and (max-width:1440px) {
    .feature_featureContainer__im7UH>div .feature_feature__ED46s {
        max-width: 320px
    }
}

.feature_featureGrid__GOjdU>div {
    --column-count: 3;
    display: grid;
    row-gap: 40px;
    max-width: 1200px;
    grid-template-columns: repeat(var(--column-count), minmax(300px, 1fr));
    justify-items: center;
    justify-content: center
}

@media screen and (max-width:1100px) {
    .feature_featureGrid__GOjdU>div {
        --column-count: 2
    }
}

@media screen and (max-width:768px) {
    .feature_featureGrid__GOjdU>div {
        --column-count: 1
    }
}

div.feature_featureLarge__TCGYR {
    padding: 32px;
    max-width: 579px
}

div.feature_featureLarge__TCGYR p {
    margin-bottom: 16px
}

@media screen and (max-width:1100px) {
    div.feature_featureLarge__TCGYR {
        padding: 24px
    }
}

@media screen and (max-width:540px) {
    div.feature_featureLarge__TCGYR {
        padding: 20px
    }
}

div.feature_featureLarge__TCGYR .feature_imgContainer___H_Ep img {
    border-radius: 20px
}

@media screen and (max-width:1100px) {
    div.feature_featureLarge__TCGYR .feature_imgContainer___H_Ep img {
        border-radius: 10px
    }
}

.feature_feature__ED46s {
    padding: 24px;
    border-radius: 20px;
    background-color: #fff
}

.feature_feature__ED46s .feature_imgContainer___H_Ep {
    border-radius: 12px
}

.feature_feature__ED46s .feature_imgContainer___H_Ep img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.feature_feature__ED46s h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 8px
}

@media screen and (max-width:540px) {
    .feature_feature__ED46s h3 {
        font-weight: 700;
        font-size: 20px
    }
}

.feature_feature__ED46s p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

@keyframes help-tooltip_scroll__m0xZ4 {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes help-tooltip_scroll__m0xZ4 {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes help-tooltip_scroll__m0xZ4 {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes help-tooltip_slideFromTop__mXGYm {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes help-tooltip_marquee__VcqwR {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes help-tooltip_marquee__VcqwR {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes help-tooltip_marquee__VcqwR {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.help-tooltip_help__tzNz3 {
    cursor: help;
    position: relative;
    height: 22px
}

.help-tooltip_help__tzNz3:hover p {
    display: flex
}

.help-tooltip_help__tzNz3 p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    display: none;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    padding: 15px 17px;
    border-radius: 7px;
    border: 1.5px solid #040f0f;
    background-color: #fff;
    z-index: 1
}

.help-tooltip_help__tzNz3 p:before {
    position: relative
}

.help-tooltip_help__tzNz3 p:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-radius: 1px;
    border-bottom: 1.5px solid #040f0f;
    border-right: 1.5px solid #040f0f;
    background-color: #fff;
    z-index: 2
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports(outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports(outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast:none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

@keyframes statistics_scroll__ky8Zi {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes statistics_scroll__ky8Zi {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes statistics_scroll__ky8Zi {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes statistics_slideFromTop__o9RZz {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes statistics_marquee__uPLOu {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes statistics_marquee__uPLOu {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes statistics_marquee__uPLOu {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.statistics_statisticsDeskotp__mad1h {
    margin-top: 60px;
    margin-bottom: 100px;
    max-width: 1090px;
    height: 362px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

@media screen and (max-width:1100px) {
    .statistics_statisticsDeskotp__mad1h {
        max-width: 800px;
        height: 280px
    }
}

.statistics_statisticsDeskotp__mad1h>.statistics_first__G_IAP {
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:1100px) {
    .statistics_statisticsDeskotp__mad1h>.statistics_first__G_IAP {
        padding-right: 0
    }
}

.statistics_statisticsDeskotp__mad1h>.statistics_second__Mqe_Y,
.statistics_statisticsDeskotp__mad1h>.statistics_third__OwNOe {
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
    padding-left: 40px;
    padding-right: 40px
}

.statistics_statisticsDeskotp__mad1h>.statistics_second__Mqe_Y>div:not(:last-child),
.statistics_statisticsDeskotp__mad1h>.statistics_third__OwNOe>div:not(:last-child) {
    border-bottom: 1px solid #787878;
    padding-bottom: 40px
}

.statistics_statisticsDeskotp__mad1h>.statistics_second__Mqe_Y>div:not(:first-child),
.statistics_statisticsDeskotp__mad1h>.statistics_third__OwNOe>div:not(:first-child) {
    padding-top: 40px
}

.statistics_statisticsDeskotp__mad1h>.statistics_third__OwNOe {
    border-left: none;
    border-right: none
}

.statistics_cardDesktop__Ut4X2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.statistics_cardDesktop__Ut4X2>.statistics_large__cd3UA {
    font-size: 98px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 12px
}

@media screen and (max-width:1100px) {
    .statistics_cardDesktop__Ut4X2>.statistics_large__cd3UA {
        font-size: 48px
    }
}

.statistics_cardDesktop__Ut4X2>.statistics_normal__d8vVs {
    font-size: 64px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 12px
}

@media screen and (max-width:1100px) {
    .statistics_cardDesktop__Ut4X2>.statistics_normal__d8vVs {
        font-size: 36px
    }
}

.statistics_cardDesktop__Ut4X2>p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

@media screen and (max-width:1100px) {
    .statistics_cardDesktop__Ut4X2>p {
        font-size: 14px
    }
}

.statistics_usdTagDesktop__uZ1BL {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 3px 8px;
    text-align: center;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:1100px) {
    .statistics_usdTagDesktop__uZ1BL {
        font-size: 14px
    }
}

.statistics_statistics__W9_a_ {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px
}

.statistics_card__o8suE {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.statistics_card__o8suE>h3 {
    font-size: 32px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px
}

.statistics_card__o8suE>p {
    font-size: 12px;
    line-height: 24px
}

.statistics_card__o8suE:last-child {
    border-bottom: none
}

.statistics_usdTag__3vrDY {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 3px 8px;
    text-align: center;
    font-size: 12px
}

.statistics_largeText__O8_uk>h3 {
    font-size: 80px
}

.statistics_largeText__O8_uk>p {
    font-size: 14px
}

@keyframes testimonials_scroll__NlSqs {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes testimonials_scroll__NlSqs {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes testimonials_scroll__NlSqs {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes testimonials_slideFromTop__w5aXn {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes testimonials_marquee__jKRfU {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes testimonials_marquee__jKRfU {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes testimonials_marquee__jKRfU {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.testimonials_testimonialsWrapper__MNnm6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #040f0f;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow-x: hidden;
    gap: 60px;
    margin-bottom: 83px
}

.testimonials_testimonialsWrapper__MNnm6 h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    max-width: 940px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px
}

@media screen and (max-width:768px) {
    .testimonials_testimonialsWrapper__MNnm6 h2 {
        max-width: 760px;
        font-size: 45px
    }
}

@media screen and (max-width:420px) {
    .testimonials_testimonialsWrapper__MNnm6 h2 {
        max-width: 369px;
        font-size: 24px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.testimonials_testimonialsWrapper__MNnm6>.testimonials_carouselWrapper__iMF2d {
    width: 100%;
    position: relative
}

.testimonials_testimonialsWrapper__MNnm6>.testimonials_carouselWrapper__iMF2d:before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    --gradient-color: #000, transparent;
    --gradient-width: 128px;
    background: linear-gradient(to right, var(--gradient-color));
    width: var(--gradient-width);
    z-index: 1
}

@media screen and (max-width:540px) {
    .testimonials_testimonialsWrapper__MNnm6>.testimonials_carouselWrapper__iMF2d:before {
        display: none
    }
}

.testimonials_testimonialsWrapper__MNnm6>.testimonials_carouselWrapper__iMF2d:after {
    position: absolute;
    transform: rotate(180deg);
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    --gradient-color: #000, transparent;
    --gradient-width: 128px;
    background: linear-gradient(to right, var(--gradient-color));
    width: var(--gradient-width)
}

@media screen and (max-width:540px) {
    .testimonials_testimonialsWrapper__MNnm6>.testimonials_carouselWrapper__iMF2d:after {
        display: none
    }
}

.testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN {
    padding: 60px;
    border: 1px solid #404040;
    border-radius: 20px;
    max-width: 564px;
    height: 584px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    cursor: grabbing;
    margin-bottom: 60px
}

@media screen and (max-width:540px) {
    .testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN {
        max-width: 320px;
        padding: 24px;
        height: 425px
    }
}

@media screen and (max-width:375px) {
    .testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN {
        height: 368px
    }
}

.testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>div>p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

@media screen and (max-width:375px) {
    .testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>div>p {
        font-size: 14px;
        line-height: 21px
    }
}

.testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>div>.testimonials_mb8__bNkhs {
    margin-bottom: 8px
}

.testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>div>.testimonials_seeMore__M4n7m {
    color: #00c066;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700
}

.testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

@media screen and (max-width:540px) {
    .testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q {
        margin-top: 60px
    }
}

@media screen and (max-width:375px) {
    .testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q {
        gap: 12px
    }
}

.testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q>img {
    border-radius: 100%;
    border: 1.5px solid #fff;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:540px) {
    .testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q>img {
        width: 42px;
        height: 42px
    }
}

.testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q>.testimonials_info__6I7mF>h3 {
    font-weight: 700;
    color: #bfffce;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px
}

@media screen and (max-width:540px) {
    .testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q>.testimonials_info__6I7mF>h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 1px
    }
}

.testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q>.testimonials_info__6I7mF>p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 21px
}

@media screen and (max-width:540px) {
    .testimonials_testimonialsWrapper__MNnm6 .testimonials_testiCard__9JBcN>.testimonials_customer__Aa03Q>.testimonials_info__6I7mF>p {
        font-size: 12px
    }
}

@keyframes companies_scroll__7BQjm {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes companies_scroll__7BQjm {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes companies_scroll__7BQjm {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes companies_slideFromTop__dU07v {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes companies_marquee__jqpvr {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes companies_marquee__jqpvr {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes companies_marquee__jqpvr {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.companies_companiesWrapper__R_lld {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    row-gap: 40px
}

@media screen and (max-width:420px) {
    .companies_companiesWrapper__R_lld {
        row-gap: 18.21px
    }
}

.companies_companiesWrapper__R_lld>h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #787878
}

@media screen and (max-width:768px) {
    .companies_companiesWrapper__R_lld>h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width:768px)and (max-width:768px) {
    .companies_companiesWrapper__R_lld>h2 {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px
    }
}

.companies_slider__nEM1L {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    gap: 80px;
    margin-right: 80px;
    cursor: pointer
}

.companies_slider__nEM1L>a>img {
    transition: all .2s ease-in-out
}

.companies_slider__nEM1L>a>img:hover {
    transform: scale(1.1)
}

@media screen and (max-width:540px) {
    .companies_slider__nEM1L {
        width: 1550%
    }
}

.companies_slider__nEM1L::-webkit-scrollbar {
    display: none
}

@keyframes accordian-with-border_scroll__y1nF2 {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes accordian-with-border_scroll__y1nF2 {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes accordian-with-border_scroll__y1nF2 {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes accordian-with-border_slideFromTop__j2Tjt {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes accordian-with-border_marquee__6esKQ {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes accordian-with-border_marquee__6esKQ {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes accordian-with-border_marquee__6esKQ {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.accordian-with-border_accordion__n9TyH {
    border: 1px solid #787878;
    border-radius: 8px
}

.accordian-with-border_accordion__n9TyH .accordian-with-border_title__hg7OM {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: inherit;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 20px
}

.accordian-with-border_accordion__n9TyH .accordian-with-border_title__hg7OM .accordian-with-border_dropdown__NyfTo svg {
    transition: all .23s ease
}

.accordian-with-border_accordion__n9TyH .accordian-with-border_title__hg7OM .accordian-with-border_dropdown__NyfTo svg.accordian-with-border_translated__fTC90 {
    transform: scaleY(-100%)
}

.accordian-with-border_accordion__n9TyH .accordian-with-border_collapsible__IDcON {
    overflow: hidden;
    transition: height .23s ease-out;
    height: 0;
    white-space: pre-line
}

@keyframes Pricing_scroll__WRCyK {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

@media screen and (max-width:1100px) {
    @keyframes Pricing_scroll__WRCyK {
        to {
            transform: translate3d(0, -3528px, 0)
        }
    }
}

@media screen and (max-width:768px) {
    @keyframes Pricing_scroll__WRCyK {
        to {
            transform: translate3d(0, -1778px, 0)
        }
    }
}

@keyframes Pricing_slideFromTop__fpBBb {
    0% {
        transform: translateY(-30%) translateX(-50%);
        opacity: 0
    }

    to {
        transform: translateY(0) translateX(-50%);
        opacity: 1
    }
}

@keyframes Pricing_marquee__y2l9T {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

@media screen and (max-width:1100px) {
    @keyframes Pricing_marquee__y2l9T {
        0% {
            left: 256%
        }

        to {
            left: -200%
        }
    }
}

@media screen and (max-width:540px) {
    @keyframes Pricing_marquee__y2l9T {
        0% {
            left: 570%
        }

        to {
            left: -400%
        }
    }
}

.Pricing_hero__2UiP_ {
    background: url(/images/pricing/hero-bg.webp) 50%/cover no-repeat;
    height: 1000px;
    color: #fff
}

@media screen and (max-width:768px) {
    .Pricing_hero__2UiP_ {
        height: 840px
    }
}

.Pricing_hero__2UiP_>div {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 95px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 73px
}

@media screen and (max-width:1440px) {
    .Pricing_hero__2UiP_>div {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .Pricing_hero__2UiP_>div {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px;
        gap: 60px
    }
}

.Pricing_hero__2UiP_>div .Pricing_heading__xcv4a h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px
}

@media screen and (max-width:540px) {
    .Pricing_hero__2UiP_>div .Pricing_heading__xcv4a h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

.Pricing_hero__2UiP_>div .Pricing_heading__xcv4a p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.Pricing_hero__2UiP_>div .Pricing_placeholder__qkCT5 {
    height: 412px;
    width: 100%
}

@media screen and (max-width:768px) {
    .Pricing_hero__2UiP_>div .Pricing_placeholder__qkCT5 {
        height: 110px
    }
}

.Pricing_hero__2UiP_ .Pricing_demoLink__i_Tal {
    color: #bfffce
}

.Pricing_cardContainer__6o653 {
    margin-top: -507px;
    display: flex;
    gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
    flex-wrap: wrap;
    padding-bottom: 95px;
    justify-content: center
}

@media screen and (min-width:1441px) {
    .Pricing_cardContainer__6o653 {
        max-width: 1478px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 38px;
        padding-right: 38px;
        justify-content: flex-start
    }
}

@media screen and (min-width:1441px)and (max-width:1440px) {
    .Pricing_cardContainer__6o653 {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (min-width:1441px)and (max-width:768px) {
    .Pricing_cardContainer__6o653 {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (max-width:768px) {
    .Pricing_cardContainer__6o653 {
        margin-top: -205px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 80px
    }
}

.Pricing_table__c_9Cc .Pricing_demoLink__i_Tal {
    color: #00c066;
    font-weight: 700
}

.Pricing_table__c_9Cc>div {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 38px
}

@media screen and (max-width:1440px) {
    .Pricing_table__c_9Cc>div {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .Pricing_table__c_9Cc>div {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div {
        padding-top: 80px
    }
}

@media screen and (max-width:768px) {
    .Pricing_table__c_9Cc>div {
        padding-top: 60px
    }
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div {
        padding-bottom: 80px
    }
}

@media screen and (max-width:768px) {
    .Pricing_table__c_9Cc>div {
        padding-bottom: 60px
    }
}

.Pricing_table__c_9Cc>div .Pricing_sectionText__sOD_3 h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px
}

@media screen and (max-width:768px) {
    .Pricing_table__c_9Cc>div .Pricing_sectionText__sOD_3 h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width:540px) {
    .Pricing_table__c_9Cc>div .Pricing_sectionText__sOD_3 h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 35px
    }
}

.Pricing_table__c_9Cc>div .Pricing_sectionText__sOD_3 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0
}

@media screen and (max-width:768px) {
    .Pricing_table__c_9Cc>div .Pricing_sectionText__sOD_3 p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width:768px)and (max-width:768px) {
    .Pricing_table__c_9Cc>div .Pricing_sectionText__sOD_3 p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px
    }
}

.Pricing_table__c_9Cc>div .Pricing_sectionText__sOD_3 b {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 {
    margin-top: 60px
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 {
        margin-top: 20px
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 thead.Pricing_mobileStickyHeader__20_nR {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 thead.Pricing_stickyHeader__XCMoB {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    background-color: #040f0f;
    color: #fff;
    animation: Pricing_slideFromTop__fpBBb .3s;
    box-shadow: 0 0 0 100vmax #040f0f;
    clip-path: inset(0 -100vmax)
}

@media screen and (max-width:1440px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 thead.Pricing_stickyHeader__XCMoB {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 thead.Pricing_stickyHeader__XCMoB {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 thead.Pricing_stickyHeader__XCMoB tr th:first-child div {
    min-width: 264px
}

@media screen and (max-width:1440px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 thead.Pricing_stickyHeader__XCMoB tr th:first-child div {
        min-width: 226px
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table {
    border-spacing: 14px 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table {
        border-spacing: 0
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table .Pricing_rowGp__Pj0bA {
    display: table-row-group
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead tr th .Pricing_highlight__fybZA {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead tr th a {
    width: 100%;
    font-weight: 400;
    margin-top: 12px;
    padding: 0
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead.Pricing_mobileHeader__4yAI5 {
    display: block;
    width: 100%;
    overflow-x: scroll;
    background-color: #ececec
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead.Pricing_mobileHeader__4yAI5 tr {
    display: flex;
    align-items: flex-end
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead.Pricing_mobileHeader__4yAI5 tr th.Pricing_activeHeader__awa0X {
    background-color: #040f0f;
    color: #fff;
    min-width: 186px
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead.Pricing_mobileHeader__4yAI5 tr th {
    padding: 12px 16px;
    color: #040f0f;
    background-color: #ececec;
    width: 232px;
    min-width: 120px;
    display: flex;
    min-height: 100px;
    flex-direction: column;
    border-radius: 0;
    height: -moz-min-content;
    height: min-content;
    justify-content: center
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead.Pricing_mobileHeader__4yAI5 tr th h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead.Pricing_mobileHeader__4yAI5 tr th h3 {
        font-size: 16px;
        line-height: 24px
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead.Pricing_mobileHeader__4yAI5 tr th span {
    font-weight: 400
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table thead.Pricing_mobileHeader__4yAI5 tr th span.Pricing_smallText__sz9kS {
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tbody {
        display: block;
        height: 100%
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table .Pricing_mobileRow__dcsaT {
    height: 0;
    overflow: hidden;
    transition: height .2s
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr th:not(:first-child) {
    padding: 12px 15px;
    background-color: #040f0f;
    color: #fff;
    border-radius: 12px 12px 0 0;
    width: 20%
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr th:not(:first-child) h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr th:not(:first-child) h3 {
        font-size: 16px;
        line-height: 24px
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr th:not(:first-child) span {
    font-weight: 400
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr .Pricing_highlightText__D36n9,
.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr th:not(:first-child).Pricing_highlightText__D36n9 {
    border-radius: 12px;
    margin-bottom: 12px;
    text-align: center;
    padding: 24px;
    border-spacing: 0 1em;
    background-color: #f2c050;
    color: #040f0f;
    font-weight: 400
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr.Pricing_spacing__akn_3 {
    height: 12px
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:first-child:not(.Pricing_sectionHeading__PFClR) {
    min-width: 226px;
    max-width: 226px;
    white-space: pre-wrap
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:first-child:not(.Pricing_sectionHeading__PFClR) span {
    display: inline-block
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:first-child:not(.Pricing_sectionHeading__PFClR) span:first-child {
    max-width: calc(100% - 36px)
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:first-child:not(.Pricing_sectionHeading__PFClR) span:not(:first-child) {
    float: right
}

@media screen and (max-width:540px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:first-child:not(.Pricing_sectionHeading__PFClR) {
        width: 186px;
        min-width: 186px;
        max-width: 186px
    }
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:first-child:not(.Pricing_sectionHeading__PFClR) {
        width: 186px;
        min-width: 186px;
        max-width: 186px
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:first-child:not(.Pricing_sectionHeading__PFClR) {
    position: sticky;
    left: 0;
    background-color: #f9f9f9;
    z-index: 2
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:not(:first-child) {
    text-align: center;
    background-color: #ececec;
    vertical-align: middle
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td:not(:first-child) {
        width: 100%
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td {
    padding: 20px 15px;
    max-width: 100%;
    white-space: nowrap
}

@media screen and (max-width:1100px) {
    .Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td {
        padding: 20px 10px;
        white-space: pre-wrap
    }
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td span {
    display: block
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table tr td.Pricing_highlight__fybZA {
    background-color: #f2c050
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table td.Pricing_sectionHeading__PFClR {
    background-color: #040f0f;
    color: #fff;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 100vw
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table td.Pricing_sectionHeading__PFClR div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Pricing_table__c_9Cc>div .Pricing_tableWrapper__cm197 table td.Pricing_sectionSubHeading__yTthu {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.Pricing_btnContainer__69JNu {
    margin-top: 120px;
    display: grid;
    place-items: center
}

@media screen and (max-width:1100px) {
    .Pricing_btnContainer__69JNu {
        margin-top: 60px
    }
}

.Pricing_cta__9LtKI {
    display: flex;
    gap: 40px;
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    justify-content: center
}

@media screen and (max-width:1440px) {
    .Pricing_cta__9LtKI {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .Pricing_cta__9LtKI {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px;
        flex-wrap: wrap
    }
}

.Pricing_cta__9LtKI>* {
    flex: 1 1 auto
}

.Pricing_dottedLine__QyIfC {
    display: none;
    width: 100%;
    padding: 0 24px;
    white-space: nowrap
}

.Pricing_dottedLine__QyIfC img {
    width: 100%
}

@media screen and (max-width:420px) {
    .Pricing_dottedLine__QyIfC {
        display: inline-block
    }
}

.Pricing_clientsCategorySection__Ym9sE {
    background-color: #040f0f
}

.Pricing_clientsCategorySection__Ym9sE .Pricing_accordionWrapper__AKya3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    color: #fff
}

.Pricing_clientsCategorySection__Ym9sE>div {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 120px
}

@media screen and (max-width:1440px) {
    .Pricing_clientsCategorySection__Ym9sE>div {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .Pricing_clientsCategorySection__Ym9sE>div {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (max-width:1100px) {
    .Pricing_clientsCategorySection__Ym9sE>div {
        padding-top: 80px
    }
}

@media screen and (max-width:768px) {
    .Pricing_clientsCategorySection__Ym9sE>div {
        padding-top: 60px
    }
}

.Pricing_clientsCategorySection__Ym9sE h5 {
    font-size: 14px;
    line-height: 21px;
    color: #c4c4c4;
    text-align: center
}

@media screen and (max-width:1100px) {
    .Pricing_clientsCategorySection__Ym9sE h5 {
        font-weight: 800;
        font-size: 24px;
        line-height: 30px;
        color: #fff
    }
}

.Pricing_clientsCategorySection__Ym9sE .Pricing_tab__lpPiE {
    margin: 16px auto 48px;
    display: flex;
    gap: 64px;
    justify-content: center
}

.Pricing_clientsCategorySection__Ym9sE .Pricing_tab__lpPiE p {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-transform: capitalize
}

@media screen and (max-width:768px) {
    .Pricing_clientsCategorySection__Ym9sE .Pricing_tab__lpPiE p {
        font-weight: 800;
        font-size: 24px;
        line-height: 30px
    }
}

.Pricing_clientsCategorySection__Ym9sE .Pricing_tab__lpPiE p.Pricing_active__2K8At {
    color: #bfffce;
    position: relative
}

.Pricing_clientsCategorySection__Ym9sE .Pricing_tab__lpPiE p.Pricing_active__2K8At:before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background-color: #bfffce;
    border-radius: 100px
}

.Pricing_clientsCategorySection__Ym9sE .Pricing_clientsContainer__XQwUg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.Pricing_clientsCategorySection__Ym9sE .Pricing_clientsContainer__XQwUg .Pricing_clientItem__Svtls {
    display: grid;
    place-items: center;
    width: 180px;
    height: 120px
}

@media screen and (max-width:1100px) {
    .Pricing_clientsCategorySection__Ym9sE .Pricing_clientsContainer__XQwUg .Pricing_clientItem__Svtls {
        width: 105px;
        height: 78px
    }
}

.Pricing_paymentsSection__0VOvi {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding-bottom: 120px
}

@media screen and (max-width:1440px) {
    .Pricing_paymentsSection__0VOvi {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media screen and (max-width:768px) {
    .Pricing_paymentsSection__0VOvi {
        max-width: 696px;
        padding-left: 24px;
        padding-right: 24px
    }
}

.Pricing_paymentsSection__0VOvi div {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center
}

.Pricing_paymentsSection__0VOvi div h2 {
    margin-bottom: 32px
}

.Pricing_paymentsSection__0VOvi div img {
    -o-object-fit: contain;
    object-fit: contain
}

.Pricing_payments__hHrwN {
    display: flex;
    flex-wrap: wrap;
    gap: 52px;
    justify-content: center
}

.rfm-marquee-container {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    width: var(--width);
    transform: var(--transform);
}

.rfm-marquee-container:hover div {
    animation-play-state: var(--pause-on-hover);
}

.rfm-marquee-container:active div {
    animation-play-state: var(--pause-on-click);
}

.rfm-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rfm-overlay::before,
.rfm-overlay::after {
    background: linear-gradient(to right, var(--gradient-color), rgba(255, 255, 255, 0));
    content: "";
    height: 100%;
    position: absolute;
    width: var(--gradient-width);
    z-index: 2;
    pointer-events: none;
    touch-action: none;
}

.rfm-overlay::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.rfm-overlay::before {
    left: 0;
    top: 0;
}

.rfm-marquee {
    flex: 0 0 auto;
    min-width: var(--min-width);
    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);
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.rfm-initial-child-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    align-items: center;
}

.rfm-child {
    transform: var(--transform);
}

html.hs-messages-widget-open.hs-messages-mobile,
html.hs-messages-widget-open.hs-messages-mobile body {
    overflow: hidden !important;
    position: relative !important
}

html.hs-messages-widget-open.hs-messages-mobile body {
    height: 100% !important;
    margin: 0 !important
}

#hubspot-messages-iframe-container {
    display: initial !important;
    z-index: 2147483647;
    position: fixed !important;
    bottom: 0 !important
}

#hubspot-messages-iframe-container.widget-align-left {
    left: 0 !important
}

#hubspot-messages-iframe-container.widget-align-right {
    right: 0 !important
}

#hubspot-messages-iframe-container.internal {
    z-index: 1016
}

#hubspot-messages-iframe-container.internal iframe {
    min-width: 108px
}

#hubspot-messages-iframe-container .hs-shadow-container {
    display: initial !important;
    z-index: -1;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    content: ""
}

#hubspot-messages-iframe-container .hs-shadow-container.internal {
    display: none !important
}

#hubspot-messages-iframe-container .hs-shadow-container.active {
    width: 400px;
    height: 400px
}

#hubspot-messages-iframe-container iframe {
    display: initial !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    background: transparent !important
}

.hs-drag-handle {
    position: absolute;
    bottom: 16px;
    cursor: grab;
    height: 60px;
    display: none;
    align-items: center
}

.hs-drag-handle--right {
    right: 76px
}

.hs-drag-handle--left {
    left: 76px
}

.hs-drag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    user-select: none;
    z-index: 999;
    display: none
}