@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)
        }
    }
}

@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
    }
}

.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 detail-card_scroll__HU9G5 {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

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

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

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

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

@keyframes detail-card_marquee__JiRHJ {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.detail-card_detail__3L_x8 {
    padding-top: 8px
}

.detail-card_detail__3L_x8>div {
    margin-bottom: 5px !important
}

.detail-card_detail__3L_x8 .detail-card_title__hX_rI {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.detail-card_detail__3L_x8 .detail-card_title__hX_rI h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px
}

@media screen and (max-width:540px) {
    .detail-card_detail__3L_x8 .detail-card_title__hX_rI h4 {
        font-weight: 700;
        font-size: 20px
    }
}

.detail-card_detail__3L_x8 .detail-card_title__hX_rI .detail-card_dropdown__EIU4o svg {
    transition: all .3s ease
}

.detail-card_detail__3L_x8 .detail-card_title__hX_rI .detail-card_dropdown__EIU4o svg.detail-card_translated__wWRSL {
    transform: scaleY(-100%)
}

.detail-card_detail__3L_x8 hr {
    border: none;
    border-bottom: 1px solid #d2d2d7;
    margin-top: 22px
}

.detail-card_detail__3L_x8 .detail-card_details__ck088 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px
}

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

.detail-card_detail__3L_x8 .detail-card_collapsible__5huxq {
    overflow: hidden;
    transition: height .24s ease-out;
    height: 0;
    white-space: pre-line
}

@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 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 blog-card_scroll__IA8qp {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

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

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

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

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

@keyframes blog-card_marquee__RUW_8 {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.blog-card_article__ldHqn>div {
    display: flex;
    gap: 24px;
    align-items: center
}

.blog-card_article__ldHqn>div .blog-card_content__w0VGC>div {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 12px
}

.blog-card_article__ldHqn>div .blog-card_content__w0VGC>div time {
    margin-left: 25px;
    position: relative
}

.blog-card_article__ldHqn>div .blog-card_content__w0VGC>div time:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: #040f0f;
    position: absolute
}

.blog-card_article__ldHqn>div .blog-card_contentHeading__UoT_U {
    display: flex;
    flex-wrap: wrap
}

.blog-card_article__ldHqn>div h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.blog-card_article__ldHqn div.blog-card_vertical__KTN4k {
    flex-direction: column;
    align-items: flex-start
}

.blog-card_article__ldHqn div.blog-card_vertical__KTN4k .blog-card_content__w0VGC {
    max-width: 270px
}

.blog-card_article__ldHqn div.blog-card_featured__jCUWZ {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px
}

.blog-card_article__ldHqn div.blog-card_featured__jCUWZ .blog-card_content__w0VGC>div {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px
}

.blog-card_article__ldHqn div.blog-card_featured__jCUWZ h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px
}

@media screen and (max-width:768px) {
    .blog-card_article__ldHqn div.blog-card_featured__jCUWZ h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 30px
    }
}

.blog-card_article__ldHqn div.blog-card_featured__jCUWZ p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px
}

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

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

.blog-card_blog__2SPWO {
    display: flex;
    gap: 50px
}

.blog-card_blog__2SPWO .blog-card_content__w0VGC {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_title__RQlVd .blog-card_category__oJroK {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px
}

.blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_title__RQlVd .blog-card_category__oJroK time {
    margin-left: 25px;
    position: relative
}

.blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_title__RQlVd .blog-card_category__oJroK time:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: #040f0f;
    position: absolute
}

.blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_title__RQlVd h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px
}

@media screen and (max-width:1100px) {
    .blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_title__RQlVd h2 {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width:768px) {
    .blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_title__RQlVd h2 {
        font-weight: 800;
        font-size: 24px;
        line-height: 30px
    }
}

.blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_title__RQlVd p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 40px
}

@media screen and (max-width:768px) {
    .blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_title__RQlVd p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }
}

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

.blog-card_blog__2SPWO .blog-card_content__w0VGC .blog-card_tags__4Ri7I {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

.blog-card_divider__p03WT {
    border-top: none;
    border-bottom: 1px solid #010101
}

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

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

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

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

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

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

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.cta_ctaBanner___T5rd {
    padding-bottom: 100px;
    text-align: center;
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px
}

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

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

.cta_ctaBanner___T5rd>div {
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 42px;
    height: 600px;
    position: relative;
    overflow: hidden
}

.cta_ctaBanner___T5rd>div .cta_overlay__ceZZ2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:768px) {
    .cta_ctaBanner___T5rd>div {
        height: 500px;
        padding: 24px
    }
}

.cta_ctaBanner___T5rd>div>div {
    margin: 0 auto
}

.cta_ctaBanner___T5rd>div>div h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    white-space: pre-line
}

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

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

.cta_ctaBanner___T5rd>div>div p {
    margin-top: 16px;
    max-width: 840px
}

.cta_ctaBanner___T5rd>div>div a,
.cta_ctaBanner___T5rd>div>div button {
    margin: 28px auto 0;
    max-width: 240px;
    width: 100%
}

.cta_ctaBanner___T5rd>div>div>div {
    margin: 28px auto 0;
    display: flex;
    justify-content: center;
    gap: 28px
}

@media screen and (max-width:540px) {
    .cta_ctaBanner___T5rd>div>div>div {
        gap: 16px
    }
}

.cta_ctaBanner___T5rd>div>div>div a,
.cta_ctaBanner___T5rd>div>div>div button {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content
}

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

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

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

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

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

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

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.breadcrumbs_breadcrumb-item__kAGvQ {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px
}

