a {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
}

label {
    display: block;
    color: #89a2c1;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}

strong {
    font-weight: 400;
}

/*
BAD PRACTISE THIS AFFECTS ALL <p> EVEN FROM EXTERNAL SCRIPTS LIKE COOKIE MANAGEMENT
p {
    text-align: center;
    max-width: 280px;
}
*/
input[type="text"],
input[type="password"],
input[type="email"] {
    width: 250px;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

.panel {
    width: 95vw;
    max-width: 430px;
}

.show-password {
    width: 100%;
    margin-bottom: 14px;
    color: #263856;
    font-size: 14px;
}

.form-group {
    margin-bottom: 11px;
}

.description {
    text-align: center;
    max-width: 280px;
    line-height: 18px;
    color: #263856;
}

.description a {
    color: #4582c9;
    font-size: inherit;
}

.description+form {
    margin-top: 6px;
}

form+.description {
    margin-top: 20px;
}

label.error {
    color: red;
    margin: 3px 0 0;
    line-height: 13px;
    font-size: 12px;
    height:13px;
}

.divide-note {
    margin: 3px 0 10px;
    color: #89a2c1;
}

.bottom-note {
    margin: 32px 0 0;
}

.bottom-note a {
    font-size: 14px;
}

.bottom-note p {
    margin-top: 6px;
}

.privacy {
    margin-top: 30px;
}

.privacy a {
    font-size: 14px;
}

.reset-password {
    margin-top: 30px;
}

.reset-password.right-aligned{
    margin:0;
    margin-left:auto;
}
.reset-password a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

button {
    position: relative;
    min-width: 180px;
}

.btn-facebook {
    color: #376cbc;
    border: 1px solid #376cbc;
    background-color: transparent;
    width: 250px;
}

.btn-facebook:hover {
    color: #376cbc;
    border-color: #376cbc;
}

.btn-google {
    color: #d13726;
    border: 1px solid #d13726;
    background-color: transparent;
    width: 250px;
}

.btn-google:hover {
    color: #bb3122;
    border-color: #d13726;
}

.btn-row {
    margin: 9px 0 10px;
    text-align: center;
}

.btn-row-tiny {
    margin: 3px 0 3px;
    text-align: center;
}

.divider {
    height: 27px;
}

.icon-logo {
    height: 65px;
    width: 50px;
    margin-top: -50px;
    margin-bottom: 30px;
}

.logoutdesc {
    margin-top: 20px;
}

.signup-desc {
    font-size: 12px;
}

/* via covid-19-survey project page */
.panel.covid-19-survey {
    background-image: url("../png/signup-logo.3257bedb95c2.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding-top: 130px;
}

.panel.covid-19-survey .icon-logo {
    display: none;
}


/* Signup experiment B, 2021-01-22 */
.signup-columns {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.signup-column {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.signup-column.signup-column-left {
    background: #d3dfef;
}

.signup-column-inside {
    margin: 0 auto;
}

.signup-illustration-wrapper {
    border-bottom: 2.8px solid rgb(177, 189, 206);
    width: 315px;
    margin: 0 auto;
}

.signup-illustration {
    height: 231px;
    display: block;
    margin: 0 auto;
}

.signup-illustration-2 {
    height: 300px;
    display: block;
    margin: 40px auto;
}

.signup-tagline {
    color: rgb(38, 56, 86);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 35.2px auto 0;
    max-width: 446px;
}

.signup-tagline-colored {
    color: #ff7c11;
}

.signup-from {
    line-height: 22px;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    color: #6F8CB1;
}

.signup-logos {
    margin: 3px auto 0;
    width: 393px;
    max-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signup-logos__logo img {
    margin-right: 10px;
    display: block;
}

.signup-logos__logo {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #263856;
}

.signup-desc {
    color: rgb(38, 56, 86);
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    margin-top: 19px;
}

.signup-flex {
    margin-top: 20px;
    max-width: 446px;
    display: flex;
    align-items: center;
}

.signup-flex-illustration {
    width: 120px;
    height: 90px;
    flex-shrink: 0;
    margin-right: 43px;
}

.signup-logo {
    height: 40px;
    display: block;
    margin: 0 auto;
}

.signup-header {
    color: rgb(38, 56, 86);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-top: 40px;
}

.btn-row-socials {
    height: 50px;
    width: 136px;
    display: flex;
    justify-content: space-between;
    margin: 15px auto 0;
}

.btn-social-slim {
    width:100%;
    max-width: 448px;
    height: 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    background: #FFFFFF;
    border: 1px solid #C9D6E4;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #263856;
    text-transform: uppercase;
    margin:8px auto;
}
.signup-divide-note {
    color: rgb(142, 170, 209);
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}

input.signup-form-control-b {
    width: 295px;
    height: 36px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(142, 170, 209);
    border-radius: 2px;
    padding: 9px 11px 7px 11px;
}

.signup-form-control-b::placeholder {
    color: #8eaad1;
    opacity: 1;
}

.signup-form-b {
    width: 295px;
}

.signup-form-b .form-group {
    margin-bottom: 20px;
}

.form-group-relative {
    position: relative;
}

.show-password-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
}

.show-password-input {
    opacity: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute;
}

.show-password-eye {
    font-size: 0;
    line-height: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.show-password-eye-open {
    display: block;
}

.show-password-eye-closed {
    display: none;
}

.show-password-input:checked+.show-password-eye .show-password-eye-open {
    display: none;
}

.show-password-input:checked+.show-password-eye .show-password-eye-closed {
    display: block;
}

.btn-row-signup {
    width: 100%;
}

.signup-button {
    width: 100%;
}

.signup-to-log-in {
    margin-top: 31px;
    text-align: center;
}

.signup-to-log-in a {
    color: rgb(69, 130, 201);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    line-height: 18px;
}

.signup-privacy {

    margin-top: 20px;
    text-align: center;
}

.signup-privacy a {
    color: rgb(69, 130, 201);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    line-height: 18px;
}

.signup-clarify {
    margin: 10px auto 0;
    max-width: 232px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #8EAAD1;
}

.signup-container {
    width: 571px;
    max-width: 49vw;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 40px;
    border-radius: 16px;
    display: flex;
    margin-top: 40px;
}

.signup-review__container {
    display: flex;
    align-items: center;
    max-width: 215px;
}

.signup-review__container img {
    flex-shrink: 0;
    height: 65px;
    width: 65px;
    border-radius: 65px;
    margin-right: 27px;
}

.signup-review__name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #263856;
}

.signup-review__type {
    font-size: 16px;
    line-height: 22px;
    color: #FFAC00;
}

.signup-review__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #263856;
    text-align: left;
    max-width: 215px;
}

.signup-separator {
    background: rgb(201, 214, 228);
    width: 1px;
    margin: 0 20px;
}

/* CODE CONFIRMATION STYLES */
.phone-code-panel {
    width: 95vw;
    max-width: 690px;
    height: 372px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 640px) {
    .phone-code-panel {
        height: 431px;
    }
}

.phone-code-panel form {
    width: fit-content;
    position: relative;
}
.error-msg {
    display: none;
    position:absolute;
    top: -22px;
    width:229px;
    height: 18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #BA2136;
}
.code-desc { 
     max-width: 442px;  
     font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #263856;
}
.phone-code-panel .form-group{
    display: flex;
    flex-direction: row;
    width: 308px;
    height: 48px;
    margin-bottom: 32px;
}
@media (max-width: 640px) {
     .phone-code-panel .form-group{
        flex-direction: column;
        align-items: center;
        gap: 24px;
        height: fit-content;
    }
}
    
.phone_code {
    width: 150px;
    height: 48px;
    left: 561px;
    top: 329px;
    padding: 14px 12px;
    background: #FFFFFF;
    /* Tertiary/Gray/Dark */
    
    border: 1px solid #8FABCF;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #263856;
}

.phone-code-panel.error-code .phone_code {
    border: 1px solid #D52C43;;
}
@media (max-width: 640px) {
    .phone_code {
        width:100%;   
    }
}
.phone-code-panel.error-code .error-msg {
    display: flex;
}
.code_timer {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-left:8px;
    width: 150px;
    height: 48px;
    left: 719px;
    top: 329px;
    
    /* Tertiary/Gray/Semi 10% */
    
    background: rgba(103, 134, 172, 0.1);
    border-radius: 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */
    
    text-align: center;
    
    /* Tertiary/Gray/Dark */
    
    color: #8FABCF;
}
@media (max-width: 640px) {
    .code_timer {
        width:100%;   
    }
}
.code_timer.send_again {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    
    text-align: center;
    
    /* Secondary/Attention 2 Semi */
    
    color: #4582C9;
    cursor: pointer;
}
.code_timer.send_again:active, .code_timer.send_again:hover {
    color:#315c8d;
}
.phone-code-panel .btn-secondary {
    width: 199px;
    height: 48px;
    text-transform: uppercase;
    background-color:#7ABF43;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.phone-code-panel .btn-secondary:disabled {
    background-color:#C9D6E4;
}
.phone-code-panel .change_phone {
    margin-top: 24px;
}
@media (max-width: 640px) {
    .signup-separator {
        display: none;
    }
}

@media (max-width: 1024px) {
    .signup-column-left {
        display: none;
    }

    .signup-column-right {
        width: 100%;
    }

    .signup-logo {
        height: 30px;
    }

    .signup-illustration-wrapper {
        border-bottom: 2px solid rgb(177, 189, 206);
        width: 225px;
        margin: 20px auto 0;
    }

    .signup-illustration {
        height: 141px;
        display: block;
        margin: 0 auto;
    }

    .signup-tagline {
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        margin: 30px auto 0;
        max-width: 335px;
        text-align: center;
    }

    .signup-tagline-colored {
        margin-top: 40px;
    }

    .signup-flex-illustration {
        margin-right: 20px;
    }

    .signup-flex-text {
        font-size: 16px;
        line-height: 22px;
        color: #263856;
    }

    .signup-desc {
        color: rgb(38, 56, 86);
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        margin-top: 20px;
        max-width: 326px;
    }

    .signup-illustration-2 {
        margin: 21px auto 40px;
        width: 100%;
    }

    .signup-header {
        color: rgb(142, 170, 209);
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-top: 25px;
    }

    .btn-row-socials {
        margin-top: 15px;
        height: 56px;
    }

    .btn-row-socials img {
        height: 56px;
    }

    .signup-divide-note {
        margin-top: 0;
        height: 22px;
        color: rgb(142, 170, 209);
        font-size: 15px;
        font-weight: normal;
        line-height: 22px;
    }

    .signup-form-b {
        margin: 10px auto 0;
    }

    input.signup-form-control-b {
        height: 40px;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
    }

    .show-password-wrapper {
        width: 40px;
        height: 40px;
    }

    .show-password-eye {
        width: 40px;
        height: 40px;
    }

    .btn-primary.signup-button {
        height: 50px;
    }

    .signup-to-log-in {
        margin-top: 21px;
    }

    .signup-to-log-in a {
        color: rgb(69, 130, 201);
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        letter-spacing: 0px;
        line-height: 22px;
    }

    .signup-privacy a {
        color: rgb(69, 130, 201);
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        letter-spacing: 0px;
        line-height: 22px;
    }

    .signup-logos {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .signup-container {
        max-width: 375px;
        padding: 20px;
        width: auto;
        flex-wrap: wrap;
        background: none;
        margin: 0 auto;
    }

    .signup-review {
        margin-bottom: 10px;
        width: 100%;
        padding: 20px;
        background: #ECF4FF;
        border-radius: 12px;
        flex-wrap: nowrap;
        display: flex;
    }

    .signup-review__container {
        width: 100px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 23px;
    }

    .signup-review__container img {
        margin-right: 0;
    }

    .signup-desc-bottom {
        color: rgb(38, 56, 86);
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        margin-top: 20px;
        max-width: 326px;
        margin: 0 auto 40px;
        text-align: center;
    }
}

.promotion {
    width: 50%;
    background: #E8EFF8;
    max-height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.panel__promotion {
    width: 50%;
    max-width: inherit;
    margin: 0;
    padding-top: 70px;
    box-shadow: none;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.promotion__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #263856;
    margin-top: 0px;
    margin-bottom: 22px;
    max-width: 329px;
}

.promotion__img {
    width: 100%;
    max-width: 364px;
    margin-bottom: 32px;
}

.promotion__img_viking {
    margin-top: 0px;
    max-width: 624px;
    margin-bottom: 0px;
}

.promotion__img_global {
    max-width: 843px;
    margin-bottom: 0px;
    margin-top: -80px;
}

.promotion__time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: 144px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(74, 93, 128, 0.13);
    border-radius: 12px;
    margin-bottom: 78px;
}

.time__text {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #263856;
    margin: 0;
}

.timer__text_viking {
    margin: -30px 0 31px;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    max-width: none;
    color: #FFFFFF;
}

.time__price {
    text-decoration-line: line-through;
    font-weight: 500;
    line-height: 40px;
}

.time__free {
    color: #FF7C11;
}

.time__free-viking {
    font-weight: 700;
    color: #BF8F13;
}

.promotion__timer {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #263856;
}

.promotion__time_viking {
    width: 335px;
    height: 56px;
    box-shadow: 0px 4px 10px rgba(74, 93, 128, 0.13);
    border-radius: 12px;
    margin-bottom: 132px;
}

.promotion__timer_viking {
    color: #BF8F13;
}

.promotion__subtitle {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}



.promotion__mobile {
    display: none;
}

.without-promotion__mobile {
    display: none;
}

@media (max-width: 1600px) {
    .promotion__img_global {
        margin-top: -50px;
    }
}

@media (max-width: 950px) {

    .panel__promotion {
        width: 95vw;
        max-width: 430px;
        margin: auto;
        padding-top: 40px;
        height: auto;
        box-shadow: 3px 4px 10px 0 rgb(170 185 202 / 28%);

    }

    .promotion {
        display: none;
    }

    .promotion__global {
        padding-bottom: 0;
    }

    .promotion__mobile {
        display: flex;
        width: 335px;
        height: 129px;
        border-radius: 12px;
        margin-bottom: 30px;
        background-size: cover;
        justify-content: flex-end;
        flex-direction: column;
        padding-left: 20px;
        padding-bottom: 13px;
    }

    .promotion__timer_mobile {
        text-align: left;
        font-weight: bold;
        font-size: 22px;
        line-height: 24px;
    }

    .promotion__timer_mobile_ancestry {
        color: #4582C9;
    }

    .promotion__timer_mobile_viking {
        color: #EAAD0F;
    }

    .without-promotion__mobile {
        display: block;
    }

    .promotion__title {
        margin: 0px auto 22px;
    }

    .without-promotion__mobile_viking {
        width: 123%;
        background-color: #072B3F;
        padding-top: 84px;
        margin-top: -89px;
        margin-bottom: 24px;
    }

    .without-promotion__mobile_global {
        width: 123%;
        padding-top: 84px;
        margin-top: 25px;
        padding-bottom: 40px;
    }

    .promotion__img_global {
        margin-top: -30px;
    }

    .promotion__subtitle {
        max-width: 295px;
        font-size: 16px;
        line-height: 20px;
        margin: 0 auto 0;
    }

    .timer__text_viking {
        margin-top: 0;
        padding: 10px;
    }

    a {
        position: relative;
    }
}

@media (max-width: 380px) {
    .without-promotion__mobile_viking {
        width: 130%;
    }

    .without-promotion__mobile_global {
        width: 130%;
    }
}

@media (max-width: 360px) {
    .promotion__mobile {
        width: 284px;
        height: 109px;
        padding-left: 15px;
        padding-bottom: 7px;

    }
}

@media (max-width: 344px) {
    .without-promotion__mobile_viking {
        width: 135%;
    }

    .without-promotion__mobile_global {
        width: 130%;

    }
}


/* New signup, 2022-02; dependent on some styles from experiment B */
@font-face {
    font-family: 'Visueltpro';
    src: url("https://static.genomelink.io/static/img/signup/VisueltPro-Bold.18acd33c965a.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.signup-2022-columns {
    display: flex;
    min-height: 100vh;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

.signup-2022-column {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.signup-2022-column.signup-2022-column-left {
    width: 55%;
    width: calc(100% - 608px);
    background: #F9FCFF;
}

.signup-2022-column.signup-2022-column-right {
    width: 45%;
    width: calc(100% - (100% - 608px));
    background: #79399C;
    padding: 0;
    display: block;
}

.signup-2022-column.signup-2022-column-right img {
    width: 100%;
}

.signup-2022-column-inside {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.signup-2022-column.signup-2022-column-left .signup-2022-column-inside {
    /*
    height:100%;
    max-height: 760px;
    */
}
.signup-2022-column.signup-2022-column-right .signup-2022-column-inside {
    height: 100%;
}

.signup-2022-column .btn-primary {
    border-radius: 48px;
}

.signup-2022-header {
    font-family: Visueltpro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #263856;
}

.signup-2022-form {
    max-width: 448px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

input.signup-2022-form-control-b {
    max-width: 448px;
    width: 100%;
    height: 36px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(142, 170, 209);
    border-radius: 2px;
    padding: 9px 11px 7px 11px;
}

.signup-2022-form-control-b::placeholder {
    color: #8eaad1;
    opacity: 1;
}

.signup-2022-form .form-group {
    margin-bottom: 24px;
    margin-top: 0;
    width: 100%;
}

.signup-2022-form .btn-row-signup {
    margin-top: 16px;
}

.signup-2022-divide-note {
    margin-top: 54px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #6786AC;
}

.signup-2022-privacy {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 64px;
    text-align: center;
}

.signup-2022-privacy a {
    color: #4582C9;
    font-size: 16px;
}

.signup-2022-columns .have-an-account {
    max-width: 100%;
    width: 533px;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #263856;
}
@media (max-width: 1124px) {
    .signup-2022-columns .have-an-account {
        margin-top: 25px;
        margin-bottom: 14px;
    }
}
.signup-2022-columns .have-an-account a {
    font-size: 14px;
    line-height: 20px;
}

.signup-2022-columns .signup-logo {
    margin-bottom: 53px;
}


.three-stuffs-on-signup {
    display: flex;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #263856;
    margin: auto;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    justify-content: space-between;
    width: 336px;
    max-width: 100%;
}

.three-stuffs-on-signup div {
    display: flex;
    align-items: center;
}

.three-stuffs-on-signup img {
    margin: 0 4px 0 0;
}

.signup-2022-columns .no-trial {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #6786AC;
    margin-top: 24px;
    margin-bottom: 24px;
}

.signup-2022-columns .subtitle {
    text-align: center;
    margin: auto;
    margin-top: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #263856;
    
}

.signup-2022-columns .subtitle.margin-bottom-16 {
    margin-bottom: 16px;
}
.signup-2022-columns .subtitle-small {
    display: flex;
    margin:auto;
    margin-bottom: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #263856;
}
.signup-2022-columns .subtitle-small-success {
    text-align: center;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    text-align: center;
    color: #7ABF43;
    
    
}

.signup-2022-columns .skip-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    text-align: center;
    margin-top: 32px;
    margin-bottom: 22px;
    color: #4582C9;
    cursor: pointer;
}

.tab-selector {
    max-width: 448px;
    width: 100%;
    margin:auto;
    margin-top: 10px;
    margin-bottom: 24px;
    height:42px;
    display: flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-wrap: wrap;
    position:relative;
}

.tab-item {
    display: flex;
    align-items:center;
    justify-content:center;
    text-transform: uppercase;
    padding-top:8px;
    padding-bottom: 10px;
    width:50%;
    max-width: 200px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #6786AC;
    cursor: pointer;
    transition: all 100ms ease-in-out;
}
.tab-item:hover {
    color: #263856;
}
.tab-container {
    min-height: 373px;
    min-height: 480px;
    display:flex;
    flex-direction: column;
}
.tab-container.tab-selected-1 .tab-item:nth-of-type(1) {
   color: #263856;
   cursor: default;
}
.tab-container.tab-selected-2 .tab-item:nth-of-type(2) {
   color: #263856;
   cursor: default;
}
.tab-selected-bar {
    position: absolute;
    bottom:0;
    left:0;
    height:4px;
    width: 50%;
    max-width:200px;
    background-color:#F2690B;
    transition:all 200ms ease-in-out;
}
.tab-container.tab-selected-2 .tab-selected-bar {
    left: 100%;
    transform: translateX(-100%);
}

.tab-page {
    display: none;
    flex-direction: column;
}
.tab-container.tab-selected-1 .tab-1 {
    display: flex;
}
.tab-container.tab-selected-2 .tab-2 {
    display: flex;
}

.tab-page .iti {
    width: 100%;
}

.tab-page .iti input{
    padding-left: 52px;
}
.dna-d{
  color:#ffcb1a;  
}
.dna-n{
  color:#ff5395;
}
.dna-a{
  color:#3fe2e2;  
}
.panel-two--text-block {
    background-image: url("../svg/violet.aaae63d0a882.svg");
    background-size: 100% auto;
    background-position: 0 130%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.signup-2022-column.signup-2022-column-right.fresh{
   background:#00BDBD; 
}
.signup-2022-column-right.fresh .panel-two--text-block {
    background-image: url("../svg/cian.8c976fa9cbec.svg");
}

.signup-2022-column-right.fresh .dna-a{
  color:#8949AB;
}

.signup-2022-columns .btn-primary {
    background: #FF7922;
    border-radius: 30px;
    width: 448px;
    height:48px;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.signup-2022-columns .btn-primary:disabled{
    opacity:0.5;
}

.consent-legend {
    margin-top: 45px;
    display: flex;
    align-items:flex-start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(38, 56, 86, 0.6);
}
.consent-legend_txt {
    line-height: 20px;
}
.consent-legend b{
    font-weight: 500;
    color: #263856; 
}

.super-checkbox-button {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}

.super-checkbox-button + label {
  cursor: pointer;
  display: flex;
}

.super-checkbox-button + label .radio-circle {
  height: 18px;
  width: 18px;
  min-width: 18px;
  border: 1px solid;
  border-color: rgba(38, 56, 86, 0.6);
  border-radius: 4px;
  margin: 2px 9px 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.super-checkbox-button + label .radio-circle .radio-circle-inside {
  background: transparent;
  border-radius: 0;
  border: none;
  width: 18px;
  height: 18px;
  display: none;
}


.super-checkbox-button:checked + label .radio-circle {
  background: #ff7c11;
  border-color: #ff7c11;
}
.super-checkbox-button:checked + label .radio-circle-inside {
  display: block;
  background-size: 70% 70%;
  background-position: center 3px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5QYXRoIDY8L3RpdGxlPgogICAgPGcgaWQ9IlVwbG9hZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik9uYm9hcmRpbmctMDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NjYuMDAwMDAwLCAtNDk4LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1NTYuMDAwMDAwLCA0OTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJjaGVja2luIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjAwMDAwMCwgNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuMDE4OTYxNTgsMi42NDgwMzM0NyBDOS4xNzc5ODIsMi40MjIyNzQ0OCA5LjQ4OTkwNzMzLDIuMzY4MTcyMTkgOS43MTU2NjYzMSwyLjUyNzE5MjYgQzkuOTE2MzQwOTYsMi42Njg1NDQwOSA5Ljk4MTM4NTY0LDIuOTMwNzA5MzMgOS44ODE2Nzc0MywzLjE0NTc4MDk0IEw5LjgzNjUwNzE3LDMuMjIzODk3MzQgTDUuODM1MjUxNTksOC45MDQ0MjE4OSBDNS42NjM5NzI4Nyw5LjE0NzU4MzgxIDUuMzI2NTcwNzksOS4xODM2NjE4OSA1LjEwNzk5NDAzLDkuMDAyMTkxNTYgTDUuMDM5OTI2OTIsOC45MzM2Mjk3NSBMMi4yMjAwMzI5NSw1LjQ5NjU0ODI3IEMyLjA0NDg4MTQ4LDUuMjgzMDYxNTcgMi4wNzU5NTgzMiw0Ljk2ODAwODA4IDIuMjg5NDQ1MDMsNC43OTI4NTY2MSBDMi40NzkyMTA5OSw0LjYzNzE2NjQxIDIuNzQ5MjI3MjUsNC42NDQ0MjIwNSAyLjkyOTkwMjU1LDQuNzk3ODk1MDUgTDIuOTkzMTM2Nyw0Ljg2MjI2ODY5IEw1LjM5Niw3Ljc5IEw5LjAxODk2MTU4LDIuNjQ4MDMzNDcgWiIgaWQ9IlBhdGgtNiI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+');
}


.privacy-sms-txt {
    max-width:700px;
    width: 90%;
    margin-top: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    
    text-align: center;
    
    /* Primary/Basic Dark 60% */
    
    color: rgba(38, 56, 86, 0.6);
    opacity: 0;
}
@media (max-width: 1124px) {
    .privacy-sms-txt {
        margin-top:0;  
    }
}


.panel-two-headline {
    position: absolute;
    bottom: 129px;
    left: 42px;
    right: 42px;
    z-index: 11;
    font-family: Visueltpro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 82px;

    /* or 126% */

    color: #FFFFFF;


}

.panel-two-subline {
    position: absolute;
    bottom: 61px;
    left: 42px;
    right: 42px;
    z-index: 11;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
}

.signup-2022-main-image {
    max-height: 800px;
    object-fit: cover;
}

.signup-2022-columns .signup-desc {
    max-width: 400px;
    width: 100%;
    margin: -20px auto 0;
}

.signup-2022-columns .signup-desc a {
    color: #4582C9;
    font-size: 16px;
}

@media (max-width: 1124px) {

    .signup-2022-column.signup-2022-column-left {
        width: 60%;
        width: calc(100% - 348px);
        ;
        background: #F9FCFF;
    }

    .signup-2022-column.signup-2022-column-left .signup-2022-column-inside {
        padding: 0 15px;
    }

    .signup-2022-column.signup-2022-column-right {
        width: 40%;
        width: calc(100% - (100% - 348px));
    }

    .panel-two--text-block {
        background-position: 0 170%;
        background-size: 200% auto;
    }

    .panel-two-subline {
        bottom: 28px;
        left: 20px;
        font-size: 20px;
        line-height: 40px;
    }

    .panel-two-headline {
        bottom: 100px;
        left: 20px;
        right: 80px;
        font-size: 48px;
        line-height: 60px;
    }

    .signup-2022-main-image {
        height: 100vh;
        max-height: 100%;
    }
}

.signup-2022-column .pc-only {
    display: block !important;
}

.signup-2022-column .mobile-only {
    display: none !important;
}

@media (max-width: 800px) {

    .signup-2022-column.signup-2022-column-left {
        width: 100%;
    }

    .signup-2022-column.signup-2022-column-right {
        display: none;
    }
}

@media (max-width: 700px) {
    .signup-2022-columns {
        min-height: auto;
    }

    .signup-2022-columns .signup-desc {
        margin: 0px auto 20px;
    }

    .signup-2022-mobile-image {
        object-fit: cover;
        max-height: 310px;
        width: 100vw !important;
    }

    .signup-2022-column .pc-only {
        display: none !important;
    }

    .signup-2022-column .mobile-only {
        display: block !important;
    }

    .signup-2022-columns {
        flex-direction: column-reverse;
    }

    .signup-2022-columns .signup-logo {
        display: none;
    }

    .signup-2022-column {
        padding: 24px 0;
    }

    .signup-2022-header {
        display: none;
    }

    .signup-2022-column.signup-2022-column-left {
        width: 100%;
    }

    .signup-2022-column.signup-2022-column-right {
        width: 100%;
        display: flex;
    }

    .panel-two--text-block {
        background-position: 0 52px;
    }

    .signup-2022-column.signup-2022-column-left .signup-2022-column-inside {
        padding: 0 15px;
    }

    .three-stuffs-on-signup {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }

    .three-stuffs-on-signup div {
        white-space: nowrap;
        padding: 4px;
        letter-spacing: -0.34px;
    }

    .have-an-account {
        text-align: center;
    }

    .signup-2022-privacy {
        margin-top: 24px;
    }

    .panel-two-subline {
        bottom: 14px;
        left: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    .panel-two-headline {
        bottom: 50px;
        left: 30px;
        right: 80px;
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 430px) {
    .signup-2022-form .subtitle {
        margin-top: 18px;
    }
    .signup-2022-columns .subtitle-small {
        margin-bottom: 16px;
    }
    .signup-2022-columns .subtitle-small-success {
        margin-bottom: 16px;
        font-size:18px;
    }
    .signup-2022-columns .skip-btn {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    input.signup-2022-form-control-b {
        height: 48px;
    }
    .signup-2022-form .form-group {
        margin-top: 16px;
    }
    .signup-2022-form {
        margin-top: 16px;
    }
    .signup-2022-form .btn-row-signup {
        margin-top: 24px;
    }

    .panel-two-subline {
        bottom: 14px;
        left: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .panel-two-headline {
        bottom: 50px;
        left: 20px;
        right: 80px;
        font-size: 25px;
        line-height: 30px;
    }
    .signup-2022-form .show-password-eye {
        height: 48px;
    }
}

/* CHANGE PHONE STYLES */

input.change-phone-input {
    padding-left: 52px;
    width: 100%;
}

.iti{
    width: 100%;
}
.iti__flag-container{
    height:36px;
}

.phone-change-panel.phone-code-panel .form-group{
    flex-direction: column;
}
/* END OF CHANGE PHONE STYLES */


.mobile_beacon{
    display:none;
    width:1px;
    height:1px;
    position:absolute;
    top:100vh;
    right:100vw;
    opacity:0;
    background:none;
}

@media (max-width: 800px) {
  .mobile_beacon{
        display:block;
  }  
}
