 
        .layout--default {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 100vh
        }

        #layout.layout--full-primary800 {
            background-color: var(--primary--800)
        }

        #layout.layout--full-primary800 #tp-widget-wrapper .tp-star__canvas {
            fill: transparent
        }

        #layout.layout--full-neutral800 {
            background-color: var(--neutral--800)
        }

        #layout.layout--full-neutral800 #tp-widget-wrapper .tp-star__canvas {
            fill: transparent
        }
    
    
        .fade-enter-active[data-v-02a8c03b],
        .fade-leave-active[data-v-02a8c03b] {
            opacity: 0;
            transform: scale(.8);
            transition: all .2s ease
        }

        .navigation-section[data-v-02a8c03b] {
            align-items: flex-start;
            display: flex;
            max-width: 100%;
            position: relative;
            width: 100vw;
            z-index: 1010
        }

        .navigation-section--full-h[data-v-02a8c03b] {
            min-height: 100vh
        }

        .navigation-section a[data-v-02a8c03b]:not(.h-button-v2) {
            color: var(--neutral--600)
        }

        .navigation-section--sticky[data-v-02a8c03b] {
            background: var(--neutral--0) !important;
            box-shadow: 0 4px 10px #0000001a;
            left: 0;
            position: sticky;
            top: 0
        }

        .navigation-section--sticky a[data-v-02a8c03b] {
            color: var(--neutral--600) !important
        }

        .navigation-section--active-top[data-v-02a8c03b] {
            position: relative;
            top: unset
        }

        .navigation-section--no-shadow[data-v-02a8c03b] {
            box-shadow: none
        }

        .navigation-section--bg-neutral0[data-v-02a8c03b] {
            background: var(--neutral--0)
        }

        .navigation-section--bg-meteorite200[data-v-02a8c03b] {
            background: var(--meteorite--200)
        }

        .navigation-section--bg-primary500[data-v-02a8c03b] {
            background: var(--primary--500)
        }

        .navigation-section--bg-primary500 a[data-v-02a8c03b]:not(.h-button-v2) {
            color: var(--neutral--0)
        }

        .navigation-section--bg-primary800[data-v-02a8c03b] {
            background: var(--primary--800)
        }

        .navigation-section--bg-primary800 a[data-v-02a8c03b]:not(.h-button-v2) {
            color: var(--neutral--0)
        }

        .navigation-section--bg-primary900[data-v-02a8c03b] {
            background: var(--primary--900)
        }

        .navigation-section--bg-primary900 a[data-v-02a8c03b]:not(.h-button-v2) {
            color: var(--neutral--0)
        }

        .navigation-section--bg-primary1000[data-v-02a8c03b] {
            background: var(--primary--1000)
        }

        .navigation-section--bg-primary1000 a[data-v-02a8c03b]:not(.h-button-v2) {
            color: var(--neutral--0)
        }

        .navigation-section--bg-light-blue50[data-v-02a8c03b] {
            background: var(--light-blue--50)
        }

        .navigation-section--bg-light-blue100[data-v-02a8c03b] {
            background: var(--light-blue--100)
        }

        .navigation-section--bg-neutral800[data-v-02a8c03b] {
            background: var(--neutral--800)
        }

        .navigation-section--bg-neutral800 a[data-v-02a8c03b]:not(.h-button-v2) {
            color: var(--neutral--0) !important
        }

        .navigation-section--bg-neutral800.navigation-section--sticky[data-v-02a8c03b] {
            background: var(--neutral--800) !important
        }

        .navigation-section--bg-neutral800.navigation-section--sticky a[data-v-02a8c03b]:not(:hover) {
            color: var(--neutral--0) !important
        }

        .navigation-section--bg-neutral900[data-v-02a8c03b] {
            background: var(--neutral--900)
        }

        .navigation-section--bg-neutral900 a[data-v-02a8c03b]:not(.h-button-v2) {
            color: var(--neutral--0) !important
        }

        .navigation-section--bg-neutral900.navigation-section--sticky[data-v-02a8c03b] {
            background: var(--neutral--900) !important
        }

        .navigation-section--bg-neutral900.navigation-section--sticky a[data-v-02a8c03b]:not(:hover) {
            color: var(--neutral--0) !important
        }

        .navigation-section__main-menu-wrapper[data-v-02a8c03b] {
            align-items: center;
            display: none;
            margin: 0 auto;
            max-height: 62px;
            max-width: 1920px;
            min-height: 62px;
            padding: 10px 16px;
            width: 100%
        }

        @media (min-width:768px) {
            .navigation-section__main-menu-wrapper[data-v-02a8c03b] {
                max-height: 62px;
                min-height: 62px;
                padding: 16px 20px
            }
        }

        @media (min-width:1140px) {
            .navigation-section__main-menu-wrapper[data-v-02a8c03b] {
                display: flex
            }
        }

        @media (min-width:1025px) {
            .navigation-section__main-menu-wrapper[data-v-02a8c03b] {
                max-height: 88px;
                min-height: 88px;
                padding: 20px 40px
            }
        }

        .navigation-section__start[data-v-02a8c03b] {
            align-items: center;
            display: flex;
            flex-grow: 1;
            gap: 32px;
            z-index: 1
        }

        .navigation-section__logo-wrapper[data-v-02a8c03b] {
            align-items: center;
            display: flex;
            padding: 16px 0 16px 20px
        }

        @media (min-width:1140px) {
            .navigation-section__logo-wrapper[data-v-02a8c03b] {
                padding: 29px 0 29px 40px
            }
        }

        .navigation-section__logo-wrapper--rtl[data-v-02a8c03b] {
            padding: 16px 20px 16px 0
        }

        @media (min-width:1140px) {
            .navigation-section__logo-wrapper--rtl[data-v-02a8c03b] {
                padding: 29px 40px 29px 0
            }
        }

        .navigation-section__logo[data-v-02a8c03b] {
            height: 30px;
            width: 118px
        }

        .navigation-section__menu[data-v-02a8c03b],
        .navigation-section__right[data-v-02a8c03b] {
            align-items: center;
            display: flex;
            gap: 32px
        }

        .navigation-section__menu[data-v-02a8c03b] {
            height: auto;
            overflow: initial
        }

        @media (min-width:1140px) {
            .navigation-section__mobile[data-v-02a8c03b] {
                display: none
            }
        }

        .navigation-section__mobile-menu[data-v-02a8c03b] {
            background: var(--neutral--0);
            display: block;
            inset: 62px 0 0;
            overflow: scroll;
            position: fixed
        }

        .navigation-section__menu-item[data-v-02a8c03b] {
            align-items: center;
            cursor: pointer;
            display: flex;
            font-weight: 300
        }

        @media (min-width:1140px) {
            .navigation-section__menu-item[data-v-02a8c03b]:hover {
                opacity: .7
            }
        }

        .navigation-section__menu-item--active[data-v-02a8c03b] {
            opacity: .7
        }

        .navigation-section__menu-item--active .navigation-section__menu-item--icon[data-v-02a8c03b] {
            transform: rotate(180deg)
        }

        .navigation-section__menu-item-icon[data-v-02a8c03b] {
            transition: transform .3s ease
        }

        .navigation-section__menu-item-sub-item[data-v-02a8c03b]:not(:last-child) {
            margin-bottom: 20px
        }

        .navigation-section__menu-link[data-v-02a8c03b] {
            align-items: center;
            display: flex;
            gap: 8px
        }

        @media (min-width:1140px) {
            .navigation-section__menu-link[data-v-02a8c03b]:hover {
                opacity: .7
            }
        }

        .navigation-section__menu-link a[data-v-02a8c03b] {
            font-weight: 300
        }

        .navigation-section__login[data-v-02a8c03b] {
            display: inline-block;
            white-space: nowrap
        }

        .navigation-section__language[data-v-02a8c03b] {
            align-items: center;
            cursor: pointer;
            display: flex;
            gap: 4px
        }

        .navigation-section__flag[data-v-02a8c03b] {
            display: flex;
            height: 20px;
            width: 32px
        }

        .navigation-section__flag.h-image[data-v-02a8c03b] {
            width: 32px
        }

        .navigation-section__current-language[data-v-02a8c03b] {
            font-weight: 700;
            white-space: nowrap
        }

        @media (min-width:1140px) {
            .navigation-section__current-language[data-v-02a8c03b]:hover {
                opacity: .7
            }
        }

        .navigation-section__language-menu[data-v-02a8c03b] {
            background: var(--neutral--0);
            display: block;
            height: calc(100vh - 88px);
            left: 0;
            overflow-y: scroll;
            padding-top: 40px;
            position: absolute;
            top: 88px;
            width: 100%;
            z-index: 999999
        }

        .navigation-section__end-menu[data-v-02a8c03b] {
            display: flex;
            position: absolute;
            right: 16px;
            top: 16px;
            width: 24px
        }

        .navigation-section__end-menu--rtl[data-v-02a8c03b] {
            left: 16px;
            right: unset
        }
    
    
        .h-logo[data-v-c7bdccbe] {
            display: inline-flex;
            min-width: 147px
        }

        .h-logo--horizons[data-v-c7bdccbe] {
            min-width: 214px
        }

        .h-logo--neutral600[data-v-c7bdccbe] {
            filter: invert(0) sepia(99%) saturate(6%) hue-rotate(193deg) brightness(89%) contrast(101%)
        }

        .h-logo--neutral0[data-v-c7bdccbe] {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(37deg) brightness(106%) contrast(104%)
        }

        .h-logo--primary500[data-v-c7bdccbe] {
            filter: invert(23%) sepia(92%) saturate(4908%) hue-rotate(252deg) brightness(95%) contrast(90%)
        }

        .h-logo--primary800[data-v-c7bdccbe] {
            filter: brightness(0) saturate(100%) invert(13%) sepia(34%) saturate(4246%) hue-rotate(242deg) brightness(97%) contrast(103%)
        }
    
    
        .h-svgo-icon[data-v-c8469f04] {
            height: 24px;
            min-width: 24px;
            vertical-align: middle;
            width: 24px
        }

        .h-svgo-icon--small[data-v-c8469f04] {
            height: 16px;
            min-width: 16px;
            width: 16px
        }

        .h-svgo-icon--logo[data-v-c8469f04] {
            height: unset;
            min-width: 0;
            width: unset
        }
    
    
        .navigation-menu[data-v-d746395c] {
            height: calc(100vh - 88px);
            left: 0;
            max-height: calc(100vh - 88px);
            max-width: 100vw;
            position: absolute;
            top: 88px;
            width: 100vw;
            z-index: 1000
        }

        .navigation-menu__container[data-v-d746395c] {
            background: var(--neutral--0);
            border-radius: 16px;
            display: flex;
            left: 50%;
            max-height: calc(100% - 16px);
            max-width: calc(100% - 32px);
            padding: 32px;
            position: absolute;
            top: 8px;
            transform: translate(-50.6%);
            z-index: 1001
        }

        .navigation-menu__scrollable-container[data-v-d746395c] {
            margin-right: -32px;
            max-height: 100%;
            overflow: auto;
            padding-right: 32px
        }

        .navigation-menu__wrapper[data-v-d746395c] {
            display: flex;
            gap: 24px
        }

        .navigation-menu__wrapper>.navigation-menu-column[data-v-d746395c] {
            min-height: 100%
        }

        .navigation-menu__backdrop[data-v-d746395c] {
            background: var(--neutral--900);
            height: 100vh;
            left: 0;
            opacity: .6;
            position: absolute;
            top: 0;
            width: 100vw;
            z-index: 1000
        }

        .navigation-menu__column[data-v-d746395c] {
            display: flex;
            flex-direction: column;
            gap: 8px;
            width: 365px
        }

        .navigation-menu__column-group[data-v-d746395c] {
            color: var(--neutral--300);
            margin-bottom: 4px
        }

        .navigation-menu__column-subgroup[data-v-d746395c] {
            display: flex;
            flex-direction: column
        }

        .navigation-menu__column-subgroup--spaced[data-v-d746395c] {
            height: 100%;
            justify-content: space-between
        }

        .navigation-menu[dir=rtl][data-v-d746395c] {
            text-align: right
        }
    
    
        .navigation-menu-item[data-v-3567cd59] {
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            gap: 12px;
            padding: 12px 16px
        }

        .navigation-menu-item__icon[data-v-3567cd59] {
            min-width: 24px
        }

        .navigation-menu-item[data-v-3567cd59]:hover {
            background: var(--light-blue--100)
        }

        .navigation-menu-item__badge[data-v-3567cd59] {
            padding: 4px 12px;
            white-space: nowrap
        }

        .navigation-menu-item__link-data[data-v-3567cd59] {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            gap: 4px
        }

        .navigation-menu-item__title-container[data-v-3567cd59] {
            display: flex;
            gap: 8px;
            justify-content: space-between
        }

        .navigation-menu-item__title[data-v-3567cd59] {
            color: var(--neutral--600);
            font-weight: 700
        }

        .navigation-menu-item__description[data-v-3567cd59] {
            color: var(--neutral--300);
            font-weight: 400;
            line-height: 24px
        }

        .navigation-menu-item[dir=rtl][data-v-3567cd59] {
            text-align: right
        }
    
    
        .h-simple-badge[data-v-0616b2d6] {
            align-items: center;
            border: 1px solid var(--meteorite--500);
            border-radius: 4px;
            color: var(--meteorite--500);
            display: inline-flex;
            font-size: 12px;
            height: -moz-fit-content;
            height: fit-content;
            padding: 4px 12px;
            width: -moz-fit-content;
            width: fit-content
        }

        .h-simple-badge__small[data-v-0616b2d6] {
            border: 0;
            border-radius: 6px;
            padding: 4px 8px
        }

        .h-simple-badge__rounded[data-v-0616b2d6] {
            border-radius: 20px;
            font-size: 14px;
            text-transform: unset
        }

        .h-simple-badge__rounded.t-body-4[data-v-0616b2d6] {
            font-weight: 400
        }

        .h-simple-badge__clickable[data-v-0616b2d6] {
            cursor: pointer
        }

        .h-simple-badge--bg-primary50[data-v-0616b2d6] {
            background-color: var(--primary--50);
            color: var(--primary--600)
        }

        .h-simple-badge--bg-primary100[data-v-0616b2d6] {
            background-color: var(--primary--100);
            color: var(--primary--600)
        }

        .h-simple-badge--bg-primary1000[data-v-0616b2d6] {
        background: var(--e-global-color-8648503);
            border: 0;
            color: var(--meteorite--500)
        }

        .h-simple-badge--bg-success500[data-v-0616b2d6] {
            background-color: var(--success--500);
            border: 0;
            color: var(--neutral--0)
        }

        .h-simple-badge--bg-success600[data-v-0616b2d6] {
            background-color: var(--success--100);
            border: 0;
            color: var(--success--600)
        }

        .h-simple-badge--bg-success700[data-v-0616b2d6] {
            background-color: var(--success--700);
            color: var(--success--500)
        }

        .h-simple-badge--bg-primary800[data-v-0616b2d6] {
            background-color: var(--primary--800);
            border: 0;
            border-radius: 20px;
            color: var(--neutral--0)
        }

        .h-simple-badge--bg-success100[data-v-0616b2d6] {
            background-color: var(--success--100);
            border: 0;
            color: var(--success--600)
        }

        .h-simple-badge--bg-neutral700[data-v-0616b2d6] {
            background-color: var(--neutral--700);
            border-color: var(--neutral--400);
            color: var(--neutral--200)
        }

        .h-simple-badge--bg-neutral700.h-simple-badge__clickable[data-v-0616b2d6]:hover {
            background-color: var(--neutral--500)
        }

        .h-simple-badge--bg-neutral200[data-v-0616b2d6] {
            background-color: var(--neutral--200);
            border-color: var(--neutral--200);
            color: var(--neutral--500)
        }

        .h-simple-badge--bg-neutral500[data-v-0616b2d6] {
            background-color: var(--neutral--500);
            border-color: var(--neutral--500);
            color: var(--neutral--200)
        }

        .h-simple-badge--bg-horizons[data-v-0616b2d6] {
            background-color: var(--neutral--700);
            border-color: var(--neutral--400);
            color: var(--neutral--0)
        }

        .h-simple-badge--bg-horizons.h-simple-badge__clickable[data-v-0616b2d6]:active,
        .h-simple-badge--bg-horizons.h-simple-badge__clickable[data-v-0616b2d6]:hover {
            border-image-slice: 1;
            border-image-source: linear-gradient(270deg, rgba(103, 61, 230, 0), rgba(103, 61, 230, .8) 25%, #d5dfff 50%, rgba(103, 61, 230, .8) 75%, rgba(103, 61, 230, 0))
        }

        .h-simple-badge--bg-reach[data-v-0616b2d6] {
            border-color: var(--light-blue--200);
            color: var(--neutral--600)
        }

        .h-simple-badge--bg-reach[data-v-0616b2d6]:hover {
            border-color: var(--primary--500)
        }

        .h-simple-badge__filled.h-simple-badge--bg-primary900[data-v-0616b2d6] {
            background-color: var(--primary--900);
            border-color: var(--primary--900);
            color: var(--meteorite--500)
        }

        .h-simple-badge__filled.h-simple-badge--bg-light-blue200[data-v-0616b2d6] {
            background-color: var(--light-blue--200);
            border-color: var(--light-blue--200);
            color: var(--neutral--600)
        }

        .h-simple-badge--bg-neon500[data-v-0616b2d6] {
            background-color: var(--neon--500);
            border-color: var(--neon--500);
            color: var(--neutral--600);
            font-weight: 700
        }

        .h-simple-badge--bg-light-blue100[data-v-0616b2d6] {
            background-color: var(--light-blue--100);
            border: 1px solid var(--light-blue--200);
            color: var(--neutral--600);
            font-size: 14px;
            font-weight: 700;
            line-height: 24px
        }

        .h-simple-badge--bg-light-blue200[data-v-0616b2d6] {
            background-color: var(--light-blue--200);
            border: 1px solid var(--light-blue--200);
            color: var(--neutral--600)
        }

        .h-simple-badge--bg-transparent[data-v-0616b2d6] {
            background-color: transparent;
            border: 1px solid var(--meteorite--500);
            color: var(--neutral--0)
        }

        .h-simple-badge--bg-transparent[data-v-0616b2d6]:hover {
            border: 1px solid var(--meteorite--50)
        }

        .h-simple-badge--bg-meteorite100[data-v-0616b2d6] {
            background-color: var(--meteorite--100);
            border: 0;
            color: var(--primary--500)
        }

        .h-simple-badge--bg-neutral600[data-v-0616b2d6] {
            background-color: var(--neutral--600);
            border: 0;
            color: var(--meteorite--500)
        }
    
    
        .navigation-menu-highlight[data-v-6ed90c44] {
            background: var(--primary--50);
            border-radius: 16px;
            color: var(--neutral--600);
            cursor: pointer;
            display: flex;
            gap: 16px;
            margin-top: auto;
            padding: 16px 16px 20px
        }

        .navigation-menu-highlight[data-v-6ed90c44]:hover {
            background: var(--primary--100);
            color: var(--neutral--600)
        }

        .navigation-menu-highlight--icon[data-v-6ed90c44] {
            margin-left: auto
        }

        .navigation-menu-highlight--title[data-v-6ed90c44] {
            font-weight: 700;
            margin-bottom: 4px
        }

        .navigation-menu-highlight--description[data-v-6ed90c44] {
            font-weight: 400
        }

        .navigation-menu-highlight[dir=rtl][data-v-6ed90c44] {
            text-align: right
        }
    
    
        .navigation-menu-image[data-v-84c0b517] {
            border-radius: 16px;
            color: var(--neutral--600);
            cursor: pointer;
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 365px;
            padding: 16px 16px 20px
        }

        .navigation-menu-image[data-v-84c0b517]:hover {
            background: var(--light-blue--100);
            color: var(--neutral--600)
        }

        .navigation-menu-image--title[data-v-84c0b517] {
            display: flex;
            font-weight: 700;
            justify-content: space-between;
            margin-bottom: 4px
        }

        .navigation-menu-image--description[data-v-84c0b517] {
            font-weight: 400
        }
    
    
        @media (min-width:1630px) {
            .xl-media[data-v-1a244265] {
                height: 576px !important;
                width: 880px !important
            }
        }

        @media (min-width:1025px) {
            .xxl-media[data-v-1a244265] {
                width: 880px !important
            }
        }
    
    
        .h-image[data-v-5037bdd1] {
            pointer-events: none
        }
    
    
        .navigation-locale-selector[data-v-adda4e13] {
            display: flex;
            flex-direction: column;
            margin: 0 auto;
            max-width: 1920px;
            width: 100%;
            z-index: 1008
        }

        @media (min-width:610px) {
            .navigation-locale-selector[data-v-adda4e13] {
                padding: 0 36px
            }
        }

        @media (min-width:1025px) {
            .navigation-locale-selector[data-v-adda4e13] {
                padding: 0 72px
            }
        }

        .navigation-locale-selector__title-container[data-v-adda4e13] {
            align-items: center;
            display: flex;
            justify-content: space-between
        }

        .navigation-locale-selector__back[data-v-adda4e13] {
            align-items: center;
            color: var(--neutral--600);
            display: flex;
            gap: 6px
        }

        @media (min-width:1025px) {
            .navigation-locale-selector__back[data-v-adda4e13] {
                display: none
            }
        }

        .navigation-locale-selector__title[data-v-adda4e13] {
            color: var(--neutral--600);
            display: none
        }

        @media (min-width:1025px) {
            .navigation-locale-selector__title[data-v-adda4e13] {
                display: block
            }
        }

        .navigation-locale-selector__input[data-v-adda4e13] {
            margin: 24px 0;
            max-width: 350px
        }

        @media (max-width:610px) {
            .navigation-locale-selector__input[data-v-adda4e13] {
                max-width: 100%
            }
        }

        @media (min-width:1025px) {
            .navigation-locale-selector__input[data-v-adda4e13] {
                margin: 32px 0
            }
        }

        .navigation-locale-selector__options[data-v-adda4e13] {
            -moz-column-count: 4;
            column-count: 4;
            display: inline-block;
            width: 100%
        }

        @media (max-width:1360px) {
            .navigation-locale-selector__options[data-v-adda4e13] {
                -moz-column-count: 3;
                column-count: 3
            }
        }

        @media (max-width:930px) {
            .navigation-locale-selector__options[data-v-adda4e13] {
                -moz-column-count: 2;
                column-count: 2
            }
        }

        @media (max-width:450px) {
            .navigation-locale-selector__options[data-v-adda4e13] {
                display: flex;
                flex-direction: column
            }
        }

        .navigation-locale-selector__option[data-v-adda4e13] {
            display: inline-flex;
            height: 40px;
            margin-bottom: 4px;
            overflow: hidden;
            transition: all .3s ease-in-out;
            white-space: nowrap;
            width: 100%;
            will-change: transform
        }

        @media (min-width:1025px) {
            .navigation-locale-selector__option[data-v-adda4e13] {
                margin-bottom: 8px
            }
        }

        .navigation-locale-selector__option--disabled[data-v-adda4e13] {
            opacity: .1
        }

        .navigation-locale-selector__option[data-v-adda4e13]:hover {
            transform: scale(1.05)
        }

        .navigation-locale-selector__selector[data-v-adda4e13] {
            align-items: center;
            color: var(--neutral--600);
            cursor: pointer;
            display: flex;
            gap: 8px;
            width: -moz-fit-content;
            width: fit-content
        }

        .navigation-locale-selector__flag[data-v-adda4e13] {
            height: 20px;
            width: 32px
        }

        .navigation-locale-selector__country-text[data-v-adda4e13] {
            display: flex;
            font-weight: 400;
            gap: 8px
        }

        .navigation-locale-selector__country-language[data-v-adda4e13] {
            color: var(--light-blue--500)
        }
    
    
        .h-form-field__inline[data-v-f8b257f5] {
            border: 1px solid var(--neutral--200);
            border-radius: 8px;
            display: flex
        }

        @media (max-width:767px) {
            .h-form-field__inline .h-form-field__button-wrapper[data-v-f8b257f5] {
                border-left: 1px solid var(--neutral--200);
                padding: 6px
            }
        }

        .h-form-field__inline[data-v-f8b257f5] .h-button-v2 {
            white-space: nowrap
        }

        @media (min-width:768px) {
            .h-form-field__inline[data-v-f8b257f5] .h-button-v2 {
                margin: 6px
            }
        }

        .h-form-field__inline .h-form-field__prepend-icon[data-v-f8b257f5] {
            top: 18px
        }

        .h-form-field__has-prepended-icon[data-v-f8b257f5] {
            padding-left: 52px
        }

        .h-form-field--bg-neutral0[data-v-f8b257f5] {
            background: var(--neutral--0);
            border-color: var(--neutral--200)
        }

        .h-form-field--bg-neutral0 input[data-v-f8b257f5] {
            background: var(--neutral--0);
            border-color: transparent;
            border-radius: 16px;
            outline: none
        }

        .h-form-field--bg-neutral700 input[data-v-f8b257f5] {
            background: var(--neutral--700);
            border-color: var(--neutral--400);
            color: var(--neutral--0);
            outline: none
        }

        .h-form-field--slotted-error[data-v-f8b257f5] {
            border: 2px solid var(--danger--300)
        }

        .h-form-field__prepend-icon[data-v-f8b257f5] {
            display: inline-flex;
            margin-left: 16px;
            position: absolute;
            top: 12px
        }

        .append-icon[data-v-f8b257f5] {
            align-items: center;
            background: var(--neutral--100);
            border-left: 1px solid var(--neutral--200);
            border-radius: 0 8px 8px 0;
            color: var(--neutral--300);
            display: none;
            height: 48px;
            justify-content: center;
            pointer-events: none;
            position: absolute;
            right: 0;
            width: 96px
        }

        @media (min-width:768px) {
            .append-icon[data-v-f8b257f5] {
                display: flex
            }
        }

        .rtl .append-icon[data-v-f8b257f5] {
            border-left: none;
            border-radius: 8px 0 0 8px;
            border-right: 1px solid var(--neutral--200);
            left: 0;
            right: auto
        }
    
    
        .h-label[data-v-663fcec3] {
            color: var(--neutral--300);
            display: block;
            margin-bottom: 4px;
            max-width: 100%;
            overflow: hidden;
            pointer-events: none;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .h-label.ltr[data-v-663fcec3] {
            text-align: left
        }

        .h-label.rtl[data-v-663fcec3] {
            text-align: right
        }
    
    
        .h-banner[data-v-b72f7a82] {
            background-color: var(--meteorite--500);
            box-shadow: 0 4px 10px #0000001a;
            height: 56px;
            overflow: hidden;
            position: relative;
            width: 100%;
            z-index: 100
        }

        .h-banner--sticky[data-v-b72f7a82] {
            left: 0;
            position: sticky;
            top: 62px
        }

        @media (min-width:768px) {
            .h-banner--sticky[data-v-b72f7a82] {
                top: 62px
            }
        }

        @media (min-width:1140px) {
            .h-banner--sticky[data-v-b72f7a82] {
                top: 88px
            }
        }

        @media (min-width:1025px) {
            .h-banner[data-v-b72f7a82] {
                height: 48px
            }
        }

        .h-banner__wrapper[data-v-b72f7a82] {
            color: var(--neutral--0);
            gap: 16px;
            height: 56px;
            overflow: hidden;
            transition: top .3s ease
        }

        .h-banner__title[data-v-b72f7a82] {
            font-size: min(3vw, 14px);
            line-height: min(3vw, 18px)
        }

        .h-banner__link-text[data-v-b72f7a82],
        .h-banner__title[data-v-b72f7a82] {
            align-items: center;
            display: flex;
            gap: 8px
        }

        .h-banner__link-text[data-v-b72f7a82] {
            white-space: nowrap
        }

        @media (min-width:1025px) {
            .h-banner__link-text[data-v-b72f7a82] {
                gap: 16px
            }
        }

        .h-banner__link-text-content[data-v-b72f7a82] {
            align-items: center;
            display: flex;
            gap: 4px
        }

        .h-banner__info[data-v-b72f7a82] {
            align-items: center;
            color: var(--neutral--0);
            display: flex;
            font-weight: 700;
            gap: 16px;
            height: 100%;
            justify-content: space-between;
            left: 50%;
            padding: 0 16px;
            position: absolute;
            text-align: left;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            z-index: 104
        }

        @media (min-width:768px) {
            .h-banner__info[data-v-b72f7a82] {
                background: linear-gradient(90deg, rgba(140, 133, 255, 0) 0, rgba(140, 133, 255, .69) 10%, var(--meteorite--500) 70%, var(--meteorite--500) 62%, rgba(140, 133, 255, 0) 100%), linear-gradient(90deg, rgba(140, 133, 255, 0) 0, rgba(140, 133, 255, .69) 10%, var(--meteorite--500) 51.06%, rgba(140, 133, 255, .69) 88.8%, rgba(140, 133, 255, 0) 100%);
                justify-content: center;
                max-width: 100%;
                padding: 0 60px;
                width: -moz-max-content;
                width: max-content
            }
        }

        .h-banner__info--centered[data-v-b72f7a82] {
            justify-content: center
        }

        .h-banner__sale-image[data-v-b72f7a82] {
            background-repeat: repeat-x;
            height: 34px;
            left: 0;
            margin: 7px 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 103
        }

        @media (min-width:768px) {
            .h-banner__sale-image[data-v-b72f7a82] {
                background-image: url(https://imagedelivery.net/LqiWLm-3MGbYHtFuUbcBtA/1abecbf7-5461-4b2e-47cd-7fc3c6154800/sharpen=0)
            }
        }

        .h-banner__sale-image-gradient[data-v-b72f7a82] {
            animation: ease-in-out infinite;
            animation-duration: 5s;
            animation-name: shimmer-b72f7a82;
            background: radial-gradient(46.33% 46.11% at 50% 50%, #b6b2ffcc 0, #ebeaff38 49.5%, #fff0);
            border-radius: 640px;
            left: 0;
            min-height: 250px;
            min-width: 640px;
            position: absolute;
            top: -100px;
            transform: rotate(-45deg);
            z-index: 102
        }

        @keyframes shimmer-b72f7a82 {
            0% {
                left: -700px
            }

            to {
                left: 110%
            }
        }

        .h-banner--bg-neutral800[data-v-b72f7a82] {
            background: var(--neutral--800);
            overflow: hidden
        }

        .h-banner--bg-neutral800[data-v-b72f7a82]:before {
            background: var(--primary--500);
            border-radius: 50%;
            content: "";
            filter: blur(300px);
            height: 800px;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 800px
        }

        .h-banner--bg-neutral800 .h-banner__info[data-v-b72f7a82] {
            background: transparent
        }

        .h-banner--bg-neutral800 .h-banner__title[data-v-b72f7a82] {
            font-weight: 400
        }
    
    
        .homepage__one-subscription-pricing-table-badge[data-v-e352e5d5] {
            align-items: center;
            display: flex;
            justify-content: center
        }
    
    
        .header--neutral600[data-v-629af4d6] .h-countdown__colon {
            color: var(--neutral--0)
        }

        .header--neutral600[data-v-629af4d6] .h-countdown__card {
            background: #ffffff1a;
            border: none !important;
            color: var(--neutral--0)
        }

        .header--neutral600[data-v-629af4d6] .h-countdown__card-name {
            display: none
        }

        .header--neutral600[data-v-629af4d6] .header__heading-discount,
        .header--neutral600[data-v-629af4d6] .header__overline-discount {
            color: var(--meteorite--500) !important
        }

        .header[data-v-629af4d6] .header__heading-discount {
            color: var(--primary--500);
            font-weight: 700
        }

        .header[data-v-629af4d6] .header__heading-success500 {
            color: var(--success--500);
            font-weight: 700
        }

        .header__sale-badge[data-v-629af4d6] {
            align-items: center;
            display: flex;
            margin-bottom: 32px;
            transform: rotate(355deg)
        }

        @media (min-width:1025px) {
            .header__sale-badge[data-v-629af4d6] {
                margin-bottom: 42px
            }
        }

        .header__sale-badge-text[data-v-629af4d6] {
            align-items: center;
            background-color: var(--neon--500);
            border-radius: 0 5px 5px 0;
            display: flex;
            height: 39px;
            margin-left: -1px;
            padding: 10px 12px 10px 6px
        }

        .header__badge[data-v-629af4d6] {
            align-items: center;
            display: flex;
            gap: 8px
        }

        .header__trust-pilot-wrapper[data-v-629af4d6] {
            margin-bottom: 24px;
            max-width: 180px
        }

        .header__heading[data-v-629af4d6] b {
            color: var(--primary--500)
        }

        .header__heading[data-v-629af4d6] .t-h2 {
            display: inline
        }

        .header__loader[data-v-629af4d6] {
            margin-top: 8px
        }

        .header__loader--bottom[data-v-629af4d6] {
            margin-bottom: 8px;
            margin-top: 0
        }

        .header[data-v-629af4d6] .h-features-header__heading-wrapper {
            margin-bottom: 16px
        }

        @media (min-width:1025px) {
            .header[data-v-629af4d6] .h-features-header__heading-wrapper {
                margin-bottom: 24px
            }
        }

        .header[data-v-629af4d6] .h-countdown__card {
            border: 1px solid var(--primary--800)
        }

        .header[data-v-629af4d6] .h-countdown__card-name {
            display: none
        }

        .header[data-v-629af4d6] .h-circle-loader {
            align-items: center;
            display: flex;
            height: 24px;
            justify-content: center;
            position: relative
        }

        @media (min-width:1025px) {
            .header[data-v-629af4d6] .h-circle-loader {
                align-items: normal;
                height: 32px;
                justify-content: normal
            }
        }

        .header[data-v-629af4d6] .h-circle-loader__content {
            display: inline-flex;
            margin-inline-start: -1px;
            position: relative;
            top: 1px
        }

        @media (min-width:1025px) {
            .header[data-v-629af4d6] .h-circle-loader__content {
                margin-inline-start: -14px;
                top: -4px
            }
        }

        .header__overline-wrapper[data-v-629af4d6] {
            align-items: center;
            display: flex;
            gap: 12px;
            margin-bottom: 8px
        }

        .header__overline-image[data-v-629af4d6] {
            max-height: 26px;
            max-width: 26px
        }

        .header__overline-full-image[data-v-629af4d6] {
            height: 28px;
            margin-bottom: 12px;
            width: 191px
        }

        .header__overline.t-h1[data-v-629af4d6] .t-headline-pt {
            font-size: 32px;
            line-height: 40px
        }

        @media (min-width:768px) {
            .header__overline.t-h1[data-v-629af4d6] .t-headline-pt {
                line-height: 48px
            }
        }

        @media (min-width:1025px) {
            .header__overline.t-h1[data-v-629af4d6] .t-headline-pt {
                font-size: 40px
            }
        }

        .header__underline[data-v-629af4d6] {
            margin-top: 8px
        }

        .header__additional-content-underline[data-v-629af4d6] {
            margin-bottom: 24px
        }

        .header__overline[data-v-629af4d6] .header__overline-discount--important,
        .header__underline[data-v-629af4d6] .header__overline-discount--important {
            color: var(--primary--500) !important;
            font-weight: 700
        }

        .header__overline[data-v-629af4d6] .header__overline-discount,
        .header__underline[data-v-629af4d6] .header__overline-discount {
            color: var(--primary--500);
            font-weight: 700
        }

        .header__overline[data-v-629af4d6] h1,
        .header__underline[data-v-629af4d6] h1 {
            display: inline
        }

        .header__list-item[data-v-629af4d6] {
            align-items: center;
            display: flex;
            gap: 10px;
            margin-bottom: 2px
        }

        .header__list-item[data-v-629af4d6]:last-of-type {
            margin-bottom: 16px
        }

        @media (min-width:1025px) {
            .header__list-item[data-v-629af4d6]:last-of-type {
                margin-bottom: 24px
            }
        }

        .header__list-item-icon[data-v-629af4d6] {
            display: inline-flex
        }

        .header__list-item-icon--neutral0[data-v-629af4d6] {
            filter: invert(100%) sepia(100%) saturate(0) hue-rotate(45deg) brightness(102%) contrast(103%)
        }

        .header__price-wrapper[data-v-629af4d6] {
            margin-bottom: 2px
        }

        .header__price-wrapper--spacing[data-v-629af4d6] {
            margin-bottom: 16px
        }

        @media (min-width:1025px) {
            .header__price-wrapper--spacing[data-v-629af4d6] {
                margin-bottom: 24px
            }
        }

        .header__timer[data-v-629af4d6] {
            margin-bottom: 24px;
            margin-top: 16px
        }

        .header__timer--spacing[data-v-629af4d6] {
            margin-bottom: 16px
        }

        @media (min-width:1025px) {
            .header__timer--spacing[data-v-629af4d6] {
                margin-bottom: 24px
            }

            .header__timer[data-v-629af4d6] {
                margin-top: 24px;
                width: -moz-fit-content;
                width: fit-content
            }
        }

        .header__static-price[data-v-629af4d6] {
            color: var(--primary--600)
        }

        .header--custom-sale-layout .header__timer--spacing[data-v-629af4d6] {
            margin-bottom: 24px
        }

        @media (min-width:1025px) {
            .header--custom-sale-layout .header__timer--spacing[data-v-629af4d6] {
                margin-bottom: 32px
            }
        }

        .header--custom-sale-layout[data-v-629af4d6] .h-header-two-cols__wrapper {
            align-items: flex-start
        }

        @media (min-width:1025px) {
            .header--custom-sale-layout[data-v-629af4d6] .h-header-two-cols {
                padding-bottom: 80px
            }
        }

        .header--loading-prices[data-v-629af4d6] .header__heading-discount,
        .header--loading-prices[data-v-629af4d6] .header__overline-discount {
            visibility: hidden
        }
    
    
        .h-features-header[data-v-f406d4ef] {
            overflow: hidden
        }

        .h-features-header__info-wrapper[data-v-f406d4ef] {
            text-align: start
        }

        .h-features-header--bg-horizons[data-v-f406d4ef],
        .h-features-header--bg-neutral800[data-v-f406d4ef],
        .h-features-header--bg-neutral900[data-v-f406d4ef],
        .h-features-header--bg-primary1000[data-v-f406d4ef],
        .h-features-header--bg-primary500[data-v-f406d4ef],
        .h-features-header--bg-primary800[data-v-f406d4ef] {
            color: var(--neutral--0)
        }

        .h-features-header--bg-neutral900[data-v-f406d4ef] {
            background-color: var(--neutral--900)
        }

        .h-features-header--bg-light-blue200[data-v-f406d4ef] {
            background-color: var(--light-blue--200)
        }

        .h-features-header--bg-primary800[data-v-f406d4ef] {
            background-color: var(--primary--800)
        }

        .h-features-header--bg-primary1000[data-v-f406d4ef] {
            background-color: var(--primary--1000)
        }

        .h-features-header__heading-wrapper[data-v-f406d4ef] {
            margin-bottom: 16px
        }

        @media (min-width:768px) {
            .h-features-header__heading-wrapper[data-v-f406d4ef] {
                margin-bottom: 24px
            }
        }

        @media (min-width:1025px) {
            .h-features-header__heading-wrapper[data-v-f406d4ef] {
                margin-bottom: 32px
            }
        }

        .h-features-header--bg-horizons[data-v-f406d4ef] .header__heading b,
        .h-features-header__heading[data-v-f406d4ef] b {
            color: var(--meteorite--500)
        }

        .h-features-header__description[data-v-f406d4ef] {
            margin-bottom: 12px
        }

        @media (min-width:768px) {
            .h-features-header__description[data-v-f406d4ef] {
                margin-bottom: 18px
            }
        }

        @media (min-width:1025px) {
            .h-features-header__description[data-v-f406d4ef] {
                margin-bottom: 24px
            }
        }

        .h-features-header__button-wrapper[data-v-f406d4ef] {
            align-items: start;
            display: flex;
            flex-direction: column-reverse;
            gap: 12px;
            justify-content: center
        }

        @media (min-width:768px) {
            .h-features-header__button-wrapper[data-v-f406d4ef] {
                flex-direction: row;
                justify-content: flex-start
            }
        }

        .h-features-header__button[data-v-f406d4ef] {
            width: 100%
        }

        @media (min-width:768px) {
            .h-features-header__button[data-v-f406d4ef] {
                margin: 0;
                width: auto
            }
        }

        .h-features-header__features-list[data-v-f406d4ef] {
            align-items: center;
            display: flex;
            flex-direction: column;
            margin-top: 24px
        }

        @media (min-width:768px) {
            .h-features-header__features-list[data-v-f406d4ef] {
                align-items: flex-start
            }
        }

        .h-features-header__list-item[data-v-f406d4ef] {
            display: inline-flex;
            gap: 4px;
            margin-bottom: 12px
        }

        .h-features-header__list-item[data-v-f406d4ef]:last-child {
            margin-bottom: 0
        }

        .h-features-header__image-wrapper[data-v-f406d4ef] {
            position: relative
        }
    
    
        .h-header-two-cols[data-v-3d74f37c] {
            padding: 14px 0 36px;
            width: 100%
        }

        @media (min-width:768px) {
            .h-header-two-cols[data-v-3d74f37c] {
                padding: 62px 0 80px
            }
        }

        @media (min-width:1025px) {
            .h-header-two-cols[data-v-3d74f37c] {
                padding: 36px 0 96px
            }
        }

        .h-header-two-cols__wrapper[data-v-3d74f37c] {
            display: flex;
            flex-direction: column;
            gap: 8px
        }

        @media (min-width:1025px) {
            .h-header-two-cols__wrapper[data-v-3d74f37c] {
                align-items: center;
                flex-direction: row;
                justify-content: space-between
            }
        }

        .h-header-two-cols__left-col[data-v-3d74f37c] {
            margin-bottom: 32px;
            width: 100%
        }

        @media (min-width:768px) {
            .h-header-two-cols__left-col[data-v-3d74f37c] {
                margin-bottom: 40px;
                min-width: 440px
            }
        }

        @media (min-width:1025px) {
            .h-header-two-cols__left-col[data-v-3d74f37c] {
                margin-bottom: 0;
                max-width: 456px;
                width: 40.43%
            }
        }

        .h-header-two-cols__right-col[data-v-3d74f37c] {
            width: 100%
        }

        @media (min-width:1025px) {
            .h-header-two-cols__right-col[data-v-3d74f37c] {
                max-width: 648px;
                width: 57.45%
            }

            .h-header-two-cols--large .h-header-two-cols__left-col[data-v-3d74f37c] {
                max-width: 463px;
                width: 40.43%
            }
        }

        @media (min-width:1367px) {
            .h-header-two-cols--large .h-header-two-cols__left-col[data-v-3d74f37c] {
                width: 33.76%
            }
        }

        @media (min-width:1025px) {
            .h-header-two-cols--large .h-header-two-cols__right-col[data-v-3d74f37c] {
                max-width: 616px;
                min-width: 616px;
                width: calc(100vh + 202px)
            }
        }

        @media (min-width:1367px) {
            .h-header-two-cols--large .h-header-two-cols__right-col[data-v-3d74f37c] {
                max-width: 880px
            }
        }

        @media (min-width:1025px) {
            .h-header-two-cols--custom-sale-layout .h-header-two-cols__left-col[data-v-3d74f37c] {
                max-width: 550px;
                min-width: 460px;
                width: 53%
            }
        }

        @media (min-width:1380px) {
            .h-header-two-cols--custom-sale-layout .h-header-two-cols__left-col[data-v-3d74f37c] {
                width: 50%
            }
        }

        @media (min-width:1025px) {
            .h-header-two-cols--custom-sale-layout .h-header-two-cols__right-col[data-v-3d74f37c] {
                max-width: 525px;
                min-width: 450px;
                width: calc(100vh + 8px)
            }
        }

        @media (min-width:1361px) {
            .h-header-two-cols--custom-sale-layout .h-header-two-cols__right-col[data-v-3d74f37c] {
                max-width: 616px
            }
        }

        .h-header-two-cols--bg-light-blue50[data-v-3d74f37c] {
            background-color: var(--light-blue--50)
        }

        .h-header-two-cols--bg-light-blue100[data-v-3d74f37c] {
            background-color: var(--light-blue--100)
        }

        .h-header-two-cols--bg-primary500[data-v-3d74f37c] {
            background-color: var(--primary--500)
        }

        .h-header-two-cols--bg-neutral800[data-v-3d74f37c] {
            background-color: var(--neutral--800)
        }

        .h-header-two-cols--bg-primary800[data-v-3d74f37c] {
            background-color: var(--primary-800)
        }

        .h-header-two-cols--bg-transparent[data-v-3d74f37c] {
            background-color: transparent
        }
    
    
        .h-tooltip[data-v-80595385] {
            cursor: pointer;
            display: inline-flex
        }
    
    
        .h-header-promo__features-list[data-v-fb1bcfca] {
            margin-top: 12px
        }

        @media (min-width:1025px) {
            .h-header-promo__features-list[data-v-fb1bcfca] {
                align-items: flex-start
            }
        }

        .h-header-promo__features-list-item[data-v-fb1bcfca] {
            align-items: center;
            display: flex
        }

        .h-header-promo__features-list-item--wordpress[data-v-fb1bcfca] {
            margin-top: 16px
        }

        .h-header-promo__features-list-item[data-v-fb1bcfca]>* {
            margin-inline-end: 4px
        }
    
    
        .h-partner-reviews__title {
            padding-bottom: 48px
        }

        .h-partner-reviews__track-wrapper {
            position: relative
        }

        .h-partner-reviews__track {
            display: flex;
            gap: 24px;
            justify-content: space-between;
            overflow: auto;
            scrollbar-width: none
        }

        .h-partner-reviews__track::-webkit-scrollbar {
            display: none
        }

        @media (min-width:1025px) {
            .h-partner-reviews__track {
                align-items: center;
                justify-content: center
            }
        }

        .h-partner-reviews__track-overflow {
            align-items: center;
            display: flex;
            height: 130px;
            position: absolute;
            width: 88px;
            z-index: 10
        }

        .h-partner-reviews__track-overflow>svg {
            margin: 0 16px
        }

        .h-partner-reviews__track-overflow-left {
            background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, var(--neutral--0) 66%);
            justify-content: start;
            left: 0
        }

        .h-partner-reviews__track-overflow-left--neutral600 {
            background: linear-gradient(270deg, transparent 0, var(--neutral--800) 66%)
        }

        .h-partner-reviews__track-overflow-left--primary500 {
            background: linear-gradient(270deg, transparent 0, var(--primary--800) 66%)
        }

        .h-partner-reviews__track-overflow-right {
            background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, var(--neutral--0) 66%);
            justify-content: end;
            right: 0
        }

        .h-partner-reviews__track-overflow-right--neutral600 {
            background: linear-gradient(90deg, transparent 0, var(--neutral--800) 66%)
        }

        .h-partner-reviews__track-overflow-right--primary500 {
            background: linear-gradient(90deg, transparent 0, var(--primary--800) 66%)
        }

        .h-partner-reviews__review--wrapper {
            align-items: center;
            display: flex;
            height: 135px;
            justify-content: center;
            min-width: 264px
        }

        @media (min-width:1025px) {
            .h-partner-reviews__review--wrapper {
                min-width: unset;
                width: 264px
            }
        }

        .h-partner-reviews--bg-neutral600 {
            background-color: var(--neutral--800)
        }
    
    
        .h-partner-review[data-v-0c508b79] {
            display: grid;
            gap: 8px;
            padding-top: 8px
        }

        .h-partner-review__header[data-v-0c508b79] {
            align-items: center;
            display: flex;
            height: 20px
        }

        .h-partner-review__header .h-partner-review__icon[data-v-0c508b79] {
            height: 100%
        }

        .h-partner-review__header .h-partner-review__icon[data-v-0c508b79] img {
            height: 100%;
            width: auto
        }

        .h-partner-review__stars[data-v-0c508b79] {
            display: flex;
            gap: 8px
        }

        .h-partner-review__rating[data-v-0c508b79] {
            align-items: center;
            color: var(--neutral--500);
            display: flex;
            gap: 3px
        }

        .h-partner-review__rating-separator[data-v-0c508b79] {
            width: 2px
        }

        .h-partner-review__rating--neutral800 div[data-v-0c508b79],
        .h-partner-review__rating--primary500 div[data-v-0c508b79] {
            color: var(--neutral--0)
        }
    
    
        .h-pricing-table[data-v-c56a74c6] {
            position: relative
        }

        .h-pricing-table__additional-top-features-container[data-v-c56a74c6] {
            align-items: center;
            -moz-column-gap: 16px;
            column-gap: 16px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 16px;
            row-gap: 8px
        }

        @media (min-width:768px) {
            .h-pricing-table__additional-top-features-container[data-v-c56a74c6] {
                -moz-column-gap: 32px;
                column-gap: 32px;
                row-gap: 32px
            }
        }

        .h-pricing-table__top-feature[data-v-c56a74c6] {
            align-items: center;
            display: flex;
            gap: 8px
        }

        .h-pricing-table__top-feature--first[data-v-c56a74c6] {
            grid-column: 1/-1
        }

        @media (min-width:768px) {
            .h-pricing-table__top-feature--first[data-v-c56a74c6] {
                grid-column: 2
            }
        }

        .h-pricing-table__top-feature--last[data-v-c56a74c6] {
            order: 3
        }

        @media (min-width:768px) {
            .h-pricing-table__top-feature--last[data-v-c56a74c6] {
                order: -1
            }
        }

        .h-pricing-table #pricing[data-v-c56a74c6] {
            position: absolute;
            top: -70px
        }

        @media (min-width:768px) {
            .h-pricing-table #pricing[data-v-c56a74c6] {
                top: -70px
            }
        }

        @media (min-width:1025px) {
            .h-pricing-table #pricing[data-v-c56a74c6] {
                top: -96px
            }
        }

        .h-pricing-table--under-banner #pricing[data-v-c56a74c6] {
            top: -126px
        }

        @media (min-width:768px) {
            .h-pricing-table--under-banner #pricing[data-v-c56a74c6] {
                top: -126px
            }
        }

        @media (min-width:1025px) {
            .h-pricing-table--under-banner #pricing[data-v-c56a74c6] {
                top: -144px
            }
        }

        .h-pricing-table__compare-all-features[data-v-c56a74c6] {
            align-items: center;
            display: flex;
            gap: 6px;
            justify-content: center;
            margin: 32px auto 0;
            width: -moz-fit-content;
            width: fit-content
        }

        @media (min-width:768px) {
            .h-pricing-table__compare-all-features[data-v-c56a74c6] {
                margin: 48px auto 0
            }
        }

        .h-pricing-table__compare-all-features-description[data-v-c56a74c6] {
            color: var(--neutral--300);
            margin: 24px auto 0;
            padding: 0 16px;
            text-align: center
        }

        @media (min-width:768px) {
            .h-pricing-table__compare-all-features-description[data-v-c56a74c6] {
                max-width: 930px;
                padding: 0
            }
        }

        .h-pricing-table__bottom-text[data-v-c56a74c6] {
            color: var(--neutral--200);
            margin: 24px auto 0;
            padding: 0 16px;
            text-align: center
        }

        @media (min-width:768px) {
            .h-pricing-table__bottom-text[data-v-c56a74c6] {
                margin-top: 48px;
                max-width: 930px;
                padding: 0
            }
        }

        .h-pricing-table__instalment-container[data-v-c56a74c6] {
            align-items: center;
            display: flex;
            gap: 24px;
            justify-content: center;
            margin: 32px 16px 0
        }

        @media (max-width:767px) {
            .h-pricing-table__instalment-container[data-v-c56a74c6] {
                flex-direction: column;
                gap: 8px;
                margin: 32px 16px
            }
        }

        .h-pricing-table__renewal-price[data-v-c56a74c6] {
            align-items: center;
            color: var(--neutral--300);
            display: flex;
            gap: 4px;
            justify-content: center;
            margin-bottom: 24px
        }

        .h-pricing-table__instalment-badges[data-v-c56a74c6] {
            display: flex;
            gap: 8px;
            justify-content: space-around
        }

        .h-pricing-table__explore-standard-plans[data-v-c56a74c6] {
            align-items: center;
            color: var(--meteorite--500);
            display: flex;
            font-weight: 700;
            gap: 6px;
            justify-content: center;
            margin-top: 24px
        }

        @media (min-width:768px) {
            .h-pricing-table__explore-standard-plans[data-v-c56a74c6] {
                margin-top: 32px
            }
        }

        .h-pricing-table__instalment-image-wrapper[data-v-c56a74c6] {
            align-items: center;
            display: flex;
            height: 40px;
            width: 176px
        }

        .h-pricing-table__overlay-loader[data-v-c56a74c6] {
            align-items: center;
            display: flex;
            height: 100%;
            justify-content: center;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1
        }

        .h-pricing-table--bg-neutral700[data-v-c56a74c6],
        .h-pricing-table--bg-neutral800[data-v-c56a74c6] {
            background-color: var(--neutral--800);
            color: var(--neutral--0)
        }

        .h-pricing-table--bg-neutral700 .h-pricing-table__overlay-loader[data-v-c56a74c6],
        .h-pricing-table--bg-neutral800 .h-pricing-table__overlay-loader[data-v-c56a74c6] {
            background-color: var(--neutral--800)
        }

        .h-pricing-table--bg-neutral800 .h-pricing-table__description[data-v-c56a74c6] {
            color: var(--neutral--200)
        }

        .h-pricing-table--bg-neutral800 .h-pricing-table__description[data-v-c56a74c6] b {
            color: var(--meteorite--500)
        }

        .h-pricing-table--bg-neutral900[data-v-c56a74c6] {
            background-color: var(--neutral--900);
            color: var(--neutral--0)
        }

        .h-pricing-table--bg-light-blue100[data-v-c56a74c6] {
            background-color: var(--light-blue--100)
        }

        .h-pricing-table--bg-meteorite100[data-v-c56a74c6] {
            background-color: var(--meteorite--100)
        }

        .h-pricing-table--bg-meteorite50[data-v-c56a74c6] {
            background-color: var(--meteorite--50)
        }

        .h-pricing-table__toggle[data-v-c56a74c6] {
            display: flex;
            gap: 8px;
            overflow: auto;
            scrollbar-width: none;
            width: 100%
        }

        .h-pricing-table__toggle[data-v-c56a74c6]::-webkit-scrollbar {
            display: none
        }

        @media (min-width:768px) {
            .h-pricing-table__toggle[data-v-c56a74c6] {
                justify-content: center
            }
        }
    
    
        .h-section-heading[data-v-fa15a9b4] {
            display: flex;
            flex-direction: column;
            gap: 16px;
            text-align: center
        }

        @media (min-width:768px) {
            .h-section-heading[data-v-fa15a9b4] {
                gap: 24px
            }
        }

        @media (min-width:1025px) {
            .h-section-heading[data-v-fa15a9b4] {
                gap: 32px
            }
        }
    
    
        .h-pricing-table-carousel__cards-container[data-v-b9ec916f] {
            align-items: center;
            display: flex;
            flex-direction: column;
            gap: 12px;
            justify-content: center
        }

        .h-pricing-table-carousel__shared-features[data-v-b9ec916f] {
            align-items: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: 24px 16px 0
        }

        @media (min-width:768px) {
            .h-pricing-table-carousel__shared-features[data-v-b9ec916f] {
                margin: 24px 40px 0
            }
        }
    
    
        .h-mixed-cards__header[data-v-f7c2542c] {
            margin-bottom: 16px
        }

        @media (min-width:1025px) {
            .h-mixed-cards__header[data-v-f7c2542c] {
                margin-bottom: 48px
            }
        }

        .h-mixed-cards__cta[data-v-f7c2542c] {
            margin: 32px auto 0;
            width: -moz-fit-content;
            width: fit-content
        }

        .h-mixed-cards__bottom-text[data-v-f7c2542c] {
            margin: 32px 16px 0;
            text-align: center
        }

        .h-mixed-cards__bottom-text[data-v-f7c2542c] a {
            color: var(--neutral--600);
            text-decoration: underline
        }

        .h-mixed-cards__content[data-v-f7c2542c] {
            display: flex;
            flex-direction: column;
            gap: 24px
        }

        @media (min-width:1025px) {
            .h-mixed-cards__content[data-v-f7c2542c] {
                display: grid;
                grid-template-columns: repeat(24, 1fr)
            }
        }

        .h-mixed-cards__full-width[data-v-f7c2542c] {
            display: block
        }

        @media (min-width:1025px) {
            .h-mixed-cards__full-width[data-v-f7c2542c] {
                grid-column: span 24
            }
        }

        .h-mixed-cards__full-vertical[data-v-f7c2542c] {
            display: block
        }

        @media (min-width:768px) {
            .h-mixed-cards__full-vertical[data-v-f7c2542c] {
                grid-column: span 10;
                grid-row: span 2
            }
        }

        .h-mixed-cards__one-third-vertical[data-v-f7c2542c] {
            display: block
        }

        @media (min-width:768px) {
            .h-mixed-cards__one-third-vertical[data-v-f7c2542c] {
                grid-column: span 7
            }
        }

        .h-mixed-cards__two-thirds-vertical-reverse[data-v-f7c2542c] {
            display: block
        }

        @media (min-width:768px) {
            .h-mixed-cards__two-thirds-vertical-reverse[data-v-f7c2542c] {
                grid-column: span 14
            }
        }

        .h-mixed-cards__two-thirds[data-v-f7c2542c] {
            display: block
        }

        @media (min-width:1025px) {
            .h-mixed-cards__two-thirds[data-v-f7c2542c] {
                grid-column: span 16
            }

            .h-mixed-cards__two-thirds.h-mixed-cards__card--centered[data-v-f7c2542c] {
                grid-column: 6/22
            }
        }

        .h-mixed-cards__one-third[data-v-f7c2542c] {
            display: block
        }

        @media (min-width:1025px) {
            .h-mixed-cards__one-third[data-v-f7c2542c] {
                grid-column: span 8
            }
        }

        .h-mixed-cards__one-half[data-v-f7c2542c] {
            display: block
        }

        @media (min-width:1025px) {
            .h-mixed-cards__one-half[data-v-f7c2542c] {
                grid-column: span 12
            }
        }

        .h-mixed-cards__tabs[data-v-f7c2542c] {
            margin-bottom: 24px
        }

        @media (min-width:1025px) {
            .h-mixed-cards__tabs[data-v-f7c2542c] {
                margin-bottom: 48px
            }
        }

        .h-mixed-cards--bg-neutral800[data-v-f7c2542c] {
            background-color: var(--neutral--800);
            color: var(--neutral--0)
        }

        .h-mixed-cards--bg-neutral900[data-v-f7c2542c] {
            background-color: var(--neutral--900);
            color: var(--neutral--0)
        }

        .h-mixed-cards--bg-light-blue100[data-v-f7c2542c] {
            background-color: var(--light-blue--100)
        }

        .h-mixed-cards--bg-neutral0[data-v-f7c2542c] {
            background-color: var(--neutral--0)
        }

        .h-mixed-cards--bg-meteorite100[data-v-f7c2542c] {
            background-color: var(--meteorite--100)
        }

        .h-mixed-cards--bg-primary1000[data-v-f7c2542c] {
        background: var(--e-global-color-8648503);
            color: var(--neutral--0)
        }
    
    
        .h-badges-section__track-wrapper[data-v-d744d0fc] {
            display: flex;
            justify-content: center;
            padding: 0 16px;
            position: relative
        }

        @media (min-width:768px) {
            .h-badges-section__track-wrapper[data-v-d744d0fc] {
                padding: 0 40px
            }
        }

        .h-badges-section__track[data-v-d744d0fc] {
            display: flex;
            gap: 8px;
            overflow: auto;
            scrollbar-width: none
        }

        .h-badges-section__track[data-v-d744d0fc]::-webkit-scrollbar {
            display: none
        }

        @media (min-width:1025px) {
            .h-badges-section__track[data-v-d744d0fc] {
                align-items: center;
                justify-content: center
            }
        }

        .h-badges-section__track-overflow[data-v-d744d0fc] {
            align-items: center;
            display: flex;
            height: 100%;
            position: absolute;
            width: 64px;
            z-index: 10
        }

        .h-badges-section__track-overflow-left[data-v-d744d0fc] {
            background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, var(--neutral--0) 66%);
            justify-content: start;
            left: 8px
        }

        .h-badges-section__track-overflow-left--neutral800[data-v-d744d0fc] {
            background: linear-gradient(270deg, transparent 0, var(--neutral--800) 66%)
        }

        .h-badges-section__track-overflow-right[data-v-d744d0fc] {
            background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, var(--neutral--0) 66%);
            justify-content: end;
            right: 8px
        }

        .h-badges-section__track-overflow-right--neutral800[data-v-d744d0fc] {
            background: linear-gradient(90deg, transparent 0, var(--neutral--800) 66%)
        }

        .h-badges-section__card--wrapper[data-v-d744d0fc] {
            align-items: center;
            display: flex;
            justify-content: center
        }

        .h-badges-section--bg-neutral800[data-v-d744d0fc] {
            background-color: var(--neutral--800)
        }
    
    
        .h-content-card[data-v-207fb89f] {
            background: var(--light-blue--100);
            border-radius: 30px;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            gap: 8px;
            justify-content: center;
            padding: 10px 24px;
            text-align: left
        }

        .h-content-card[data-v-207fb89f]:focus,
        .h-content-card[data-v-207fb89f]:hover {
            background: var(--light-blue--50)
        }

        .h-content-card__title[data-v-207fb89f] {
            color: var(--neutral--600);
            white-space: nowrap
        }

        .h-content-card--active[data-v-207fb89f],
        .h-content-card--active[data-v-207fb89f]:focus,
        .h-content-card--active[data-v-207fb89f]:hover {
            background: var(--light-blue--200)
        }

        .h-content-card__icon[data-v-207fb89f] {
            max-height: 16px;
            max-width: 16px
        }

        .h-content-card--bg-neutral800[data-v-207fb89f] {
            background: var(--neutral--800);
            border: 1px solid var(--neutral--500)
        }

        .h-content-card--bg-neutral800 .h-content-card__title[data-v-207fb89f] {
            color: var(--neutral--200)
        }

        .h-content-card--bg-neutral800[data-v-207fb89f]:focus,
        .h-content-card--bg-neutral800[data-v-207fb89f]:hover {
            background: var(--neutral--700)
        }

        .h-content-card--bg-neutral800.h-content-card--active[data-v-207fb89f] {
            background: var(--neutral--700);
            border-color: var(--neutral--0)
        }

        .h-content-card--bg-neutral800.h-content-card--active .h-content-card__title[data-v-207fb89f] {
            color: var(--neutral--0)
        }

        .h-content-card--bg-neutral800.h-content-card--active[data-v-207fb89f]:focus,
        .h-content-card--bg-neutral800.h-content-card--active[data-v-207fb89f]:hover {
            background: var(--neutral--700);
            border-color: var(--neutral--0)
        }
    
    
        .h-mixed-full-card[data-v-15c527af] {
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            overflow: hidden
        }

        @media (min-width:1025px) {
            .h-mixed-full-card[data-v-15c527af] {
                flex-direction: row
            }
        }

        .h-mixed-full-card__badge-content[data-v-15c527af] {
            align-items: center;
            display: flex;
            gap: 6px
        }

        .h-mixed-full-card__description[data-v-15c527af],
        .h-mixed-full-card__title[data-v-15c527af] {
            color: var(--neutral--0)
        }

        .h-mixed-full-card__left[data-v-15c527af] {
            background: var(--primary-1000);
            display: flex;
            flex-direction: column;
            gap: 24px;
            justify-content: center;
            padding: 24px;
            width: 100%
        }

        @media (min-width:1025px) {
            .h-mixed-full-card__left[data-v-15c527af] {
                padding: 40px;
                width: 50%
            }
        }

        .h-mixed-full-card__left[data-v-15c527af] p:not(:first-of-type) {
            margin-top: 4px
        }

        .h-mixed-full-card__right[data-v-15c527af] {
            align-items: center;
            display: flex;
            justify-content: center;
            width: 100%
        }

        @media (min-width:1025px) {
            .h-mixed-full-card__right[data-v-15c527af] {
                width: 50%
            }
        }

        .h-mixed-full-card__links[data-v-15c527af] {
            display: flex
        }

        .h-mixed-full-card__link-container[data-v-15c527af] {
            align-items: center;
            display: flex;
            gap: 4px;
            width: -moz-max-content;
            width: max-content
        }

        .h-mixed-full-card__link-text[data-v-15c527af] {
            align-items: center;
            display: flex;
            gap: 8px
        }

        .h-mixed-full-card--reverse[data-v-15c527af] {
            flex-direction: column
        }

        @media (min-width:1025px) {
            .h-mixed-full-card--reverse[data-v-15c527af] {
                flex-direction: row-reverse
            }
        }

        .h-mixed-full-card--bg-primary1000[data-v-15c527af] {
            background: var(--primary--1000)
        }

        .h-mixed-full-card--bg-neutral800[data-v-15c527af] {
            background: var(--neutral--800)
        }

        .h-mixed-full-card--bg-light-blue100[data-v-15c527af] {
            background: var(--light-blue--100)
        }

        .h-mixed-full-card--bg-meteorite50[data-v-15c527af] {
            background: var(--meteorite--50)
        }

        .h-mixed-full-card--bg-neutral700[data-v-15c527af] {
            background: var(--neutral--700)
        }

        .h-mixed-full-card--bg-neutral700 .h-mixed-full-card__description[data-v-15c527af] {
            color: var(--neutral--200)
        }

        .h-mixed-full-card--bg-light-blue50[data-v-15c527af] {
            background: var(--light-blue--50)
        }

        .h-mixed-full-card--bg-neutral600[data-v-15c527af] {
            background: var(--neutral--600)
        }

        .h-mixed-full-card--bg-primary900[data-v-15c527af] {
            background: var(--primary--900)
        }

        .h-mixed-full-card--text-color-dark[data-v-15c527af] {
            color: var(--neutral--600)
        }
    
    
        .h-mixed-two-third-card[data-v-b5b60e0a] {
            border-radius: 16px;
            font-weight: 400;
            height: 100%;
            overflow: hidden
        }

        .h-mixed-two-third-card[data-v-b5b60e0a],
        .h-mixed-two-third-card__content[data-v-b5b60e0a] {
            display: flex;
            flex-direction: column
        }

        @media (min-width:1025px) {
            .h-mixed-two-third-card__content[data-v-b5b60e0a] {
                flex-direction: row
            }
        }

        .h-mixed-two-third-card__badge[data-v-b5b60e0a] {
            display: flex;
            gap: 4px;
            justify-content: space-between;
            padding: 24px 24px 0
        }

        @media (min-width:1025px) {
            .h-mixed-two-third-card__badge[data-v-b5b60e0a] {
                padding: 40px 40px 0
            }
        }

        .h-mixed-two-third-card__badge-container[data-v-b5b60e0a] {
            align-items: center;
            display: flex;
            justify-content: center
        }

        .h-mixed-two-third-card__badge-container[data-v-b5b60e0a] .h-product-badge {
            margin: 0
        }

        .h-mixed-two-third-card__description[data-v-b5b60e0a],
        .h-mixed-two-third-card__title[data-v-b5b60e0a] {
            color: var(--light-blue--50)
        }

        .h-mixed-two-third-card__left[data-v-b5b60e0a] {
            display: flex;
            flex-direction: column;
            gap: 24px;
            justify-content: center;
            padding: 24px;
            width: 100%
        }

        @media (min-width:1025px) {
            .h-mixed-two-third-card__left[data-v-b5b60e0a] {
                padding: 40px;
                width: 50%
            }
        }

        .h-mixed-two-third-card__right[data-v-b5b60e0a] {
            align-items: flex-end;
            border-radius: 0 16px 16px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%
        }

        @media (min-width:1025px) {
            .h-mixed-two-third-card__right[data-v-b5b60e0a] {
                width: 50%
            }
        }

        .h-mixed-two-third-card__link-container[data-v-b5b60e0a] {
            width: -moz-max-content;
            width: max-content
        }

        .h-mixed-two-third-card--bg-light-blue100[data-v-b5b60e0a] {
            background: var(--light-blue--100)
        }

        .h-mixed-two-third-card--bg-primary800[data-v-b5b60e0a] {
            background-color: var(--primary--800)
        }

        .h-mixed-two-third-card--bg-primary1000[data-v-b5b60e0a] {
            background: var(--primary--1000)
        }

        .h-mixed-two-third-card--bg-primary1000 .h-mixed-two-third-card__right[data-v-b5b60e0a] {
            margin-top: auto
        }

        .h-mixed-two-third-card--bg-neutral600[data-v-b5b60e0a] {
            background: var(--neutral--600)
        }

        .h-mixed-two-third-card--bg-neutral800[data-v-b5b60e0a] {
            background: var(--neutral--800);
            border: 1px solid var(--neutral--500)
        }

        .h-mixed-two-third-card--bg-neutral800[data-v-b5b60e0a]:hover {
            border-image-slice: 1;
            border-image-source: linear-gradient(270deg, rgba(103, 61, 230, 0), rgba(103, 61, 230, .8) 25%, #d5dfff 50%, rgba(103, 61, 230, .8) 75%, rgba(103, 61, 230, 0))
        }

        .h-mixed-two-third-card--bg-neutral800:hover .h-mixed-two-third-card__link-icon[data-v-b5b60e0a] {
            color: var(--meteorite--500) !important
        }

        .h-mixed-two-third-card--text-color-dark[data-v-b5b60e0a] {
            color: var(--neutral--600)
        }

        @media (min-width:1025px) {
            .h-mixed-two-third-card--reverse .h-mixed-two-third-card__content[data-v-b5b60e0a] {
                flex-direction: row-reverse
            }
        }
    
    
        .h-mixed-one-third-card[data-v-151e2e70] {
            background: var(--e-global-color-8648503);
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            height: 100%;
            overflow: hidden;
            width: 100%
        }

        .h-mixed-one-third-card__left[data-v-151e2e70] {
            display: flex;
            flex-direction: column;
            gap: 28px;
            margin-bottom: auto;
            padding: 24px
        }

        @media (min-width:1025px) {
            .h-mixed-one-third-card__left[data-v-151e2e70] {
                padding: 40px
            }
        }

        .h-mixed-one-third-card--border[data-v-151e2e70] {
            border: 1px solid var(--meteorite--100)
        }

        .h-mixed-one-third-card__title[data-v-151e2e70] {
            color: var(--light-blue--50);
            z-index: 2
        }

        .h-mixed-one-third-card__title--bg-primary800[data-v-151e2e70] {
            color: var(--neutral--600)
        }

        .h-mixed-one-third-card__description[data-v-151e2e70] {
            font-weight: 400;
            margin-top: 16px
        }

        .h-mixed-one-third-card__badge-container[data-v-151e2e70] {
            align-items: center;
            display: flex;
            justify-content: space-between;
            z-index: 2
        }

        .h-mixed-one-third-card__badge-container[data-v-151e2e70] .h-product-badge__small {
            margin: 0
        }

        .h-mixed-one-third-card__left-icon[data-v-151e2e70] {
            align-items: center;
            background: var(--primary--500);
            border-radius: 8px;
            display: flex;
            height: 40px;
            justify-content: center;
            width: 40px
        }

        .h-mixed-one-third-card--bg-light-blue100[data-v-151e2e70] {
            background: var(--light-blue--100)
        }

        .h-mixed-one-third-card--bg-light-blue100 div[data-v-151e2e70] {
            color: var(--neutral--600)
        }

        .h-mixed-one-third-card--bg-neutral600[data-v-151e2e70],
        .h-mixed-one-third-card--bg-neutral600 .h-mixed-one-third-card__left-icon[data-v-151e2e70] {
            background: var(--neutral--600)
        }

        .h-mixed-one-third-card--bg-neutral800[data-v-151e2e70] {
            background: var(--neutral--800);
            border: 1px solid var(--neutral--500);
            position: relative
        }

        .h-mixed-one-third-card--bg-neutral800 h3[data-v-151e2e70] {
            color: var(--meteorite--500)
        }

        .h-mixed-one-third-card--bg-neutral800[data-v-151e2e70]:hover {
            border-image-slice: 1;
            border-image-source: linear-gradient(270deg, rgba(103, 61, 230, 0), rgba(103, 61, 230, .8) 25%, #d5dfff 50%, rgba(103, 61, 230, .8) 75%, rgba(103, 61, 230, 0))
        }

        .h-mixed-one-third-card--bg-neutral800:hover .h-svgo-icon[data-v-151e2e70] {
            color: var(--meteorite--500) !important
        }

        .h-mixed-one-third-card--bg-neutral800[data-v-151e2e70]:before {
            background: linear-gradient(180deg, var(--neutral--800) 0, var(--primary--500) 100%);
            bottom: 0;
            content: "";
            height: 120px;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 1
        }

        .h-mixed-one-third-card--bg-image-whatsapp[data-v-151e2e70] {
            background-image: url(https://imagedelivery.net/LqiWLm-3MGbYHtFuUbcBtA/bee2f59c-119f-4ea3-310b-05d1c27ae800/sharpen=0);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover
        }
    
    
        .h-services-section--with-padding-bottom[data-v-c0ec9fb9] {
            padding-bottom: 96px
        }

        @media (max-width:767px) {
            .h-services-section--with-padding-bottom[data-v-c0ec9fb9] {
                padding-bottom: 80px
            }
        }

        .h-services-section--with-padding-top[data-v-c0ec9fb9] {
            padding-top: 96px
        }

        @media (max-width:767px) {
            .h-services-section--with-padding-top[data-v-c0ec9fb9] {
                padding-top: 64px
            }
        }

        .h-services-section--bg-primary500[data-v-c0ec9fb9] {
            background-color: var(--primary--500);
            color: var(--neutral--0)
        }

        .h-services-section--bg-primary500[data-v-c0ec9fb9] a:not(.h-button-v2) {
            color: var(--neutral--0)
        }

        .h-services-section--bg-light-blue100[data-v-c0ec9fb9] {
            background-color: var(--light-blue--100)
        }

        .h-services-section--bg-light-blue50[data-v-c0ec9fb9] {
            background-color: var(--light-blue--50)
        }

        .h-services-section--bg-primary1000[data-v-c0ec9fb9] {
        background: var(--e-global-color-8648503);
            color: var(--neutral--0)
        }

        .h-services-section--bg-primary1000[data-v-c0ec9fb9] a:not(.h-button-v2) {
            color: var(--neutral--0)
        }

        .h-services-section--bg-neutral800[data-v-c0ec9fb9] {
            background-color: var(--neutral--800);
            color: var(--neutral--0)
        }

        .h-services-section--bg-neutral800 .h-services-section__description[data-v-c0ec9fb9] {
            color: var(--neutral--200)
        }

        .h-services-section--bg-neutral800[data-v-c0ec9fb9] a:not(.h-button-v2) {
            color: var(--neutral--0)
        }

        .h-services-section--bg-meteorite50[data-v-c0ec9fb9] {
            background-color: var(--meteorite--50)
        }

        .h-services-section--bg-neutral0[data-v-c0ec9fb9] {
            background-color: var(--neutral--0)
        }

        .h-services-section__switcher[data-v-c0ec9fb9] {
            padding-bottom: 32px
        }

        @media (min-width:768px) {
            .h-services-section__switcher[data-v-c0ec9fb9] {
                padding-bottom: 40px
            }
        }

        @media (min-width:1025px) {
            .h-services-section__switcher[data-v-c0ec9fb9] {
                padding-bottom: 48px
            }
        }

        .h-services-section__cards-container[data-v-c0ec9fb9] {
            row-gap: 16px
        }

        @media (min-width:768px) {
            .h-services-section__cards-container[data-v-c0ec9fb9] {
                -moz-column-gap: 24px;
                column-gap: 24px;
                row-gap: 24px
            }
        }

        .h-services-section__button-wrapper[data-v-c0ec9fb9] {
            display: flex;
            justify-content: center;
            margin-top: 32px
        }

        @media (min-width:1025px) {
            .h-services-section__button-wrapper[data-v-c0ec9fb9] {
                margin-top: 48px
            }
        }

        .h-services-section__button[data-v-c0ec9fb9] {
            display: flex;
            justify-content: center
        }
    
    
        .h-content-card[data-v-974f7460] {
            background: var(--neutral--0);
            border: 1px solid var(--light-blue--200);
            border-radius: 16px;
            color: var(--neutral--600);
            display: flex;
            flex-direction: column;
            gap: 16px;
            height: 100%;
            padding: 32px
        }

        .h-content-card--ltr[data-v-974f7460] {
            text-align: left
        }

        .h-content-card--rtl[data-v-974f7460] {
            text-align: right
        }

        .h-content-card__title-container[data-v-974f7460] {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 16px
        }

        .h-content-card__badge[data-v-974f7460] {
            align-items: center;
            background-color: var(--primary--100);
            border-radius: 6px;
            color: var(--primary--600);
            font-weight: 700;
            justify-content: center;
            padding: 4px 12px
        }

        .h-content-card--clickable[data-v-974f7460] {
            cursor: pointer
        }

        .h-content-card--clickable[data-v-974f7460]:hover {
            background: var(--light-blue--50);
            color: var(--neutral--600)
        }

        .h-content-card--clickable[data-v-974f7460]:active,
        .h-content-card--clickable[data-v-974f7460]:active:hover {
            background: var(--light-blue--200)
        }

        .h-content-card--centered[data-v-974f7460] {
            align-items: center;
            text-align: center
        }

        .h-content-card--small[data-v-974f7460] {
            height: -moz-fit-content;
            height: fit-content;
            padding: 12px 16px
        }

        .h-content-card--borderless[data-v-974f7460] {
            border: 0
        }

        .h-content-card--no-padding[data-v-974f7460] {
            padding: 0
        }

        .h-content-card__description[data-v-974f7460] {
            font-weight: 400
        }

        .h-content-card__description[data-v-974f7460] a {
            color: unset;
            display: inline;
            text-decoration: underline
        }

        .h-content-card__icons-container[data-v-974f7460] {
            justify-content: space-between
        }

        .h-content-card__icons-container[data-v-974f7460],
        .h-content-card__icons-container>div[data-v-974f7460] {
            align-items: center;
            display: flex;
            gap: 16px
        }

        .h-content-card__icon[data-v-974f7460],
        .h-content-card__icon-number[data-v-974f7460],
        .h-content-card__image[data-v-974f7460] {
            align-items: center;
            border-radius: 6px;
            display: flex;
            flex-shrink: 0;
            height: 40px;
            justify-content: center;
            width: 40px
        }

        .h-content-card__icon[data-v-974f7460] {
            background: var(--light-blue--100)
        }

        .h-content-card__icon--bg-transparent[data-v-974f7460] {
            background: transparent !important
        }

        .h-content-card__icon--bg-neon500[data-v-974f7460] {
            background: var(--neon--500) !important
        }

        .h-content-card__icon-number[data-v-974f7460] {
            color: var(--primary--600);
            font-size: 26px;
            font-weight: 700
        }

        .h-content-card__icon-number--color-meteorite500[data-v-974f7460] {
            background-color: var(--neutral--700);
            color: var(--meteorite--500)
        }

        .h-content-card__image[data-v-974f7460] {
            border-radius: 0;
            height: 32px;
            padding: 2px;
            width: 32px
        }

        .h-content-card__top-image[data-v-974f7460] img {
            max-height: 40px
        }

        .h-content-card--bg-primary800[data-v-974f7460] {
            background-color: var(--primary--800);
            border: 0;
            color: var(--neutral-0)
        }

        .h-content-card--bg-primary800 .h-content-card__icon[data-v-974f7460] {
            background: var(--primary--500)
        }

        .h-content-card--bg-primary800 .h-content-card__icon-number[data-v-974f7460] {
            color: var(--neutral-0)
        }

        .h-content-card--bg-neutral600[data-v-974f7460] {
            background-color: var(--neutral--600);
            border-color: var(--neutral--500);
            color: var(--neutral--0)
        }

        .h-content-card--bg-neutral600 .h-content-card__icon[data-v-974f7460] {
            background: var(--neutral--500)
        }

        .h-content-card--bg-neutral600 .h-content-card__description[data-v-974f7460] {
            color: var(--neutral--200)
        }

        .h-content-card--bg-neutral600 .h-content-card__badge[data-v-974f7460] {
            background-color: var(--primary--900);
            color: var(--meteorite--500)
        }

        .h-content-card--bg-neutral700[data-v-974f7460] {
            background-color: var(--neutral--700);
            border-color: var(--neutral--500);
            color: var(--neutral--0)
        }

        .h-content-card--bg-neutral700 .h-content-card__icon[data-v-974f7460] {
            background: var(--neutral--500)
        }

        .h-content-card--bg-neutral700 .h-content-card__description[data-v-974f7460] {
            color: var(--neutral--200)
        }

        .h-content-card--bg-neutral700 .h-content-card__badge[data-v-974f7460] {
            background-color: var(--primary--900);
            color: var(--meteorite--500)
        }

        .h-content-card--bg-neutral700.h-content-card--clickable[data-v-974f7460] {
            border: 1px solid transparent
        }

        .h-content-card--bg-neutral700.h-content-card--clickable[data-v-974f7460]:hover {
            background: var(--neutral--700);
            border-image-slice: 1;
            border-image-source: linear-gradient(270deg, rgba(103, 61, 230, 0), rgba(103, 61, 230, .8) 25%, #d5dfff 50%, rgba(103, 61, 230, .8) 75%, rgba(103, 61, 230, 0));
            color: var(--neutral--0)
        }

        .h-content-card--bg-neutral700.h-content-card--clickable:hover .h-content-card__link-icon[data-v-974f7460] {
            color: var(--meteorite--500) !important
        }

        .h-content-card--bg-neutral800[data-v-974f7460] {
            background-color: var(--neutral--800);
            color: var(--neutral--0)
        }

        .h-content-card--bg-light-blue100[data-v-974f7460] {
            background-color: var(--light-blue--100);
            border-color: var(--meteorite--100)
        }

        .h-content-card--bg-light-blue100 .h-content-card__icon[data-v-974f7460] {
            background: var(--light-blue--200)
        }

        .h-content-card--bg-light-blue100 .h-content-card__badge[data-v-974f7460] {
            background-color: var(--success--100);
            color: var(--success--600)
        }

        .h-content-card--bg-meteorite100[data-v-974f7460] {
            background-color: var(--neutral--0);
            border: 1px solid var(--meteorite--100)
        }

        .h-content-card--bg-meteorite100 .h-content-card__icon[data-v-974f7460] {
            background: var(--light-blue--100)
        }

        .h-content-card--bg-meteorite100 .h-content-card__badge[data-v-974f7460] {
            background-color: var(--success--100);
            color: var(--success--600)
        }

        .h-content-card--bg-light-blue200[data-v-974f7460] {
            background-color: var(--light-blue--50)
        }

        .h-content-card--bg-light-blue200 .h-content-card__icon[data-v-974f7460] {
            background: var(--light-blue--200)
        }

        .h-content-card--bg-light-blue50[data-v-974f7460] {
            background-color: var(--light-blue--50)
        }

        .h-content-card--bg-light-blue50 .h-content-card__icon[data-v-974f7460] {
            background: var(--primary--50)
        }

        .h-content-card--bg-neutral0[data-v-974f7460] {
            background-color: var(--neutral--0)
        }

        .h-content-card--bg-neutral0 .h-content-card__icon[data-v-974f7460] {
            background: var(--light-blue--200)
        }

        .h-content-card--bg-neutral0 .h-content-card__icon-number[data-v-974f7460] {
            background: var(--meteorite--50)
        }

        .h-content-card--bg-meteorite50[data-v-974f7460] {
            background-color: var(--meteorite--50)
        }

        .h-content-card--bg-meteorite50 .h-content-card__icon[data-v-974f7460] {
            background: var(--light-blue--200)
        }

        .h-content-card--bg-transparent[data-v-974f7460] {
            background-color: transparent
        }

        .h-content-card--bg-transparent .h-content-card__icon[data-v-974f7460] {
            background: var(--primary--50)
        }

        .h-content-card--active[data-v-974f7460],
        .h-content-card--active[data-v-974f7460]:focus,
        .h-content-card--active[data-v-974f7460]:hover {
            background: var(--light-blue--200)
        }
    
    
        .carousel-card[data-v-fbcb1988] {
            align-items: center;
            display: grid;
            max-height: 0;
            max-width: 0;
            opacity: 0;
            visibility: hidden
        }

        @media (min-width:768px) {
            .carousel-card[data-v-fbcb1988] {
                grid-template-columns: 40% 60%;
                grid-gap: 24px
            }
        }

        @media (min-width:1025px) {
            .carousel-card[data-v-fbcb1988] {
                grid-template-columns: 32% 68%;
                grid-gap: 40px
            }
        }

        .carousel-card[data-v-fbcb1988] :first-child {
            order: 1
        }

        @media (min-width:768px) {
            .carousel-card[data-v-fbcb1988] :first-child {
                order: 0
            }
        }

        @media (max-width:768px) {
            .carousel-card__content-wrapper[data-v-fbcb1988] {
                grid-row: 1
            }
        }

        .carousel-card__image-clickable[data-v-fbcb1988] {
            align-items: center;
            cursor: pointer;
            display: flex;
            justify-content: center
        }

        .carousel-card__play-icon-container[data-v-fbcb1988] {
            background-color: var(--neutral--300);
            border-radius: 50%;
            height: 80px;
            opacity: .5;
            position: absolute;
            width: 80px
        }

        .carousel-card__play-icon[data-v-fbcb1988] {
            height: 40px;
            position: absolute;
            width: 40px
        }

        .carousel-card__image[data-v-fbcb1988] img {
            border-radius: 16px
        }

        @media (max-width:767px) {
            .carousel-card__image[data-v-fbcb1988] {
                margin-top: 16px
            }
        }

        .carousel-card__quote[data-v-fbcb1988] {
            align-items: center;
            border-radius: 6px;
            display: flex;
            height: 48px;
            justify-content: center;
            width: 48px
        }

        .carousel-card__quote>svg[data-v-fbcb1988] {
            height: 36px;
            width: 36px
        }

        .carousel-card__quote--primary500[data-v-fbcb1988] {
            background-color: var(--primary--500)
        }

        .carousel-card__quote--neon500[data-v-fbcb1988] {
            background-color: var(--neon--500)
        }

        .carousel-card__quote--light-blue100[data-v-fbcb1988] {
            background-color: var(--light-blue--100)
        }

        .carousel-card__link[data-v-fbcb1988] {
            padding-bottom: 12px;
            padding-top: 20px
        }

        .carousel-card__content[data-v-fbcb1988] {
            color: var(--neutral--600);
            font-size: 24px;
            line-height: 43px;
            margin-bottom: 8px;
            margin-top: 8px;
            padding-top: 8px
        }

        @media (min-width:768px) {
            .carousel-card__content[data-v-fbcb1988] {
                font-size: 28px
            }
        }

        @media (min-width:1025px) {
            .carousel-card__content[data-v-fbcb1988] {
                font-size: 36px
            }
        }

        @media (max-width:767px) {
            .carousel-card__content[data-v-fbcb1988] {
                line-height: 29px
            }
        }

        .carousel-card__content--neutral0[data-v-fbcb1988] {
            color: var(--neutral--0)
        }

        .carousel-card__content[data-v-fbcb1988] b {
            color: var(--primary--500);
            font-weight: 400
        }

        .carousel-card--active[data-v-fbcb1988] {
            max-height: unset;
            max-width: unset;
            opacity: 1;
            visibility: visible
        }

        .carousel-footer[data-v-fbcb1988] {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding-top: 12px
        }

        @media (max-width:767px) {
            .carousel-footer[data-v-fbcb1988] {
                display: block
            }
        }

        .carousel-footer--neutral0[data-v-fbcb1988] {
            color: var(--neutral--0)
        }

        .carousel-footer__nav[data-v-fbcb1988] {
            display: flex;
            white-space: nowrap
        }

        @media (max-width:767px) {
            .carousel-footer__nav[data-v-fbcb1988] {
                flex-direction: row-reverse;
                justify-content: flex-end;
                margin-top: 15px
            }
        }

        .carousel-footer__button[data-v-fbcb1988] {
            background-color: var(--light-blue--100);
            border-radius: 50%;
            height: 48px;
            margin-left: 16px;
            width: 48px
        }

        @media (max-width:767px) {
            .carousel-footer__button[data-v-fbcb1988]:first-child {
                margin-left: 0
            }
        }

        .carousel-footer__button[data-v-fbcb1988]:hover {
            background-color: var(--light-blue--200)
        }

        .carousel-footer__button--neutral0[data-v-fbcb1988] {
            background-color: var(--neutral--600)
        }

        .carousel-footer__button--neutral0[data-v-fbcb1988]:hover {
            background-color: #fff3
        }

        .h-carousel-tabs--neutral800[data-v-fbcb1988] {
            background-color: var(--neutral--800)
        }

        .h-carousel-tabs--neutral800[data-v-fbcb1988] b,
        .h-carousel-tabs--neutral800 a[data-v-fbcb1988] {
            color: var(--meteorite--500)
        }
    
    
        .h-divider[data-v-1748c992] {
            overflow: hidden;
            text-align: center
        }

        .h-divider--slotted[data-v-1748c992] {
            padding: 0 8px
        }

        .h-divider__divide[data-v-1748c992]:after,
        .h-divider__divide[data-v-1748c992]:before {
            content: "";
            display: inline-block;
            position: relative;
            vertical-align: middle;
            width: 50%
        }

        .h-divider__divide[data-v-1748c992]:before {
            margin-left: -50%
        }

        .h-divider__divide[data-v-1748c992]:after {
            margin-right: -50%
        }

        .h-divider__divide--neutral500[data-v-1748c992] {
            color: var(--neutral--500)
        }

        .h-divider__divide--neutral500[data-v-1748c992]:after,
        .h-divider__divide--neutral500[data-v-1748c992]:before {
            border-top: 1px solid var(--neutral--500)
        }

        .h-divider__divide--neutral200[data-v-1748c992] {
            color: var(--neutral--200)
        }

        .h-divider__divide--neutral200[data-v-1748c992]:after,
        .h-divider__divide--neutral200[data-v-1748c992]:before {
            border-top: 1px solid var(--neutral--200)
        }

        .h-divider__divide--light-blue200[data-v-1748c992] {
            color: var(--light-blue--200)
        }

        .h-divider__divide--light-blue200[data-v-1748c992]:after,
        .h-divider__divide--light-blue200[data-v-1748c992]:before {
            border-top: 1px solid var(--light-blue--200)
        }
    
    
        .h-double-color-section__description[data-v-9559af01] {
            margin-top: 32px
        }

        .h-double-color-section__description[data-v-9559af01] p {
            margin-bottom: 8px
        }

        .h-double-color-section__wrapper[data-v-9559af01] {
            align-items: center;
            display: flex;
            flex-direction: column-reverse;
            justify-content: center
        }

        @media (min-width:1025px) {
            .h-double-color-section__wrapper[data-v-9559af01] {
                flex-direction: row;
                height: 672px
            }
        }

        .h-double-color-section__left-wrapper[data-v-9559af01] {
            align-items: center;
            display: flex;
            height: 100%;
            justify-content: flex-end;
            width: 100%
        }

        @media (min-width:1025px) {
            .h-double-color-section__left-wrapper[data-v-9559af01] {
                width: 55%
            }
        }

        .h-double-color-section__left-wrapper--centered[data-v-9559af01] {
            justify-content: center;
            padding: 16px 16px 56px
        }

        @media (min-width:1025px) {
            .h-double-color-section__left-wrapper--centered[data-v-9559af01] {
                padding: 0 60px
            }
        }

        .h-double-color-section__left-wrapper--bg-neutral0[data-v-9559af01] {
            background-color: var(--neutral--0)
        }

        .h-double-color-section__left-wrapper--bg-neon500[data-v-9559af01] {
            background-color: var(--neon--500)
        }

        .h-double-color-section__left-wrapper--bg-meteorite500[data-v-9559af01] {
            background-color: var(--meteorite--500)
        }

        .h-double-color-section__left-wrapper--bg-primary500[data-v-9559af01] {
            background-color: var(--primary--500)
        }

        .h-double-color-section__left-wrapper--bg-primary900[data-v-9559af01] {
            background-color: var(--primary--900)
        }

        .h-double-color-section__left-wrapper--bg-primary1000[data-v-9559af01] {
            background-color: var(--primary--1000)
        }

        .h-double-color-section__right-wrapper[data-v-9559af01] {
            display: flex;
            flex-direction: column-reverse;
            height: 100%;
            justify-content: center;
            width: 100%
        }

        @media (min-width:1025px) {
            .h-double-color-section__right-wrapper[data-v-9559af01] {
                width: 45%
            }
        }

        .h-double-color-section__right-wrapper--bg-neutral0[data-v-9559af01] {
            background-color: var(--neutral--0)
        }

        .h-double-color-section__right-wrapper--bg-neutral600[data-v-9559af01] {
            background-color: var(--neutral--600);
            color: var(--neutral--0)
        }

        .h-double-color-section__right-wrapper--bg-neutral600[data-v-9559af01] a:not(.h-button-v2) {
            color: var(--neutral--0);
            text-decoration: underline
        }

        .h-double-color-section__right-wrapper--bg-light-blue100[data-v-9559af01] {
            background-color: var(--light-blue--100)
        }

        .h-double-color-section__right-wrapper--bg-light-blue50[data-v-9559af01] {
            background-color: var(--light-blue--50)
        }

        .h-double-color-section__right-wrapper--bg-primary900[data-v-9559af01] {
            background-color: var(--primary--900);
            color: var(--neutral--0)
        }

        .h-double-color-section__right-wrapper--bg-primary800[data-v-9559af01] {
            background-color: var(--primary--800);
            color: var(--neutral--0)
        }

        .h-double-color-section__right-wrapper--bg-primary1000[data-v-9559af01] {
        background: var(--e-global-color-8648503);
            color: var(--neutral--0)
        }

        .h-double-color-section__left[data-v-9559af01] {
            width: 100%
        }

        @media (min-width:1025px) {
            .h-double-color-section__left[data-v-9559af01] {
                max-width: 791px
            }
        }

        .h-double-color-section__right[data-v-9559af01] {
            margin: 56px 16px
        }

        @media (min-width:1025px) {
            .h-double-color-section__right[data-v-9559af01] {
                margin: 0 0 0 96px;
                max-width: 360px
            }

            .h-double-color-section__right[dir=rtl][data-v-9559af01] {
                margin: 0 96px 0 0
            }
        }

        .h-double-color-section__features-wrapper[data-v-9559af01] {
            margin-top: 32px
        }

        .h-double-color-section__feature[data-v-9559af01] {
            display: flex;
            gap: 8px;
            margin-top: 16px
        }

        .h-double-color-section__feature svg[data-v-9559af01] {
            flex-shrink: 0
        }

        .h-double-color-section__feature--bg-primary1000[data-v-9559af01],
        .h-double-color-section__feature--bg-primary900[data-v-9559af01] {
            color: var(--light-blue--200)
        }

        .h-double-color-section__button-wrapper[data-v-9559af01] {
            display: flex;
            justify-content: center;
            margin-top: 32px
        }

        @media (min-width:1025px) {
            .h-double-color-section__button-wrapper[data-v-9559af01] {
                justify-content: start
            }
        }

        .h-double-color-section__button[data-v-9559af01] {
            display: flex;
            justify-content: center;
            width: 264px
        }

        @media (min-width:1025px) {
            .h-double-color-section__button[data-v-9559af01] {
                justify-content: unset
            }
        }

        .h-double-color-section__youtube-video-wrapper[data-v-9559af01] {
            aspect-ratio: 16/9
        }
    
    
        .h-product-badge[data-v-2668e595] {
            border-radius: 50px;
            margin-bottom: 20px;
            padding: 8px 68px;
            position: absolute;
            text-align: center
        }

        .h-product-badge__inline[data-v-2668e595] {
            position: relative
        }

        .h-product-badge__uppercase[data-v-2668e595] {
            text-transform: uppercase
        }

        .h-product-badge__small[data-v-2668e595] {
            padding: 4px 12px;
            position: relative;
            width: -moz-fit-content;
            width: fit-content
        }

        .h-product-badge__small[data-v-2668e595] p {
            font-size: 14px;
            font-weight: 700;
            line-height: 24px
        }

        .h-product-badge__no-margin[data-v-2668e595] {
            margin-bottom: 0
        }

        .h-product-badge--bg-danger500[data-v-2668e595] {
            background-color: var(--danger--500);
            color: var(--neutral--0)
        }

        .h-product-badge--bg-danger100[data-v-2668e595] {
            background-color: var(--danger--100);
            color: var(--danger--500)
        }

        .h-product-badge--bg-meteorite500[data-v-2668e595] {
            background-color: var(--meteorite--500);
            color: var(--neutral--0)
        }

        .h-product-badge--bg-meteorite600[data-v-2668e595] {
            background-color: var(--meteorite--500);
            color: var(--neutral--600)
        }

        .h-product-badge--bg-light-blue200[data-v-2668e595] {
            background-color: var(--light-blue--200);
            color: var(--neutral--600)
        }

        .h-product-badge--bg-neon500[data-v-2668e595] {
            background-color: var(--neon--500)
        }

        .h-product-badge--bg-light-blue100[data-v-2668e595] {
            background-color: var(--light-blue--100)
        }

        .h-product-badge--bg-primary100[data-v-2668e595] {
            background-color: var(--primary--100);
            color: var(--primary--600)
        }

        .h-product-badge--bg-primary800[data-v-2668e595] {
            background-color: var(--primary--800);
            color: var(--meteorite--500)
        }

        .h-product-badge--bg-primary500[data-v-2668e595] {
            background-color: var(--primary--500);
            color: var(--neutral--0)
        }

        .h-product-badge--bg-warning200[data-v-2668e595] {
            background-color: var(--warning--200);
            color: var(--warning--700)
        }

        .h-product-badge--bg-neutral600[data-v-2668e595] {
            background-color: var(--neutral--600);
            color: var(--meteorite--500)
        }

        .h-product-badge--bg-neutral500[data-v-2668e595] {
            background-color: var(--neutral--500);
            color: var(--meteorite--500)
        }

        .h-product-badge--bg-success100[data-v-2668e595] {
            background-color: var(--success--100);
            color: var(--success--600)
        }
    
    
        .h-features-reviews-section[data-v-70cd9670] a:not(.h-button-v2) {
            color: var(--neutral--600);
            text-decoration: underline
        }

        .h-features-reviews-section__overline[data-v-70cd9670] {
            color: var(--neutral--300);
            display: inline-block;
            margin-bottom: 24px
        }

        .h-features-reviews-section__description[data-v-70cd9670] {
            color: var(--neutral--600);
            display: grid;
            gap: 6px;
            margin-bottom: 24px
        }

        @media (min-width:1025px) {
            .h-features-reviews-section__description[data-v-70cd9670] {
                margin-top: 8px
            }
        }

        .h-features-reviews-section__description--bg-neutral600[data-v-70cd9670],
        .h-features-reviews-section__description--bg-primary1000[data-v-70cd9670],
        .h-features-reviews-section__description--bg-primary500[data-v-70cd9670],
        .h-features-reviews-section__description--bg-primary800[data-v-70cd9670],
        .h-features-reviews-section__description--bg-primary900[data-v-70cd9670] {
            color: var(--neutral--0) !important
        }

        .h-features-reviews-section--short[data-v-70cd9670] {
            margin: 0;
            padding: 0
        }

        .h-features-reviews-section h2[data-v-70cd9670] {
            margin-bottom: 24px
        }

        @media (min-width:1025px) {
            .h-features-reviews-section h2[data-v-70cd9670] {
                margin-bottom: 32px
            }
        }

        .h-features-reviews-section__features-wrapper[data-v-70cd9670] {
            display: flex;
            gap: 8px;
            margin-bottom: 16px
        }

        @media (min-width:768px) {
            .h-features-reviews-section__features-wrapper[data-v-70cd9670] {
                margin-bottom: 24px
            }
        }

        .h-features-reviews-section__features-wrapper[data-v-70cd9670]:last-child {
            margin-bottom: 0
        }

        .h-features-reviews-section__link-wrapper[data-v-70cd9670] {
            margin: 32px auto 0;
            width: -moz-fit-content;
            width: fit-content
        }

        @media (min-width:768px) {
            .h-features-reviews-section__link-wrapper[data-v-70cd9670] {
                margin: 40px 0 0;
                width: 264px
            }
        }

        @media (min-width:1025px) {
            .h-features-reviews-section__link-wrapper[data-v-70cd9670] {
                margin: 24px 0 0
            }

            .h-features-reviews-section__link-wrapper[data-v-70cd9670] .h-button-v2 {
                margin-top: 48px
            }
        }

        .h-features-reviews-section__feature-badge[data-v-70cd9670] {
            display: flex !important;
            margin-top: 4px
        }

        .h-features-reviews-section__feature-tooltip-icon[data-v-70cd9670] {
            cursor: pointer
        }

        .h-features-reviews-section__feature-check-icon[data-v-70cd9670],
        .h-features-reviews-section__feature-tooltip-icon[data-v-70cd9670] {
            flex-shrink: 0;
            margin-top: 4px
        }

        .h-features-reviews-section__feature-tooltip-icon[data-v-70cd9670] {
            margin-left: 4px
        }

        .h-features-reviews-section--bg-primary500 .h-features-reviews-section__feature-text[data-v-70cd9670],
        .h-features-reviews-section--bg-primary500 h2[data-v-70cd9670],
        .h-features-reviews-section--bg-primary800 .h-features-reviews-section__feature-text[data-v-70cd9670],
        .h-features-reviews-section--bg-primary800 h2[data-v-70cd9670],
        .h-features-reviews-section--bg-primary900 .h-features-reviews-section__feature-text[data-v-70cd9670],
        .h-features-reviews-section--bg-primary900 h2[data-v-70cd9670] {
            color: var(--neutral--0)
        }

        .h-features-reviews-section--bg-primary500 .h-features-reviews-section__overline[data-v-70cd9670],
        .h-features-reviews-section--bg-primary800 .h-features-reviews-section__overline[data-v-70cd9670],
        .h-features-reviews-section--bg-primary900 .h-features-reviews-section__overline[data-v-70cd9670] {
            color: var(--neutral--200);
            opacity: .6
        }

        .h-features-reviews-section--bg-primary500[data-v-70cd9670] a:not(.h-button-v2),
        .h-features-reviews-section--bg-primary800[data-v-70cd9670] a:not(.h-button-v2),
        .h-features-reviews-section--bg-primary900[data-v-70cd9670] a:not(.h-button-v2) {
            color: var(--neutral--0)
        }

        .h-features-reviews-section--bg-primary1000[data-v-70cd9670] {
            background-color: var(--primary--1000)
        }

        .h-features-reviews-section--bg-primary1000 .h-features-reviews-section__feature-text[data-v-70cd9670],
        .h-features-reviews-section--bg-primary1000 h2[data-v-70cd9670] {
            color: var(--neutral--0)
        }

        .h-features-reviews-section--bg-primary1000 .h-features-reviews-section__overline[data-v-70cd9670] {
            color: var(--neutral--200);
            opacity: .6
        }

        .h-features-reviews-section--bg-primary1000[data-v-70cd9670] a:not(.h-button-v2) {
            color: var(--neutral--0)
        }
    
    
        .h-multi-texts-section__wrapper[data-v-0c9a6ba9] {
            display: grid
        }

        .h-multi-texts-section__badge[data-v-0c9a6ba9] {
            align-items: center;
            display: flex;
            justify-content: center;
            margin-bottom: -32px
        }

        @media (min-width:768px) {
            .h-multi-texts-section__badge[data-v-0c9a6ba9] {
                margin-bottom: -48px
            }
        }

        @media (min-width:1025px) {
            .h-multi-texts-section__badge[data-v-0c9a6ba9] {
                margin-bottom: -64px
            }
        }

        .h-multi-texts-section__overline[data-v-0c9a6ba9] {
            color: var(--neutral--300);
            margin-bottom: 24px;
            text-align: center
        }

        .h-multi-texts-section__paragraph-title-badge[data-v-0c9a6ba9] {
            align-items: center;
            background-color: var(--primary--100);
            border-radius: 6px;
            color: var(--primary--600);
            font-weight: 700;
            justify-content: center;
            margin-left: 8px;
            padding: 4px 12px
        }

        .h-multi-texts-section__title[data-v-0c9a6ba9] {
            text-align: center
        }

        .h-multi-texts-section__block-icon[data-v-0c9a6ba9] {
            align-items: center;
            border-radius: 6px;
            display: flex;
            flex-shrink: 0;
            height: 40px;
            justify-content: center;
            width: 40px
        }

        .h-multi-texts-section__block-icon--transparent[data-v-0c9a6ba9] {
            background: transparent !important
        }

        .h-multi-texts-section__block-title[data-v-0c9a6ba9] {
            margin-bottom: 24px
        }

        .h-multi-texts-section__description[data-v-0c9a6ba9] {
            margin-top: 16px;
            text-align: center
        }

        @media (min-width:768px) {
            .h-multi-texts-section__description[data-v-0c9a6ba9] {
                margin-top: 24px
            }
        }

        @media (min-width:1025px) {
            .h-multi-texts-section__description[data-v-0c9a6ba9] {
                margin-top: 32px
            }
        }

        .h-multi-texts-section__action-wrapper[data-v-0c9a6ba9] {
            display: flex
        }

        @media (max-width:767px) {
            .h-multi-texts-section__action-wrapper[data-v-0c9a6ba9] {
                justify-content: center
            }
        }

        .h-multi-texts-section__text-block[data-v-0c9a6ba9] {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 24px
        }

        @media (min-width:768px) {
            .h-multi-texts-section__text-block[data-v-0c9a6ba9] {
                flex-direction: row;
                margin-bottom: 32px
            }
        }

        @media (min-width:1025px) {
            .h-multi-texts-section__text-block[data-v-0c9a6ba9] {
                margin-bottom: 40px;
                text-align: initial
            }
        }

        .h-multi-texts-section__text-block[data-v-0c9a6ba9]:last-child {
            margin-bottom: 0
        }

        .h-multi-texts-section__text-block[data-v-0c9a6ba9] li {
            margin-left: 16px
        }

        .h-multi-texts-section__text-block h2[data-v-0c9a6ba9] {
            margin-bottom: 16px
        }

        @media (min-width:768px) {
            .h-multi-texts-section__text-block h2[data-v-0c9a6ba9] {
                margin-bottom: 24px
            }
        }

        @media (min-width:1025px) {
            .h-multi-texts-section__text-block h2[data-v-0c9a6ba9] {
                margin-bottom: 32px
            }
        }

        .h-multi-texts-section__text-block h3[data-v-0c9a6ba9] {
            margin-bottom: 16px
        }

        @media (min-width:768px) {
            .h-multi-texts-section__text-block h3[data-v-0c9a6ba9] {
                margin-bottom: 24px
            }
        }

        .h-multi-texts-section__text-block h4[data-v-0c9a6ba9] {
            margin-bottom: 8px
        }

        @media (min-width:768px) {
            .h-multi-texts-section__text-block h4[data-v-0c9a6ba9] {
                margin-bottom: 16px
            }
        }

        .h-multi-texts-section__text-block a[data-v-0c9a6ba9] {
            margin-top: 24px;
            text-decoration-line: underline
        }

        .h-multi-texts-section__text-block .h-image[data-v-0c9a6ba9] {
            flex-shrink: 0;
            height: 40px;
            width: 40px
        }

        .h-multi-texts-section__text-block[data-v-0c9a6ba9] p:not(:first-of-type) {
            margin-top: 4px
        }

        .h-multi-texts-section--with-gap[data-v-0c9a6ba9] {
            row-gap: 64px
        }

        @media (min-width:768px) {
            .h-multi-texts-section--with-gap[data-v-0c9a6ba9] {
                row-gap: 80px
            }
        }

        @media (min-width:1025px) {
            .h-multi-texts-section--with-gap[data-v-0c9a6ba9] {
                row-gap: 96px
            }
        }

        .h-multi-texts-section--bg-primary500[data-v-0c9a6ba9] {
            background-color: var(--primary--500);
            color: var(--neutral--0)
        }

        .h-multi-texts-section--bg-neutral0 .h-multi-texts-section__block-icon[data-v-0c9a6ba9] {
            background: var(--meteorite--50)
        }

        .h-multi-texts-section--bg-primary700[data-v-0c9a6ba9] {
            background-color: var(--primary--700);
            color: var(--neutral--0)
        }

        .h-multi-texts-section--bg-neutral800[data-v-0c9a6ba9] {
            background-color: var(--neutral--800);
            color: var(--neutral--0)
        }

        .h-multi-texts-section--bg-neutral800[data-v-0c9a6ba9] .h-features-reviews-section__feature-text {
            color: var(--neutral--0)
        }

        .h-multi-texts-section--bg-neutral800 .h-multi-texts-section__block-icon[data-v-0c9a6ba9] {
            background: var(--neutral--500)
        }

        .h-multi-texts-section--bg-light-blue100 .h-multi-texts-section__block-icon[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-light-blue200 .h-multi-texts-section__block-icon[data-v-0c9a6ba9] {
            background: var(--light-blue--200)
        }

        .h-multi-texts-section--bg-neutral600[data-v-0c9a6ba9] {
            background-color: var(--neutral--600);
            color: var(--neutral--0)
        }

        .h-multi-texts-section--bg-neutral600[data-v-0c9a6ba9] .h-features-reviews-section__feature-text {
            color: var(--neutral--0)
        }

        .h-multi-texts-section--bg-meteorite100[data-v-0c9a6ba9] {
            background-color: var(--meteorite--100)
        }

        .h-multi-texts-section--bg-primary800[data-v-0c9a6ba9] {
            background-color: var(--primary--800)
        }

        .h-multi-texts-section--bg-primary900[data-v-0c9a6ba9] {
            background-color: var(--primary--900)
        }

        .h-multi-texts-section--bg-primary500 .h-multi-texts-section__description[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-primary500 .h-multi-texts-section__text-block[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-primary500 .h-multi-texts-section__title[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-primary800 .h-multi-texts-section__description[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-primary800 .h-multi-texts-section__text-block[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-primary800 .h-multi-texts-section__title[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-primary900 .h-multi-texts-section__description[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-primary900 .h-multi-texts-section__text-block[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-primary900 .h-multi-texts-section__title[data-v-0c9a6ba9] {
            color: var(--neutral--0)
        }

        .h-multi-texts-section--bg-primary500[data-v-0c9a6ba9] a:not(.h-button-v2),
        .h-multi-texts-section--bg-primary800[data-v-0c9a6ba9] a:not(.h-button-v2),
        .h-multi-texts-section--bg-primary900[data-v-0c9a6ba9] a:not(.h-button-v2) {
            color: var(--neutral--0);
            text-decoration: underline
        }

        .h-multi-texts-section--bg-light-blue100[data-v-0c9a6ba9] {
            background-color: var(--light-blue--100)
        }

        .h-multi-texts-section--bg-light-blue50[data-v-0c9a6ba9] {
            background-color: var(--light-blue--50)
        }

        .h-multi-texts-section--bg-neutral0[data-v-0c9a6ba9] {
            background-color: var(--neutral--0)
        }

        .h-multi-texts-section--bg-light-blue100 .h-multi-texts-section__text-block p[data-v-0c9a6ba9],
        .h-multi-texts-section--bg-neutral0 .h-multi-texts-section__text-block p[data-v-0c9a6ba9] {
            color: var(--neutral--300)
        }

        .h-multi-texts-section[dir=rtl] .h-multi-texts-section__text-block[data-v-0c9a6ba9] li {
            margin-left: 0;
            margin-right: 16px
        }
    
    
        .h-section-two-cols[data-v-11f364be] {
            width: 100%
        }

        .h-section-two-cols__header[data-v-11f364be] {
            margin-bottom: 32px
        }

        @media (min-width:768px) {
            .h-section-two-cols__header[data-v-11f364be] {
                margin-bottom: 40px
            }
        }

        @media (min-width:1025px) {
            .h-section-two-cols__header[data-v-11f364be] {
                margin-bottom: 48px
            }
        }

        .h-section-two-cols__wrapper[data-v-11f364be] {
            display: flex;
            flex-direction: column
        }

        @media (min-width:768px) {
            .h-section-two-cols__wrapper--horizontal[data-v-11f364be] {
                align-items: center;
                flex-direction: row;
                justify-content: space-between
            }
        }

        @media (min-width:768px) and (max-width:1024px) {

            .h-section-two-cols__wrapper--vertical .h-section-two-cols__left-col[data-v-11f364be],
            .h-section-two-cols__wrapper--vertical .h-section-two-cols__right-col[data-v-11f364be] {
                max-width: 100%;
                width: 100%
            }

            .h-section-two-cols__wrapper--vertical .h-section-two-cols__left-col[data-v-11f364be] {
                margin-bottom: 32px
            }
        }

        @media (min-width:768px) {
            .h-section-two-cols__wrapper--reverse[data-v-11f364be]:not(.h-section-two-cols__wrapper--vertical) {
                flex-direction: row-reverse
            }
        }

        @media (min-width:1025px) {
            .h-section-two-cols__wrapper[data-v-11f364be] {
                align-items: center;
                flex-direction: row;
                justify-content: space-between
            }

            .h-section-two-cols__wrapper--reverse[data-v-11f364be] {
                flex-direction: row-reverse
            }
        }

        .h-section-two-cols__left-col[data-v-11f364be] {
            margin-bottom: 24px;
            width: 100%
        }

        @media (min-width:768px) {
            .h-section-two-cols__left-col[data-v-11f364be] {
                margin-bottom: 0;
                max-width: 456px;
                width: 48.8373%
            }
        }

        @media (min-width:1025px) {
            .h-section-two-cols__left-col[data-v-11f364be] {
                width: 40.43%
            }
        }

        .h-section-two-cols__right-col[data-v-11f364be] {
            align-items: center;
            display: flex;
            width: 100%
        }

        .h-section-two-cols__right-col[data-v-11f364be] .h-image {
            aspect-ratio: 69/50
        }

        @media (min-width:768px) {
            .h-section-two-cols__right-col[data-v-11f364be] {
                max-width: 552px;
                width: 48.8373%
            }
        }

        @media (min-width:1025px) {
            .h-section-two-cols__right-col[data-v-11f364be] {
                width: 48.94%
            }
        }

        .h-section-two-cols__bottom-row[data-v-11f364be] {
            margin-top: 24px
        }

        @media (min-width:768px) {
            .h-section-two-cols__bottom-row[data-v-11f364be] {
                margin-top: 32px
            }
        }

        @media (min-width:1025px) {
            .h-section-two-cols__bottom-row[data-v-11f364be] {
                margin-top: 40px
            }
        }

        .h-section-two-cols--bg-light-blue100[data-v-11f364be] {
            background-color: var(--light-blue--100)
        }

        .h-section-two-cols--bg-light-blue50[data-v-11f364be] {
            background-color: var(--light-blue--50)
        }

        .h-section-two-cols--bg-transparent[data-v-11f364be] {
            background-color: transparent
        }

        .h-section-two-cols--bg-primary800[data-v-11f364be] {
            background-color: var(--primary--800)
        }

        .h-section-two-cols--bg-primary500[data-v-11f364be] {
            background-color: var(--primary--500)
        }

        .h-section-two-cols--bg-neutral0[data-v-11f364be] {
            background-color: var(--neutral--0)
        }
    
    
        .h-client-reviews-section__navigation[data-v-a7255b05] {
            display: flex;
            justify-content: center;
            margin-top: 24px;
            text-align: center
        }

        .h-client-reviews-section__arrow[data-v-a7255b05] {
            background-color: var(--light-blue--100);
            border-radius: 50%;
            height: 48px;
            margin-left: 16px;
            width: 48px
        }

        .h-client-reviews-section__arrow[data-v-a7255b05]:hover {
            background-color: var(--light-blue--200)
        }

        .h-client-reviews-section__grid[data-v-a7255b05] {
            padding: 0
        }

        .h-client-reviews-section__footer[data-v-a7255b05] {
            display: flex;
            justify-content: center;
            padding-top: 32px
        }

        .h-client-reviews-section--bg-primary500[data-v-a7255b05] {
            background-color: var(--primary--500)
        }

        .h-client-reviews-section--bg-primary500 a[data-v-a7255b05]:hover {
            background-color: var(--primary--600) !important
        }
    
    
        .h-card-grid-section__info[data-v-5703dedc] {
            margin-bottom: 32px;
            text-align: center
        }

        @media (min-width:768px) {
            .h-card-grid-section__info[data-v-5703dedc] {
                margin-bottom: 40px
            }
        }

        @media (min-width:1025px) {
            .h-card-grid-section__info[data-v-5703dedc] {
                margin-bottom: 48px
            }
        }

        .h-card-grid-section__text[data-v-5703dedc] {
            margin-top: 16px
        }

        @media (min-width:768px) {
            .h-card-grid-section__text[data-v-5703dedc] {
                margin-top: 24px
            }
        }

        @media (min-width:1025px) {
            .h-card-grid-section__text[data-v-5703dedc] {
                margin-top: 32px
            }
        }

        .h-card-grid-section__container[data-v-5703dedc] {
            align-items: center;
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-top: 0;
            row-gap: 16px
        }

        @media (max-width:767px) {
            .h-card-grid-section__container[data-v-5703dedc] {
                display: flex;
                flex-direction: column
            }
        }

        @media (min-width:768px) {
            .h-card-grid-section__container[data-v-5703dedc] {
                row-gap: 24px
            }
        }

        @media (min-width:1025px) {
            .h-card-grid-section__container[data-v-5703dedc] {
                row-gap: 32px
            }
        }

        .h-card-grid-section__cta[data-v-5703dedc] {
            display: flex;
            justify-content: center;
            margin-top: 24px
        }

        @media (min-width:768px) {
            .h-card-grid-section__cta[data-v-5703dedc] {
                margin-top: 32px
            }
        }

        @media (min-width:1025px) {
            .h-card-grid-section__cta[data-v-5703dedc] {
                margin-top: 48px
            }
        }

        .h-card-grid-section--neutral800[data-v-5703dedc] {
            background-color: var(--neutral--800)
        }

        [data-v-5703dedc] .highlighted {
            color: var(--primary--500);
            font-weight: inherit
        }

        .h-card-grid-section--bg-light-blue50[data-v-5703dedc] {
            background-color: var(--light-blue--50)
        }

        .h-card-grid-section--bg-neutral0[data-v-5703dedc] {
            background-color: var(--neutral--0)
        }

        .h-card-grid-section--bg-primary500[data-v-5703dedc] {
            background-color: var(--primary--500)
        }
    
    
        .h-section-one-col--bg-neutral800[data-v-7c0d4af5] {
            background-color: var(--neutral--800)
        }

        .h-section-one-col--bg-neutral0[data-v-7c0d4af5] {
            background-color: var(--neutral--0)
        }

        .h-section-one-col--bg-primary800[data-v-7c0d4af5] {
            background-color: var(--primary--800)
        }

        .h-section-one-col--bg-light-blue50[data-v-7c0d4af5] {
            background-color: var(--light-blue--50)
        }

        .h-section-one-col--bg-primary1000[data-v-7c0d4af5] {
            background-color: var(--primary--1000)
        }

        .h-section-one-col--bg-light-blue100[data-v-7c0d4af5] {
            background-color: var(--light-blue--100)
        }

        .h-section-one-col--bg-primary500[data-v-7c0d4af5] {
            background-color: var(--primary--500)
        }

        .h-section-one-col--bg-neutral600[data-v-7c0d4af5] {
            background-color: var(--neutral--600)
        }

        .h-section-one-col--bg-neutral600[data-v-7c0d4af5],
        .h-section-one-col--bg-neutral800[data-v-7c0d4af5],
        .h-section-one-col--bg-primary1000[data-v-7c0d4af5],
        .h-section-one-col--bg-primary500[data-v-7c0d4af5],
        .h-section-one-col--bg-primary800[data-v-7c0d4af5] {
            color: var(--neutral--0)
        }
    
    
        .h-card-grid-wrapper[data-v-237a4ebf] {
            display: flex;
            height: 100%;
            justify-content: center;
            width: 100%
        }
    
    
        .h-review-card[data-v-6e8318f5] {
            background-color: var(--neutral--0);
            border: 1px solid var(--light-blue--200);
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 24px;
            position: relative;
            width: 100%
        }

        @media (min-width:768px) {
            .h-review-card[data-v-6e8318f5] {
                padding: 32px
            }
        }

        .h-review-card__review[data-v-6e8318f5] {
            display: flex;
            flex: 1 0 auto;
            flex-direction: column;
            padding-top: 16px;
            width: 100%
        }

        .h-review-card__icon[data-v-6e8318f5] {
            padding-inline-end: 6px
        }

        .h-review-card__icons-wrapper[data-v-6e8318f5] {
            margin-bottom: 16px
        }

        .h-review-card__body[data-v-6e8318f5] {
            color: var(--neutral--600)
        }

        @media (min-width:1025px) {
            .h-review-card__body[data-v-6e8318f5] {
                flex: 1 0 auto
            }
        }

        .h-review-card__link[data-v-6e8318f5] {
            align-items: center;
            display: flex;
            gap: 6px;
            padding-top: 16px
        }

        .h-review-card__person[data-v-6e8318f5] {
            align-items: center;
            border-radius: 16px 16px 0 0;
            display: flex
        }

        @media (min-width:1025px) {
            .h-review-card__person[data-v-6e8318f5] {
                flex: 0 0 auto
            }
        }

        .h-review-card__person-left[data-v-6e8318f5] {
            border-radius: 50%;
            height: 48px;
            margin-inline-end: 11px;
            min-width: 48px;
            overflow: hidden;
            width: 48px
        }

        .h-review-card__person-right[data-v-6e8318f5] {
            display: flex;
            flex-direction: column;
            justify-content: space-between
        }

        .h-review-card__person-right .t-body-4[data-v-6e8318f5] {
            color: var(--light-blue--500)
        }

        .h-review-card__person-right-name[data-v-6e8318f5] {
            align-items: center;
            display: flex;
            gap: 4px
        }

        .h-review-card--bg-primary600[data-v-6e8318f5] {
            background-color: var(--primary--600);
            border: none;
            flex-direction: column-reverse
        }

        .h-review-card--bg-primary600 .h-review-card__body[data-v-6e8318f5],
        .h-review-card--bg-primary600 .h-review-card__link[data-v-6e8318f5],
        .h-review-card--bg-primary600 .h-review-card__review[data-v-6e8318f5] {
            color: var(--neutral--0)
        }

        .h-review-card--bg-primary600 .h-review-card__body a[data-v-6e8318f5]:hover,
        .h-review-card--bg-primary600 .h-review-card__link a[data-v-6e8318f5]:hover,
        .h-review-card--bg-primary600 .h-review-card__review a[data-v-6e8318f5]:hover {
            text-decoration: underline
        }

        .h-review-card--bg-primary600 .h-review-card__person[data-v-6e8318f5] {
            background-color: transparent;
            border-radius: 0;
            border-top: 1px solid var(--light-blue--300);
            color: var(--neutral--0)
        }

        .h-review-card--bg-primary600 a[data-v-6e8318f5]:hover {
            background-color: var(--primary--600) !important
        }

        .h-review-card--bg-neutral700[data-v-6e8318f5] {
            background-color: var(--neutral--700);
            border: 1px solid var(--neutral--500)
        }

        .h-review-card--bg-neutral700 .h-review-card__body[data-v-6e8318f5],
        .h-review-card--bg-neutral700 .h-review-card__link[data-v-6e8318f5],
        .h-review-card--bg-neutral700 .h-review-card__review[data-v-6e8318f5] {
            color: var(--neutral--200)
        }

        .h-review-card--bg-neutral700 .h-review-card__person[data-v-6e8318f5] {
            background-color: transparent;
            border-radius: 0;
            color: var(--neutral--0);
            padding-bottom: 16px
        }

        .h-review-card--bg-neutral700 .h-review-card__person .t-body-4[data-v-6e8318f5] {
            color: var(--light-blue--500)
        }

        .h-review-card--bg-neutral700 .h-review-card__review[data-v-6e8318f5] {
            padding-top: 0
        }

        .h-review-card--bg-light-blue50[data-v-6e8318f5] {
            background-color: var(--light-blue--50)
        }

        .h-review-card--bg-light-blue100[data-v-6e8318f5] {
            background-color: var(--light-blue--100);
            border: 1px solid var(--light-blue--200)
        }
    
    
        .h-text-button-section[data-v-5afcb6f6] {
            text-align: center
        }

        .h-text-button-section__custom-item[data-v-5afcb6f6] {
            margin-bottom: 48px;
            padding: 0
        }

        @media (max-width:1140px) {
            .h-text-button-section__custom-item[data-v-5afcb6f6] {
                background-color: var(--primary--500);
                background-image: none
            }
        }

        .h-text-button-section__title[data-v-5afcb6f6] {
            margin: 0 auto;
            max-width: 770px;
            position: relative;
            z-index: 1
        }

        .h-text-button-section__overline[data-v-5afcb6f6] {
            padding-bottom: 16px;
            position: relative;
            z-index: 1
        }

        .h-text-button-section__description[data-v-5afcb6f6] {
            align-items: center;
            display: flex;
            justify-content: center;
            margin-top: 16px;
            position: relative;
            z-index: 1
        }

        @media (min-width:768px) {
            .h-text-button-section__description[data-v-5afcb6f6] {
                margin-top: 24px
            }
        }

        @media (min-width:1025px) {
            .h-text-button-section__description[data-v-5afcb6f6] {
                margin-top: 32px
            }
        }

        .h-text-button-section__description[data-v-5afcb6f6] a {
            text-decoration: underline
        }

        .h-text-button-section__description-tooltip[data-v-5afcb6f6] {
            margin-left: 8px
        }

        .h-text-button-section__button-wrapper[data-v-5afcb6f6] {
            align-items: center;
            display: flex;
            flex-direction: column;
            gap: 12px
        }

        .h-text-button-section__buttons-container[data-v-5afcb6f6] {
            display: flex;
            flex-direction: column-reverse
        }

        @media (min-width:768px) {
            .h-text-button-section__buttons-container[data-v-5afcb6f6] {
                flex-direction: row;
                gap: 16px
            }
        }

        .h-text-button-section__button-container[data-v-5afcb6f6] {
            display: flex;
            flex-direction: column;
            gap: 12px
        }

        .h-text-button-section__button-hint[data-v-5afcb6f6] {
            position: relative;
            z-index: 1
        }

        .h-text-button-section__btn[data-v-5afcb6f6] {
            width: 100%
        }

        @media (min-width:768px) {
            .h-text-button-section__btn[data-v-5afcb6f6] {
                width: unset
            }
        }

        .h-text-button-section__btn-content[data-v-5afcb6f6] {
            align-items: center;
            display: flex;
            gap: 8px;
            justify-content: center
        }

        .h-text-button-section--bg-neutral600 .h-text-button-section__overline[data-v-5afcb6f6],
        .h-text-button-section--bg-neutral800 .h-text-button-section__overline[data-v-5afcb6f6],
        .h-text-button-section--bg-neutral900 .h-text-button-section__overline[data-v-5afcb6f6],
        .h-text-button-section--bg-primary900 .h-text-button-section__overline[data-v-5afcb6f6] {
            color: var(--meteorite--500)
        }

        .h-text-button-section--bg-neutral600 .h-text-button-section__description[data-v-5afcb6f6],
        .h-text-button-section--bg-neutral600 .h-text-button-section__title[data-v-5afcb6f6],
        .h-text-button-section--bg-neutral800 .h-text-button-section__description[data-v-5afcb6f6],
        .h-text-button-section--bg-neutral800 .h-text-button-section__title[data-v-5afcb6f6],
        .h-text-button-section--bg-neutral900 .h-text-button-section__description[data-v-5afcb6f6],
        .h-text-button-section--bg-neutral900 .h-text-button-section__title[data-v-5afcb6f6],
        .h-text-button-section--bg-primary900 .h-text-button-section__description[data-v-5afcb6f6],
        .h-text-button-section--bg-primary900 .h-text-button-section__title[data-v-5afcb6f6] {
            color: var(--neutral--0)
        }

        .h-text-button-section--bg-neutral600 .h-text-button-section__description[data-v-5afcb6f6] a,
        .h-text-button-section--bg-neutral600 .h-text-button-section__title[data-v-5afcb6f6] a,
        .h-text-button-section--bg-neutral800 .h-text-button-section__description[data-v-5afcb6f6] a,
        .h-text-button-section--bg-neutral800 .h-text-button-section__title[data-v-5afcb6f6] a,
        .h-text-button-section--bg-neutral900 .h-text-button-section__description[data-v-5afcb6f6] a,
        .h-text-button-section--bg-neutral900 .h-text-button-section__title[data-v-5afcb6f6] a,
        .h-text-button-section--bg-primary900 .h-text-button-section__description[data-v-5afcb6f6] a,
        .h-text-button-section--bg-primary900 .h-text-button-section__title[data-v-5afcb6f6] a {
            color: var(--neutral0)
        }

        .h-text-button-section--bg-neutral600[data-v-5afcb6f6] b,
        .h-text-button-section--bg-neutral800[data-v-5afcb6f6] b {
            color: var(--neon--500)
        }

        .h-text-button-section--bg-horizons-gradient.h-text-button-section[data-v-5afcb6f6] {
            background: linear-gradient(180deg, rgba(103, 61, 230, .1) 0, rgba(103, 61, 230, .8) 50%, var(--meteorite--400) 100%), #000;
            color: var(--neutral--0)
        }

        .h-text-button-section__container--bg-horizons-gradient[data-v-5afcb6f6],
        .h-text-button-section__container--bg-light-blue100[data-v-5afcb6f6],
        .h-text-button-section__container--bg-light-blue50[data-v-5afcb6f6],
        .h-text-button-section__container--bg-neutral700[data-v-5afcb6f6],
        .h-text-button-section__container--bg-primary500[data-v-5afcb6f6],
        .h-text-button-section__container--bg-primary900[data-v-5afcb6f6] {
            border-radius: 16px;
            color: var(--neutral--0);
            padding: 64px 24px;
            position: relative
        }

        @media (min-width:1025px) {

            .h-text-button-section__container--bg-horizons-gradient[data-v-5afcb6f6],
            .h-text-button-section__container--bg-light-blue100[data-v-5afcb6f6],
            .h-text-button-section__container--bg-light-blue50[data-v-5afcb6f6],
            .h-text-button-section__container--bg-neutral700[data-v-5afcb6f6],
            .h-text-button-section__container--bg-primary500[data-v-5afcb6f6],
            .h-text-button-section__container--bg-primary900[data-v-5afcb6f6] {
                padding: 64px 32px
            }
        }

        .h-text-button-section__container--bg-neutral700[data-v-5afcb6f6] {
            border: 1px solid var(--neutral--500)
        }

        .h-text-button-section__container--bg-horizons-gradient[data-v-5afcb6f6] {
            border: 1px solid var(--neutral--500);
            overflow: hidden;
            position: relative
        }

        .h-text-button-section__container--bg-horizons-gradient .h-text-button-section__gradient[data-v-5afcb6f6] {
            background: radial-gradient(50% 50% at 50% 50%, #673de6 79.81%, #5025d1);
            border-radius: 50%;
            content: "";
            display: block;
            filter: blur(80px);
            height: 1600px;
            left: 50%;
            position: absolute;
            transform: translate(-50%);
            width: 1600px
        }

        .h-text-button-section__container--bg-horizons-gradient .h-text-button-section__gradient--large[data-v-5afcb6f6] {
            height: 1600px;
            top: -24px;
            width: 1600px
        }

        .h-text-button-section__container--bg-horizons-gradient .h-text-button-section__gradient--medium[data-v-5afcb6f6] {
            background: #b452ff;
            filter: blur(50px);
            height: 1400px;
            top: 50%;
            width: 1400px
        }

        .h-text-button-section__container--bg-horizons-gradient .h-text-button-section__gradient--small[data-v-5afcb6f6] {
            background: #ff9875;
            border-radius: 1200px;
            filter: blur(50px);
            height: 1200px;
            top: calc(100% - 64px);
            width: 1200px
        }

        .h-text-button-section__container--bg-primary500[data-v-5afcb6f6] {
            background: var(--primary--500)
        }

        .h-text-button-section__container--bg-primary900[data-v-5afcb6f6] {
            background: var(--primary--900)
        }

        .h-text-button-section__container--bg-neutral700[data-v-5afcb6f6] {
            background: var(--neutral--700)
        }

        .h-text-button-section__container--bg-light-blue50[data-v-5afcb6f6] {
            background: var(--light-blue--50);
            color: var(--neutral--600)
        }

        .h-text-button-section__container--bg-light-blue50[data-v-5afcb6f6] a {
            color: var(--neutral--600)
        }

        .h-text-button-section__container--bg-light-blue100[data-v-5afcb6f6] {
            background: var(--light-blue--100);
            color: var(--neutral--600)
        }

        .h-text-button-section__container--with-gradient[data-v-5afcb6f6] {
            overflow: hidden
        }

        .h-text-button-section__container--with-gradient[data-v-5afcb6f6]:before {
            background: radial-gradient(46.33% 46.11% at 50% 50%, #fffcde 0, #fffde24a 57.5%, #fff0);
            border-radius: 1052px;
            content: "";
            display: block;
            height: 1052px;
            left: 50%;
            position: absolute;
            top: -48px;
            transform: translate(-50%);
            width: 972px
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral0[data-v-5afcb6f6] {
                background-image: linear-gradient(to right, var(--neutral--0), var(--neutral--0) 15%, var(--primary--500) 15%, var(--primary--500) 85%, var(--neutral--0) 85%) !important
            }

            .h-text-button-section__custom-item--bg-neutral0>div[data-v-5afcb6f6] {
                background-color: unset !important
            }
        }

        .h-text-button-section__custom-item--bg-neutral0 .h-text-button-section__overline[data-v-5afcb6f6] {
            color: var(--neon--500) !important
        }

        @media (max-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral0[data-v-5afcb6f6] {
                background-color: var(--primary--500)
            }
        }

        .h-text-button-section__custom-item--bg-neutral0 .h-text-button-section--bg-neutral0[data-v-5afcb6f6] {
            background-color: transparent
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral0 .h-text-button-section--bg-neutral0[data-v-5afcb6f6] {
                background-image: linear-gradient(315deg, var(--neutral--0), var(--neutral--0) 20%, transparent 20%, transparent 80%, var(--neutral--0) 80%)
            }
        }

        .h-text-button-section--bg-neutral0[data-v-5afcb6f6]:not(.h-text-button-section__custom-item--bg-neutral0) {
            background-color: var(--neutral--0)
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral600[data-v-5afcb6f6] {
                background-image: linear-gradient(to right, var(--neutral--600), var(--neutral--600) 15%, var(--primary--500) 15%, var(--primary--500) 85%, var(--neutral--600) 85%) !important
            }

            .h-text-button-section__custom-item--bg-neutral600>div[data-v-5afcb6f6] {
                background-color: unset !important
            }
        }

        .h-text-button-section__custom-item--bg-neutral600 .h-text-button-section__overline[data-v-5afcb6f6] {
            color: var(--neon--500) !important
        }

        @media (max-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral600[data-v-5afcb6f6] {
                background-color: var(--primary--500)
            }
        }

        .h-text-button-section__custom-item--bg-neutral600 .h-text-button-section--bg-neutral600[data-v-5afcb6f6] {
            background-color: transparent
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral600 .h-text-button-section--bg-neutral600[data-v-5afcb6f6] {
                background-image: linear-gradient(315deg, var(--neutral--600), var(--neutral--600) 20%, transparent 20%, transparent 80%, var(--neutral--600) 80%)
            }
        }

        .h-text-button-section--bg-neutral600[data-v-5afcb6f6]:not(.h-text-button-section__custom-item--bg-neutral600) {
            background-color: var(--neutral--600)
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral800[data-v-5afcb6f6] {
                background-image: linear-gradient(to right, var(--neutral--800), var(--neutral--800) 15%, var(--primary--500) 15%, var(--primary--500) 85%, var(--neutral--800) 85%) !important
            }

            .h-text-button-section__custom-item--bg-neutral800>div[data-v-5afcb6f6] {
                background-color: unset !important
            }
        }

        .h-text-button-section__custom-item--bg-neutral800 .h-text-button-section__overline[data-v-5afcb6f6] {
            color: var(--neon--500) !important
        }

        @media (max-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral800[data-v-5afcb6f6] {
                background-color: var(--primary--500)
            }
        }

        .h-text-button-section__custom-item--bg-neutral800 .h-text-button-section--bg-neutral800[data-v-5afcb6f6] {
            background-color: transparent
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral800 .h-text-button-section--bg-neutral800[data-v-5afcb6f6] {
                background-image: linear-gradient(315deg, var(--neutral--800), var(--neutral--800) 20%, transparent 20%, transparent 80%, var(--neutral--800) 80%)
            }
        }

        .h-text-button-section--bg-neutral800[data-v-5afcb6f6]:not(.h-text-button-section__custom-item--bg-neutral800) {
            background-color: var(--neutral--800)
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral900[data-v-5afcb6f6] {
                background-image: linear-gradient(to right, var(--neutral--900), var(--neutral--900) 15%, var(--neutral--700) 15%, var(--neutral--700) 85%, var(--neutral--900) 85%) !important
            }

            .h-text-button-section__custom-item--bg-neutral900>div[data-v-5afcb6f6] {
                background-color: unset !important
            }
        }

        .h-text-button-section__custom-item--bg-neutral900 .h-text-button-section__overline[data-v-5afcb6f6] {
            color: var(--neutral--0) !important
        }

        @media (max-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral900[data-v-5afcb6f6] {
                background-color: var(--neutral--700)
            }
        }

        .h-text-button-section__custom-item--bg-neutral900 .h-text-button-section--bg-neutral900[data-v-5afcb6f6] {
            background-color: transparent
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-neutral900 .h-text-button-section--bg-neutral900[data-v-5afcb6f6] {
                background-image: linear-gradient(315deg, var(--neutral--900), var(--neutral--900) 20%, transparent 20%, transparent 80%, var(--neutral--900) 80%)
            }
        }

        .h-text-button-section--bg-neutral900[data-v-5afcb6f6]:not(.h-text-button-section__custom-item--bg-neutral900) {
            background-color: var(--neutral--900)
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-light-blue100[data-v-5afcb6f6] {
                background-image: linear-gradient(to right, var(--light-blue--100), var(--light-blue--100) 15%, var(--primary--500) 15%, var(--primary--500) 85%, var(--light-blue--100) 85%) !important
            }

            .h-text-button-section__custom-item--bg-light-blue100>div[data-v-5afcb6f6] {
                background-color: unset !important
            }
        }

        .h-text-button-section__custom-item--bg-light-blue100 .h-text-button-section__overline[data-v-5afcb6f6] {
            color: var(--neon--500) !important
        }

        @media (max-width:1140px) {
            .h-text-button-section__custom-item--bg-light-blue100[data-v-5afcb6f6] {
                background-color: var(--primary--500)
            }
        }

        .h-text-button-section__custom-item--bg-light-blue100 .h-text-button-section--bg-light-blue100[data-v-5afcb6f6] {
            background-color: transparent
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-light-blue100 .h-text-button-section--bg-light-blue100[data-v-5afcb6f6] {
                background-image: linear-gradient(315deg, var(--light-blue--100), var(--light-blue--100) 20%, transparent 20%, transparent 80%, var(--light-blue--100) 80%)
            }
        }

        .h-text-button-section--bg-light-blue100[data-v-5afcb6f6]:not(.h-text-button-section__custom-item--bg-light-blue100) {
            background-color: var(--light-blue--100)
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-primary900[data-v-5afcb6f6] {
                background-image: linear-gradient(to right, var(--primary--900), var(--primary--900) 15%, var(--primary--500) 15%, var(--primary--500) 85%, var(--primary--900) 85%) !important
            }

            .h-text-button-section__custom-item--bg-primary900>div[data-v-5afcb6f6] {
                background-color: unset !important
            }
        }

        .h-text-button-section__custom-item--bg-primary900 .h-text-button-section__overline[data-v-5afcb6f6] {
            color: var(--neon--500) !important
        }

        @media (max-width:1140px) {
            .h-text-button-section__custom-item--bg-primary900[data-v-5afcb6f6] {
                background-color: var(--primary--500)
            }
        }

        .h-text-button-section__custom-item--bg-primary900 .h-text-button-section--bg-primary900[data-v-5afcb6f6] {
            background-color: transparent
        }

        @media (min-width:1140px) {
            .h-text-button-section__custom-item--bg-primary900 .h-text-button-section--bg-primary900[data-v-5afcb6f6] {
                background-image: linear-gradient(315deg, var(--primary--900), var(--primary--900) 20%, transparent 20%, transparent 80%, var(--primary--900) 80%)
            }
        }

        .h-text-button-section--bg-primary900[data-v-5afcb6f6]:not(.h-text-button-section__custom-item--bg-primary900) {
            background-color: var(--primary--900)
        }
    
    
        .h-footer[data-v-54308888] {
            align-items: center;
            background-color: var(--light-blue--100);
            display: flex;
            flex-direction: column;
            justify-content: space-between
        }

        .h-footer__wrapper[data-v-54308888] {
            padding-top: 16px;
            width: 100%
        }

        .h-footer__wrapper--nh .t-body-4--mb[data-v-54308888] {
            margin-bottom: 24px
        }

        @media (min-width:600px) {
            .h-footer__wrapper[data-v-54308888] {
                padding-top: 48px
            }
        }

        @media (min-width:1025px) {
            .h-footer__wrapper[data-v-54308888] {
                padding-top: 56px
            }
        }

        .h-footer__breadcrumbs[data-v-54308888] {
            border-bottom: 1px solid var(--light-blue--200);
            margin-bottom: 24px;
            min-width: 0;
            padding-bottom: 24px
        }

        .h-footer__content[data-v-54308888] {
            display: flex;
            flex-direction: column
        }

        .h-footer__sections-separator[data-v-54308888] {
            background-color: var(--light-blue--200);
            display: none;
            height: 100%;
            width: 1px
        }

        @media (min-width:1025px) {
            .h-footer__sections-separator[data-v-54308888] {
                display: block
            }
        }

        .h-footer__copyright[data-v-54308888] {
            border-top: 1px solid var(--light-blue--200);
            display: flex;
            flex-direction: column;
            gap: 8px;
            justify-content: space-between;
            padding: 24px 0 16px
        }

        @media (min-width:768px) {
            .h-footer__copyright[data-v-54308888] {
                padding: 24px 0
            }
        }

        @media (min-width:1025px) {
            .h-footer__copyright[data-v-54308888] {
                flex-direction: row;
                gap: 128px
            }
        }

        @media (min-width:1000px) {
            .h-footer__copyright--text[data-v-54308888] {
                margin-bottom: 0
            }
        }

        .h-footer__copyright--text[data-v-54308888]:last-child {
            margin-bottom: 0
        }

        .h-footer__copyright--horizons-multisite[data-v-54308888] {
            border-top: none;
            padding-top: 24px
        }

        @media (min-width:1025px) {
            .h-footer__copyright--horizons-multisite[data-v-54308888] {
                padding-top: 0
            }
        }

        .h-footer__logo-section[data-v-54308888] {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: 24px
        }

        @media (min-width:768px) {
            .h-footer__logo-section[data-v-54308888] {
                margin-top: 8px
            }

            .h-footer__logo-section[data-v-54308888] .h-logo {
                order: -1
            }
        }

        @media (min-width:1025px) {
            .h-footer__logo-section[data-v-54308888] {
                margin: 0 0 24px
            }
        }

        .h-footer__sections[data-v-54308888] {
            display: grid
        }

        @media (min-width:768px) and (max-width:1024px) {
            .h-footer__sections[data-v-54308888] {
                -moz-column-gap: 44px;
                column-gap: 44px
            }
        }

        @media (min-width:1025px) {
            .h-footer__sections[data-v-54308888] {
                display: flex;
                gap: 8px;
                justify-content: space-between;
                margin-bottom: 16px
            }
        }

        .h-footer__jp-dlocal[data-v-54308888] {
            color: var(--neutral--600);
            display: block;
            padding-top: 8px;
            text-align: right;
            text-decoration: underline
        }

        .h-footer--bg-neutral800 .h-footer__breadcrumbs[data-v-54308888],
        .h-footer--bg-neutral800 .h-footer__copyright[data-v-54308888],
        .h-footer--bg-primary800 .h-footer__breadcrumbs[data-v-54308888],
        .h-footer--bg-primary800 .h-footer__copyright[data-v-54308888] {
            color: var(--neutral--0)
        }

        .h-footer--bg-neutral800 .h-footer__breadcrumbs[data-v-54308888],
        .h-footer--bg-neutral800 .h-footer__copyright[data-v-54308888] {
            border-color: var(--neutral--400)
        }

        .h-footer--bg-neutral800 .h-footer__sections-separator[data-v-54308888] {
            background-color: var(--neutral--400)
        }

        .h-footer--bg-neutral800[data-v-54308888] {
            background: var(--neutral--800)
        }

        .h-footer--bg-primary800[data-v-54308888] {
            background: var(--primary--800)
        }
    
    
        .h-footer-section[data-v-79b63819] {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap
        }

        @media (min-width:768px) {
            .h-footer-section[data-v-79b63819] {
                margin-bottom: 24px
            }
        }

        .h-footer-section--neutral0 .h-footer-section__item[data-v-79b63819],
        .h-footer-section--neutral0 .h-footer-section__title[data-v-79b63819] {
            color: var(--neutral--0)
        }

        .h-footer-section--neutral0 .h-footer-section__item[data-v-79b63819]:hover {
            color: var(--neutral--0);
            text-decoration: underline
        }

        .h-footer-section__item[data-v-79b63819] {
            color: var(--neutral--600);
            cursor: pointer;
            display: block;
            font-weight: 400;
            margin-bottom: 8px;
            padding-inline-end: 8px;
            transition: all .3s ease-in-out
        }

        .h-footer-section__item[data-v-79b63819]:hover {
            color: var(--primary--600)
        }

        .h-footer-section__title[data-v-79b63819] {
            color: var(--neutral--600);
            display: block;
            text-transform: uppercase
        }

        @media (min-width:768px) {
            .h-footer-section__title[data-v-79b63819] {
                margin-bottom: 8px
            }
        }

        .h-footer-section[data-v-79b63819]:has(.h-legal-links) {
            margin: 0
        }

        @media (max-width:767px) {
            .h-footer-section[data-v-79b63819]:has(.h-legal-links) {
                flex: 1 0 100%;
                margin-bottom: 8px
            }
        }

        @media (min-width:1025px) {
            .h-footer-section[data-v-79b63819]:has(.h-legal-links) {
                order: 4
            }
        }

        .h-footer-section .h-legal-links[data-v-79b63819] {
            display: flex;
            flex-wrap: wrap;
            gap: 8px
        }

        @media (max-width:767px) {
            .h-footer-section .h-legal-links[data-v-79b63819] {
                justify-content: space-between;
                max-width: 328px
            }
        }

        @media (min-width:768px) {
            .h-footer-section .h-legal-links[data-v-79b63819] {
                gap: 16px;
                max-width: none
            }
        }

        .h-footer-section .h-legal-links .h-footer-section__item[data-v-79b63819] {
            margin-bottom: 0;
            padding-inline-end: 0
        }
    
    
        .h-social-icons[data-v-0faaf06e] {
            display: flex;
            flex: 1 1 100%;
            gap: 16px;
            justify-content: space-between;
            padding: 16px 0
        }

        @media (max-width:767px) {
            .h-social-icons[data-v-0faaf06e] {
                margin-bottom: 8px
            }
        }

        @media (min-width:768px) {
            .h-social-icons[data-v-0faaf06e] {
                flex-basis: 55%;
                gap: 16px;
                justify-content: flex-end;
                margin-top: 0;
                padding: 0
            }
        }

        @media (min-width:1025px) {
            .h-social-icons[data-v-0faaf06e] {
                justify-content: flex-end
            }
        }

        .h-social-icons--icon[data-v-0faaf06e] {
            align-items: center;
            border-radius: 6px;
            display: flex;
            overflow: hidden;
            transition: .3s ease-in-out
        }

        .h-social-icons--icon>svg[data-v-0faaf06e] {
            height: 32px;
            width: 32px
        }

        @media (min-width:1025px) {
            .h-social-icons--icon[data-v-0faaf06e]:hover {
                opacity: .7
            }
        }
    
    
        .h-payment-methods[data-v-278b95d1] {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 24px;
            max-width: 300px
        }

        @media (min-width:1025px) {
            .h-payment-methods--minimal-footer[data-v-278b95d1] {
                flex: 1 0 50%
            }
        }

        @media (min-width:768px) {
            .h-payment-methods[data-v-278b95d1] {
                margin-bottom: 40px;
                max-width: none
            }
        }

        @media (min-width:1025px) {
            .h-payment-methods[data-v-278b95d1] {
                margin-bottom: 0
            }
        }

        .h-payment-methods__icon[data-v-278b95d1] {
            height: 40px;
            width: 60px !important
        }

        .h-payment-methods__icon[data-v-278b95d1] img {
            border: 1px solid var(--light-blue--200);
            border-radius: 6px;
            height: 40px;
            width: 60px
        }

        .h-payment-methods__more-btn[data-v-278b95d1] {
            align-self: center;
            color: var(--primary--500);
            cursor: pointer;
            font-weight: 700;
            transition: all .3s ease-in-out
        }

        .h-payment-methods--bg-neutral800 .h-payment-methods__more-btn[data-v-278b95d1],
        .h-payment-methods--bg-primary800 .h-payment-methods__more-btn[data-v-278b95d1] {
            color: var(--neutral--0)
        }
    
    
        .h-toast[data-v-73fbeac5] {
            margin: 0 8px;
            max-width: 468px;
            position: fixed;
            right: 0;
            top: 64px;
            z-index: 1001
        }

        @media (min-width:768px) {
            .h-toast[data-v-73fbeac5] {
                margin: 0 16px;
                top: 78px
            }
        }

        @media (min-width:1025px) {
            .h-toast[data-v-73fbeac5] {
                margin: 0 32px;
                top: 120px
            }
        }

        .h-toast--under-banner[data-v-73fbeac5] {
            top: 128px
        }

        @media (min-width:768px) {
            .h-toast--under-banner[data-v-73fbeac5] {
                top: 134px
            }
        }

        @media (min-width:1025px) {
            .h-toast--under-banner[data-v-73fbeac5] {
                top: 176px
            }
        }

        .h-toast__text-wrapper[data-v-73fbeac5] {
            background-color: var(--neutral--0);
            border: 1px solid var(--warning--200);
            border-radius: 8px;
            box-shadow: 0 1px 8px #00000029;
            display: flex;
            gap: 16px;
            justify-content: space-between;
            margin-bottom: 16px;
            min-height: 52px;
            padding: 14px 16px;
            width: 100%
        }

        .h-toast__text-wrapper a[data-v-73fbeac5] {
            color: var(--warning--600)
        }

        @media (min-width:768px) {
            .h-toast__text-wrapper[data-v-73fbeac5] {
                padding: 14px 24px
            }
        }

        .h-toast__text-wrapper--success[data-v-73fbeac5] {
            border-color: var(--success--200)
        }

        .h-toast__text-wrapper--success a[data-v-73fbeac5] {
            color: var(--success--500)
        }

        .h-toast__text-wrapper--error[data-v-73fbeac5] {
            border-color: var(--danger--200)
        }

        .h-toast__text-wrapper--error a[data-v-73fbeac5] {
            color: var(--danger--500)
        }

        .h-toast__text-wrapper--info[data-v-73fbeac5] {
            border-color: var(--meteorite--500)
        }

        .h-toast__text-wrapper--info a[data-v-73fbeac5] {
            color: var(--meteorite--500)
        }

        .h-toast__text[data-v-73fbeac5] {
            display: flex;
            gap: 12px
        }

        .h-toast__action[data-v-73fbeac5] {
            color: var(--danger--500)
        }

        .h-toast__close[data-v-73fbeac5] {
            cursor: pointer
        }
    
    
        .h-sticky-bottom-container[data-v-796366f6] {
            bottom: 0;
            display: flex;
            flex-direction: column;
            left: 0;
            padding: 12px;
            position: fixed;
            width: 100%;
            z-index: 998
        }

        @media (min-width:1025px) {
            .h-sticky-bottom-container[data-v-796366f6] {
                padding: 12px
            }
        }

        .h-sticky-bottom-container--with-spacing[data-v-796366f6] {
            gap: 8px
        }

        .h-sticky-bottom-container--expanded[data-v-796366f6] {
            align-items: flex-end;
            height: 100vh;
            z-index: 1021
        }
    
    
        .h-carousel__wrapper[data-v-95409ea0] {
            align-items: center;
            display: flex;
            justify-content: center
        }

        .h-carousel__track[data-v-95409ea0] {
            align-items: center;
            display: flex;
            flex-direction: column;
            width: 100%
        }

        .h-carousel__inner-container[data-v-95409ea0] {
            display: flex;
            justify-content: center;
            max-width: 100%
        }

        .h-carousel__inner-container--full-width[data-v-95409ea0],
        .h-carousel__wrapper[data-v-95409ea0] {
            width: 100%
        }

        .h-carousel__container[data-v-95409ea0] {
            align-items: center;
            display: flex;
            height: -moz-fit-content;
            height: fit-content;
            justify-content: center;
            max-width: 100%;
            width: inherit
        }

        .h-carousel__cards-container[data-v-95409ea0] {
            display: flex
        }

        .h-carousel__nav-container[data-v-95409ea0] {
            margin-bottom: 100px;
            margin-top: 425px;
            max-width: 0;
            min-height: calc(100% - 525px);
            overflow: visible
        }

        .h-carousel__nav-container--middle[data-v-95409ea0] {
            margin-bottom: auto;
            margin-top: auto;
            min-height: 46px
        }

        @media (min-width:1025px) {
            .h-carousel__nav-container[data-v-95409ea0] {
                display: none
            }

            .h-carousel__nav-container--always-visible[data-v-95409ea0] {
                display: flex
            }
        }

        .h-carousel__nav-button[data-v-95409ea0] {
            align-items: center;
            background: var(--neutral--0);
            border-radius: 50%;
            box-shadow: 0 4px 16px #00000029;
            cursor: pointer;
            display: flex;
            height: 46px;
            justify-content: center;
            min-width: 46px;
            position: sticky;
            top: calc(56px + 40vh);
            width: 46px;
            z-index: 2
        }

        @media (min-width:768px) {
            .h-carousel__nav-button[data-v-95409ea0] {
                top: calc(62px + 40vh)
            }
        }

        @media (min-width:1025px) {
            .h-carousel__nav-button[data-v-95409ea0] {
                top: calc(88px + 40vh)
            }
        }

        .h-carousel__nav-button--left[data-v-95409ea0] {
            margin-left: 16px
        }

        .h-carousel__nav-button--right[data-v-95409ea0] {
            margin-left: -62px
        }

        .h-carousel__nav-button--neutral500[data-v-95409ea0] {
            background: var(--neutral--500)
        }

        @media (min-width:1025px) {
            .h-carousel__nav-button--neutral500[data-v-95409ea0]:hover .h-svgo-icon {
                color: var(--meteorite--500) !important
            }
        }

        .h-carousel__overflow-container[data-v-95409ea0] {
            display: flex;
            gap: 12px;
            overflow: hidden;
            width: inherit
        }

        @media (max-width:767px) {
            .h-carousel__overflow-container[data-v-95409ea0] {
                padding: 0 12px
            }
        }

        @media (min-width:1025px) {
            .h-carousel__overflow-container[data-v-95409ea0] {
                gap: 16px
            }
        }

        .h-carousel__indicator-container[data-v-95409ea0] {
            display: flex;
            justify-content: center;
            margin-bottom: 24px
        }

        @media (min-width:768px) {
            .h-carousel__indicator-container[data-v-95409ea0] {
                margin-bottom: 30px
            }
        }

        @media (min-width:1025px) {
            .h-carousel__indicator-container[data-v-95409ea0] {
                display: none
            }

            .h-carousel__indicator-container--always-visible[data-v-95409ea0] {
                display: flex
            }
        }

        .h-carousel__card[data-v-95409ea0] {
            display: grid;
            height: 100%
        }

        .h-carousel__card--full-width[data-v-95409ea0] {
            width: 100%
        }

        .h-carousel__indicator-item[data-v-95409ea0] {
            background-color: transparent;
            border: 1px solid var(--meteorite--500);
            border-radius: 50%;
            cursor: pointer;
            display: inline-block;
            height: 12px;
            margin: 0 8px;
            transition: .3s ease-in-out;
            width: 12px
        }

        .h-carousel__indicator-item--active[data-v-95409ea0] {
            background-color: var(--meteorite--500)
        }

        .h-carousel.rtl .h-carousel__nav-button--right[data-v-95409ea0] {
            margin-left: 0;
            margin-right: -78px;
            transform: rotate(180deg)
        }

        .h-carousel.rtl .h-carousel__nav-button--left[data-v-95409ea0] {
            margin-right: 32px;
            transform: rotate(180deg)
        }
    
    
        .h-pricing-card[data-v-e713c0d9] {
            display: flex;
            flex-direction: column;
            height: 100%;
            max-width: 360px;
            min-width: 300px;
            position: relative;
            transition: .5s ease-in-out
        }

        .h-pricing-card__sale[data-v-e713c0d9] .h-product-badge {
            background-color: var(--primary--500);
            text-transform: unset
        }

        .h-pricing-card__sale[data-v-e713c0d9] .h-pricing-card__badge-overlay {
            background-color: var(--primary--500)
        }

        .h-pricing-card__sale[data-v-e713c0d9] .h-pricing-card__container--with-popular-badge {
            border-color: var(--primary--500) !important
        }

        .h-pricing-card__sale[data-v-e713c0d9] .h-discount-tag {
            background-color: var(--neon--500)
        }

        .h-pricing-card__sale-non-base[data-v-e713c0d9] .h-discount-tag {
            visibility: hidden
        }

        .h-pricing-card__sale-header[data-v-e713c0d9] {
            align-items: center;
            display: flex;
            gap: 8px;
            margin-bottom: 8px
        }

        .h-pricing-card__sale-header--disabled[data-v-e713c0d9] {
            color: var(--neutral--300)
        }

        .h-pricing-card__sale-separator[data-v-e713c0d9] {
            border-top: 1px solid var(--light-blue--200);
            margin: 24px 0;
            width: 100%
        }

        .h-pricing-card__sale-bonus-wrapper[data-v-e713c0d9] {
            background-color: var(--success--100);
            border-radius: 8px;
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding: 8px
        }

        .h-pricing-card__sale-bonus-wrapper--disabled[data-v-e713c0d9] {
            background-color: var(--neutral--100)
        }

        .h-pricing-card__top-badge[data-v-e713c0d9] {
            align-items: center;
            display: flex;
            justify-content: end;
            margin-bottom: 16px
        }

        .h-pricing-card__top-badge--with-badge[data-v-e713c0d9] {
            justify-content: space-between
        }

        .h-pricing-card__top-title[data-v-e713c0d9] {
            color: var(--neutral--300)
        }

        .h-pricing-card__top-title--dark[data-v-e713c0d9] {
            color: var(--light-blue--400)
        }

        .h-pricing-card--theme-neon500 .h-discount-tag[data-v-e713c0d9] {
            background-color: var(--neon--500)
        }

        .h-pricing-card__old-price[data-v-e713c0d9] {
            margin-bottom: 8px;
            margin-top: 16px
        }

        .h-pricing-card--narrow[data-v-e713c0d9] {
            width: unset
        }

        @media (min-width:1025px) {
            .h-pricing-card--narrow[data-v-e713c0d9] {
                max-width: 300px;
                width: 300px
            }
        }

        @media (min-width:1525px) {
            .h-pricing-card--narrow[data-v-e713c0d9] {
                max-width: 360px;
                width: 360px
            }
        }

        .h-pricing-card__top-features[data-v-e713c0d9] {
            margin-bottom: 16px
        }

        .h-pricing-card__container[data-v-e713c0d9] {
            background-color: var(--neutral--0);
            border: 1px solid var(--light-blue--200);
            border-radius: 24px;
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 24px;
            position: relative
        }

        .h-pricing-card__container--with-popular-badge[data-v-e713c0d9],
        .h-pricing-card__container--with-recommended-badge[data-v-e713c0d9] {
            border: 2px solid !important;
            border-radius: 24px
        }

        .h-pricing-card__container--with-popular-badge .h-pricing-card__custom-bottom-feature[data-v-e713c0d9],
        .h-pricing-card__container--with-recommended-badge .h-pricing-card__custom-bottom-feature[data-v-e713c0d9] {
            bottom: -2px;
            left: -2px;
            width: calc(100% + 4px)
        }

        .h-pricing-card__container--with-popular-badge[data-v-e713c0d9] {
            border-color: var(--meteorite--500) !important
        }

        .h-pricing-card__container--with-recommended-badge[data-v-e713c0d9] {
            border-color: var(--light-blue--200) !important
        }

        .h-pricing-card__container--with-custom-bottom-feature[data-v-e713c0d9] {
            padding-bottom: 53px
        }

        @media (min-width:1025px) {
            .h-pricing-card__container--with-custom-bottom-feature[data-v-e713c0d9] {
                padding-bottom: 69px
            }
        }

        .h-pricing-card__container--with-custom-bottom-feature.h-pricing-card__container--with-popular-badge[data-v-e713c0d9],
        .h-pricing-card__container--with-custom-bottom-feature.h-pricing-card__container--with-recommended-badge[data-v-e713c0d9] {
            padding-bottom: 54px
        }

        @media (min-width:1025px) {

            .h-pricing-card__container--with-custom-bottom-feature.h-pricing-card__container--with-popular-badge[data-v-e713c0d9],
            .h-pricing-card__container--with-custom-bottom-feature.h-pricing-card__container--with-recommended-badge[data-v-e713c0d9] {
                padding-bottom: 70px
            }
        }

        .h-pricing-card__container[data-v-e713c0d9]:not(.h-pricing-card__container--with-popular-badge, .h-pricing-card__container--with-recommended-badge) {
            margin-top: 40px
        }

        .h-pricing-card__container--no-margin[data-v-e713c0d9]:not(.h-pricing-card__container--with-popular-badge, .h-pricing-card__container--with-recommended-badge) {
            margin-top: 0
        }

        .h-pricing-card__container--neutral600[data-v-e713c0d9],
        .h-pricing-card__container--neutral700[data-v-e713c0d9] {
            border-color: var(--neutral--500) !important;
            color: var(--neutral--0)
        }

        .h-pricing-card__container--neutral600[data-v-e713c0d9] {
            background-color: var(--neutral--600)
        }

        .h-pricing-card__container--neutral600.h-pricing-card__container--with-popular-badge[data-v-e713c0d9] {
            border: 2px solid var(--light-blue--200) !important
        }

        .h-pricing-card__container--neutral700[data-v-e713c0d9] {
            background-color: var(--neutral--700)
        }

        .h-pricing-card__container--neutral700 .h-pricing-card__description[data-v-e713c0d9] {
            color: var(--neutral--0)
        }

        .h-pricing-card__container--neutral700.h-pricing-card__container--with-popular-badge[data-v-e713c0d9] {
            border: 2px solid var(--primary--500) !important;
            position: relative
        }

        .h-pricing-card__container--neutral700.h-pricing-card__container--with-popular-badge>div[data-v-e713c0d9] {
            z-index: 1
        }

        .h-pricing-card__container--neutral700.h-pricing-card__container--with-popular-badge[data-v-e713c0d9]:before {
            background: linear-gradient(180deg, var(--neutral--700) 0, var(--primary--500) 100%);
            border-radius: 0 0 14px 14px;
            bottom: 0;
            content: "";
            height: 227px;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 0
        }

        .h-pricing-card__container--neutral700 .h-pricing-card__custom-bottom-feature[data-v-e713c0d9] {
            background-color: var(--primary--900)
        }

        .h-pricing-card__container--light-blue50[data-v-e713c0d9] {
            background-color: var(--light-blue--50)
        }

        .h-pricing-card__container--neutral0[data-v-e713c0d9] {
            background-color: var(--neutral--0)
        }

        .h-pricing-card__container .h-button[data-v-e713c0d9] {
            max-width: none
        }

        .h-pricing-card__container--no-features .h-pricing-card__discount[data-v-e713c0d9] {
            margin-bottom: 8px
        }

        .h-pricing-card__container--no-features .h-pricing-card__price-container[data-v-e713c0d9] {
            margin-top: auto
        }

        .h-pricing-card__badge .h-product-badge[data-v-e713c0d9] {
            border-radius: 24px 24px 0 0;
            margin-bottom: 0;
            padding: 8px 24px;
            position: relative;
            width: 100%
        }

        .h-pricing-card__badge-text[data-v-e713c0d9] {
            display: block
        }

        .h-pricing-card__title[data-v-e713c0d9] {
            margin-bottom: 8px
        }

        .h-pricing-card__description[data-v-e713c0d9] {
            margin-bottom: 8px;
            min-height: 48px
        }

        .h-pricing-card__price-description[data-v-e713c0d9] {
            color: var(--neutral--300);
            margin-bottom: 24px;
            margin-top: -24px
        }

        .h-pricing-card__current-price[data-v-e713c0d9] {
            margin: 8px 0
        }

        .h-pricing-card__current-price--no-margin[data-v-e713c0d9] {
            margin-bottom: 0
        }

        .h-pricing-card__offer--primary500[data-v-e713c0d9] {
            color: var(--primary--500)
        }

        .h-pricing-card__offer--danger500[data-v-e713c0d9] {
            color: var(--danger--500)
        }

        .h-pricing-card__offer--meteorite500[data-v-e713c0d9] {
            color: var(--meteorite--500)
        }

        .h-pricing-card__offer--hidden[data-v-e713c0d9] {
            visibility: hidden
        }

        .h-pricing-card__experiment-offer-container[data-v-e713c0d9] {
            display: flex;
            flex-wrap: wrap;
            font-size: 12px;
            gap: 4px
        }

        .h-pricing-card__experiment-offer[data-v-e713c0d9] {
            background: var(--primary--50);
            border-radius: 6px;
            padding: 4px 8px
        }

        .h-pricing-card__renewal-price[data-v-e713c0d9] {
            color: var(--neutral--300);
            margin: 16px 0 32px
        }

        .h-pricing-card__renewal-price--neutral200[data-v-e713c0d9] {
            color: var(--neutral--200)
        }

        .h-pricing-card__renewal-price--neutral0[data-v-e713c0d9] {
            color: var(--neutral--0)
        }

        .h-pricing-card__renewal-price--no-margin[data-v-e713c0d9] {
            margin-bottom: 0
        }

        .h-pricing-card__separator[data-v-e713c0d9] {
            border-top: 1px solid var(--light-blue--200);
            margin-bottom: 32px;
            width: 100%
        }

        .h-pricing-card__separator--neutral500[data-v-e713c0d9] {
            border-color: var(--neutral--500)
        }

        .h-pricing-card__coupon[data-v-e713c0d9] {
            border-radius: 8px;
            margin-bottom: 24px;
            padding: 8px;
            width: 100%
        }

        .h-pricing-card__add-to-cart[data-v-e713c0d9] {
            margin-top: 24px;
            width: 100%
        }

        .h-pricing-card__discount[data-v-e713c0d9] {
            align-items: center;
            display: flex;
            min-height: 32px
        }

        .h-pricing-card__feature-title[data-v-e713c0d9] {
            margin-bottom: 12px
        }

        @media (min-width:1025px) {
            .h-pricing-card__feature-title[data-v-e713c0d9] {
                margin-bottom: 16px
            }
        }

        .h-pricing-card__feature-title--one-subscription-table[data-v-e713c0d9] {
            color: var(--neutral--300);
            margin-bottom: 8px
        }

        @media (min-width:1025px) {
            .h-pricing-card__feature-title--one-subscription-table[data-v-e713c0d9] {
                margin-bottom: 8px
            }
        }

        .h-pricing-card__features[data-v-e713c0d9],
        .h-pricing-card__features--grouped[data-v-e713c0d9] {
            margin-bottom: 0;
            width: 100%
        }

        .h-pricing-card__features-container :not(:first-child).h-pricing-card__features--grouped[data-v-e713c0d9] {
            margin-top: 24px
        }

        .h-pricing-card__see-features[data-v-e713c0d9] {
            align-self: center;
            cursor: pointer;
            display: flex;
            font-weight: 700;
            margin-top: auto;
            padding-top: 32px;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            z-index: 1
        }

        .h-pricing-card__see-features--primary500[data-v-e713c0d9] {
            color: var(--primary--500);
            cursor: pointer;
            display: flex;
            font-weight: 700
        }

        .h-pricing-card__see-features--danger500[data-v-e713c0d9] {
            color: var(--danger--500);
            cursor: pointer;
            display: flex;
            font-weight: 700
        }

        .h-pricing-card__see-features--meteorite500[data-v-e713c0d9] {
            color: var(--meteorite--500);
            cursor: pointer;
            display: flex;
            font-weight: 700
        }

        .h-pricing-card__see-features-icon[data-v-e713c0d9] {
            align-items: center;
            display: flex;
            margin-left: 8px;
            transition: .5s
        }

        .h-pricing-card__see-features-icon--active[data-v-e713c0d9] {
            transform: rotate(180deg)
        }

        .h-pricing-card__error[data-v-e713c0d9] {
            color: var(--danger--600);
            padding: 12px 16px
        }

        .h-pricing-card__badge-overlay[data-v-e713c0d9] {
            background: var(--e-global-color-8648503);
            height: 40px;
            left: 0;
            position: absolute;
            right: 0;
            top: 40px
        }

        .h-pricing-card__badge-overlay--primary500[data-v-e713c0d9] {
            background: var(--primary--500)
        }

        .h-pricing-card__badge-overlay--light-blue200[data-v-e713c0d9] {
            background: var(--light-blue--200)
        }

        .h-pricing-card__custom-bottom-feature[data-v-e713c0d9] {
            align-items: center;
            border-radius: 0 0 14px 14px;
            bottom: -1px;
            display: flex;
            justify-content: center;
            left: -1px;
            padding: 8px 24px;
            position: absolute;
            width: calc(100% + 2px)
        }
    
    
        .h-discount-tag[data-v-e140bf99] {
            border-radius: 20px;
            display: inline-block;
            padding: 4px 12px;
            white-space: nowrap
        }

        .h-discount-tag-text-primary100[data-v-e140bf99] {
            color: var(--primary--100)
        }

        .h-discount-tag-bg-primary100[data-v-e140bf99] {
            background-color: var(--primary--100)
        }

        .h-discount-tag-text-primary50[data-v-e140bf99] {
            color: var(--primary--50)
        }

        .h-discount-tag-bg-primary50[data-v-e140bf99] {
            background-color: var(--primary--50)
        }

        .h-discount-tag-text-light-blue200[data-v-e140bf99] {
            color: var(--light-blue--200)
        }

        .h-discount-tag-bg-light-blue200[data-v-e140bf99] {
            background-color: var(--light-blue--200)
        }

        .h-discount-tag-text-meteorite500[data-v-e140bf99] {
            color: var(--meteorite--500)
        }

        .h-discount-tag-bg-meteorite500[data-v-e140bf99] {
            background-color: var(--meteorite--500)
        }

        .h-discount-tag-text-primary600[data-v-e140bf99] {
            color: var(--primary--600)
        }

        .h-discount-tag-bg-primary600[data-v-e140bf99] {
            background-color: var(--primary--600)
        }

        .h-discount-tag-text-primary800[data-v-e140bf99] {
            color: var(--primary--800)
        }

        .h-discount-tag-bg-primary800[data-v-e140bf99] {
            background-color: var(--primary--800)
        }

        .h-discount-tag-text-primary900[data-v-e140bf99] {
            color: var(--primary--900)
        }

        .h-discount-tag-bg-primary900[data-v-e140bf99] {
            background-color: var(--primary--900)
        }

        .h-discount-tag-text-neon500[data-v-e140bf99] {
            color: var(--neon--500)
        }

        .h-discount-tag-bg-neon500[data-v-e140bf99] {
            background-color: var(--neon--500)
        }

        .h-discount-tag-text-neutral200[data-v-e140bf99] {
            color: var(--neutral--200)
        }

        .h-discount-tag-bg-neutral200[data-v-e140bf99] {
            background-color: var(--neutral--200)
        }

        .h-discount-tag-text-neutral500[data-v-e140bf99] {
            color: var(--neutral--500)
        }

        .h-discount-tag-bg-neutral500[data-v-e140bf99] {
            background-color: var(--neutral--500)
        }

        .h-discount-tag-text-neutral600[data-v-e140bf99] {
            color: var(--neutral--600)
        }

        .h-discount-tag-bg-neutral600[data-v-e140bf99] {
            background-color: var(--neutral--600)
        }

        .h-discount-tag-text-success500[data-v-e140bf99] {
            color: var(--success--500)
        }

        .h-discount-tag-bg-success500[data-v-e140bf99] {
            background-color: var(--success--500)
        }

        .h-discount-tag-text-success600[data-v-e140bf99] {
            color: var(--success--600)
        }

        .h-discount-tag-bg-success600[data-v-e140bf99] {
            background-color: var(--success--600)
        }

        .h-discount-tag-text-success700[data-v-e140bf99] {
            color: var(--success--700)
        }

        .h-discount-tag-bg-success700[data-v-e140bf99] {
            background-color: var(--success--700)
        }

        .h-discount-tag-text-success100[data-v-e140bf99] {
            color: var(--success--100)
        }

        .h-discount-tag-bg-success100[data-v-e140bf99] {
            background-color: var(--success--100)
        }

        .h-discount-tag-text-neutral0[data-v-e140bf99] {
            color: var(--neutral--0)
        }

        .h-discount-tag-bg-neutral0[data-v-e140bf99] {
            background-color: var(--neutral--0)
        }

        .h-discount-tag-text-meteorite200[data-v-e140bf99] {
            color: var(--meteorite--200)
        }

        .h-discount-tag-bg-meteorite200[data-v-e140bf99] {
            background-color: var(--meteorite--200)
        }
    
    
        .h-dynamic-size-price .h-price[data-v-44a6216e] {
            align-items: baseline;
            font-size: inherit
        }
    
    
        .h-price[data-v-8a8bcd01] {
            display: inline-flex
        }

        .no-wrap[data-v-8a8bcd01] {
            text-wrap: nowrap
        }

        .h-price--text-neutral0 .h-price__currency[data-v-8a8bcd01],
        .h-price--text-neutral0 .h-price__number[data-v-8a8bcd01],
        .h-price--text-neutral0 .h-price__suffix[data-v-8a8bcd01] {
            color: var(--neutral--0)
        }

        .h-price--text-primary800 .h-price__currency[data-v-8a8bcd01],
        .h-price--text-primary800 .h-price__number[data-v-8a8bcd01],
        .h-price--text-primary800 .h-price__suffix[data-v-8a8bcd01] {
            color: var(--primary--800)
        }

        .h-price--text-neutral200 .h-price__currency[data-v-8a8bcd01],
        .h-price--text-neutral200 .h-price__number[data-v-8a8bcd01],
        .h-price--text-neutral200 .h-price__suffix[data-v-8a8bcd01] {
            color: var(--neutral--200)
        }

        .h-price--text-neutral300 .h-price__currency[data-v-8a8bcd01],
        .h-price--text-neutral300 .h-price__number[data-v-8a8bcd01],
        .h-price--text-neutral300 .h-price__suffix[data-v-8a8bcd01] {
            color: var(--neutral--300)
        }

        .h-price--text-neutral600 .h-price__currency[data-v-8a8bcd01],
        .h-price--text-neutral600 .h-price__number[data-v-8a8bcd01],
        .h-price--text-neutral600 .h-price__suffix[data-v-8a8bcd01] {
            color: var(--neutral--600)
        }

        .h-price--text-light-blue400 .h-price__currency[data-v-8a8bcd01],
        .h-price--text-light-blue400 .h-price__number[data-v-8a8bcd01],
        .h-price--text-light-blue400 .h-price__suffix[data-v-8a8bcd01] {
            color: var(--light-blue--400)
        }
    
    
        [data-v-cd1e97ab] a {
            color: var(--neutral--600);
            text-decoration: underline
        }

        svg[data-v-cd1e97ab] {
            display: flex;
            flex-shrink: 0
        }

        .h-plan-feature[data-v-cd1e97ab] {
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 1
        }

        .h-plan-feature__text[data-v-cd1e97ab] {
            color: var(--neutral--0)
        }

        .h-plan-feature[data-v-cd1e97ab]:not(:last-child) {
            margin-bottom: 8px
        }

        .h-plan-feature__content[data-v-cd1e97ab] {
            align-items: center;
            display: flex;
            gap: 8px;
            justify-content: flex-start;
            text-align: start;
            width: 100%
        }

        .h-plan-feature__content--icon[data-v-cd1e97ab] {
            align-items: center;
            display: flex;
            height: 24px
        }

        .h-plan-feature__content--tooltip-text-dashed[data-v-cd1e97ab] {
            text-decoration: underline;
            text-decoration-color: var(--neutral--300);
            text-decoration-style: dashed;
            text-underline-position: under
        }

        .h-plan-feature__content--disabled[data-v-cd1e97ab] {
            color: var(--neutral--300)
        }

        .h-plan-feature__content--disabled[data-v-cd1e97ab] b {
            font-weight: inherit
        }

        .h-plan-feature__tooltip[data-v-cd1e97ab] {
            align-items: center;
            cursor: pointer;
            display: flex
        }

        .h-plan-feature[dir=rtl] .h-plan-feature__content span[data-v-cd1e97ab] {
            margin-left: 8px;
            margin-right: 0
        }
    

    
        .tab-content, .tab-content1 {
            display: none !important;
        }
                 

        .tab-content.active, .tab-content1.active {
            display: grid !important;
        }
        
         
        .tab-content {
            display: none !important;
        }
                 

        .tab-content.active {
            display: grid !important;
        }
    