.breadcrumbs_breadcrumbArrow__Cx3jI {
    margin: 0 5px;
    color: currentColor
}

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

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

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

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

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

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

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg {
    color: #fff;
    position: relative;
    padding-bottom: 100px;
    background-color: #040f0f
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG {
    position: relative
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_overlay__C1__t {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 1, 1, 0), #040f0f);
    z-index: 1
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    transform: translateY(180px);
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -ms-transform: translateY(180px);
    -o-transform: translateY(180px);
    position: relative;
    z-index: 2
}

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

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

@media screen and (max-width:540px) {
    .Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP {
        transform: translateY(140px);
        -webkit-transform: translateY(140px);
        -moz-transform: translateY(140px);
        -ms-transform: translateY(140px);
        -o-transform: translateY(140px)
    }
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 1000px
}

@media screen and (max-width:540px) {
    .Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div h1 {
        font-size: 30px;
        text-align: left;
        line-height: 40px
    }
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div p {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 28px;
    max-width: 800px
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div p {
        text-align: left
    }
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div div {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div div {
        max-width: 100%;
        justify-content: start
    }
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div div a,
.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentText__3W8Cg>div div button {
    flex: 1
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentImg__TP0S6 {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 4/3
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentImg__TP0S6 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 4px 30px 7px rgba(0, 0, 0, .07)
}

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_bgImg__mHBGG .Yoga_content__LUegP .Yoga_contentImg__TP0S6 img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }
}

.Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_companiesWrapper__jqi1f {
    overflow: hidden;
    width: 100%;
    margin-top: 300px
}

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_hero__7Hzzg .Yoga_companiesWrapper__jqi1f {
        margin-top: 200px
    }
}

.Yoga_yoga__zkkVh .Yoga_detail__jRqtw {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 38px
}

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

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

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_detail__jRqtw {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_detail__jRqtw {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.Yoga_yoga__zkkVh .Yoga_detail__jRqtw h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    max-width: 1200px;
    text-align: center
}

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

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

@media screen and (max-width:992px) {
    .Yoga_yoga__zkkVh .Yoga_detail__jRqtw h2 {
        text-align: left
    }
}

.Yoga_yoga__zkkVh .Yoga_detail__jRqtw .Yoga_detailContent__cABER {
    padding-top: 120px;
    max-width: 1010px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: center
}

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_detail__jRqtw .Yoga_detailContent__cABER {
        padding-top: 80px
    }
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_detail__jRqtw .Yoga_detailContent__cABER {
        padding-top: 60px
    }
}

@media screen and (max-width:992px) {
    .Yoga_yoga__zkkVh .Yoga_detail__jRqtw .Yoga_detailContent__cABER {
        flex-direction: column-reverse;
        gap: 60px
    }
}

.Yoga_yoga__zkkVh .Yoga_detail__jRqtw .Yoga_detailContent__cABER .Yoga_detailAccordions__kBr6T {
    display: flex;
    flex-direction: column;
    flex: 1
}

.Yoga_yoga__zkkVh .Yoga_detail__jRqtw .Yoga_detailContent__cABER .Yoga_detailAccordions__kBr6T div:not(:last-child) {
    margin-bottom: 20px
}

.Yoga_yoga__zkkVh .Yoga_detail__jRqtw .Yoga_detailContent__cABER .Yoga_detailAccordionImage__L75Da {
    flex: 1;
    max-width: 500px
}

.Yoga_yoga__zkkVh .Yoga_detail__jRqtw .Yoga_detailContent__cABER .Yoga_detailAccordionImage__L75Da img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px
}

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

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

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ>.Yoga_cta__DaMTC {
    min-width: 280px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 100px
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;
    max-width: 1200px;
    text-align: center;
    margin-bottom: 20px
}

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

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

@media screen and (max-width:992px) {
    .Yoga_yoga__zkkVh .Yoga_flow__nawKZ h2 {
        text-align: left
    }
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 1010px;
    text-align: center
}

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

@media screen and (max-width:992px) {
    .Yoga_yoga__zkkVh .Yoga_flow__nawKZ p {
        text-align: left
    }
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContainer__wuFCI {
    padding-bottom: 100px
}

@media screen and (max-width:992px) {
    .Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContainer__wuFCI {
        padding-bottom: 60px
    }
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X {
    padding-top: 120px;
    max-width: 1010px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    align-items: center
}

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X {
        padding-top: 80px
    }
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X {
        padding-top: 60px
    }
}

@media screen and (max-width:992px) {
    .Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X {
        flex-direction: column;
        gap: 60px
    }
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X .Yoga_flowContentText__pT78C {
    display: grid;
    flex: 1;
    gap: 15px
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X .Yoga_flowContentText__pT78C h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-align: left
}

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

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X .Yoga_flowContentText__pT78C p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left
}

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

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X .Yoga_flowContentImage__YBRF1 {
    flex: 1
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_flowContent__Qgg4X .Yoga_flowContentImage__YBRF1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_reverse__KkSlV {
    flex-direction: row-reverse
}

@media screen and (max-width:992px) {
    .Yoga_yoga__zkkVh .Yoga_flow__nawKZ .Yoga_reverse__KkSlV {
        flex-direction: column
    }
}

.Yoga_yoga__zkkVh .Yoga_bookDemoContainer__8FYNF {
    scroll-margin-top: 100px;
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px
}

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

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

.Yoga_yoga__zkkVh .Yoga_bookDemoContainer__8FYNF h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 40px;
    text-align: center
}

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

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

.Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 120px;
    max-width: 1010px
}

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

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

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 {
        padding-bottom: 80px
    }
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 {
        padding-bottom: 60px
    }
}

.Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 80px;
    text-align: center
}

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

@media screen and (max-width:540px) {
    .Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 35px;
        text-align: left;
        margin-bottom: 40px
    }
}

.Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 .Yoga_categoryList__lEjvT {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 .Yoga_categoryList__lEjvT .Yoga_categoryItem__Nrz1T {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    min-width: calc(25% - 20px);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #083133;
    gap: 9.82px;
    border-radius: 30px;
    border: 1px solid #083133;
    cursor: pointer;
    margin: 10px
}

.Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 .Yoga_categoryList__lEjvT .Yoga_categoryItem__Nrz1T:hover {
    background-color: #083133;
    color: #bfffce
}

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 .Yoga_categoryList__lEjvT .Yoga_categoryItem__Nrz1T {
        min-width: calc(50% - 20px)
    }
}

@media screen and (max-width:540px) {
    .Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 .Yoga_categoryList__lEjvT .Yoga_categoryItem__Nrz1T {
        font-size: 12px;
        padding: 16px;
        line-height: 1.125;
        min-width: calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 .Yoga_categoryList__lEjvT .Yoga_categoryItem__Nrz1T>svg {
        flex-shrink: 0
    }
}

.Yoga_yoga__zkkVh .Yoga_subCategoryContainer__XpjX7 .Yoga_categoryList__lEjvT .Yoga_categoryItemActive___mN7L {
    background-color: #083133;
    color: #bfffce
}

.Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 120px
}

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

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

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r {
        padding-bottom: 80px
    }
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r {
        padding-bottom: 60px
    }
}

.Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 120px;
    text-align: center
}

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

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

@media screen and (max-width:1100px) {
    .Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r h2 {
        padding-bottom: 80px
    }
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r h2 {
        padding-bottom: 60px
    }
}

@media screen and (max-width:540px) {
    .Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r h2 {
        text-align: left
    }
}

.Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r .Yoga_faqsCard__n2c9X {
    background-color: #fff;
    cursor: pointer;
    padding: 30px 24px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .05);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r .Yoga_faqsList__RP13Q {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

@media screen and (max-width:768px) {
    .Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r .Yoga_faqsList__RP13Q {
        grid-template-columns: repeat(1, 1fr)
    }
}

.Yoga_yoga__zkkVh .Yoga_faqs__jQ7_r .Yoga_faqsContent__aISez {
    display: grid;
    align-content: flex-start;
    gap: 20px
}

.Yoga_blogs__DW2L8 {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 120px
}

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

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

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

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

.Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px
}

.Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y.Yoga_verticalDir__f_ZLr {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y h3 {
    font-size: 24px
}

@media screen and (max-width:540px) {
    .Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y h3 {
        font-size: 28px
    }
}

.Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y .Yoga_description__pDjlx {
    max-width: 572px;
    margin-bottom: 52px
}

@media screen and (max-width:768px) {
    .Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y .Yoga_description__pDjlx {
        margin-bottom: 12px
    }
}

.Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y .Yoga_description__pDjlx p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px
}

@media screen and (max-width:768px) {
    .Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y .Yoga_description__pDjlx p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }
}

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

.Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y .Yoga_description__pDjlx a {
    color: #bfffce
}

.Yoga_blogs__DW2L8 .Yoga_blogsHeader__VXx1Y .Yoga_topLearnMore__vqAGS {
    display: block
}

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

.Yoga_blogs__DW2L8 .Yoga_bottomLearnMore__3bTXY {
    display: none;
    margin-top: 30px
}

@media screen and (max-width:540px) {
    .Yoga_blogs__DW2L8 .Yoga_bottomLearnMore__3bTXY {
        display: block
    }
}

