.border-gray {
    border-color: #A3A3A6;
}

.grecaptcha-badge {
    z-index: 99999;
}

/* CTAs are native <button>s — strip UA chrome so the .button pill styles show through. */
#hero .button,
#flex-banner .button,
#program .button,
#popup-program .button {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}

#hero {
    margin-bottom: 62px;
}

#hero .hero-inner {
    padding: 46px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/themes/rentown/images/lps/flex/back.jpg);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/back.jpg") 1x, url("/themes/rentown/images/lps/flex/back@2x.jpg") 2x);
}

#hero p {
    margin-bottom: 0;
}

#hero .sub-title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    max-width: 462px;
    margin-bottom: 9px;
}

#hero .text {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 599px;
}

#hero .button {
    width: 240px;
    height: 38px;
    border-radius: 60px;
    background: #93D500;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 29px;
}

#hero .hero-main {
    max-width: 732px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: #FFF;
    padding: 46px 66px 45px 66px;
}

#flex-banner {
    margin-bottom: 62px;
}

#flex-banner .fb-inner {
    padding: 0;
}

#flex-banner .fb-title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

#flex-banner .fb-text {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 715px;
}

#flex-banner .button {
    width: 202px;
    height: 38px;
    border-radius: 60px;
    background: #DE1F37;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 23px;
}

#explore {
    margin-bottom: 62px;
}

#explore .explore-inner {
    border-radius: 15px;
    background: #000;
    max-width: 1460px;
    width: 100%;
    padding: 58px 0 73px 0;
}

#explore .explore-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#explore .explore-title-box {
    margin-bottom: 0;
}

#explore .explore-text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 465px;
}

#explore .explore-item {
    width: 477px;
    height: 65px;
    border-radius: 15px;
    background: #3A3A3A;
    box-shadow: none;
    padding: 0 19px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

#explore .explore-item:hover {
    box-shadow: 0 0 8px 0 #FFF;
}

#explore .explore-arrow {
    transition: transform 0.3s ease;
}

#explore .item-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

#explore .explore-bottom {
    margin-top: 50px;
    gap: 75px;
}

#explore .explore-right {
    width: 649px;
    height: 385px;
    aspect-ratio: 59/35;
    border-radius: 15px;
}

#explore .explore-left {
    gap: 15px;
}

#explore .dynamic-image>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}

#explore .dynamic-image .active {
    opacity: 1;
}

#explore .option-1 {
    background-image: url(/themes/rentown/images/lps/flex/explore-1.png);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/explore-1.png") 1x, url("/themes/rentown/images/lps/flex/explore-1@2x.png") 2x);
}

#explore .option-2 {
    background-image: url(/themes/rentown/images/lps/flex/explore-2.png);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/explore-2.png") 1x, url("/themes/rentown/images/lps/flex/explore-2@2x.png") 2x);
}

#explore .option-3 {
    background-image: url(/themes/rentown/images/lps/flex/explore-3.png);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/explore-3.png") 1x, url("/themes/rentown/images/lps/flex/explore-3@2x.png") 2x);
}

#explore .option-4 {
    background-image: url(/themes/rentown/images/lps/flex/explore-4.png);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/explore-4.png") 1x, url("/themes/rentown/images/lps/flex/explore-4@2x.png") 2x);
}

#explore .option-5 {
    background-image: url(/themes/rentown/images/lps/flex/explore-5.png);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/explore-5.png") 1x, url("/themes/rentown/images/lps/flex/explore-5@2x.png") 2x);
}

#explore .dynamic-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(222, 31, 55, 0.70);
    backdrop-filter: blur(2px);
    width: 618px;
    height: 65px;
    padding: 9px 24px;
}

#explore .dynamic-text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#explore .dynamic-image .options {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 15px;
}

#program {
    margin-bottom: 55px;
}

#program .bp-inner {
    padding: 60px 0 65px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Deferred until scrolled near (see .lazy-bg handling in flex.js). */
#program .bp-inner:not(.lazy-bg) {
    background-image: url(/themes/rentown/images/lps/flex/bottom-back.jpg);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/bottom-back.jpg") 1x, url("/themes/rentown/images/lps/flex/bottom-back@2x.jpg") 2x);
}

#program .title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 16px;
    max-width: 665px;
}

#program .title span {
    color: #93D500;
    text-transform: uppercase;
}

#program .text {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#program .button {
    width: 240px;
    height: 38px;
    border-radius: 60px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 23px;
}

