.x-selector {
    height: 100%;
    width: 100%;
}
.x-selector .row {
    height: 100%;
}
.x-selector .choose-card {
    padding: 0 15px;
    text-align: center;
}
.x-selector .choose-card img {
    margin-bottom: 33px;
}
.x-selector .choose-card p {
    font-size: 1.575rem;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: .01875rem;
}
.x-selector .choose-card .btn {
    background-color: initial;
    border: 2px solid #9A42FF;
    color: #9A42FF;
    font-weight: 500;
    margin: 10px 0;
    width: 100%;
}
[lang=en-US] .header-first nav ul li.nav-item.logged:nth-child(2) .dropdown-menu {
    margin-inline-start: -180px;
}
[lang=en-US] .contact-widget.open {
    right: 320px;
}
@media only screen and (max-width: 767px) {
    .x-selector .choose-card {
        position: absolute;
        top: 20%;
        width: calc(100% - 30px);
    }
    .choose-card.new-customer .card-footer {
        margin-top: -50% !important;
    }
    .choose-card.new-customer {
        top: unset;
    }
}
@media only screen and (min-width: 768px) {
    .x-selector .choose-card {
        position: sticky;
        top: 38%;
        max-width: 420px;
        margin: auto;
    }
    .x-selector .choose-card.new-customer {
        position: relative;
        max-width: 768px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: unset;
    }
}
@media (max-width: 1380px) {
    [lang=en-US] .contact-widget--button img {
        margin: 38px 0 -62px 8px;
    }
    [lang=en-US] .contact-widget.open .contact-widget--button img {
        margin: 80px 0 -60px 6px;
    }
    [lang=en-US] .contact-widget--button {
        height: 188px;
    }
}