.Yoga_blogs__DW2L8 .Yoga_blogsContent__w4NIT {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

@media screen and (max-width:768px) {
    .Yoga_blogs__DW2L8 .Yoga_blogsContent__w4NIT {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:540px) {
    .Yoga_blogs__DW2L8 .Yoga_blogsContent__w4NIT {
        grid-template-columns: repeat(1, 1fr)
    }
}

.Yoga_blogs__DW2L8 .Yoga_emptyBlogs__eUXJh {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

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

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

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

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

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

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

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

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

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

@keyframes business-type_marquee__B8AdT {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.business-type_typesContainer__aLdL0 {
    height: 900px;
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 36px
}

@media screen and (max-width:1100px) {
    .business-type_typesContainer__aLdL0 {
        height: 1200px;
        gap: 24px
    }
}

@media screen and (max-width:768px) {
    .business-type_typesContainer__aLdL0 {
        height: 821px;
        gap: 16px
    }
}

.business-type_typesContainer__aLdL0>div>div {
    display: flex;
    gap: 36px;
    transform: translateZ(0);
    flex-direction: column
}

@media screen and (max-width:1100px) {
    .business-type_typesContainer__aLdL0>div>div {
        gap: 24px
    }
}

@media screen and (max-width:768px) {
    .business-type_typesContainer__aLdL0>div>div {
        gap: 16px
    }
}

.business-type_typesContainer__aLdL0>div:first-child>div,
.business-type_typesContainer__aLdL0>div:last-child>div {
    animation: business-type_scroll__2SmOL 90s linear infinite
}

.business-type_typesContainer__aLdL0>div:last-child>div {
    animation-direction: reverse
}

.business-type_typeCard__CFqip {
    flex-shrink: 100;
    max-width: 360px;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    transition: opacity .3s, border-radius .2s;
    border-radius: 20px;
    position: relative
}

@media screen and (max-width:1100px) {
    .business-type_typeCard__CFqip {
        max-width: 100%;
        border-radius: 10px
    }
}

@media screen and (max-width:768px) {
    .business-type_typeCard__CFqip {
        max-width: calc(50vw - 30px);
        height: 238px
    }
}

.business-type_typeCard__CFqip:hover>div {
    opacity: 1
}

.business-type_typeCard__CFqip .business-type_imgContainer__9NfpA {
    position: absolute;
    z-index: -1;
    top: 0
}

.business-type_typeCard__CFqip .business-type_imgContainer__9NfpA img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.business-type_typeCard__CFqip .business-type_infoContainer__5OR8E {
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 46px 32px 32px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
    transition: inherit
}

@media screen and (max-width:1100px) {
    .business-type_typeCard__CFqip .business-type_infoContainer__5OR8E {
        padding: 16px 18px
    }
}

.business-type_typeCard__CFqip .business-type_infoContainer__5OR8E h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px
}

@media screen and (max-width:1100px) {
    .business-type_typeCard__CFqip .business-type_infoContainer__5OR8E h3 {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width:768px) {
    .business-type_typeCard__CFqip .business-type_infoContainer__5OR8E h3 {
        line-height: 35px;
        font-size: 20px;
        margin-bottom: 0
    }
}

.business-type_typeCard__CFqip .business-type_infoContainer__5OR8E p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px
}

@media screen and (max-width:768px) {
    .business-type_typeCard__CFqip .business-type_infoContainer__5OR8E p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }
}

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

@media screen and (max-width:768px) {
    .business-type_typeCard__CFqip .business-type_infoContainer__5OR8E p {
        visibility: hidden;
        height: 0;
        margin-bottom: 0
    }

    .business-type_typeCard__CFqip .business-type_infoContainer__5OR8E a {
        font-size: 10px
    }
}

.business-type_typeCard__CFqip>div {
    width: 100%;
    height: 100%
}

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

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

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

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

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

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

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.journey_journeyLine__8FgX0 {
    position: absolute;
    left: 50%;
    right: 0;
    margin-top: 125px;
    width: 380.5px;
    height: 636.5px;
    background-image: url('../image/journey-line.svg');
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%)
}

@media screen and (max-width:1100px) {
    .journey_journeyLine__8FgX0 {
        left: 0;
        width: 100%;
        background-size: cover;
        background-image: url(/images/home/journey/journey-line-md.svg);
        transform: translateX(0)
    }
}

@media screen and (max-width:540px) {
    .journey_journeyLine__8FgX0 {
        z-index: 0;
        margin-top: 110px;
        background-image: url(/images/home/journey/journey-line-sm.svg);
        background-position: top;
        background-size: 100%
    }
}

.journey_carousel__oBK7C {
    position: relative;
    z-index: 2;
    max-width: 400px
}

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

.journey_carousel__oBK7C .journey_imgContainer__Qz6d2 {
    width: 100%;
    height: 560px;
    border-radius: 20px;
    background-color: #ececec;
    overflow: hidden;
    position: relative
}

.journey_carousel__oBK7C .journey_imgContainer__Qz6d2 img {
    position: absolute;
    transition: filter .15s linear;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transition: all .3s ease-in-out
}

.journey_carousel__oBK7C .journey_imgContainer__Qz6d2 img.journey_show__AqVJg {
    opacity: 1
}

.journey_carousel__oBK7C .journey_controller__ULj0M {
    display: flex;
    margin-top: 40px;
    gap: 40px
}

.journey_carousel__oBK7C .journey_controller__ULj0M h3 {
    /* overflow: hidden; */
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.journey_carousel__oBK7C .journey_controller__ULj0M h3 span {
    display: block;
    transition: transform .15s linear, opacity .15s linear;
    opacity: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.journey_carousel__oBK7C .journey_controller__ULj0M h3 span.journey_show__AqVJg {
    opacity: 1;
    transform: translateY(0)
}

.journey_carousel__oBK7C .journey_controller__ULj0M .journey_chevonContainer__Rqc2S {
    display: inherit;
    gap: 10px
}

.journey_carousel__oBK7C .journey_controller__ULj0M .journey_chevonContainer__Rqc2S button {
    height: -moz-fit-content;
    height: fit-content
}

.journey_journey__6TWsy {
    position: relative
}

@media screen and (max-width:1100px) {
    .journey_journey__6TWsy {
        position: static
    }
}

@media screen and (max-width:540px) {
    .journey_journey__6TWsy .journey_journeyStep__bkTKU {
        width: 100%
    }

    .journey_journey__6TWsy .journey_journeyStep__bkTKU article {
        position: relative;
        z-index: 1;
        justify-content: space-between !important
    }
}

.journey_journey__6TWsy .journey_journeyStep__bkTKU p {
    max-width: 230px;
    background-color: #f9f9f9;
    font-weight: 700
}

@media screen and (max-width:375px) {
    .journey_journey__6TWsy .journey_journeyStep__bkTKU p {
        margin-right: 95px
    }
}

.journey_journey__6TWsy .journey_journeyStep__bkTKU article {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px
}

.journey_journey__6TWsy .journey_journeyStep__bkTKU article .journey_step__Mkmhy {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #040f0f;
    color: #fff;
    font-weight: 700
}

.journey_journey__6TWsy .journey_journeyStep__bkTKU article .journey_step__Mkmhy.journey_active__b8e65 {
    background-color: #5dfc70;
    color: #040f0f
}

.journey_journey__6TWsy .journey_journeyStep__bkTKU article .journey_chevronContainer__SxM90 {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.journey_journey__6TWsy>ul {
    position: relative;
    z-index: 1;
    margin-top: -175px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px 80px;
    place-items: end
}

@media screen and (max-width:1100px) {
    .journey_journey__6TWsy>ul {
        margin-top: -20px
    }
}

@media screen and (max-width:540px) {
    .journey_journey__6TWsy>ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        place-items: start
    }
}

.journey_journey__6TWsy>ul .journey_journeyStep__bkTKU:last-child,
.journey_journey__6TWsy>ul .journey_journeyStep__bkTKU:nth-last-child(2) {
    margin-top: 40px
}

.journey_journey__6TWsy .journey_journeySlider__W0urC {
    display: block
}

.journey_journey__6TWsy .journey_journeySlider__W0urC .journey_chevronContainer__SxM90 {
    margin-top: -46px;
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.journey_journey__6TWsy .journey_journeySlider__W0urC .journey_slide__x_KMt {
    transition: all .5s
}

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

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

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

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

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

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

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.service_services__h89d5 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 80px 50px;
    margin-top: 80px
}

@media screen and (max-width:1440px) {
    .service_services__h89d5 {
        gap: 80px 30px
    }
}

@media screen and (max-width:1100px) {
    .service_services__h89d5 {
        margin-top: 60px;
        gap: 60px;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media screen and (max-width:540px) {
    .service_services__h89d5 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.service_service__ubWVz.service_large__8LxnH {
    max-width: 400px
}

.service_service__ubWVz {
    max-width: 320px;
    display: inline-block
}

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

    .service_service__ubWVz .service_imageTitle__NdW8n {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-end;
        margin-bottom: 20px
    }

    .service_service__ubWVz .service_imageTitle__NdW8n h3 {
        margin-bottom: 0;
        max-width: 207px
    }
}

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

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

.service_service__ubWVz p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px !important
}

.service_service__ubWVz .service_learnMore__vrYQQ {
    margin-top: 20px
}

.service_fixedHeading__RMPN7.service_services__h89d5 h3 {
    min-height: 60px
}

@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 unique-features_scroll__cuX7o {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

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

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

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

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

@keyframes unique-features_marquee__1pQ1A {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.unique-features_container__JcWLV {
    padding-top: 100px;
    display: flex;
    gap: 60px
}

@media screen and (max-width:1100px) {
    .unique-features_container__JcWLV {
        padding-top: 34px;
        flex-direction: column;
        align-items: center;
        gap: 10px
    }
}

.unique-features_container__JcWLV .unique-features_features__v8J6t {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.unique-features_container__JcWLV .unique-features_features__v8J6t .unique-features_feature__1lxS1 {
    gap: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: -moz-max-content;
    width: max-content
}

.unique-features_container__JcWLV .unique-features_features__v8J6t .unique-features_feature__1lxS1 .unique-features_iconContainer__n9qed {
    display: grid;
    place-items: center;
    min-width: 30px;
    width: 30px;
    height: 30px
}

.unique-features_container__JcWLV .unique-features_features__v8J6t h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

@media screen and (max-width:1100px) {
    .unique-features_container__JcWLV .unique-features_features__v8J6t h4 {
        font-size: 16px;
        line-height: 24px
    }
}

.unique-features_container__JcWLV .unique-features_features__v8J6t h4.unique-features_active__MRGU1 {
    color: #010101
}

.unique-features_container__JcWLV .unique-features_features__v8J6t a {
    margin-top: 20px
}

.unique-features_container__JcWLV .unique-features_content__zYhpM {
    max-width: 850px
}

.unique-features_container__JcWLV .unique-features_content__zYhpM figure {
    position: relative;
    aspect-ratio: 2/1;
    height: auto
}

.unique-features_container__JcWLV .unique-features_content__zYhpM figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

@media screen and (max-width:1100px) {
    .unique-features_container__JcWLV .unique-features_content__zYhpM figure img {
        opacity: 1
    }
}

.unique-features_container__JcWLV .unique-features_content__zYhpM figure .unique-features_show__hApHi {
    opacity: 1
}

.unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN {
    display: flex;
    gap: 40px;
    margin-top: 40px
}

@media screen and (max-width:1100px) {
    .unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN {
        padding: 28px;
        flex-direction: column;
        gap: 20px;
        margin-top: 0
    }
}

.unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    min-width: 280px
}

@media screen and (max-width:540px) {
    .unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px
    }
}

.unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN h4 {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 20px;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN h4 {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px
    }
}

.unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN p {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 8px;
    display: flex;
    gap: 20px;
    align-items: center
}

.unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN p img {
    width: 20px;
    height: 20px
}

.unique-features_container__JcWLV .unique-features_content__zYhpM .unique-features_contentText__0SyyN p span {
    width: 100%
}

.unique-features_container__JcWLV .unique-features_btnContainer__RGMoZ {
    margin-top: 24px;
    text-align: center
}

.unique-features_accordianWrapper__Wlq_9 {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.unique-features_accordianWrapper__Wlq_9 .unique-features_accordionHeader__lfj6h {
    display: flex;
    align-items: center;
    color: #040f0f;
    gap: 12px
}

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

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

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

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

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

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

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.Home_hero__AqCuS {
    position: relative;
    height: 100vh;
    width: 100%;
    color: #fff;
    background-color: rgba(1, 1, 1, .7)
}

.Home_hero__AqCuS .Home_overlay__AoyDy {
    z-index: 1;
    background: rgba(1, 1, 1, .35)
}

.Home_hero__AqCuS .Home_overlay__AoyDy,
.Home_hero__AqCuS img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width:1100px) {
    .Home_hero__AqCuS {
        background-position: 36% 50%
    }
}

@media screen and (max-width:375px) {
    .Home_hero__AqCuS {
        background-position: 40% 50%
    }
}

.Home_hero__AqCuS .Home_container__LnaFi {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

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

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

.Home_hero__AqCuS .Home_container__LnaFi .Home_bannerImage__BUcAv {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    transition: all .5s ease-in
}

.Home_hero__AqCuS .Home_container__LnaFi .Home_bannerImage__BUcAv.Home_desktop_only__0G_1b {
    display: block
}

@media screen and (max-width:540px) {
    .Home_hero__AqCuS .Home_container__LnaFi .Home_bannerImage__BUcAv.Home_desktop_only__0G_1b {
        display: none
    }
}

.Home_hero__AqCuS .Home_container__LnaFi .Home_bannerImage__BUcAv.Home_show__e_fp5 {
    opacity: 1
}

.Home_hero__AqCuS .Home_container__LnaFi>div {
    margin-top: 50px;
    max-width: 711px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.Home_hero__AqCuS .Home_container__LnaFi>div h1 {
    font-weight: 800;
    font-size: 55px;
    line-height: 65px
}

@media screen and (max-width:768px) {
    .Home_hero__AqCuS .Home_container__LnaFi>div h1 {
        font-weight: 800;
        font-size: 50px;
        line-height: 60px
    }
}

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

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

@media screen and (max-width:375px)and (max-width:1100px) {
    .Home_hero__AqCuS .Home_container__LnaFi>div h1 {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width:375px)and (max-width:768px) {
    .Home_hero__AqCuS .Home_container__LnaFi>div h1 {
        font-size: 28px;
        line-height: 35px
    }
}

.Home_hero__AqCuS .Home_container__LnaFi>div h1 p {
    font-weight: 800;
    font-size: 55px;
    line-height: 65px;
    color: #00c066
}

@media screen and (max-width:768px) {
    .Home_hero__AqCuS .Home_container__LnaFi>div h1 p {
        font-weight: 800;
        font-size: 50px;
        line-height: 60px
    }
}

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

@media screen and (max-width:375px) {
    .Home_hero__AqCuS .Home_container__LnaFi>div h1 p {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width:375px)and (max-width:1100px) {
    .Home_hero__AqCuS .Home_container__LnaFi>div h1 p {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width:375px)and (max-width:768px) {
    .Home_hero__AqCuS .Home_container__LnaFi>div h1 p {
        font-size: 28px;
        line-height: 35px
    }
}

.Home_hero__AqCuS .Home_container__LnaFi>div p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px
}

.Home_hero__AqCuS .Home_container__LnaFi>div .Home_btnContainer__qkeha {
    display: flex
}

.Home_hero__AqCuS .Home_container__LnaFi>div .Home_btnContainer__qkeha a {
    max-width: 190px;
    width: 100%;
    margin-right: 28px
}

@media screen and (max-width:768px) {
    .Home_hero__AqCuS .Home_container__LnaFi>div .Home_btnContainer__qkeha {
        flex-direction: column-reverse;
        gap: 28px
    }

    .Home_hero__AqCuS .Home_container__LnaFi>div .Home_btnContainer__qkeha a {
        max-width: 100%
    }
}

.Home_sectionText__DIMvD h1,
.Home_sectionText__DIMvD h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 16px
}

@media screen and (max-width:768px) {

    .Home_sectionText__DIMvD h1,
    .Home_sectionText__DIMvD h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width:540px) {

    .Home_sectionText__DIMvD h1,
    .Home_sectionText__DIMvD h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 35px
    }
}

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

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

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

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

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

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

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

@media screen and (max-width:540px) {
    .Home_journey__fc8l0>div {
        padding-bottom: 0
    }
}

.Home_journey__fc8l0>div .Home_sectionText__DIMvD {
    max-width: 458px;
    margin-bottom: 126px
}

@media screen and (max-width:540px) {
    .Home_journey__fc8l0>div .Home_sectionText__DIMvD {
        margin-bottom: 60px
    }
}

.Home_journey__fc8l0>div .Home_sectionContainer__Aoeq3 {
    display: flex;
    gap: 268px
}

@media screen and (max-width:1440px) {
    .Home_journey__fc8l0>div .Home_sectionContainer__Aoeq3 {
        gap: 200px
    }
}

@media screen and (max-width:1100px) {
    .Home_journey__fc8l0>div .Home_sectionContainer__Aoeq3 {
        flex-direction: column-reverse
    }
}

@media screen and (max-width:540px) {
    .Home_journey__fc8l0>div .Home_sectionContainer__Aoeq3 {
        gap: 60px
    }
}

.Home_businessType__0mdGj {
    background-color: #040f0f;
    color: #fff;
    height: 900px;
    overflow: hidden
}

@media screen and (max-width:1100px) {
    .Home_businessType__0mdGj {
        height: 1200px
    }
}

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

.Home_businessType__0mdGj>div {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px
}

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

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

@media screen and (max-width:1100px) {
    .Home_businessType__0mdGj>div {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-top: 120px;
        padding-bottom: 120px
    }
}

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

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

@media screen and (max-width:1100px) {
    .Home_businessType__0mdGj>div div.Home_sectionText__DIMvD {
        max-width: 460px
    }

    .Home_businessType__0mdGj>div div.Home_sectionText__DIMvD p {
        max-width: 100%
    }
}

.Home_businessType__0mdGj>div .Home_sectionText__DIMvD {
    max-width: 368px
}

.Home_businessType__0mdGj>div .Home_sectionText__DIMvD p {
    max-width: 360px;
    margin-bottom: 20px
}

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

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

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

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

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

.Home_service__xsW8h>div .Home_sectionText__DIMvD {
    max-width: 545px;
    display: inline-block
}

.Home_service__xsW8h>div .Home_sectionText__DIMvD h1 {
    margin-bottom: 20px
}

.Home_service__xsW8h>div .Home_sectionText__DIMvD p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px
}

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

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

.Home_trustedBy__J_mNO {
    background-color: #040f0f;
    border: 1px solid #040f0f
}

.Home_trustedBy__J_mNO>div {
    padding-top: 120px;
    padding-bottom: 120px
}

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

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

.Home_videoSection__sYay9 {
    background-color: #040f0f;
    text-align: center
}

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

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

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

.Home_videoSection__sYay9 .Home_videoContainer__Lkxwc {
    margin: auto;
    max-width: 800px;
    width: 100%;
    aspect-ratio: 1.77/1;
    position: relative;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 16px hsla(0, 0%, 100%, .1)
}

.Home_videoSection__sYay9 .Home_videoContainer__Lkxwc iframe {
    max-width: 1100px;
    width: 100%;
    aspect-ratio: 3/2;
    border: 1px solid #404040;
    border-radius: 20px 20px 0 0;
    margin: auto auto -5px
}

.Home_videoSection__sYay9 h3 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    max-width: 948px;
    margin: 0 auto 80px
}

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

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

@media screen and (max-width:375px) {
    .Home_videoSection__sYay9 h3 {
        margin-bottom: 60px
    }
}

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

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

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

.Home_features__uRZ_9 h3 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    max-width: 820px
}

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

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

@media screen and (max-width:768px) {
    .Home_features__uRZ_9 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Home_features__uRZ_9 h3 {
        text-align: center
    }
}

.Home_animateTextContainer__v6YAy {
    position: relative;
    overflow: hidden;
    height: 65px
}

.Home_animateTextContainer__v6YAy>p {
    position: absolute;
    top: 100%;
    opacity: 0;
    transition: all .5s ease-in-out
}

.Home_animateTextContainer__v6YAy>p.Home_show__e_fp5 {
    top: 0;
    opacity: 1
}

.Home_animateTextContainer__v6YAy>p.Home_last__fm6by {
    top: -100%;
    opacity: 0
}

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

@media screen and (max-width:540px) {
    .Home_animateTextContainer__v6YAy {
        height: 50px
    }
}

@media screen and (max-width:375px) {
    .Home_animateTextContainer__v6YAy {
        height: 35px
    }
}

.Home_ctaBtnContainer__vM6v4 {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:768px) {
    .Home_ctaBtnContainer__vM6v4 {
        flex-direction: column;
        gap: 20px
    }
}

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

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

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

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

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

@keyframes business-carousel_marquee__2ux5V {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.business-carousel_carouselSection__qeaoK {
    background-color: #f9f9f9;
    padding: 32px 32px 32px 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .07);
    border-radius: 20px;
    display: flex;
    gap: 32px;
    margin-top: 60px
}

@media screen and (max-width:1100px) {
    .business-carousel_carouselSection__qeaoK {
        flex-direction: column;
        padding: 30px 20px
    }

    .business-carousel_carouselSection__qeaoK div.business-carousel_textControl__QiTQo {
        max-width: 100%;
        margin-top: 0
    }
}

.business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo {
    max-width: 340px;
    margin-top: 28px
}

.business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px
}

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

.business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo .business-carousel_mobileOnly__Zv25H {
    display: none
}

.business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo ul {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 10px
}

.business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo ul li label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo ul li label.business-carousel_selected__LnAJ6 {
    color: #29339b
}

@media screen and (max-width:1100px) {
    .business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo ul {
        display: none
    }

    .business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo .business-carousel_mobileOnly__Zv25H {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px
    }
}

@media screen and (max-width:1100px)and (max-width:540px) {
    .business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo .business-carousel_mobileOnly__Zv25H {
        gap: 20px;
        justify-content: space-between
    }
}

@media screen and (max-width:1100px) {
    .business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo .business-carousel_mobileOnly__Zv25H li img {
        filter: saturate(0);
        opacity: .6
    }

    .business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo .business-carousel_mobileOnly__Zv25H li label {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        transition: outline-offset .2s ease;
        outline-offset: -10px
    }

    .business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo .business-carousel_mobileOnly__Zv25H li .business-carousel_selected__LnAJ6 {
        position: relative
    }

    .business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo .business-carousel_mobileOnly__Zv25H li .business-carousel_selected__LnAJ6:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        border-radius: 50%;
        border: 1px solid #040f0f
    }

    .business-carousel_carouselSection__qeaoK .business-carousel_textControl__QiTQo .business-carousel_mobileOnly__Zv25H li .business-carousel_selected__LnAJ6 img {
        filter: saturate(1);
        opacity: 1
    }
}

.business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq {
    width: 100%
}

.business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq .business-carousel_imgContainer__ZwkpD {
    height: 496px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ececec
}

@media screen and (max-width:1100px) {
    .business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq .business-carousel_imgContainer__ZwkpD {
        height: max(40vw, 192px);
        border-radius: 8px
    }
}

.business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq .business-carousel_imgContainer__ZwkpD img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .3s
}

.business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq .business-carousel_controller__J5ucd {
    display: flex;
    margin-top: 24px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px
}

@media screen and (max-width:1100px) {
    .business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq .business-carousel_controller__J5ucd {
        gap: 20px
    }
}

.business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq .business-carousel_controller__J5ucd h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px
}