#popup-program .popup-content {
    width: 700px;
    height: 603px;
    padding: 0 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/themes/rentown/images/lps/flex/popup-back.jpg);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/popup-back.jpg") 1x,
            url("/themes/rentown/images/lps/flex/popup-back@2x.jpg") 2x);
}

#popup-program .popup-content:before {
    content: '';
    display: block;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

#popup-program .popup-close {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    padding: 29px 41px;
}

#popup-program .popup-form {
    margin-top: 0;
    width: 100%;
}

#popup-program form {
    margin-top: 0;
}

#popup-program .button {
    width: 216px;
    height: 39px;
    border-radius: 60px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0;
}

#popup-program .popup-thanks .button {
    margin-top: 22px;
}

#popup-program .form-text {
    color: #000;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 73.667px;
    text-transform: uppercase;
}

#popup-program .thanks-top {
    color: #000;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 73.667px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#popup-program .thanks-bottom {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    max-width: 278px;
}

#popup-program .popup-close:before,
#popup-program .popup-close:after {
    content: unset;
}

/* BENEFITS */
.benefits {
    border-radius: 15px;
    padding: 60px 15px 54px 15px;
    max-width: 1460px;
    margin-top: 62px;
    margin-bottom: 62px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Deferred until scrolled near (see .lazy-bg handling in flex.js). */
.benefits:not(.lazy-bg) {
    background-image: url(/themes/rentown/images/lps/flex/banner-back.jpg);
    background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/banner-back.jpg") 1x,
            url("/themes/rentown/images/lps/flex/banner-back@2x.jpg") 2x);
}

.card-holder p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.card-holder {
    width: 374px;
    height: 197px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.card-holder .card-front {
    width: 100%;
    height: 100%;
    gap: 12px;
    border-radius: 15px;
}

.card-holder .card-front p {
    color: #93D500;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.7px;
    text-transform: uppercase;
}

.card-holder .card-front p span:nth-child(2) {
    color: #000;
}

.card-holder .card-back {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0 25px;
    border-radius: 15px;
}

.benefits-title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.benefits-subtitle {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    max-width: 557px;
}

.benefits-cards {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.card-front,
.card-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

/* Front shown, info hidden by default. */
.card-front {
    opacity: 1;
}

.card-back {
    opacity: 0;
    pointer-events: none;
    display: flex !important;
}

.card-holder.open .card-front {
    opacity: 0;
    pointer-events: none;
}

.card-holder.open .card-back {
    opacity: 1;
    pointer-events: auto;
}

.benefits .number {
    width: 29px;
    height: 29px;
    background-color: #93D500;
    border-radius: 60px;
    color: #000;
    text-align: center;
    font-size: 17.016px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
}

.benefits .front-number {
    top: 31px;
    left: 25px;
}

.card-holder .card-back-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.7px;
    text-transform: uppercase;
}

.card-holder .card-back-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.7px;
    max-width: 324px;
}

.card-holder .back-box {
    gap: 8px;
    margin-bottom: 8px;
}

@supports (background: -webkit-named-image(i)) {

    #popup-program .button {
        padding-top: 2px;
    }

    #popup-program .popup-thanks .button {
        padding: 0;
    }

    #hero .button {
        font-size: 17px;
    }

    .benefits .front-number {
        top: 32px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1740px) {
    #explore .explore-inner {
        margin-left: 140px;
        margin-right: 140px;
    }

    .benefits {
        margin-left: 140px;
        margin-right: 140px;
    }
}

@media screen and (max-width: 1700px) {
    #explore .explore-inner {
        width: auto;
        padding: 58px 80px 73px 80px;
    }

    #explore .explore-right {
        max-width: 649px;
        width: 100%;
        flex-basis: 649px;
    }

    #explore .explore-bottom {
        width: 100%;
    }

    #explore .explore-item {
        max-width: 477px;
        width: 100%;
    }

    #explore .explore-left {
        width: 100%;
        max-width: 477px;
        flex-basis: 477px;
    }

    #explore .dynamic-text-box {
        max-width: 618px;
        width: 95%;
        height: auto;
    }
}

