@font-face {
    font-family: CupraRegular;
    src: url("../fonts/cupra/Cupra-Regular.eot");
    src: local('Cupra Regular'), local('Cupra-Regular'), url("../fonts/cupra/Cupra-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CupraBook;
    src: url("../fonts/cupra/Cupra-Book.eot");
    src: local('Cupra Book'), local('Cupra-Book'), url("../fonts/cupra/Cupra-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CupraLight;
    src: url("../fonts/cupra/Cupra-Light.eot");
    src: local('Cupra Light'), local('Cupra-Light'), url("../fonts/cupra/Cupra-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CupraMedium;
    src: url("../fonts/cupra/Cupra-Medium.eot");
    src: local('Cupra Medium'), local('Cupra-Medium'), url("../fonts/cupra/Cupra-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: CupraBold;
    src: local('Cupra Bold'), local('Cupra-Bold'), url("../fonts/cupra/Cupra-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.CupraLight {
    font-family: CupraLight, Arial, sans-serif;
}

.CupraBook {
    font-family: CupraBook, Arial, sans-serif;
}

.CupraRegular {
    font-family: CupraRegular, Arial, sans-serif;
}

.CupraMedium {
    font-family: CupraMedium, Arial, sans-serif;
}

.CupraBold {
    font-family: CupraBold, Arial, sans-serif;
}


.form-title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.form-inner-title{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.form-intro-text{
    font-size: 1.1rem;
    line-height: 130%;
    color: #75787B;
}
.born-pick {
    color: #75787B;
    font-size: .9rem;
}

.px-45 {
    padding: 0 1.8rem;
}

.p-45 {
    padding: 1rem;
}

body {
    font-family: CupraRegular, Arial, sans-serif;
    color: #242221;
    min-height: 100vh;
}

.mw-logo {
    width: 375px
}

.wx-born {
    width: auto;
    height: 100px;
}

.form-select {
    color: #75787B;
}
.form-select option:disabled {
    color: #75787B;
}

.form-floating-radio label {
    height: calc(2.2rem + 2px);
    line-height: 1.25;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .85rem;
}

.form-check label, .legal_text_label {
    font-size: .85rem;
    line-height: 16px;
    color: rgba(17, 17, 17, .8)
}

.form-check-inline {
    margin-right: 0.9rem;
}

.form-check-input.rgpd_acc {
    margin-top: 0
}

span.is-invalid {
    font-size:  .9rem;
    line-height:normal;
    color: #dc3545;
    display: block;
    margin-top: .25em;
}

.form-legal {
    font-size:  .9rem;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #747474;
}

.fs-legal {
    font-size: 13px;
}

.fs-legal-radio {
    font-style: normal;
    font-family: CupraRegular, serif;
    font-size: 15px;
}

.cupra-bg-image {
    background-color: #010101;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-mobile .born-logo {
    height: 10em;
}

.page-h {
    height: calc(100vh - 85px);
}

.min-btn {
    min-width: 100%;
}
.fs-label {
    color: rgba(17, 17, 17, .8);
    font-size: .95rem !important;
}

.auto-size-logo{
    width: 100%;
    height: auto;
    max-width: 375px;
    width: min(65vw, 375px);
}
.new-logo{
left: 1.75rem;
top: 1.75rem;
}

/*X-Small devices (portrait phones, less than 576px)*/

@media (max-width: 991.98px) {
    .cupra-bg-image {
        background-image: none;
        background-color: transparent;
    }

    .form-over {
        position: relative;
        top: -10rem;
    }
}

@media (max-width: 575.98px) {
    .form-over {
        position: relative;
        top: -5rem;
    }
    .born-over-image {
        object-fit: contain;
        height: 350px;
    }

    .born-over-image img {
        max-width: 80%;
    }
}

@media (min-width: 576px) {
    .form-title{
        font-size: 24px;
        line-height: 29px;
    }
    .form-inner-title{
        font-size: 20px;
        line-height: 25px;
        text-align: left;
    }

    span.is-invalid {
        font-size:  .8rem;
    }
}

@media (min-width: 768px) {
    .min-btn {
        min-width: 297px;
    }
    .form-check-v2 label{
        font-size: .75rem;
    }
}


@media (min-width: 992px) {
    .p-45 {
        padding: 1.8rem;
    }

    .born-over-image {
        display: none;
    }

    .form-title {
        color: #FFFFFF;
    }
    .cupra-bg-image {
        background-position: center;
    }

}

@media (min-width: 1200px) {
    .vh-xl-100 {
        min-height: 100vh !important;
    }

    .wx-born {
        width: auto;
        height: 180px;
    }

}

@media (min-width: 1300px) {
    .cupra-bg-image {
        background-position: center;
    }
}

footer {
    background: #010101;
    border-top:1px solid #212121
}
.footer-buttons svg path{
    fill: rgba(255, 255, 255, 0.7);
}
.container-footer {
    padding: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-buttons {
    padding: 0;
    margin-left: auto;
    max-width: 250px;
    margin-top: 0;
    margin-right: 16px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.footer-legal {
    padding: 0;
    margin-top: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.footer-copyright {
    text-align: center;
    margin-top: 56px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: CupraLight, Arial, sans-serif;
    margin-bottom: 20px
}

.footer-copyright {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    text-align: left
}

.footer-legal a {
    font-family: CupraLight, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #242221;
    padding: 0;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

.footer-legal a:last-child {
    border-right: 0
}

.footer-buttons a {
    margin: 0 16px
}

.footer-buttons a img {
    opacity: .7;
    max-width: 24px;
    max-height: 24px
}

@media (min-width: 1436px) {
    .container-footer {
        max-width: 1340px;
        margin: auto;
        height: 80px;
        position: relative;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .container-footer .footer-legal a + a {
        border-right: 1px solid #d5d5d5;
        padding: 0 16px;
        margin-bottom: 0
    }

    .footer-buttons a:last-child {
        margin-right: 0
    }

    .footer-buttons a:first-child {
        margin-left: 0
    }
}

@media (min-width: 576px) {
    .container-footer .footer-copyright {
        margin-bottom: 0
    }

    .container-footer .footer-legal {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto
    }

    .container-footer .footer-legal a {
        text-align: left;
        padding: 0 8px
    }

    .container-footer .footer-buttons {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto
    }
}

@media (min-width: 992px) {
    .container-footer {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 80px
    }
}