/*! CSS Used from: https://alphapartner.vip/_next/static/css/563e821dc8706ead.css */
.Footer_footer__o4_Ec {
    background: var(--grey-100);
}

.Footer_footer__o4_Ec a {
    font-weight: 400;
    font-size: .9rem;
}

@media (max-width:600px) {
    .Footer_footer__o4_Ec {
        font-size: var(--font-size-sm);
    }
}

.Footer_container__Mn8SS {
    display: grid;
    grid-template-columns: auto auto;
    padding: var(--token-80) 0;
    align-items: flex-start;
}

@media (max-width:900px) {
    .Footer_container__Mn8SS {
        grid-template-columns: 1fr 3fr;
    }
}

@media (max-width:700px) {
    .Footer_container__Mn8SS {
        grid-template-columns: 1fr;
        padding: var(--token-48) 0;
    }
}

.Footer_navigation__Yj_7L {
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: var(--token-40);
}

@media (max-width:1200px) {
    .Footer_navigation__Yj_7L {
        justify-content: space-between;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:700px) {
    .Footer_navigation__Yj_7L {
        justify-content: space-between;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin-top: var(--token-32);
        grid-gap: var(--token-24);
    }
}

.Footer_list__FsWR4 {
    width: 100%;
    list-style: none;
    font-size: .9rem;
    padding-left: 0;
}

.Footer_list__FsWR4 h5 {
    line-height: 1;
    font-size: inherit;
    margin-bottom: 8px;
    font-family: var(--font-family-base);
}

.Footer_list__FsWR4 a {
    display: block;
    padding: var(--token-04) 0;
    color: var(--grey-60);
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: inherit;
}

.Footer_list__FsWR4 a:focus,
.Footer_list__FsWR4 a:hover {
    color: var(--text-headings);
}

.Footer_logo__ZNv_V {
    width: var(--token-56);
}

.Footer_copyright__sqw0C {
    padding: var(--token-20) 0;
    border-top: 1px solid var(--grey-80);
    color: var(--text-muted);
}

.Footer_copyright__sqw0C p {
    font-size: .8rem;
    margin-bottom: 0;
}

.Footer_copyrightContent__aDxfB {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Footer_status__X2ZDd {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--green-medium);
    -webkit-text-decoration: none;
    text-decoration: none;
}

.Footer_status__X2ZDd:focus,
.Footer_status__X2ZDd:hover {
    color: #fff;
}

.Footer_status__X2ZDd:before {
    content: "";
    display: block;
    width: var(--token-04);
    height: var(--token-04);
    margin-right: var(--token-12);
    border-radius: var(--radius-round);
    background: var(--primary);
}

@media (min-width:600px) {
    .Footer_copyrightBreak__yeGun {
        display: none;
    }
}

.Button_container__i_Vit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: calc(var(--token-40));
    padding: 0 var(--token-16);
    border: none;
    border-radius: var(--radius-xs);
    border-radius: 24px;
    font-weight: 500;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: .4s;
    font-family: var(--font-family-base);
    font-size: .85rem;
}

.Button_container__i_Vit svg {
    height: 1em;
    margin-left: .4em;
}

.Button_container__i_Vit:hover {
    opacity: .65;
}

.Button_container__i_Vit[data-size=large] {
    min-height: 2.5rem;
    padding: 0 var(--token-20);
    font-size: var(--token-20);
}

@media (max-width:768px) {
    .Button_container__i_Vit[data-size=large] {
        font-size: .9rem;
    }
}

.Button_container__i_Vit[data-type=primary] {
    background: #fff;
    color: var(--grey-100);
}

.Button_container__i_Vit[data-type=tertiary] {
    background: hsla(0, 0%, 100%, .15);
    color: var(--grey-00);
    border: 1px solid hsla(0, 0%, 100%, .1);
}

.styles_wrapper__GV0IK {
    left: 0;
    top: 0;
    height: 0;
    width: 100vw;
    z-index: 100;
    display: flex;
    position: sticky;
    align-items: center;
    pointer-events: none;
    justify-content: center;
}

@media (max-width:999px) {
    .styles_wrapper__GV0IK {
        display: none;
    }
}

.styles_navigation__ELaL4 {
    height: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.styles_list__z_6uf {
    gap: 4px;
    padding: 8px;
    display: flex;
    margin: 76px 0 0;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    list-style: none;
    pointer-events: all;
    height: 40px;
    border-radius: 20px;
    background: rgba(23, 24, 37, .75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .1), 0 2px 8px rgba(0, 0, 0, .3);
}

.styles_navLink___VcW8 {
    color: #fff;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    -webkit-text-decoration: none;
    text-decoration: none;
    background: transparent;
    padding: 12px 0;
    margin: -12px 0;
}

.styles_navLink___VcW8 span {
    height: 24px;
    padding: 0 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    transition: background .3s;
}

.styles_navLink___VcW8:hover span {
    transition: background .15s;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .04);
}

.styles_viewportContainer__7MPlQ {
    top: 90px;
    width: 100vw;
    z-index: 100;
    display: flex;
    position: absolute;
    align-items: center;
    pointer-events: none;
    justify-content: center;
}

.styles_arrow__fxWHa path {
    fill: none;
    stroke: currentColor;
    stroke-width: calc(1em / 10);
    transition: opacity .3s, transform .3s;
}

.styles_arrow__fxWHa .styles_line___qSr7 {
    opacity: 0;
    transform: translateX(-3px);
}

.Header_header__pXml_ {
    height: var(--token-96);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--token-64);
}

@media (max-width:999px) {
    .Header_header__pXml_ {
        padding: 0 var(--token-12) 0 var(--token-20);
        position: fixed;
        width: calc(100% - var(--token-40));
        height: var(--token-64);
        background: var(--grey-100);
        z-index: 100;
        border-radius: var(--token-40);
        border: 1px solid var(--grey-70);
        left: var(--token-20);
        top: var(--token-20);
    }

    .Header_header__pXml_ .Header_logo__sUWiP {
        display: none;
    }
}

.Header_logo__sUWiP {
    height: var(--token-32);
    transition: .25s;
    cursor: pointer;
    z-index: 1;
}

.Header_logo__sUWiP:hover {
    opacity: .5;
}

.Header_logoMobile__MEikt {
    height: var(--token-32);
    transition: .25s;
    cursor: pointer;
    z-index: 1;
}

.Header_logoMobile__MEikt:hover {
    opacity: .5;
}

@media (min-width:1000px) {
    .Header_logoMobile__MEikt {
        display: none;
    }
}

.Header_group__Kgpdq {
    display: flex;
    align-items: center;
    z-index: 1;
}

.Header_hamburger__X_hhy {
    height: var(--token-40);
    width: var(--token-64);
    border: none;
    background: transparent;
    border-radius: var(--token-20);
    margin-left: var(--token-12);
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0, 0%, 100%, .15);
}

.Header_hamburger__X_hhy svg {
    color: #fff;
    width: var(--token-20);
}

@media (min-width:1000px) {
    .Header_hamburger__X_hhy {
        display: none;
    }
}

.styles_navigation__QHj87 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    background: var(--grey-100);
    padding: 100px 20px 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

@media (min-width:999px) {
    .styles_navigation__QHj87 {
        display: none;
    }
}

.styles_link__OINeA {
    gap: 12px;
    color: #fff;
    height: 50px;
    display: flex;
    font-size: 15px;
    cursor: pointer;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-bottom: 1px solid var(--grey-80);
}

.styles_link__OINeA span {
    flex: 1 1;
}

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Liberation Sans, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-body-font-family);
    font-size: 1rem;
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    font-weight: var(--bs-body-font-weight);
    line-height: 1.5;
    line-height: var(--bs-body-line-height);
    color: #212529;
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: #fff;
    background-color: var(--bs-body-bg);
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    color: var(--bs-heading-color);
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    padding-left: 2rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ul,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

