@font-face {
    font-family: 'Noto Flags';
    src: url("fonts/Noto-Flags-xG4LArg.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Display';
    src: url("fonts/InterDisplay-Light-uWx1C41.woff2") format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Display';
    src: url("fonts/InterDisplay-Regular-L2gheJw.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Display';
    src: url("fonts/InterDisplay-Medium-QbEC2Rz.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Display';
    src: url("fonts/InterDisplay-SemiBold-OUiAi9D.woff2") format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Display';
    src: url("fonts/InterDisplay-Bold-T8ZvhVZ.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Neue Kaine';
    src: url("fonts/NeueKaine-Regular-Eb184Ux.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url("fonts/NeueKaine-SemiBold-6ysl4ZF.woff2") format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url("fonts/NeueKaine-Bold-uLjbaRF.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Kaine';
    src: url("fonts/NeueKaine-Black-zo07yNx.woff2") format('woff2');
    font-weight: 900;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    background-color: white;
    font-family: 'Inter Display', sans-serif;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-width: 402px;
}

ul {
    list-style-type: none;
}

p {
    color: #71658B;
}

.black {
    color: black !important;
}

.dark {
    color: #0A011A !important;
}

.white {
    color: white !important;
}

.green {
    color: #00CD57 !important;
}

.small {
    font-size: 14px !important;
}

.pos-rel {
    position: relative;
}

.thin {
    font-weight: 300 !important;
}

.thick {
    font-weight: 500 !important;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 700;
}


a.pink {
    position: relative;
    display: flex;
    padding: 20px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 16px;
    background: linear-gradient(90deg, #AC70EF 0%, #F27FBE 50%, #FFB681 100%);
    box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 1) inset;

    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    z-index: 5;

    @media screen and (min-width: 876px) {
        border-radius: 24px;
        padding: 22px 28px;

        font-size: 16px;
        line-height: normal;
    }
}

a.btn {
    position: relative;
    display: flex;
    padding: 20px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 16px;

    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    z-index: 5;

    @media screen and (min-width: 876px) {
        border-radius: 24px;
        padding: 22px 28px;
    }

    &.pink-outline {
        border: 2px solid transparent;
        color: #0A011A;
        background-image: linear-gradient(white, white), linear-gradient(90deg, #AC70EF 0%, #F27FBE 50%, #FFB681 100%);
        background-origin: border-box;
        background-clip: padding-box, border-box;
    }

    &.dark-blue {
        color: white;
        background: radial-gradient(163.55% 70.2% at 50% 50%, #250C56 0%, #090212 100%);
        box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.40) inset;
    }

    &.gray {
        color: #0A011A;
        background: #E8E7EA;
    }
}

a.border-btn {
    position: relative;
    display: flex;
    padding: 17px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;


    border: 1px solid transparent;
    border-radius: 16px;
    background-image: linear-gradient(#19063D, #19063D), linear-gradient(to right, rgba(255, 255, 255, 0), #9B53FF);

    color: #FFF;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    background-origin: border-box;
    background-clip: padding-box, border-box;
    z-index: 5;

    @media screen and (min-width: 876px) {
        border-radius: 24px;
        padding: 22px 28px;
    }
}

h2 {
    color: #0A011A;
    text-align: center;
    font-family: "Neue Kaine";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;

    @media screen and (min-width: 876px) {
        font-size: 48px;
        line-height: 72px;
    }
}

h3 {
    color: #0A011A;
    font-family: "Neue Kaine";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;

    @media screen and (min-width: 876px) {
        font-size: 28px;
        line-height: normal;
    }
}

h4 {
    color: #0A011A;
    font-family: "Neue Kaine";
    font-size: 16px;
    line-height: normal;
    font-weight: 700;

    @media screen and (min-width: 876px) {
        font-size: 20px;
        line-height: normal;
    }
}


.p-4 {
    padding: 1rem !important;
}

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

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

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

.mt-auto {
    margin-top: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.box {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;

    border-radius: 32px;
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;

    &.m-none {
        margin-left: 0;
        margin-right: 0;
    }

    img {
        &:not(.center):not(.start):not(.end) {
            width: -webkit-fill-available;
            width: -moz-available;
            width: stretch;
            height: auto;
        }

        &.center {
            align-self: center;
        }

        &.m-cancel {
            margin-left: -24px;
            margin-right: -24px;
        }

        &.ml-cancel {
            margin-left: -24px;
        }

        &.mr-cancel {
            margin-right: -24px;
        }

        &.mb-cancel {
            margin-bottom: -24px;
            border-bottom-left-radius: 32px;
            border-bottom-right-radius: 32px;
        }

        &.mt-cancel {
            margin-top: -24px;
            border-top-left-radius: 32px;
            border-top-right-radius: 32px;
        }
    }

    .white-btn {
        display: flex;
        padding: 10px 28px;
        min-height: 56px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);

        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        text-decoration: none;

        position: relative;
        z-index: 2;
    }

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

        @media screen and (min-width: 1200px) {
            font-size: 18px;
            line-height: 30px;
        }

        &.price {
            display: flex;
            align-items: baseline;
            font-family: "Neue Kaine";
            font-size: 28px;
            font-weight: 700;
            line-height: normal;

            .slash {
                font-weight: 400;
            }

            .duration {
                font-family: "Inter Display";
                font-size: 14px;
                font-weight: 600;
            }
        }

        strong {
            color: #0A011A;
            font-weight: 600;
        }
    }

    &.purple {
        border: 1px solid #EEE;
        background: #F5EFFF;

        .white-btn {
            color: #8650FF;
        }
    }

    &.pink {
        background: #FEF2F2;

        .white-btn {
            color: #EF7081;
        }
    }

    &.yellow {
        background: #FFF8EA;

        .white-btn {
            color: #FE8C39;
        }
    }

    &.light-blue {
        background: #EFF9FF;

        .white-btn {
            color: #326CFF;
        }
    }

    &.green {
        background: #EFFFEE;

        .white-btn {
            color: #0ABA10;
        }
    }

    &.orange {
        background: #FFEFEF;

        .white-btn {
            color: #FF4747;
        }
    }

    &.blue {
        background: #EEFCFF;

        .white-btn {
            color: #00BBE3;
        }
    }

    &.light-purple {
        background: #F3EEFF;

        .white-btn {
            color: #672BF8;
        }
    }

    &.light-orange {
        background: #FEF2F2;

        .white-btn {
            color: #FF5050;
        }
    }

    &.gray {
        background: #F7F4FC;

        .white-btn {
            color: #0A011A;
        }
    }

    &.light-purple {
        background: #F8F5FF;
    }

    &.white {
        background: white;
    }

    &.dark-blue-gradient {
        background: radial-gradient(163.55% 70.2% at 50% 50%, #210853 0%, #090212 100%);

        .badge {
            color: white;
            background: rgba(255, 255, 255, 0.15);
        }
    }

    &.pink-gradient {
        color: white;
        background: linear-gradient(119deg, #AC70EF 4.1%, #F27FBE 51.13%, #FFB681 98.16%);

        .badge {
            color: white;
            background: rgba(255, 255, 255, 0.15);
        }
    }

    &.white-bordered {
        background: white;
        border: 12px solid rgba(255, 255, 255, 0.25);
        background-clip: padding-box;
        margin: -60px 0 0 0;
        z-index: 5;

        @media screen and (min-width: 1200px) {
            border: 24px solid rgba(255, 255, 255, 0.25);
            border-radius: 48px 48px 0 0;
            margin: -24px 0 -48px 0;

            p {
                line-height: 26px;
            }
        }
    }

    &.purple-gradient {
        background: linear-gradient(180deg, #f6e9ff 0%, #fdf8ff 50%);
    }

}

.gray-back {
    display: flex;
    align-self: stretch;
    padding: 40px 0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 8px;
    background: #EFEDF5;
    clear: both;
}

.purple-back {
    display: flex;
    align-self: stretch;
    padding: 40px 0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    background: #EFEBFF;

    .box {
        gap: 16px;
    }
}

.blue-gradient {
    display: flex;
    align-self: stretch;
    justify-content: center;
    box-sizing: border-box;
    padding: 40px 0;
    background: radial-gradient(163.55% 70.2% at 50% 50%, #210853 0%, #090212 100%);

    @media screen and (min-width: 876px) {
        padding: 80px 0;
    }
}

.stretch {
    align-self: stretch;
}

.start {
    text-align: start;
    align-self: start;
}

.center {
    text-align: center;
    align-self: center;
}

.end {
    text-align: end;
    align-self: end;
}

.badge {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 48px;
    font-weight: 500 !important;
    backdrop-filter: blur(10px);

    &.pink {
        background: rgba(255, 74, 209, 0.10);
        color: #FF4AD1;
    }

    &.white-back {
        background: white;
        color: #A148FF;
    }

    &.translucent {
        color: white;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.2) 100%);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10);
    }
}

input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="tel"] {
    display: flex;
    padding: 16px;
    border-radius: 13px;
    background: #FFF;
    border: none;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #7E7D80;
    font-family: "Inter Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer {
    align-self: stretch;
    justify-content: stretch;
    display: flex;
    margin-top: 48px;
    padding: 40px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
    background: #EFEBFF;

    .container {
        @media screen and (min-width: 1200px) {
            margin-left: auto;
            margin-right: auto;
        }

        &>div:first-child {
            img {
                width: 200px;
                height: auto;
            }

            p {
                @media screen and (min-width: 1200px) {
                    max-width: 350px;
                    font-size: 14px;
                    line-height: 22px;
                }
            }
        }

        &>div:nth-child(3) {
            display: flex;
            flex-direction: column;
            gap: 20px;

            @media screen and (min-width: 1200px) {
                justify-self: end;
                align-self: start;
                gap: 24px;
                max-width: 350px;
                width: 100%;

                a.pink {
                    border-radius: 16px;
                    padding: 15px 28px;
                }
            }
        }
    }

    p {
        color: #52525B;
    }


    #footer-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;

        p {
            color: #0A011A;
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 20px;
        }

        a,
        a:visited {
            display: block;
            text-decoration: none;
            color: #0A011A;
            font-size: 14px;

            margin: 16px 0;
        }
    }

    hr {
        width: 100%;
        border: none;
        height: 1px;
        background: rgba(10, 1, 26, 0.10);
        margin: 8px 0;
    }

    .pink {
        font-size: 1rem;
    }

    .footnote {
        align-self: center;
        font-size: 12px;
        text-align: center;
    }
}


#mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -310px;
    box-sizing: border-box;
    z-index: 100;
    display: flex;

    width: 280px;
    transition: right 0.5s ease-in-out;

    padding: 64px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;

    border-radius: 48px 0px 0px 48px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #FFF;
    box-shadow: -24px 0px 27.5px 0px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(46px);

    @media screen and (min-width: 1670px) {
        display: none;
    }

    &.open {
        right: 0;
    }

    .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        margin-bottom: 1rem;

        #close-menu {
            margin-left: auto;
            display: flex;
            padding: 12px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 12px;
            background: rgba(10, 1, 26, 0.10);
            box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.10) inset;
        }
    }

    a,
    a:visited {
        color: #0A011A;
        text-decoration: none;
        font-weight: 500;
    }

    a.selected,
    a.selected:visited {
        display: flex;
        padding: 12px 20px;
        gap: 8px;
        align-self: stretch;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 700;
        background: linear-gradient(90deg, rgba(172, 112, 239, 0.10) 0%, rgba(242, 127, 190, 0.10) 50%, rgba(255, 182, 129, 0.10) 100%);

        span {
            background: linear-gradient(90deg, #AC70EF 0%, #F27FBE 50%, #FFB681 100%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    .btn,
    .pink {
        font-size: 1rem;
    }

    a.pink,
    a.pink:visited {
        color: white;
        font-weight: 600;
    }

    #language {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        align-self: stretch;

        img:last-child {
            margin-left: auto;
        }
    }
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

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

.container {
    display: grid;
    width: 100%;
    gap: 16px;
    max-width: 1440px;
    box-sizing: border-box;
}

.align-end {
    align-self: end !important;
    width: auto !important;
}

.abs {
    position: absolute;

    &.bottom {
        bottom: 0;
    }

    &.left {
        left: 0;
    }

    &.right {
        right: 0;
    }

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

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

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

.pt-0 {
    padding-top: 0 !important;
}

@media screen and (min-width: 876px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-inline-block {
        display: inline-block;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
}

.col-4 {
    grid-column: span 4;
}

.col-12 {
    grid-column: span 12;
}

@media screen and (min-width: 1200px) {
    .container {
        margin-left: 1rem;
        margin-right: 1rem;
        gap: 32px;
        grid-template-columns: repeat(12, 1fr);
    }

    .box {
        margin-left: 0;
        margin-right: 0;
        border-radius: 48px;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-4 {
        margin-top: 1rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-6 {
        margin-top: 6rem !important;
    }

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

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 6rem !important;
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pt-lg-6 {
        padding-top: 6rem !important;
    }

    .px-lg-6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .py-lg-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }

    .col-lg-2 {
        grid-column: span 2;
    }

    .col-lg-3 {
        grid-column: span 3;
    }

    .col-lg-4 {
        grid-column: span 4;
    }

    .col-lg-5 {
        grid-column: span 5;
    }

    .col-lg-6 {
        grid-column: span 6;
    }

    .col-lg-7 {
        grid-column: span 7;
    }

    .col-lg-8 {
        grid-column: span 8;
    }

    .col-lg-12 {
        grid-column: span 12;
    }

    .align-lg-start {
        align-self: start !important;
    }

    .fs-lg-18 {
        font-size: 18px !important;
        line-height: normal !important;
    }

    .fs-lg-20 {
        font-size: 20px !important;
        line-height: normal !important;
    }

    .lg-column {
        flex-direction: column !important;
    }

    .lg-start {
        text-align: start;
        align-self: start;
    }
}

@media screen and (min-width: 1440px) {
    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .d-xl-none {
        display: none;
    }

    .d-xl-block {
        display: block;
    }

    .d-xl-inline-block {
        display: inline-block;
    }

    .align-xl-start {
        align-self: start !important;
    }

    .align-xl-center {
        align-self: center !important;
    }

    .align-xl-end {
        align-self: end !important;
    }

    .mb-xl-cancel {
        margin-bottom: -24px !important;
    }
}

.my-cancel {
    margin-top: -24px;
    margin-bottom: -24px;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.md-row {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;

    @media screen and (min-width: 876px) {
        align-items: center;
        flex-direction: row;
    }
}

.lg-row {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;

    @media screen and (min-width: 1200px) {
        align-items: center;
        flex-direction: row;
    }
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 2rem;
}

.gradient-box {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;

    border-radius: 40px;
    border: 1px solid #F3F3F3;
    background: #FFF;

    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;

    color: #0A011A !important;

    &.red {
        background: linear-gradient(180deg, rgba(255, 237, 237, 0) 30%, rgba(255, 237, 237, 1));
    }

    &.yellow {
        background: linear-gradient(180deg, rgba(255, 247, 239, 0) 30%, rgba(255, 247, 239, 1));
    }

    &.blue {
        background: linear-gradient(180deg, rgba(226, 236, 255, 0) 30%, rgba(226, 236, 255, 1));
    }

    &.green {
        background: linear-gradient(180deg, rgba(216, 255, 227, 0) 30%, rgba(216, 255, 227, 1));
    }

    &.purple {
        background: linear-gradient(180deg, rgba(241, 237, 255, 0) 30%, rgba(241, 237, 255, 1));
    }

    &.pink {
        background: linear-gradient(180deg, rgba(255, 237, 254, 0) 30%, rgba(255, 237, 254, 1));
    }

    &.orange {
        background: linear-gradient(180deg, rgba(255, 236, 230, 0) 30%, rgba(255, 236, 230, 1));
    }

    &.light-orange {
        background: linear-gradient(180deg, rgba(255, 237, 237, 0) 30%, rgba(255, 237, 237, 1));
    }

    @media screen and (min-width: 876px) {
        font-size: 20px;
        line-height: 30px;
    }
}

.fw-regular {
    font-weight: 400;
}

.pink.big {
    border-radius: 24px;
    padding: 24px 62px;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;

    @media screen and (min-width: 876px) {
        border-radius: 40px;
        padding: 38px 72px;
        font-size: 28px;
        line-height: normal;
    }
}
/* The hidden attribute must always win: authored display values (e.g.
   .box { display: flex }) otherwise override the UA's [hidden] rule, which
   is why toggling .hidden from JS silently failed on boxes (crypto flow,
   payment chooser). */
[hidden] {
    display: none !important;
}