@media screen and (max-width: 1300px) {
    #explore .explore-inner {
        padding: 58px 20px 73px 20px;
    }

    #explore .item-title {
        font-size: 14px;
    }

    #explore .explore-bottom {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    #hero {
        margin-bottom: 52px;
    }

    #hero .hero-inner {
        padding: 48px 20px;
        background-image: url(/themes/rentown/images/lps/flex/back-m.jpg);
        background-image: -webkit-image-set(url("/themes/rentown/images/lps/flex/back-m.jpg") 1x, url("/themes/rentown/images/lps/flex/back-m@2x.jpg") 2x);
    }

    #hero .sub-title {
        font-size: 28px;
        line-height: 36px;
        text-transform: capitalize;
        margin-bottom: 16px;
        max-width: 314px;
    }

    #hero .text {
        font-size: 16px;
        line-height: 23px;
        max-width: 293px;
    }

    #hero .button {
        width: 200px;
        height: 32px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 22px;
    }

    #hero .hero-main {
        padding: 39px 5px 39px 5px;
    }

    #hero .flex-logo {
        max-width: 152px;
        height: auto;
    }

    #flex-banner {
        margin-bottom: 52px;
    }

    #flex-banner .fb-inner {
        padding: 0px 20px;
    }

    #flex-banner .fb-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    #flex-banner .fb-text {
        font-size: 16px;
        line-height: 23px;
        max-width: 325px;
    }

    #flex-banner .button {
        width: 170px;
        height: 32px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 22px;
    }

    #explore {
        margin-bottom: 52px;
    }

    #explore .explore-inner {
        padding: 52px 20px 53px 20px;
        border-radius: 0;
    }

    #explore .explore-title-box {
        margin-bottom: 38px;
    }

    #explore .explore-title {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
    }

    #explore .explore-title span {
        display: inline-block;
        position: relative;
        width: 153px;
    }

    #explore .explore-logo {
        width: 153px;
        height: auto;
        position: absolute;
        top: -36px;
        left: -5px;
    }

    #explore .explore-text {
        font-size: 16px;
        line-height: 23px;
    }

    #explore .explore-bottom {
        margin-top: 20px;
        gap: unset;
    }

    #explore .explore-left {
        max-width: 100%;
        flex-basis: unset;
        gap: 0;
    }

    #explore .explore-item {
        max-width: 100%;
        z-index: 2;
        margin-top: 15px;
    }

    #explore .explore-item:hover {
        box-shadow: unset;
    }

    #explore .explore-item.active {
        box-shadow: 0 0 8px 0 #FFF;
    }

    #explore .explore-item.active .explore-arrow {
        transform: rotate(90deg);
    }

    #explore .item-title {
        font-size: 16px;
    }

    #explore .dynamic-text {
        font-size: 14px;
    }

    #explore .options {
        z-index: 1;
        max-width: 100%;
        width: 100%;
        position: relative;
        height: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        border-radius: 15px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 0;
        opacity: 0;
        transition: height 0.35s ease, opacity 0.35s ease, padding-bottom 0.35s ease;
    }

    #explore .options.open {
        height: 276px;
        padding-bottom: 15px;
        opacity: 1;
        margin-top: 15px;
    }

    #program .title {
        font-size: 30px;
        line-height: 41px;
        max-width: 353px;
        margin-bottom: 12px;
    }

    #program .bp-inner {
        padding: 66px 20px 66px 20px;
    }

    #program .text {
        font-size: 16px;
        line-height: 23px;
        max-width: 287px;
    }

    #program .button {
        width: 200px;
        height: 32px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 22px;
    }
}

@media screen and (max-width: 567px) {
    #popup-program .popup-content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    #popup-program .popup-close {
        width: 47px;
        padding: 18px 10px;
    }

    #popup-program .popup-thanks .button {
        width: 216px !important;
    }

    #popup-program .thanks-top {
        font-size: 25px;
    }

    .benefits {
        padding: 0;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 52px;
        padding-top: 46px;
        padding-bottom: 50px;
    }

    .benefits-title {
        font-size: 30px;
        max-width: 313px;
    }

    .benefits-subtitle {
        font-size: 16px;
        line-height: 23px;
        max-width: 353px;
    }

    .benefits-cards {
        flex-wrap: nowrap;
        gap: unset;
        padding-top: 1em;
        padding-bottom: 3em;
    }

    /* One swiper slide holds two stacked cards. */
    .benSwiper .swiper-slide {
        gap: 15px;
        height: auto;
        display: flex;
    }

    .benSwiper {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-holder {
        max-width: unset;
        width: unset;
    }

    .benefits .swiper-pagination {
        top: 29em;
    }

    .swiper-pagination-bullet-active {
        background: #D9D9D9 !important;
        border: 2px solid #D9D9D9;
        background-color: #D9D9D9;
    }

    .swiper-pagination span {
        opacity: 1;
        background-color: transparent;
        width: 14px;
        height: 14px;
        border: 2px solid #D9D9D9;
    }
}