a {
    color: #0d6efd;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

img,
svg {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}

[type=button],
button {
    -webkit-appearance: button;
}

iframe {
    border: 0;
}

[hidden] {
    display: none !important;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

.container {
    --bs-gutter-x: 1.6rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(1.6rem*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(1.6rem*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto;
}

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

@media (min-width:992px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:1248px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1408px) {
    .container {
        max-width: 1140px;
    }
}

.container {
    max-width: 1320px;
}

:root {
    --bs-breakpoint-xxs: 0;
    --bs-breakpoint-xs: 576px;
    --bs-breakpoint-sm: 768px;
    --bs-breakpoint-md: 992px;
    --bs-breakpoint-lg: 1248px;
    --bs-breakpoint-xl: 1408px;
}

.container {
    width: var(--width);
    max-width: var(--max-width);
    margin: 0 auto;
}

:root {
    --font-family-headings: "Roobert", sans-serif;
    --primary: #63e;
    --primary-light: #8e64ff;
    --grey-00: #fff;
    --grey-10: #f4f4ff;
    --grey-20: #ececfb;
    --grey-30: #dfe1f4;
    --grey-40: #babcd2;
    --grey-50: #9fa2b9;
    --grey-60: #5e6077;
    --grey-70: #383a4d;
    --grey-80: #2a2b3a;
    --grey-85: #212230;
    --grey-90: #171825;
    --grey-95: #0b0d1c;
    --grey-100: #010314;
    --error: #e23453;
    --bg-body: var(--grey-100);
    --border-color: var(--grey-80);
    --material-effect: 0 0 0 2px rgba(0, 0, 0, .05), 0 0 0 1px hsla(0, 0%, 100%, .1), inset 0 0.5px 0 hsla(0, 0%, 100%, .5);
    --text-subtle: var(--grey-50);
    --text-muted: var(--grey-40);
    --text-body: var(--grey-30);
    --text-headings: #fff;
    --text-links: var(--primary-60);
    --text-links-hover: var(--primary-40);
    --text-code: var(--text-headings);
    --text-ul-bullet: var(--green-medium);
    --text-ol-bullet: var(--green-medium);
    --text-ol-bullet-color: var(--green-darkest);
    --text-highlight: rgba(136, 89, 255, .2);
    --text-highlight-hover: rgba(136, 89, 255, .35);
    --btn-bg-glow: hsla(0, 0%, 100%, .4);
    --btn-bg-primary: rgba(133, 92, 241, .8);
    --btn-bg-primary-hover: var(--btn-bg-primary);
    --btn-color-primary: #fff;
    --btn-bg-secondary: rgba(52, 44, 65, .8);
    --btn-bg-secondary-hover: var(--btn-bg-secondary);
    --btn-color-secondary: var(--text-headings);
    --btn-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 rgba(0, 0, 0, .05);
    --index-ventures: #fff;
    --sequoia: #fff;
    --kleiner-perkins: #fff;
    --fw-hair: 100;
    --fw-thin: 200;
    --fw-extralight: 250;
    --fw-light: 300;
    --fw-book: 350;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-black: 800;
    --fw-heavy: 900;
    --fw-h1: var(--fw-medium);
    --fw-h2: var(--fw-medium);
    --fw-h3: var(--fw-medium);
    --fw-h4: var(--fw-medium);
    --fw-h5: var(--fw-medium);
    --fw-h6: var(--fw-medium);
    --font-size-root: 16px;
    --font-size-base: 16px;
    --font-size-sm: 0.7rem;
    --font-size-xs: 0.6rem;
    --font-size-xxs: 0.5rem;
    --font-size-h1: 4.25rem;
    --font-size-h2: 3.5rem;
    --font-size-h3: 1.6rem;
    --font-size-h4: 1.2rem;
    --font-size-h5: 1.05rem;
    --font-size-h6: 0.9rem;
    --line-height-base: 1.55;
    --line-height-sm: 1.428571429;
    --line-height-xs: 1.142857143;
    --line-height-h1: 1.1;
    --line-height-h2: 1.15;
    --line-height-h3: 1.25;
    --line-height-h4: 1.3;
    --line-height-h5: 1.142857143;
    --line-height-h6: 1.555555556;
    --margin-bottom-base: var(--token-20);
    --headings-margin-bottom: var(--margin-bottom-base);
    --link-decoration: none;
    --link-hover-decoration: none;
    --width: 90vw;
    --max-width: 1200px;
    --token-02: 0.1rem;
    --token-04: 0.2rem;
    --token-08: 0.4rem;
    --token-12: 0.6rem;
    --token-16: 0.8rem;
    --token-20: 1rem;
    --token-24: 1.2rem;
    --token-32: 1.6rem;
    --token-40: 2rem;
    --token-48: 2.4rem;
    --token-56: 2.8rem;
    --token-64: 3.2rem;
    --token-72: 3.6rem;
    --token-80: 4rem;
    --token-88: 4.4rem;
    --token-96: 4.8rem;
    --token-104: 5.2rem;
    --token-112: 5.6rem;
    --token-120: 6rem;
    --token-128: 6.4rem;
    --token-156: 7.8rem;
    --radius-round: 50%;
    --radius-lg: var(--token-32);
    --radius-md: var(--token-24);
    --radius-sm: var(--token-12);
    --radius-xs: var(--token-08);
    --radius-xxs: var(--token-04);
    --shadow-sm: rgba(50, 50, 93, .08) 0 8px 18px -4px;
    --shadow-md: rgba(50, 50, 93, .25) 0 12px 28px -4px;
    --iso-rotation: rotateX(60deg) rotateY(0deg) rotateZ(45deg);
    --perspective: 1600px;
    --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --header-height: 77px;
}

@media (max-width:1199px) {
    :root {
        --font-size-h1: 3.5rem;
        --font-size-h2: 2.5rem;
    }
}

@media (max-width:999px) {
    :root {
        --font-size-root: 15px;
        --font-size-h1: 3rem;
        --font-size-h2: 2rem;
        --header-height: 0px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

* {
    box-sizing: border-box;
}

::selection {
    background: var(--primary);
    color: #fff !important;
    text-shadow: none;
    -webkit-text-fill-color: #fff;
}

img::selection {
    background: var(--primary-20);
}

html {
    scroll-behavior: auto !important;
}

@media (max-width:768px) {
    html {
        font-size: 14px;
    }
}

#__next {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

#__content {
    flex: 1 1;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: var(--bg-body);
    background-image: linear-gradient(to bottom, var(--bg-body-rgba) 0, var(--bg-body-alt) 40%, var(--bg-body-rgba) 100%), linear-gradient(to top, var(--bg-body-alt) 0, var(--bg-body-rgba) 100%);
    background-position: top, bottom;
    background-size: 100% 1600px, 100% 800px;
    background-repeat: no-repeat;
    color: var(--text-body);
    font-size: var(--font-size-base);
    font-family: var(--font-family-base);
    line-height: var(--line-height-base);
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    font-weight: 300;
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: var(--margin-bottom-base);
}

a {
    color: #fff;
    font-weight: 500;
    -webkit-text-decoration: underline solid var(--grey-60) 1px;
    text-decoration: underline solid var(--grey-60) 1px;
    transition: color .2s var(--ease-in-out);
    text-underline-offset: 3px;
}

a:hover {
    color: var(--grey-20);
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--text-headings);
    margin-top: 0;
    margin-bottom: var(--headings-margin-bottom);
    font-feature-settings: "kern" 1, "liga" 1, "salt" 1;
    font-family: var(--font-family-headings);
}

h1 {
    font-weight: var(--fw-h1);
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
}

h2 {
    font-weight: var(--fw-h2);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
}

h3 {
    font-weight: var(--fw-h3);
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
}

h4 {
    font-weight: var(--fw-h4);
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
}

h5 {
    font-size: var(--font-size-h5);
    line-height: var(--line-height-h5);
}

h5 {
    font-weight: var(--fw-h6);
}

p {
    font-weight: 400;
    font-family: var(--font-family-base);
    font-size: .9rem;
}

dl p,
ol p,
ul p {
    margin-bottom: var(--token-20);
}

table {
    vertical-align: top;
    width: 100%;
    margin: var(--token-24) 0;
    border: 1px solid var(--border-color);
    border-spacing: 0;
    border-collapse: separate;
    border-radius: var(--radius-sm);
    color: var(--text-body);
    caption-side: bottom;
    font-size: var(--font-size-sm);
}

th {
    vertical-align: bottom;
    color: var(--text-headings);
    font-weight: var(--fw-semibold);
    font-size: var(--font-size-sm);
    text-transform: uppercase;
}

td,
th {
    padding: var(--token-08) var(--token-16);
    text-align: inherit;
}

td {
    vertical-align: top;
    border-top: 1px solid var(--border-color);
}

tr:nth-child(2n) td {
    background: hsla(0, 0%, 100%, .015);
}

tr:last-child td:first-child {
    border-bottom-left-radius: var(--radius-sm);
}

tr:last-child td:last-child {
    border-bottom-right-radius: var(--radius-sm);
}

/*! CSS Used from: https://alphapartner.vip/_next/static/css/32da1e711b2349e9.css */
body {
    overflow-x: hidden;
}

.styles_container__aXv_A {
    max-width: var(--max-width);
    width: calc(100% - 8vw);
    margin: 0 auto;
}

@media (max-width:768px) {
    .styles_container__aXv_A {
        width: calc(100% - 64px);
    }
}

.styles_planList__FpyXt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(var(--columns, 3), 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.styles_planListItem__snxQA,
.styles_plan__6xPnr {
    display: contents;
}

@media (max-width:850px) {
    .styles_planList__FpyXt {
        gap: 20px;
    }

    .styles_planListItem__snxQA,
    .styles_planList__FpyXt,
    .styles_plan__6xPnr {
        display: flex;
        flex-direction: column;
    }
}

.styles_planHeader__G_CBs {
    background-color: var(--grey-90);
    border-left: 1px dashed var(--border-color);
    border-bottom: 0;
    padding: 22px 28px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    position: relative;
}

.styles_planListItem__snxQA:last-child .styles_planHeader__G_CBs {
    border-right: 1px dashed var(--border-color);
}

.styles_planHeader__G_CBs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba("255,255,255", .02), rgba("255,255,255", .1));
    background: linear-gradient(to top, rgba(var(--spot-color, "255,255,255"), .02), rgba(var(--spot-color, "255,255,255"), .1));
}

.styles_planHeaderBorder__hcva_ {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 1px;
    background-color: rgb("255,255,255");
    background-color: rgb(var(--spot-color, "255,255,255"));
    z-index: 1;
    pointer-events: none;
}

.styles_planHeaderBorder__hcva_:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(270deg, transparent, #fff);
    opacity: .3;
}

.styles_planListItem__snxQA:not(:first-child) .styles_planHeaderBorder__hcva_ {
    left: -.5px;
}

.styles_planListItem__snxQA:not(:last-child) .styles_planHeaderBorder__hcva_ {
    right: -.5px;
}

.styles_planHeaderHighlight___M1aT {
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 50%;
    filter: blur(30px);
    border-radius: 50%;
    background-color: rgba("255,255,255", .3);
    background-color: rgba(var(--spot-color, "255,255,255"), .3);
    z-index: -1;
    pointer-events: none;
}

.styles_planHeaderBackground__G5Hly {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.styles_planHeaderBackgroundIcon__2hgb8 {
    position: absolute;
    top: 0;
    right: 0;
    height: 133%;
    aspect-ratio: 1/1;
    transform: translate(33%, -33%);
    opacity: .02;
}

.styles_icon__FfaXx {
    width: 38px;
    height: 38px;
    position: relative;
    margin-left: -2px;
    margin-top: 4px;
    margin-bottom: 2px;
    z-index: 1;
}

.styles_title__n3Zfu {
    font-size: 1.4rem;
    font-weight: var(--fw-semibold);
    margin: 0;
    z-index: 1;
}

.styles_description__4Ll5N {
    font-size: var(--font-size-h5);
    color: var(--text-muted);
    margin: 0;
    z-index: 1;
}

.styles_planPricing__3Meom {
    padding-left: 28px;
    padding-right: 28px;
    border-left: 1px dashed var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    background-color: var(--grey-90);
    position: relative;
}

.styles_planPricing__3Meom:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba("255,255,255", .02);
    background-color: rgba(var(--spot-color, "255,255,255"), .02);
    pointer-events: none;
    z-index: 1;
}

.styles_planListItem__snxQA:last-child .styles_planPricing__3Meom {
    border-right: 1px dashed var(--border-color);
}

.styles_action__T9FqN {
    margin-left: -4px;
}

.styles_planFeatures__gdGSy {
    border-left: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
    padding: 24px 16px 12px;
    background-color: var(--grey-90);
    box-shadow: var(--shadow-sm);
    position: relative;
}

.styles_planFeatures__gdGSy:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba("255,255,255", .02);
    background-color: rgba(var(--spot-color, "255,255,255"), .02);
    z-index: 1;
}

.styles_planListItem__snxQA:last-child .styles_planFeatures__gdGSy {
    border-right: 1px dashed var(--border-color);
}

.styles_container__t_Zam {
    display: flex;
    flex-direction: column;
}

.styles_caption__ueK_T {
    font-size: var(--font-size-h6);
    font-weight: var(--fw-medium);
    color: var(--text-subtle);
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
}

.styles_features__cbI3s {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.styles_featuresItem__j_5Y2 {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.styles_featuresItem__j_5Y2:first-child {
    padding-top: 0;
}

.styles_featuresItem__j_5Y2:not(:last-child) {
    border-bottom: 1px dashed var(--border-color);
}

.styles_featureTitle__MRAbU {
    font-weight: var(--fw-medium);
    font-size: var(--font-size-h5);
    margin: 0;
}

.styles_featureDescription__85b2z {
    font-size: var(--font-size-h6);
    color: var(--text-subtle);
    margin: 0;
}

.styles_topper__jBpLT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: calc(72px + var(--header-height));
    padding-bottom: 96px;
}

.styles_container__X16mn {
    max-width: var(--max-width);
    width: calc(100% - 8vw);
    margin: 0 auto;
}

@media (max-width:768px) {
    .styles_container__X16mn {
        width: calc(100% - 64px);
    }
}

@media (max-width:999px) {
    .styles_topper__jBpLT {
        padding-top: calc(128px + var(--header-height));
        padding-bottom: 64px;
    }
}

.styles_title__dGVJL {
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    font-weight: var(--fw-semibold);
    text-align: center;
    max-width: 18ch;
    text-wrap: balance;
    margin: 0;
    padding: 0;
}

@media (max-width:1199px) {
    .styles_title__dGVJL {
        font-size: var(--font-size-h1);
        line-height: var(--line-height-h1);
    }
}

.styles_subtitle__cj5Bd {
    font-size: var(--font-size-h4);
    color: var(--text-muted);
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (min-width:1199px) {
    .styles_subtitle__cj5Bd {
        font-size: var(--font-size-h4);
        color: var(--text-muted);
        text-align: center;
        margin: 0;
        padding: 0 250px;
    }
}

.styles_background__17jqp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: none;
    pointer-events: none;
    z-index: -1;
    opacity: 1;
    overflow: hidden;
}

@media (max-width:999px) {
    .styles_background__17jqp {
        height: 500px;
    }
}

.styles_characters__hC0Ky,
.styles_gradient___ILlX {
    width: 100%;
    height: 100%;
}

.styles_characters__hC0Ky {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform-origin: center;
    transition: transform 2s cubic-bezier(.5, 1, .89, 1), opacity 1s cubic-bezier(.5, 1, .89, 1);
}

.styles_characters__hC0Ky canvas {
    position: relative;
    left: 50%;
    transform: translateX(-40%);
    max-width: none;
    min-width: 120%;
    height: auto;
}

@media (max-width: 1199px) {
    .styles_characters__hC0Ky canvas {
        min-width: 100%;
    }
}

.styles_characters__hC0Ky[data-loaded=true] {
    opacity: 1;
}

.styles_gradient___ILlX {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to bottom, transparent, var(--bg-body));
}

.styles_text__Fvsk7 {
    --x: 50%;
    --y: 50%;
    --width: 50%;
    padding-bottom: .1em;
    background: radial-gradient(50% 100% at 50% 50%, #fff 30%, hsla(0, 0%, 100%, .5) 100%);
    background: radial-gradient(var(--width) 100% at var(--x) var(--y), #fff 30%, hsla(0, 0%, 100%, .5) 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.styles_container__SJTUX {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    max-width: var(--max-width);
    width: calc(100% - 8vw);
    margin: 148px auto;
}

@media (max-width:768px) {
    .styles_container__SJTUX {
        gap: 40px;
        width: calc(100% - 64px);
        margin-top: 112px;
    }
}

.styles_headline__wF_2J {
    font-size: 3rem;
    font-weight: var(--fw-medium);
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (max-width:999px) {
    .styles_headline__wF_2J {
        font-size: 2rem;
    }
}

.styles_questionList__yPTDy {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 640px;
    width: 100%;
}

.styles_question__j5K4J {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.styles_question__j5K4J:not(:last-child) {
    border-bottom: 1px dashed var(--border-color);
}

.styles_trigger__DHA9z {
    text-align: left;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: var(--text-body);
    display: flex;
    justify-content: space-between;
    padding-top: var(--token-20);
    padding-bottom: var(--token-20);
    gap: var(--token-20);
}

.styles_triggerText__U6_q2 {
    flex: 1 1;
    margin: 0;
    padding: 0;
    font-weight: var(--fw-medium);
    font-size: var(--font-size-h5);
    color: var(--text-headings);
}

.styles_iconContainer__97bjV {
    width: 16px;
    height: 16px;
    position: relative;
    margin-top: 2px;
}

.styles_icon__R5ILX {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s var(--ease-out-expo);
}

.styles_question__j5K4J[data-state=closed] .styles_icon__R5ILX[data-state=open] {
    transform: rotate(-90deg);
    opacity: 0;
}

.styles_question__j5K4J[data-state=closed] .styles_icon__R5ILX[data-state=closed] {
    transform: rotate(0deg);
    opacity: 1;
}

.styles_content__zJyc0[data-state=closed] {
    animation: styles_item-close__7j2xf .3s var(--ease-out-expo);
}

.styles_container__N_Sr9 {
    max-width: var(--max-width);
    width: calc(100% - 8vw);
    margin: 0 auto;
}

@media (max-width:768px) {
    .styles_container__N_Sr9 {
        width: calc(100% - 64px);
    }
}

.styles_topper__IcnKy {
    position: relative;
    z-index: 40;
    margin-top: 0;
    margin-top: var(--sticky-top, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 96px;
    padding-bottom: 64px;
}

.styles_headline__tGZiY {
    font-size: 3rem;
    font-weight: var(--fw-medium);
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (max-width:999px) {
    .styles_headline__tGZiY {
        font-size: 2rem;
    }
}

.styles_subheadline__iubrH {
    font-size: var(--font-size-h5);
    color: var(--text-muted);
    text-align: center;
    margin: 0;
    padding: 0;
}

.styles_compareHeader__T6XKp {
    padding-top: 0;
    padding-top: var(--sticky-top, 0);
    margin-top: calc(-1 * 0px);
    margin-top: calc(-1 * var(--sticky-top, 0px));
    position: sticky;
    top: 0;
    z-index: 30;
    pointer-events: none;
}

.styles_compareHeader__T6XKp:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    height: var(--sticky-top, 0);
    background-color: var(--bg-body);
}

.styles_plans__jVNe1 {
    display: grid;
    grid-template-columns: var(--column-start) repeat(var(--columns), 1fr);
    position: relative;
}

.styles_plans__jVNe1:before {
    content: "";
    position: absolute;
    left: var(--column-start-percent);
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--bg-body);
}

.styles_plans__jVNe1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: var(--column-start-percent);
    height: calc(0px - 50px);
    height: calc(var(--header-height, 0px) - 50px);
    background: linear-gradient(to top, transparent, var(--bg-body));
}

.styles_plan__DGtJC {
    position: relative;
    border-top: 1px dashed var(--border-color);
    border-bottom: 1px dashed var(--border-color);
    pointer-events: auto;
}

.styles_planLockup__q14aI {
    padding: 16px 26px 20px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.styles_plan__DGtJC:nth-child(2) .styles_planLockup__q14aI {
    padding-left: 18px;
}

.styles_planLockup__q14aI:after {
    content: "";
    position: absolute;
    left: 0;
    left: var(--left-padding, 0);
    right: 0;
    right: var(--right-padding, 0);
    top: 0;
    bottom: 0;
    background-color: var(--grey-90);
    opacity: 1;
    z-index: -1;
}

.styles_planLockup__q14aI .styles_planLockupTopBorder__xFLZG {
    position: absolute;
    left: 0;
    left: var(--left-padding, 0);
    right: 0;
    right: var(--right-padding, 0);
    height: 1px;
    top: -1px;
    background-color: rgb("255,255,255");
    background-color: rgb(var(--spot-color, "255,255,255"));
    pointer-events: none;
}

.styles_planLockup__q14aI .styles_planLockupTopBorder__xFLZG:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(270deg, transparent, #fff);
    opacity: .3;
}

.styles_planLockup__q14aI .styles_planLockupBorder__KB_z0 {
    position: absolute;
    left: 0;
    left: var(--left-padding, 0);
    right: 0;
    right: var(--right-padding, 0);
    top: 0;
    bottom: 0;
    border-left: 1px dashed var(--border-color);
    border-right: 1px dashed var(--border-color);
    pointer-events: none;
}

.styles_planLockup__q14aI .styles_planLockupHighlight__0SXIZ {
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 50%;
    filter: blur(30px);
    border-radius: 50%;
    background-color: rgba("255,255,255", .3);
    background-color: rgba(var(--spot-color, "255,255,255"), .3);
    z-index: -2;
    pointer-events: none;
}

.styles_planLockup__q14aI .styles_planLockupGradient__pNO2F {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    left: var(--left-padding, 0);
    right: 0;
    right: var(--right-padding, 0);
    background: linear-gradient(0deg, rgba("255,255,255", .02), rgba("255,255,255", .08));
    background: linear-gradient(to top, rgba(var(--spot-color, "255,255,255"), .02), rgba(var(--spot-color, "255,255,255"), .08));
    pointer-events: none;
}

.styles_planLockup__q14aI .styles_planLockupHeader__630dl {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.styles_planLockup__q14aI .styles_planLockupTitle__EadU_ {
    font-weight: var(--fw-semibold);
    font-family: var(--font-family-headings);
    font-size: var(--font-size-h5);
    margin: 0;
}

.styles_planLockup__q14aI .styles_planLockupIcon__ftLm1 {
    position: relative;
    width: 28px;
    height: 28px;
    margin-left: -2px;
}

.styles_planLockup__q14aI .styles_planLockupPrice__5g8bz {
    position: relative;
    margin: 0;
    font-weight: var(--fw-medium);
}

.styles_planLockup__q14aI .styles_planLockupPrice__5g8bz .styles_planLockupPriceCaption__wzvwh {
    color: var(--text-muted);
    font-weight: var(--fw-regular);
}

.styles_planLockup__q14aI .styles_planLockupAction__8hgG9 {
    position: relative;
    margin-left: -2px;
    margin-top: 6px;
}

.styles_plus__cldtf {
    width: 8px;
    height: 8px;
    position: relative;
}

.styles_plus__cldtf:after,
.styles_plus__cldtf:before {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: 10;
}

.styles_plus__cldtf:before {
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    transform: translateY(-50%);
}

.styles_plus__cldtf:after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 8px;
    transform: translateX(-50%);
}

.styles_planTopPlus__4UvxY {
    position: absolute;
    top: -4px;
    pointer-events: none;
    display: none;
    z-index: 10;
}

.styles_plan__DGtJC:nth-child(2) .styles_planTopPlus__4UvxY {
    display: block;
    left: -4px;
    transform: translateX(.5px) translateY(-.5px);
}

.styles_plan__DGtJC:last-child .styles_planTopPlus__4UvxY {
    display: block;
    right: -4px;
    transform: translateX(-.5px) translateY(-.5px);
}

.styles_planBottomPlus__pJ_48 {
    position: absolute;
    bottom: -4px;
    pointer-events: none;
    display: none;
    z-index: 10;
}

.styles_plan__DGtJC:nth-child(2) .styles_planBottomPlus__pJ_48 {
    display: block;
    left: -4px;
    transform: translateX(.5px) translateY(.5px);
}

.styles_plan__DGtJC:last-child .styles_planBottomPlus__pJ_48 {
    display: block;
    right: -4px;
    transform: translateX(-.5px) translateY(.5px);
}

.styles_table__PRUc8 {
    margin: 0;
    display: grid;
    grid-template-columns: var(--column-start) repeat(var(--columns), 1fr);
    scroll-margin-top: 90px;
    position: relative;
    z-index: 0;
    z-index: var(--z-index, 0);
    --sticky-cell-height: 64px;
}

.styles_table__PRUc8:not(:first-of-type) {
    --sticky-cell-height: 112px;
}

.styles_table__PRUc8,
.styles_table__PRUc8 tbody tr td,
.styles_table__PRUc8 thead,
.styles_table__PRUc8 tr {
    border: none;
    background-color: transparent;
}

.styles_table__PRUc8 tbody,
.styles_table__PRUc8 thead,
.styles_table__PRUc8 tr {
    display: contents;
}

.styles_table__PRUc8 td,
.styles_table__PRUc8 th {
    padding: 0;
    border-radius: 0;
}

.styles_tableBodyCell__ijoNo,
.styles_tableHeadCell__bsJ2J {
    position: relative;
}

.styles_tableBodyCell__ijoNo:not(:first-child):before,
.styles_tableHeadCell__bsJ2J:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    left: var(--left-padding, 0);
    right: 0;
    right: var(--right-padding, 0);
    top: 0;
    bottom: 0;
    border-left: 1px dashed var(--border-color);
    border-right: 1px dashed var(--border-color);
    pointer-events: none;
}

table thead tr th.styles_tableHeadCell__bsJ2J {
    min-height: 0;
    min-height: var(--header-height, 0);
    margin-top: calc(-1 * (0px - 0px));
    margin-top: calc(-1 * (var(--header-height, 0px) - var(--sticky-cell-height, 0px)));
    padding: 14px 12px;
    border-bottom: 1px solid var(--border-color);
}

table thead tr th.styles_tableHeadCell__bsJ2J:first-child {
    position: sticky;
    top: 0;
    top: var(--sticky-top, 0);
    z-index: 20;
    background-color: var(--bg-body);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.styles_tableHeadCellTitle__0DZp2 {
    display: flex;
    margin: 0;
}

.styles_tableHeadCellTitle__0DZp2 a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--font-size-h6);
    text-transform: none;
    color: var(--grey-60);
    font-weight: var(--fw-semibold);
    -webkit-text-decoration: none;
    text-decoration: none;
}

.styles_tableHeadCellTitle__0DZp2 a .styles_anchorIcon__xEX3t {
    width: 14px;
    height: 14px;
    color: var(--grey-60);
    opacity: 0;
    transition: .2s var(--ease-out-expo);
}

.styles_tableHeadCellTitle__0DZp2 a .styles_anchorIcon__xEX3t:hover {
    color: var(--grey-50);
}

.styles_tableHeadCellTitle__0DZp2 a:hover .styles_anchorIcon__xEX3t {
    opacity: 1;
}

table tbody tr td.styles_tableBodyCell__ijoNo {
    padding: 16px 26px;
    border-bottom: 1px dashed var(--border-color);
    display: flex;
    flex-direction: column;
}

table tbody tr td.styles_tableBodyCell__ijoNo:first-child,
table tbody tr td.styles_tableBodyCell__ijoNo:last-child {
    border-radius: 0;
}

table tbody tr td.styles_tableBodyCell__ijoNo:first-child {
    flex-direction: row;
    align-items: start;
    gap: 8px;
    padding-left: 12px;
}

table tbody tr td.styles_tableBodyCell__ijoNo:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    left: var(--left-padding, 0);
    right: 0;
    right: var(--right-padding, 0);
    top: 0;
    bottom: 0;
    background-color: var(--grey-90);
    z-index: -1;
    opacity: .2;
    pointer-events: none;
}

table tbody tr td.styles_tableBodyCell__ijoNo.styles_tableBodyCellFilled__LIWYD:not(:first-child):after {
    opacity: .5;
}

.styles_tableBottomPlus__BOjvt,
.styles_tableTopPlus___fqmF {
    position: absolute;
    pointer-events: none;
    display: none;
    z-index: 20;
}

table.styles_pinnedEnd__l16x6 .styles_tableBottomPlus__BOjvt,
table.styles_pinnedStart__IJl4b .styles_tableTopPlus___fqmF {
    opacity: 0;
}

tr:first-child .styles_tableBodyCell__ijoNo:nth-child(2) .styles_tableTopPlus___fqmF {
    display: block;
    top: -4px;
    left: -4px;
    transform: translateX(.5px) translateY(-.5px);
}

tr:first-child .styles_tableBodyCell__ijoNo:last-child .styles_tableTopPlus___fqmF {
    display: block;
    top: -4px;
    right: -4px;
    transform: translateX(-.5px) translateY(-.5px);
}

tr:last-child .styles_tableBodyCell__ijoNo:nth-child(2) .styles_tableBottomPlus__BOjvt {
    display: block;
    bottom: -4px;
    left: -4px;
    transform: translateX(.5px) translateY(.5px);
}

tr:last-child .styles_tableBodyCell__ijoNo:last-child .styles_tableBottomPlus__BOjvt {
    display: block;
    bottom: -4px;
    right: -4px;
    transform: translateX(-.5px) translateY(.5px);
}

.styles_item___Ow38 {
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.styles_itemTitle__0sorr {
    margin: 0;
    font-weight: var(--fw-medium);
}

.styles_tableBodyCellText___4SLo {
    margin: 0;
}

.styles_container__WaVeN {
    max-width: var(--max-width);
    width: calc(100% - 8vw);
    margin: 0 auto;
}

@media (max-width:768px) {
    .styles_container__WaVeN {
        width: calc(100% - 64px);
    }
}

.styles_topper__DH6Vx {
    position: relative;
    z-index: 40;
    margin-top: 0;
    margin-top: var(--sticky-top, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 124px;
    padding-bottom: 36px;
}

.styles_headline__0F4vS {
    font-size: 3rem;
    font-weight: var(--fw-medium);
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (max-width:999px) {
    .styles_headline__0F4vS {
        font-size: 2rem;
    }
}

.styles_subheadline__xIMKw {
    font-size: var(--font-size-h5);
    color: var(--text-muted);
    text-align: center;
    margin: 0;
    padding: 0;
}

.styles_tabs__jffTl {
    --sticky-top: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(-1 * 88px);
    margin-top: calc(-1 * var(--sticky-top));
    position: relative;
}

@media (max-width:768px) {
    .styles_tabs__jffTl {
        --sticky-top: 76px;
    }
}

.styles_plus__f3TEW {
    width: 8px;
    height: 8px;
    position: relative;
}

.styles_plus__f3TEW:after,
.styles_plus__f3TEW:before {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: 10;
}

.styles_plus__f3TEW:before {
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    transform: translateY(-50%);
}

.styles_plus__f3TEW:after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 8px;
    transform: translateX(-50%);
}

.styles_plusTopLeft__aiA7E {
    position: absolute;
    left: 0;
    top: var(--sticky-top);
    transform: translateX(-50%) translateY(-50%);
    z-index: 20;
}

.styles_plusTopRight__Nr1rk {
    position: absolute;
    right: 0;
    top: var(--sticky-top);
    transform: translateX(50%) translateY(-50%);
    z-index: 20;
}

.styles_plusBottomLeft__h0D76 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    z-index: 30;
}

.styles_plusBottomRight__PaOy7 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(50%) translateY(50%);
    z-index: 30;
}

.styles_tabsWrapper__74aYO {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

.styles_tabList__NJhvu {
    padding-top: var(--sticky-top);
    width: 100%;
    background-color: var(--bg-body);
    border-bottom: 1px dashed var(--border-color);
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
}

.styles_tabListItem__0WDai {
    background-color: var(--grey-95);
    border-top: 1px solid rgba("255,255,255", .5);
    border-top: 1px solid rgba(var(--spot-color, "255,255,255"), .5);
    padding: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

@media (max-width:420px) {
    .styles_tabListItem__0WDai {
        gap: 4px;
    }
}

.styles_tabListItem__0WDai:after,
.styles_tabListItem__0WDai:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed var(--border-color);
}

.styles_tabListItem__0WDai:before {
    left: 0;
    opacity: 0;
}

.styles_tabListItem__0WDai:after {
    right: 0;
}

.styles_tabListItem__0WDai:first-child:before {
    opacity: 1;
}

.styles_tabListItem__0WDai:has(.styles_tabTrigger__EMC6y[aria-selected=true]) {
    background-color: var(--grey-90);
    border-top: 1px solid rgba("255,255,255", 1);
    border-top: 1px solid rgba(var(--spot-color, "255,255,255"), 1);
}

.styles_tabListItem__0WDai:has(.styles_tabTrigger__EMC6y[aria-selected=true]):after,
.styles_tabListItem__0WDai:has(.styles_tabTrigger__EMC6y[aria-selected=true]):before {
    opacity: 1;
}

.styles_tabListItemGradient__kKhCG {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba("255,255,255", .08), transparent);
    background: linear-gradient(to bottom, rgba(var(--spot-color, "255,255,255"), .08), transparent);
}

.styles_tabListItemHighlight___aANV {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: radial-gradient(farthest-side at bottom center, rgba("255,255,255", .3), transparent);
    background: radial-gradient(farthest-side at bottom center, rgba(var(--spot-color, "255,255,255"), .3), transparent);
    pointer-events: none;
    opacity: .4;
    transform: translateY(-100%) scale(.75);
    transform-origin: bottom center;
    transition: .2s ease;
}

.styles_tabListItemHighlight___aANV:has(+.styles_tabTrigger__EMC6y[aria-selected=true]) {
    transform: translateY(-100%) scale(1);
    opacity: 1;
}

.styles_tabTrigger__EMC6y {
    border: 0;
    padding: 0;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.styles_tabTrigger__EMC6y:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.styles_planPrice__T2KLE {
    font-size: var(--font-size-h6);
    color: var(--text-subtle);
    margin: 0;
    text-align: center;
    opacity: .4;
    position: relative;
    z-index: 1;
}

.styles_tabTrigger__EMC6y[aria-selected=true]+.styles_planPrice__T2KLE {
    opacity: 1;
}

.styles_tabIcon__NVMf8 {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 1;
    color: var(--text-subtle);
    opacity: .4;
}

.styles_tabTrigger__EMC6y[aria-selected=true] .styles_tabIcon__NVMf8 {
    opacity: 1;
}

.styles_tabText__jTjU8 {
    position: relative;
    z-index: 1;
    color: var(--text-muted);
    font-size: var(--font-size-h5);
    font-weight: var(--fw-semibold);
    opacity: .5;
}

.styles_tabTrigger__EMC6y[aria-selected=true] .styles_tabText__jTjU8 {
    opacity: 1;
    color: var(--text-body);
}

.styles_plan__4dANz,
.styles_tabContent__qqKO0 {
    width: 100%;
}

.styles_section__cR0gs,
.styles_sections__Sv8c_ {
    display: flex;
    flex-direction: column;
}

.styles_section__cR0gs {
    padding-top: 24px;
    border-left: 1px dashed var(--border-color);
    border-right: 1px dashed var(--border-color);
}

.styles_section__cR0gs:first-child {
    padding-top: 0;
}

.styles_sectionTitle__GIy9t {
    font-size: var(--font-size-h6);
    font-weight: var(--fw-semibold);
    color: var(--grey-50);
    padding: 12px 14px;
    margin: 0;
    position: sticky;
    top: 170px;
    z-index: 2;
    background-color: var(--bg-body);
    border-bottom: 1px solid var(--border-color);
}

@media (max-width:768px) {
    .styles_sectionTitle__GIy9t {
        top: 152px;
    }
}

.styles_sectionBody__8rPoc {
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: var(--grey-95);
}

.styles_sectionItem__CsjKE {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 12px;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px dashed var(--border-color);
}

.styles_sectionItemTitleText__wHTMs {
    display: inline;
    font-size: var(--font-size-h5);
    font-weight: var(--fw-medium);
    color: var(--text-body);
    margin: 0;
}

.styles_sectionItemValue__9bSy4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
}

.styles_sectionItemValueText__g_Ybe {
    font-size: var(--font-size-h5);
    font-weight: var(--fw-normal);
    color: var(--text-muted);
    margin: 0;
    text-align: right;
}

.styles_sectionItemValueIcon__pENhQ {
    font-size: var(--font-size-h5);
    height: 1.55em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.styles_emptyIcon__0k6G_ {
    color: var(--grey-60);
    width: 16px;
    height: 16px;
    margin-right: -3px;
}

.styles_desktop__q2c4q {
    display: block;
}

@media (max-width:999px) {
    .styles_desktop__q2c4q {
        display: none;
    }
}

.styles_mobile__a4fwm {
    display: none;
}

@media (max-width:999px) {
    .styles_mobile__a4fwm {
        display: block;
    }
}

.styles_container__9cN8d {
    max-width: var(--max-width);
    width: calc(100% - 8vw);
    margin: 0 auto;
}

@media (max-width:768px) {
    .styles_container__9cN8d {
        width: calc(100% - 64px);
    }
}

.styles_grid__c_Xfk {
    display: grid;
    grid-template-columns: var(--column-start) repeat(1, 1fr);
    grid-template-columns: var(--column-start) repeat(var(--columns, 1), 1fr);
}

.styles_gridLines__zrR2G {
    grid-column-start: 2;
    grid-column-end: span var(--columns);
    height: 120px;
    border-left: 1px dashed var(--border-color);
    border-right: 1px dashed var(--border-color);
}

@media (max-width:999px) {
    .styles_gridLines__zrR2G {
        grid-column-start: 1;
        grid-column-end: span calc(var(--columns) + 1);
        height: 72px;
    }
}

.styles_content__zHPSX {
    grid-column-start: 2;
    grid-column-end: span var(--columns);
    background-color: var(--grey-90);
    border: 1px dashed var(--border-color);
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-right: 8px;
}

@media (max-width:999px) {
    .styles_content__zHPSX {
        grid-column-start: 1;
        grid-column-end: span calc(var(--columns) + 1);
    }
}

.styles_plus__TalFU {
    position: absolute;
    width: 8px;
    height: 8px;
}

.styles_plus__TalFU:after,
.styles_plus__TalFU:before {
    content: "";
    position: absolute;
    background-color: #fff;
}

.styles_plus__TalFU:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 4px;
    transform: translateY(-.5px);
}

.styles_plus__TalFU:after {
    width: 1px;
    height: 100%;
    left: 4px;
    top: 0;
    transform: translateX(-.5px);
}

.styles_plusTopLeft__yfeol {
    top: -4px;
    left: -4px;
    transform: translateX(-.5px) translateY(-.5px);
}

.styles_plusTopRight__kMyth {
    top: -4px;
    right: -4px;
    transform: translateX(.5px) translateY(-.5px);
}

.styles_plusBottomLeft__3Hovc {
    bottom: -4px;
    left: -4px;
    transform: translateX(-.5px) translateY(.5px);
}

.styles_plusBottomRight__OCd_L {
    bottom: -4px;
    right: -4px;
    transform: translateX(.5px) translateY(.5px);
}

.styles_contentLeft__MEeBs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 22px 24px;
}

.styles_contentLeft__MEeBs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, var(--primary));
    opacity: .03;
}