.business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq .business-carousel_controller__J5ucd p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.business-carousel_carouselSection__qeaoK .business-carousel_imageCarousel__pdtuq .business-carousel_controller__J5ucd .business-carousel_chevonContainer__0PQN3 {
    display: inherit;
    gap: 10px
}

@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 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 cta_scroll__5V7cA {
    to {
        transform: translate3d(0, -3612px, 0)
    }
}

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

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

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

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

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

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.cta_ctaBanner___T5rd {
    padding-bottom: 100px;
    text-align: center;
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px
}

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

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

.cta_ctaBanner___T5rd>div {
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 42px;
    height: 600px;
    position: relative;
    overflow: hidden
}

.cta_ctaBanner___T5rd>div .cta_overlay__ceZZ2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:768px) {
    .cta_ctaBanner___T5rd>div {
        height: 500px;
        padding: 24px
    }
}

.cta_ctaBanner___T5rd>div>div {
    margin: 0 auto
}

.cta_ctaBanner___T5rd>div>div h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    white-space: pre-line
}

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

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

.cta_ctaBanner___T5rd>div>div p {
    margin-top: 16px;
    max-width: 840px
}

.cta_ctaBanner___T5rd>div>div a,
.cta_ctaBanner___T5rd>div>div button {
    margin: 28px auto 0;
    max-width: 240px;
    width: 100%
}

