@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap);

/*
font-family: "Roboto", sans-serif;
*/
html {
    min-height: 100%;
    height: 100%;
}

body {
    background-color: #45219B;
    background-image: linear-gradient(0deg, #45219B, #210C58);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.24;
    font-optical-sizing: auto;
    min-height: 100vh;
    min-height: 100svh;
    position: relative;
    min-width: 320px;
}

strong {
    font-weight: 700;
}

/* main */
.layout {
    background: url(/landings/298344/1775117989/images/bg-curve.svg) no-repeat center bottom;
    background-size: 100% auto;
    height: 100vh;
    height: 100svh;
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.layout::after {
    background: url(/landings/298344/1775117989/images/bg-mob.jpg) no-repeat center;
    background-size: cover;
    content: '';
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.layout.bg-start::after {
    opacity: 1;
}

.btn {
    background-color: #45219B;
    background-image: linear-gradient(0deg, #45219B, #210C58 50%, #45219B 100%);
    background-size: auto 200%;
    background-position: left bottom;
    border: none;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 54px;
    max-width: 280px;
    width: 85%;
    padding: 8px 25px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    outline: 0;
    position: relative;
    z-index: 1;
    transition: background-position 0.2s;
}

.btn:hover {
    background-position: left top;
}

.btn-radio {
    padding: 5px 65px;
    max-width: 440px;
    width: 100%;
}

.btn-radio input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.btn-radio .checkmark {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 12px;
    position: absolute;
    height: 32px;
    width: 32px;
    z-index: 0;
    transform: translateY(-50%);
}

.btn-radio .checkmark::after {
    background-color: #7952DF;
    border-radius: 50%;
    content: "";
    opacity: 0;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    position: absolute;
    transition: opacity 0.2s;
}

.btn-radio input:checked~.checkmark::after {
    opacity: 1;
}

.btn-wrap {
    -webkit-animation: slide-in 0.75s ease-out 0.25s both;
    animation: slide-in 0.75s ease-out 0.25s both;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* step */
.step {
    -webkit-animation: slide-in 0.5s ease-out both;
    animation: slide-in 0.5s ease-out both;
    background: url(/landings/298344/1775117989/images/step-bg.svg) no-repeat center;
    background-color: #fff;
    background-size: 100% auto;
    border-radius: 16px;
    box-shadow: 0 10px 125px rgba(127, 20, 208, 0.34);
    color: #5F5F86;
    display: none;
    flex-direction: column;
    text-align: center;
    padding: 45px 20px;
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
    position: relative;
}

.step:not(.show) {
    opacity: 0;
    pointer-events: none;
}

.step.show {
    display: flex;
    z-index: 3;
}

.step__logo {
    margin: 0 auto 28px;
}

.step__content {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.step__content .btn-wrap {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.step__title {
    color: #1E0A52;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.step-1 {
    justify-content: center;
}

.step__txt {
    font-weight: 300;
}

.step__footer {
    margin: 30px auto 0;
    width: 90%;
}

.step-1 .step__logo {
    margin-bottom: 38px;
}

.step-1 .step__title {
    font-weight: 700;
    margin-bottom: 18px;
}

.step-quiz {
    -webkit-animation: none;
    animation: none;
    background: none;
    border-radius: 0;
    padding: 0;
    height: 100%;
    width: auto;
    max-width: 575px;
}

.step__inner {
    background: url(/landings/298344/1775117989/images/step-bg.svg) no-repeat center top 10%;
    background-color: #fff;
    background-size: 100% auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 30px 20px 34px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px;
    z-index: 1;
    margin: 0 auto;
    max-width: 460px;
}

.step__inner .step__content {
    -webkit-animation: slide-in 0.5s ease-out both;
    animation: slide-in 0.5s ease-out both;
}

.step__pic {
    height: 100%;
}

.step__pic img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

/* progress */
.progress {
    margin: 0 auto;
    width: calc(100% - 26px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: -1;
}

.progress__line {
    height: 6px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.progress__status {
    background-color: #45219B;
    background-image: linear-gradient(0deg, #45219B, #210C58);
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
}

/* video */
.step-video {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.step__content,
.step__footer {
    flex-shrink: 0;
}

.step-video .step__video {
    flex: 1;
    min-height: 0;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}

.step__video video {
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 125px rgba(127, 20, 208, 0.34);
}

@media screen and (min-width: 576px) {
    .layout::after {
        background-image: url(/landings/298344/1775117989/images/bg.jpg);
    }
}

@media screen and (min-width: 1600px),
screen and (min-width: 1600px) and (min-height: 800px) {
    body {
        font-size: 22px;
    }

    .btn {
        font-size: 20px;
        min-height: 60px;
    }

    .btn-radio .checkmark {
        left: 12px;
        height: 40px;
        width: 40px;
    }

    .step__title {
        font-size: 36px;
    }

    .step {
        max-width: 650px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .step__inner {
        max-width: 510px;
        padding-bottom: 45px;
    }

    .step-quiz {
        padding: 0;
    }
}

/* animation */
@-webkit-keyframes slide-in {
    0% {
        transform: translateY(25px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in {
    0% {
        transform: translateY(25px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}