.styles_headline__3FoXS {
    font-size: var(--font-size-h4);
}

.styles_description__JPlV2,
.styles_headline__3FoXS {
    margin: 0;
    position: relative;
}

.styles_action__fSPJU {
    margin-top: 8px;
    margin-left: -2px;
    position: relative;
}

.styles_illustrationContainer__XOFg9 {
    position: relative;
}

.styles_illustration__w2XBd {
    position: absolute;
    width: 100%;
    height: 200px;
    max-height: calc(100% - 6px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://alphapartner.vip/image/bg.svg);
    background-repeat: no-repeat;
}

.styles_illustration__w2XBd img {
    display: none;
}

.FeaturedAddOns_container__Ary2q {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    max-width: var(--max-width);
    width: calc(100% - 8vw);
    margin: 0 auto;
}

@media (max-width:768px) {
    .FeaturedAddOns_container__Ary2q {
        width: calc(100% - 64px);
    }
}

@media (max-width:850px) {
    .FeaturedAddOns_container__Ary2q {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.FeaturedAddOns_header__WPu_g {
    grid-column: span 1;
    padding-top: 100px;
    padding-right: 24px;
}

@media (max-width:850px) {
    .FeaturedAddOns_header__WPu_g {
        padding-right: 0;
        padding-top: 72px;
    }
}

.FeaturedAddOns_headerContent__gwLGX {
    border-top: 1px dashed var(--border-color);
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: max(90px, 20%);
}

@media not (max-width:850px) {
    .FeaturedAddOns_headerContent__gwLGX {
        min-height: 0;
        min-height: var(--min-height, 0);
    }
}

@media (max-width:850px) {
    .FeaturedAddOns_headerContent__gwLGX {
        padding-bottom: 12px;
        position: relative;
        top: 0;
    }
}

.FeaturedAddOns_headline__cBRGR {
    font-size: var(--font-size-h3);
    font-weight: var(--fw-medium);
    line-height: 1.2;
    margin: 0;
    text-wrap: balance;
    max-width: 260px;
}

.FeaturedAddOns_grid___LJIY {
    display: grid;
    grid-template-columns: repeat(calc(var(--columns) - 1), 1fr);
    grid-column: span calc(var(--columns) - 1);
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width:850px) {
    .FeaturedAddOns_grid___LJIY {
        gap: 20px;
    }
}

.FeaturedAddOns_connector__sPygX,
.FeaturedAddOns_gridItem__0NbQo {
    grid-column: span calc(var(--columns) - 1);
}

.FeaturedAddOns_connector__sPygX {
    background-image: radial-gradient(hsla(0, 0%, 100%, .075) 1px, transparent 0);
    background-size: 4px 4px;
    background-position: 1px 1px;
    border-left: 1px dashed var(--border-color);
    border-right: 1px dashed var(--border-color);
    height: 44px;
    position: relative;
}

.FeaturedAddOns_gridItem__0NbQo:first-child .FeaturedAddOns_connector__sPygX {
    height: 100px;
}

.FeaturedAddOns_connector__sPygX:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top left, transparent, var(--grey-95));
    z-index: -1;
    opacity: .75;
}

@media (max-width:850px) {
    .FeaturedAddOns_connector__sPygX {
        display: none;
    }
}

.FeaturedAddOns_addOn__CeTqZ {
    border: 1px dashed var(--border-color);
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--grey-90);
}