.cta_ctaBanner___T5rd>div>div>div {
    margin: 28px auto 0;
    display: flex;
    justify-content: center;
    gap: 28px
}

@media screen and (max-width:540px) {
    .cta_ctaBanner___T5rd>div>div>div {
        gap: 16px
    }
}

.cta_ctaBanner___T5rd>div>div>div a,
.cta_ctaBanner___T5rd>div>div>div button {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content
}

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

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

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

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

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

@keyframes carousel-indicator_marquee__3AvRI {
    0% {
        left: 110%
    }

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.carousel-indicator_container__376e_ {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.carousel-indicator_container__376e_ button {
    border: none;
    border-radius: 25px;
    height: 5px;
    width: 40px;
    background-color: #d9d9d9
}

.carousel-indicator_container__376e_ button.carousel-indicator_active__zkr3n {
    background-color: #040f0f
}

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

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

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

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

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

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

    to {
        left: -90%
    }
}

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

        to {
            left: -200%
        }
    }
}

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

        to {
            left: -400%
        }
    }
}

.ProductTour_hero__oqMqY {
    width: 100%;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 720px
}

.ProductTour_hero__oqMqY:after {
    content: "";
    position: absolute;
    inset: 0 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), linear-gradient(82.28deg, #010101 -50.09%, rgba(1, 1, 1, 0) 64.81%);
    background-blend-mode: multiply;
    opacity: .6
}

