#join {
    max-width: unset;
    border-radius: 0;
}

#join .auth {
    margin-bottom: 40px;
}

/* layout */
.join-layout #join {
    width: 100%;
}

@media (min-width: 992px) {
    .join-layout {
        padding-left: 50px;
    }
}
@media (min-width: 1200px) {
    .join-layout {
        padding-left: 100px;
    }
}

@media (min-width: 992px) {
    .join-layout .join-banner {
        position: sticky;
        top: 30px;
    }
}

@media (max-width: 992px) {
    .join-layout .join-banner {
        margin-top: 60px;
    }
}

/* join banner + points overlay */
#join .join-banner-wrap {
    position: relative;
    text-align: start;
    height: 714px;
    overflow: hidden;
}

#join .join-banner-media,
#join .join-banner-media > a {
    display: block;
    width: 100%;
    height: 100%;
}

#join .join-banner-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

#join .join-banner-media img,
#join .join-banner-media video,
#join .join-banner-media [id^="banner-ratio-"] {
    width: 100%;
    height: 100% !important;
    display: block;
    aspect-ratio: unset !important;
    object-fit: cover;
    object-position: center top;
}

#join .joinPoints {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    padding-top: 30px;
    z-index: 2;
    pointer-events: none;
}

#join .joinPoints ul {
    margin: 0;
    padding: 240px 0 0;
    list-style: none;
}

#join .joinPoints li {
    margin-bottom: 5px;
    line-height: 60px;
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,.9));
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 22px !important;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 8px;
}

#join .joinPoints li i {
    color: var(--brand-color);
    font-size: 23px !important;
    padding-right: 5px;
}

@media (max-width: 1200px) {
    #join .join-banner-media img,
    #join .join-banner-media video,
    #join .join-banner-media [id^="banner-ratio-"] {
        object-position: 44% center;
    }

    #join .joinPoints ul {
        padding-top: 350px;
    }

    #join .joinPoints ul li {
        font-size: 20px !important;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    #join .join-banner-media img,
    #join .join-banner-media video,
    #join .join-banner-media [id^="banner-ratio-"] {
        object-fit: cover;
        object-position: center top;
    }

    #join .joinPoints {
        width: 49%;
    }
    #join .joinPoints ul {
        padding-top: 300px;
    }

    #join .joinPoints ul li {
        margin-bottom: 5px;
        line-height: 60px;
        font-size: 22px !important;
        padding-left: 20px;
        padding-top: 8px;
    }

    #join .joinPoints ul li i {
        font-size: 23px !important;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    #join .joinPoints {
        width: 100%;
    }
}

@media (max-width: 576px) {
    #join .joinPoints ul {
        padding-top: 440px;
    }

    #join .joinPoints ul li {
        font-size: 20px !important;
        line-height: 24px;
    }

    #join .joinPoints ul li i {
        font-size: 23px !important;
        padding-right: 5px;
    }
}

/*#join div,
.floating-label {
    font-family: 'Nexa', sans-serif;
}*/

#join .join-inputs {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

#join .join-row {
    width: 50%;
    display: flex;
    flex-direction: column;
}

#join .join-row > label {
    display: block;
    order: 1;
    color: #fff;
    margin-bottom: 1px;
    letter-spacing: 1px;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

#join .text-danger {
    color: #ffd166 !important;
}

/* AJAX puts error text into label — restore caption via data-label, show error below input */
#join .join-row:has(> label.text-danger)::before {
    content: attr(data-label);
    display: block;
    order: 1;
    color: #fff;
    margin-bottom: 1px;
    letter-spacing: 1px;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

#join .join-row:has(> label.text-danger) > label {
    order: 3;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.35;
}

#join .join-row .join-box {
    order: 2;
}

#join .join-field-error {
    order: 3;
    display: none;
    margin-top: 4px;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.35;
}

#join .join-field-error:not(:empty) {
    display: block;
}

#join .join-box {
    width: 100%;
    height: 48px;
    background: #fff;
    padding: 0 18px;
    color: #000;
    font-size: 16px;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

#join .join-box.is-invalid {
    border: 1px solid #ff3b3b;
}

@media (max-width: 575px) {
    #join .join-inputs {
        flex-direction: column;
    }

    #join .join-row {
        width: 100%;
    }
}


#join-content h1.join-title,
#join-content h2.join-title {
    text-align: center;
}

h1.join-title,
h2.join-title {
    color: #fff;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 4px;
}

#join .price-select {
    border: 1px solid #303030;
    background: #252525;
    padding: 16px 25px 11px;
    transition: 0.3s;
    color: #fff;
}
#join .price-select:not(.selected):hover,
#join .price-select.selected,
#join .price-select:hover  {
    background: #000;
    border: 1px solid #eb26ec;
    color: #fff;
}

.price-select-text {
    display: flex;
    flex-direction: column;
}

.price-select .join-title,
.price-select:not(:hover, .selected) .join-title {
    color: #fff;
    margin-bottom: 2px;
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}

.price-select-note {
    color: #fff;
    font-family: "Nexa", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.price-select-price {
    color: #fff;
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    font-size: 29px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    gap: 4px;
}

.price-select-price .month {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    width: 100%;
}

@media (max-width: 1279px) {
    .price-select .join-title {
        font-weight: 500;
        font-size: 25px;
        line-height: 22px;
    }

    .price-select-note {
        font-size: 11px;
        line-height: 17px;
    }
}

@media (max-width: 479px) {
    .price-select .join-title {
        font-weight: 700;
        font-size: 19px;
        line-height: 22px;
    }
}

#join .join-bottom {
    padding-top: 18px;
    text-align: center;
}

#join .complete-btn {
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 36px 10px;
    border: none;
    background: linear-gradient(to top, var(--brand-color-dark) 0%, var(--brand-color-light) 100%);
    line-height: 1;
    box-shadow: none;
    width: auto;
}

#join .complete-btn .btn-text {
    display: inline-block;
    transform: translateY(3px);
}

#join .complete-btn i {
    font-size: 25px;
    transform: translateY(-2px);
}

#join .complete-btn:hover,
#join .complete-btn:focus {
    color: #eb26ec;
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

#join .btn-danger {
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(to top, var(--brand-color-dark) 0%, var(--brand-color-light) 100%);
    box-shadow: none;
}

#join .btn-danger:hover,
#join .btn-danger:focus,
#join .btn-danger:active,
#join .btn-danger.active,
#join .show > .btn-danger.dropdown-toggle {
    color: #eb26ec;
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

@media (max-width: 1279px) {
    #join .complete-btn {
        line-height: 50px;
        font-size: 35px;
    }
}

@media (max-width: 1023px) {
    #join .complete-btn {
        font-size: 30px;
        line-height: 60px;
        padding: 0 44px;
    }
}

@media (max-width: 479px) {
    #join .complete-btn {
        line-height: 50px;
        font-size: 25px;
    }
}

/* payment method */
#join .p-prov {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

#join .p-prov .join-title {
    flex: 0 0 100%;
    text-align: center;
}

#join .p-prov .btn-check + .btn {
    flex: 0 0 220px;
    height: 57px;
    padding: 0 20px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    box-shadow: none;
}

#join .p-prov .btn-check + .btn i {
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: -1px;
}

#join .p-prov .btn-check + .btn:hover,
#join .p-prov .btn-check:checked + .btn {
    color: #fff;
    background: #000;
    border-color: #eb26ec;
    box-shadow: none;
}

#join .p-prov .btn-check:focus + .btn,
#join .p-prov .btn-check:focus:checked + .btn {
    box-shadow: none;
}