.FeaturedAddOns_addOn__CeTqZ:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba("255,255,255", .02), rgba("255,255,255", .08));
    background: linear-gradient(to top, rgba(var(--spot-color, "255,255,255"), .02), rgba(var(--spot-color, "255,255,255"), .08));
    pointer-events: none;
}

@media (max-width:850px) {
    .FeaturedAddOns_addOn__CeTqZ {
        display: flex;
        flex-direction: column;
    }
}

.FeaturedAddOns_addOnBorder__LNYkh {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 1px;
    background-color: rgb("255,255,255");
    background-color: rgb(var(--spot-color, "255,255,255"));
    pointer-events: none;
}

.FeaturedAddOns_addOnBorder__LNYkh:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(270deg, transparent, #fff);
    opacity: .3;
}

.FeaturedAddOns_addOnHighlight__SKCBy {
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 50%;
    filter: blur(30px);
    border-radius: 50%;
    background-color: rgba("255,255,255", .3);
    background-color: rgba(var(--spot-color, "255,255,255"), .3);
    z-index: -1;
    pointer-events: none;
}

.FeaturedAddOns_addOnBackground__kbkHo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.FeaturedAddOns_addOnBackgroundIcon__qkfXG {
    position: absolute;
    top: 0;
    right: 0;
    height: 260px;
    aspect-ratio: 1/1;
    transform: translate(33%, -33%);
    opacity: .02;
}