.ProductTour_hero__oqMqY .ProductTour_container__O17TX {
    max-width: 1478px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 38px;
    padding-right: 38px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 60px
}

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

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

.ProductTour_hero__oqMqY .ProductTour_container__O17TX>div form {
    margin-top: 20px
}

.ProductTour_hero__oqMqY .ProductTour_container__O17TX span {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px
}

@media screen and (max-width:1100px) {
    .ProductTour_hero__oqMqY .ProductTour_container__O17TX span {
        background-color: #fff;
        color: #787878;
        padding: 8px 12px;
        border-radius: 100px
    }
}

.ProductTour_hero__oqMqY .ProductTour_container__O17TX h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 10px
}

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

.ProductTour_hero__oqMqY .ProductTour_container__O17TX p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:1100px) {
    .ProductTour_hero__oqMqY {
        height: 640px
    }

    .ProductTour_hero__oqMqY h1 {
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.ProductTour_hero__oqMqY button {
    font-size: 16px;
    margin-top: 28px;
    width: 100%;
    max-width: 600px
}

.ProductTour_sectionText__KpJiD {
    text-align: center
}

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

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

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

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

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

.ProductTour_buildingWebsite__RkkGA {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ProductTour_buildingWebsite__RkkGA>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) {
    .ProductTour_buildingWebsite__RkkGA>div {
        max-width: 1234px;
        padding-left: 34px;
        padding-right: 34px
    }
}

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

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

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

.ProductTour_buildingWebsite__RkkGA>div .ProductTour_sectionText__KpJiD {
    max-width: 700px;
    margin: 0 auto
}

.ProductTour_buildingWebsite__RkkGA>div .ProductTour_sectionText__KpJiD p {
    max-width: 622px;
    margin: 16px auto 0
}

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

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

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

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

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

.ProductTour_featureImageCarousel__VNUvo .ProductTour_sectionText__KpJiD {
    margin-bottom: 40px
}

.ProductTour_featureImageCarousel__VNUvo .ProductTour_sectionText__KpJiD h1 {
    margin-bottom: 16px
}

.ProductTour_featureImageCarousel__VNUvo .ProductTour_imageContainer__372v_ {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.ProductTour_featureImageCarousel__VNUvo .ProductTour_imageContainer__372v_ svg image {
    transition: opacity .3s ease-in-out
}

.ProductTour_blogProcess__WkPr0 {
    display: flex;
    margin: auto;
    gap: 60px;
    align-items: center;
    justify-content: space-between
}

.ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d {
    max-width: 396px;
    margin: auto
}

@media screen and (max-width:1100px) {
    .ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d {
        max-width: 80%
    }
}

@media screen and (max-width:540px) {
    .ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d {
        max-width: 100%
    }
}

.ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 16px
}

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

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

.ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-left: 1px dashed #000;
    padding-left: 30px;
    margin-top: 40px
}

@media screen and (max-width:540px) {
    .ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d ul {
        padding: 0;
        border: none
    }
}

.ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d ul li {
    display: flex;
    gap: 20px
}

.ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d ul li>span {
    min-width: 64px;
    min-height: 64px
}

.ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d ul li h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px
}

@media screen and (max-width:540px) {
    .ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d ul li h2 {
        font-weight: 700;
        font-size: 20px
    }
}

.ProductTour_blogProcess__WkPr0 .ProductTour_content__qC0_d ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

.ProductTour_blogProcess__WkPr0 .ProductTour_image__wAnRh {
    transform: translateY(40px) translateX(20px)
}

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

.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
}

#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #5DFC70;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #5DFC70, 0 0 5px #5DFC70;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #5DFC70;
    border-left-color: #5DFC70;
    border-radius: 50%;
    -webkit-animation: nprogresss-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

