* {
    box-sizing: border-box;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
.container {
    max-width: 95.21%;
    margin: 0 auto;
}

.welcome {
    background-image: url('/images/welcome-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100%;
    position: relative;
}
.welcome__btn {
    width: 33.21dvh;
    height: 8.23dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 59px;
    border: 1px solid #fff;
    color: #F6BD19;
    font-size: 4.53dvh;
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    bottom: 27.66%;
    left: 9.68%;
}
.welcome__note {
    position: absolute;
    bottom: 2.59dvh;
    right: 2%;
    color: #fff;
    font-size: 1dvh;
    font-weight: 400;
}
.thankyou,
.register {
    background-image: url('/images/register-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100%;
    position: relative;
    padding-top: 6dvh;
}
.register__form {
    padding: 47px 81px;
    width: 44.55%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
    position: relative;
    display: flex;
    flex-direction: column;
}
.register__grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.register__grid input:not([type="checkbox"]) {
    width: 100%;
    height: 4.18dvh;
    border-radius: 22px;
    border: 2px solid #dfe8f5;
    font-size: 2.15dvh;
    padding: 0 16px;
    color: #009490;
    direction: rtl;
}
.is-invalid {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}
.register__grid input::placeholder {
    color: #009490;
}
.row {
    display: flex;
    gap: 13px;
}
.checkbox {
    width: 18px;
    height: 18px;
    margin-top: 6px;
}
.checkbox.is-invalid {
    outline: 2px solid #e74c3c;
    outline-offset: 2px;
    accent-color: #e74c3c;
}
input[type="checkbox"],
input[type="radio"] {
    accent-color: #009490;
}
.label {
    font-size: 1.5dvh;
    color: #231F20;
}
.submit {
    width: 11.35dvw;
    height: 5.18dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #fff;
    background-color: #009490;
    border: none;
    cursor: pointer;
    margin-top: 24px;
    margin-right: auto;
    font-size: 3.24dvh;
}
.quiz {
    background-image: url('/images/quiz-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100%;
    position: relative;
    padding-top: 15dvh;
}
.quiz__step {
    gap: 14.63dvw;
}
.quiz__title {
    color: #fff;
    font-size: 4.3dvh;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.83dvh;
    width: 25.04dvw;
    border-radius: 100px;
    color: #fff;
    background-color: #009490;
}
.quiz__description {
    padding: 27px 29px 34px 42px;
    color: #009490;
    font-size: 28px;
    margin-top: 4.7dvh;
    line-height: 1.3;
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
    width: 25.04dvw;
}
[data-step="3"] .quiz__description {
    font-size: 21px;
    padding-left: 24px;
}
.quiz__description sup {
    font-size: 18px;
}
[data-step="3"] .quiz__description sup {
    font-size: 16px;
}
.quiz__options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.quiz__options__title {
    color: #F6BD19;
    font-size: 3.87dvh;
    line-height: 1.3;
    font-weight: 600;
}
.quiz__options__title span {
    font-size: 2.87dvh;
}
.quiz__option {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 4.07dvh;
    line-height: 1.2;
}
.quiz__option input[type="radio"] {
    width: 22px;
    height: 22px;
}
.quiz__btn {
    width: 11.35dvw;
    height: 5.18dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #fff;
    background-color: #009490;
    font-size: 3.7dvh;
    border: none;
    cursor: pointer;
    outline: none;
}
.quiz__note {
    position: absolute;
    bottom: 2.59dvh;
    left: 17.29dvw;
    width: 100%;
    color: #fff;
    font-size: 1.3dvh;
    display: flex;
    flex-direction: column;
    gap: 8px;
    direction: ltr;
}
.hidden {
    display: none;
}
.simple-keyboard.hg-theme-default {
    width: 44.55%;
    margin: 0 auto;
    direction: ltr;
    bottom: 75px !important;
}
.thankyou {
    background-image: url('/images/thankyou-bg.png');
    display: flex;
    align-items: center;
}
.thankyou__title {
    font-size: 8.33dvh;
    color: #F6BD19;
    font-weight: 600;
    margin-right: auto;
    margin-left: 13.06dvw;
    line-height: 1.2;
    transform: translateY(-10dvh);
}