.FeaturedAddOns_addOnSection__CZ_DB {
    padding: 22px 12px;
    display: flex;
    flex-direction: column;
}

@media (max-width:850px) {
    .FeaturedAddOns_addOnSection__CZ_DB:last-child:has(.FeaturedAddOns_addOnFeatures__SNZ67) {
        margin-top: -20px;
    }

    .FeaturedAddOns_addOnSection__CZ_DB:last-child:not(:has(.FeaturedAddOns_addOnFeatures__SNZ67)) {
        display: none;
    }
}

.FeaturedAddOns_addOnHeader__60w3k {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    padding-bottom: 16px;
}

.FeaturedAddOns_icon__aL9OR {
    width: 38px;
    height: 38px;
    position: relative;
    margin-left: -2px;
    margin-top: 4px;
    margin-bottom: 2px;
    z-index: 1;
}

.FeaturedAddOns_titleLockup__iUYoF {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.FeaturedAddOns_title__lxcEv {
    font-size: 1.4rem;
    font-weight: var(--fw-semibold);
    margin: 0;
    z-index: 1;
}

.FeaturedAddOns_tag__GzZxu {
    margin: 0;
    padding: 3px 8px;
    background-color: rgb("255,255,255");
    background-color: rgb(var(--spot-color, "255,255,255"));
    color: var(--bg-body);
    text-transform: uppercase;
    font-weight: var(--fw-bold);
    font-size: var(--font-size-xs);
    border-radius: 999px;
    transform: translateY(-2px);
}

.FeaturedAddOns_description__c70n7 {
    font-size: var(--font-size-base);
    color: var(--text-muted);
    margin: 0;
    z-index: 1;
}

.FeaturedAddOns_addOnPricing__SS5Qf {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.FeaturedAddOns_action__BSTHQ {
    margin-left: -4px;
}

.FeaturedAddOns_pricingHints__hVqzw {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 8px;
    gap: 2px;
}

.FeaturedAddOns_pricingHint__iRNPh {
    font-size: var(--font-size-h6);
    color: var(--text-subtle);
    margin: 0;
}

.FeaturedAddOns_illustrationContainer__ecTaY {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    justify-content: flex-end;
    margin-left: -28px;
    margin-right: -28px;
    margin-bottom: -22px;
}

:not(.FeaturedAddOns_addOnFeatures__SNZ67)~.FeaturedAddOns_illustrationContainer__ecTaY {
    margin-top: 24px;
}

.FeaturedAddOns_addOnFeatures__SNZ67~.FeaturedAddOns_illustrationContainer__ecTaY {
    display: none;
}

@media (max-width:850px) {
    .FeaturedAddOns_illustrationContainer__ecTaY {
        display: none;
    }
}

.FeaturedAddOns_illustration__h3yok {
    aspect-ratio: var(--aspect-ratio);
    width: calc(100%);
    position: relative;
}

.FeaturedAddOns_addOnFeatures__SNZ67 {
    padding-top: 86px;
    margin-left: -12px;
    margin-right: -12px;
}

@media (max-width:850px) {
    .FeaturedAddOns_addOnFeatures__SNZ67 {
        padding-top: 0;
        margin-bottom: -10px;
    }
}

.styles_container__iFEmp {
    max-width: var(--max-width);
    width: calc(100% - 49vw);
    margin: 0 auto;
    padding-top: 17px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rules {
    text-align: center;
    margin-top: 150px;
    font-size: 3rem;
}

@media (max-width:768px) {
    .styles_container__iFEmp {
        width: calc(100% - 64px);
    }
}

.styles_headline__j4MJY {
    font-size: var(--font-size-h5);
    line-height: 1.5;
    color: var(--text-subtle);
    text-align: center;
    text-wrap: pretty;
    margin-top: 48px;
    order: 10;
}

@media (max-width:768px) {
    .styles_headline__j4MJY {
        margin-top: 36px;
    }
}

@media not (max-width:820px) {
    .styles_headline__j4MJY {
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(to right, var(--grey-50), var(--text-body), var(--grey-50));
        -webkit-text-fill-color: transparent;
    }
}

.styles_grid__eZieA {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: repeat(var(--columns, 1), 1fr);
    align-items: center;
    justify-items: center;
    place-items: center;
    grid-gap: 1rem;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 32px 0 8px;
    position: relative;
    overflow: hidden;
    display: none;
}

.styles_grid__eZieA:before {
    background: radial-gradient(farthest-side at bottom center, var(--primary), transparent);
    opacity: .4;
}

.styles_grid__eZieA:after,
.styles_grid__eZieA:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.styles_grid__eZieA:after {
    background: radial-gradient(farthest-side at bottom center, #fff, transparent);
    opacity: .1;
    transform: scale(.6);
    transform-origin: bottom center;
}

.styles_gridItem__EWsmp {
    position: relative;
    width: 100%;
    aspect-ratio: 5/2;
    max-width: 150px;
}

.styles_logo__A_kvP {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.styles_logo__A_kvP img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.styles_divider__J_IRo {
    height: 1px;
    width: calc(100% + 4rem);
    background: linear-gradient(to right, transparent, var(--primary), transparent);
    margin-left: -2rem;
    margin-right: -2rem;
    position: relative;
}

.styles_divider__J_IRo:after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 4rem;
    right: 4rem;
    bottom: 0;
    height: 48px;
    transform: translateY(100%);
    background: radial-gradient(farthest-side at top center, var(--primary), transparent);
    opacity: .2;
}

.Cta_container__pNx4T {
    padding: 0 var(--token-32);
    top: 0;
    overflow: hidden;
    position: relative;
}

.Cta_container__pNx4T h2 {
    text-align: center;
    margin-bottom: var(--token-20);
}

@media (max-width:999px) {
    .Cta_container__pNx4T {
        padding: 0;
    }
}

.Cta_gradientWrapper__lGHRR {
    height: 100%;
    background: radial-gradient(140% 107.13% at 50% 10%, transparent 37.41%, #63e 69.27%, #fff 100%);
    border-radius: var(--token-48);
}

.Cta_maxWidthWrapper__su_4C {
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

@media (max-width:599px) {
    .Cta_maxWidthWrapper__su_4C {
        max-width: calc(100% - var(--token-40));
    }
}

@media (min-width:600px) and (max-width:999px) {
    .Cta_maxWidthWrapper__su_4C {
        max-width: calc(100% - var(--token-128));
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    .Cta_maxWidthWrapper__su_4C {
        max-width: 850px;
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .Cta_maxWidthWrapper__su_4C {
        max-width: 1000px;
    }
}

@media (min-width:1500px) and (max-width:1999px) {
    .Cta_maxWidthWrapper__su_4C {
        max-width: 1100px;
    }
}

@media (min-width:2000px) {
    .Cta_maxWidthWrapper__su_4C {
        max-width: 1200px;
    }
}

@media (max-width:999px) {
    .Cta_maxWidthWrapper__su_4C {
        padding: var(--token-128) var(--token-24);
    }
}

.styles_heading__gOFHc {
    display: flex;
    max-width: 680px;
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

@media (max-width:768px) {
    .styles_heading__gOFHc {
        padding: 0 2rem;
        font-size: .9rem;
    }
}

.styles_title__vat3u {
    margin: 0 auto;
    line-height: 1em;
    text-align: center;
    font-size: 3.25rem;
    letter-spacing: -.02em;
}

.styles_title__vat3u:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media (max-width:768px) {
    .styles_title__vat3u {
        font-size: 2rem;
        line-height: 1.125;
    }

    .styles_title__vat3u:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.styles_text__6QNZg {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.styles_divider__elk7j {
    width: 100%;
    height: 1px;
    position: relative;
}

.styles_divider__elk7j:before {
    bottom: 0;
    z-index: 0;
    content: "";
    width: 500px;
    height: 40px;
    position: absolute;
    left: calc(50% - 250px);
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, transparent, rgba(143, 120, 255, .5) 50%, transparent);
    border-image-slice: 1;
    background: radial-gradient(50% 100% at 50% 100%, rgba(157, 137, 255, .1) 0, rgba(1, 3, 20, 0) 100%);
}

.styles_divider__elk7j:after {
    top: 0;
    z-index: 0;
    content: "";
    width: 1000px;
    height: 80px;
    position: absolute;
    left: calc(50% - 500px);
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg, transparent, rgba(143, 120, 255, .5) 50%, transparent);
    border-image-slice: 1;
    background: radial-gradient(43.9% 100% at 50% 0, rgba(157, 137, 255, .15) 0, rgba(1, 3, 20, 0) 100%);
}

.Layout_layout__6J70X {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.Layout_main__k2ohw {
    flex-grow: 1;
    min-width: 100%;
    overflow-x: clip;
    position: relative;
}

.Layout_main__k2ohw.Layout_bleed__5ANsQ {
    margin-top: calc(-1 * var(--header-height));
}

#plain-chat {
    display: none !important;
}

.styles_iconContainer__97bjV {
    display: none;
}

/*! CSS Used from: https://alphapartner.vip/css/public.css */
.footer-title {
    width: 300px !important;
    margin-top: 30px;
    color: #5e6077 !important;
    line-height: 23px;
}

.Footer_navigation__Yj_7L {
    grid-template-columns: 1fr 1fr 1fr !important;
}

.Header_logo__sUWiP {
    width: 100px;
    height: auto !important;
}

.myCustomClass {
    display: flex;
    flex-wrap: wrap;
    width: 150px;
}

.myCustomClass a {
    flex: 0 0 27%;
    margin: 4px 0;
}

body {
    overflow-x: hidden;
}

.styles_viewportContainer__7MPlQ {
    top: 90px;
    width: 100vw;
    z-index: 100;
    display: flex;
    position: absolute;
    align-items: center;
    pointer-events: none;
    justify-content: center;
}

.Header_logo__sUWiP {
    width: 150px;
}

.Footer_logo__ZNv_V {
    width: 150px;
}

@media (max-width:999px) {
    .Footer_navigation__Yj_7L {
        grid-template-columns: 1fr !important;
    }

    .Footer_copyrightBreak__yeGun {
        display: none;
    }
}

@media (max-width: 768px) {
    .styles_heading__gOFHc {
        padding: 0 2rem;
        font-size: 10px;
    }

    .rules {
        text-align: center;
        margin-top: 150px;
        font-size: 2rem;
    }

    .styles_text__6QNZg {
        font-size: 11px;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {
    .Footer_navigation__Yj_7L {
        margin-left: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 98px;
    }

    .Footer_list__FsWR4:nth-of-type(1) {
        margin-left: 20px;
    }
}

.custom-dextools-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-left: 8px;
    opacity: 0.9;
}

.custom-dextools-link:hover {
    opacity: 1;
}

.custom-dextools-link img {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
}

.custom-dextools-link .label {
    color: #9aa0b4;
    font-size: 12px;
    line-height: 1;
}

/*! CSS Used from: Embedded */
:root {
    --system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue";
    --font-family-base: "__Inter_d65c78", "__Inter_Fallback_d65c78", var(--system-fonts);
    --font-family-monospace: "__Roboto_Mono_43fb55", "__Roboto_Mono_Fallback_43fb55", monospace;
}

/*! CSS Used from: Embedded */
.FeaturedAddOns_headline__cBRGR {
    max-width: 400px !important;
}

.FeaturedAddOns_container__Ary2q,
.rules,
.styles_container__iFEmp,
.styles_desktop__q2c4q,
.styles_container__SJTUX,
.styles_mobile__a4fwm,
.styles_contentLeft__MEeBs,
.styles_gridLines__zrR2G {
    display: none !important;
}

/*! CSS Used from: Embedded */
@media (max-width:"1500px"){
    :root {
        --leva-colors-elevation1: #292d39;
        --leva-colors-elevation2: #181c20;
        --leva-colors-elevation3: #373c4b;
        --leva-colors-accent1: #0066dc;
        --leva-colors-accent2: #007bff;
        --leva-colors-accent3: #3c93ff;
        --leva-colors-highlight1: #535760;
        --leva-colors-highlight2: #8c92a4;
        --leva-colors-highlight3: #fefefe;
        --leva-colors-vivid1: #ffcc00;
        --leva-colors-folderWidgetColor: var(--leva-colors-highlight2);
        --leva-colors-folderTextColor: var(--leva-colors-highlight3);
        --leva-colors-toolTipBackground: var(--leva-colors-highlight3);
        --leva-colors-toolTipText: var(--leva-colors-elevation2);
        --leva-radii-xs: 2px;
        --leva-radii-sm: 3px;
        --leva-radii-lg: 10px;
        --leva-space-xs: 3px;
        --leva-space-sm: 6px;
        --leva-space-md: 10px;
        --leva-space-rowGap: 7px;
        --leva-space-colGap: 7px;
        --leva-fonts-mono: ui-monospace, SFMono-Regular, Menlo, 'Roboto Mono', monospace;
        --leva-fonts-sans: system-ui, sans-serif;
        --leva-fontSizes-root: 11px;
        --leva-fontSizes-toolTip: var(--leva-fontSizes-root);
        --leva-sizes-rootWidth: 280px;
        --leva-sizes-controlWidth: 160px;
        --leva-sizes-numberInputMinWidth: 38px;
        --leva-sizes-scrubberWidth: 8px;
        --leva-sizes-scrubberHeight: 16px;
        --leva-sizes-rowHeight: 24px;
        --leva-sizes-folderTitleHeight: 20px;
        --leva-sizes-checkboxSize: 16px;
        --leva-sizes-joystickWidth: 100px;
        --leva-sizes-joystickHeight: 100px;
        --leva-sizes-colorPickerWidth: var(--leva-sizes-controlWidth);
        --leva-sizes-colorPickerHeight: 100px;
        --leva-sizes-imagePreviewWidth: var(--leva-sizes-controlWidth);
        --leva-sizes-imagePreviewHeight: 100px;
        --leva-sizes-monitorHeight: 60px;
        --leva-sizes-titleBarHeight: 39px;
        --leva-shadows-level1: 0 0 9px 0 #00000088;
        --leva-shadows-level2: 0 4px 14px #00000033;
        --leva-borderWidths-root: 0px;
        --leva-borderWidths-input: 1px;
        --leva-borderWidths-focus: 1px;
        --leva-borderWidths-hover: 1px;
        --leva-borderWidths-active: 1px;
        --leva-borderWidths-folder: 1px;
        --leva-fontWeights-label: normal;
        --leva-fontWeights-folder: normal;
        --leva-fontWeights-button: normal;
    }
}

/*! CSS Used keyframes */
@keyframes styles_item-close__7j2xf {
    0% {
        opacity: 1;
        height: var(--radix-accordion-content-height);
    }

    to {
        opacity: 0;
        height: 0;
    }
}