body {
    margin: 0;
    padding: 0
}

body .land-header {
    width: 100%;
    display: block;
    background-color: #fff;
    z-index: 20
}

body .land-header__wrapper {
    max-width: 1000px;
    display: block;
    margin: auto;
    padding: 5px 20px
}

body .land-header__wrapper__logo {
    display: inline-block;
    height: auto
}

body .land-header__wrapper__logo_icon {
    height: 25px;
    margin: 5px 0
}

body .land-header__wrapper__signin {
    display: inline-block;
    float: right;
    margin: 9px 0 0;
    font-family: 'Open Sans', sans-serif
}

body .content {
    width: 100%;
    display: block;
    min-height: calc(100vh - 0px);
    margin: 0
}

body .footer {
    width: 100%;
    background-color: #282828;
    bottom: 0;
    z-index: 20;
    position: relative
}

body .footer__wrapper {
    max-width: 1000px;
    display: block;
    margin: auto;
    padding: 10px 20px
}

body .footer__wrapper_links {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    margin: 0 20px 0 0;
    font-family: 'Open Sans', sans-serif;
    transition: .7s;
    -moz-transition: .7s
}

body .footer__wrapper_links:hover {
    opacity: .7
}

@media screen and (max-width:1025px) {
    body {
        min-height: 100% !important
    }

    .footer {
        display: block !important;
        position: relative !important
    }
}

@media screen and (max-width:768px) {
    body {
        min-height: 100% !important
    }

    .footer {
        display: block !important;
        position: relative !important
    }
}

.visible {
    visibility: visible
}

.hide {
    display: none !important
}

.preloader {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -2000px;
    top: -2000px
}

.bg-step {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #0a0a0a;
    background-size: cover;
    padding: 0;
    margin: 0;
    position: relative;
    isolation: isolate;
}

.bg-step::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, .15) 0%,
            rgba(0, 0, 0, .35) 40%,
            rgba(0, 0, 0, .65) 70%,
            rgba(0, 0, 0, .85) 100%);
    z-index: 0;
    pointer-events: none;
}

.bg-step-1 {
    background-image: url(/landings/299747/1781614134/images/pink_dres.webp)
}

@media (max-width:990px) {
    .bg-step-1 {
        background-image: url(/landings/299747/1781614134/images/pink_dres.webp)
    }

    .preloader {
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        left: -2000px;
        top: -2000px
    }
}

.form-content {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.view {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0 20px 8vh;
    box-sizing: border-box;
}

.view-hero {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px 16px;
    min-height: 0;
}

.bottom-sheet {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px calc(20px + env(safe-area-inset-bottom));
    background: rgba(0, 0, 0, .94);
    border-radius: 24px;
    border: 1px solid rgba(255, 149, 0, .2);
    box-shadow: 0 -8px 40px rgba(0, 0, 0, .6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    animation: sheet-up .45s ease-out;
}

.bottom-sheet__handle {
    width: 40px;
    height: 4px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 auto 14px;
    padding: 6px 14px;
    background: #ff9500;
    color: #000;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.trust-badge__icon {
    flex-shrink: 0;
}

@keyframes sheet-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.view.center {
    padding: 15px;
    margin: auto
}

.view-content-button {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    max-width: none;
    font-size: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ff9500;
    border: none;
    border-radius: 16px;
    outline: none;
    transition: background-color .3s, transform .2s, box-shadow .3s;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: none;
    z-index: 20;
    margin: 0 auto;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .45);
}

.view-content-button__icon {
    display: none;
}

.view-content-button__label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 14px 20px;
    background-color: #ff9500;
    color: #000;
    border-radius: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.view-content-button:hover {
    background-color: #e68600;
    box-shadow: 0 6px 24px rgba(255, 149, 0, .45);
}

.view-content-button:hover .view-content-button__label {
    background-color: #e68600;
}

.view-content-button:active {
    background-color: #cc7700;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.view-content-button:active .view-content-button__label {
    background-color: #cc7700;
}

@media screen and (min-width:1025px) {
    .view-content-button:active {
        transform: scale(.98);
    }
}

.view-content-subheading {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -.01em;
    line-height: 1.55;
    padding: 0;
    color: rgba(255, 255, 255, .88);
    text-shadow: none;
    margin: 0 0 18px;
}

.banner-card {
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
    padding: 3px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ff9500 50%, #ff8c00 100%);
    box-shadow:
        0 12px 40px rgba(255, 149, 0, .25),
        0 4px 20px rgba(0, 0, 0, .5);
}

.banner {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 17px;
    object-fit: cover;
}

.form-component {
    padding: 0;
    margin: 0
}

.form-container {
    height: 100%;
    width: 100%
}

.hidden-gender-input {
    display: none
}

.validated {
    visibility: hidden
}

.options-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px
}

@media (min-width:601px) {
    .view-hero {
        padding: 40px 24px 24px;
    }

    .banner-card {
        max-width: 360px;
    }

    .bottom-sheet {
        max-width: 480px;
        margin: 0 auto;
        border-radius: 24px 24px 0 0;
        padding: 16px 28px calc(28px + env(safe-area-inset-bottom));
    }

    .view-content-subheading {
        font-size: 16px;
    }
}

@media (max-width:600px) {
    .view-hero {
        padding: 16px 16px 8px;
    }

    .banner-card {
        max-width: 240px;
    }

    .view-content-subheading {
        font-size: 14px;
    }

    .view-content-button {
        font-size: 14px;
    }

    .view-content-button__label {
        padding: 12px 16px;
        border-radius: 16px;
    }

    .options-wrapper {
        flex-direction: column;
        margin-bottom: 0
    }
}



.cnt-btn {
    display: flex;
}

.cnt-btn span {
    margin: 20px 15px;
}

.no {
    border: 3px solid #f10e0e;
    background-color: rgba(241, 14, 14, 0.3);
}

.no:hover {
    background-color: #f10e0e;
    border: 3px solid #f10e0e;
}

.yes {
    border: 3px solid #0ef116;
    background-color: rgba(22, 241, 14, 0.3);
}

.yes:hover {
    background-color: #0ef116;
    border: 3px solid #0ef116;
}

.step {
    display: none;
}

.step:nth-child(1) {
    display: flex;
}

@media (min-width:1025px) {
    .bottom-sheet {
        max-width: 520px;
        border-radius: 24px;
        margin: 0 auto 32px;
        padding: 20px 32px 32px;
    }

    .view {
        justify-content: flex-end;
        gap: 32px;
    }

    .view-hero {
        flex: 0 1 auto;
    }
}