@media (min-width: 996px) {
    .exclusive-membership-offers .program__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.exclusive-membership-offers .common__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.exclusive-membership-offers .common__btn:hover::before,
.exclusive-membership-offers .common__btn:hover::after {
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.exclusive-membership-offers .common__btn:hover a {
    background: -webkit-gradient(linear, left top, right top, from(#152ab2), color-stop(#481f87), color-stop(50%, #7a165c), to(#e70f24));
    background: linear-gradient(to right, #152ab2, #481f87, #7a165c 50%, #e70f24);
    color: white;
    padding: 5px 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.exclusive-membership-offers .common__btn a {
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#152ab2), color-stop(#481f87), color-stop(#7a165c), color-stop(#e70f24), color-stop(#152ab2), color-stop(#481f87), color-stop(#7a165c), to(#e70f24));
    background: linear-gradient(to right, #152ab2, #481f87, #7a165c, #e70f24, #152ab2, #481f87, #7a165c, #e70f24);
    color: white;
    background-size: 250%;
    padding: 5px 35px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 0;
    background-position: 0;
}

.exclusive-membership-offers .common__btn a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#152ab2), color-stop(#481f87), color-stop(#7a165c), color-stop(#e70f24), color-stop(#152ab2), color-stop(#481f87), color-stop(#7a165c), to(#e70f24));
    background: linear-gradient(to right, #152ab2, #481f87, #7a165c, #e70f24, #152ab2, #481f87, #7a165c, #e70f24);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background-size: 250%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-animation: btnAni;
    animation: btnAni;
    background-position: 100%;
}

.exclusive-membership-offers .exclusive-offers {
    margin-top: 5%;
}

.exclusive-membership-offers .exclusive-offers.hidden {
    display: none;
}

.exclusive-membership-offers .exclusive-offers__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 30px;
}

@media (min-width: 996px) {
    .exclusive-membership-offers .exclusive-offers__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 996px) {
    .exclusive-membership-offers .exclusive-offers__flex--content {
        width: 55%;
    }
}

.exclusive-membership-offers .exclusive-offers__flex--img {
    right: 0;
    width: 100%;
}

@media (min-width: 996px) {
    .exclusive-membership-offers .exclusive-offers__flex--img {
        width: 48%;
        position: absolute;
    }
}

.exclusive-membership-offers .exclusive-offers__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.exclusive-membership-offers .exclusive-offers__item--icon {
    margin: 10px auto 20px;
    display: inline-block;
}

.exclusive-membership-offers .exclusive-offers__item--icon img {
    max-width: 100%;
    width: auto;
}

.exclusive-membership-offers .exclusive-offers__item h4 {
    color: var(--color-gray-800);
    font-size: var(--title-sm);
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.exclusive-membership-offers .exclusive-offers__item figcaption {
    color: var(--color-gray-800);
    font-size: var(--text-sm);
    margin-top: 15px;
    line-height: 1.5;
    word-break: break-all;
}

.exclusive-membership-offers .exclusive-offers__lineItem {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.exclusive-membership-offers .exclusive-offers__lineItem span {
    width: 1px;
    background-color: #5b5b5b;
    display: inline-block;
    height: 10vw;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-bottom: 10px;
}

.exclusive-membership-offers .partner-offers__flex,
.exclusive-membership-offers .member__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 996px) {
    .exclusive-membership-offers .partner-offers__flex,
    .exclusive-membership-offers .member__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.exclusive-membership-offers .partner-offers__txt,
.exclusive-membership-offers .member__txt {
    color: var(--color-gray-600);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
}

.exclusive-membership-offers .partner-offers__txt--icon {
    width: 45%;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin: 3% auto 5%;
}

.exclusive-membership-offers .member__txt--icon {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    margin: 3% auto 5%;
    margin-left: 10%;
}

.exclusive-membership-offers .member__txt--icon img {
    max-width: 200px;
}

@media (min-width: 996px) {
    .exclusive-membership-offers .member__txt--icon {
        width: 45%;
        margin-left: 0;
    }
    .exclusive-membership-offers .member__txt--icon img {
        max-width: 100%;
    }
}

.exclusive-membership-offers .partner-offers__txt--line,
.exclusive-membership-offers .member__txt--line {
    background: -webkit-gradient(linear, left top, right top, from(#152ab2), color-stop(#481f87), color-stop(50%, #7a165c), to(#e70f24));
    background: linear-gradient(to right, #152ab2, #481f87, #7a165c 50%, #e70f24);
    height: 15px;
    width: 100%;
}

.exclusive-membership-offers .partner-offers__txt h4,
.exclusive-membership-offers .member__txt h4 {
    font-weight: normal;
    margin: 5% 0 6%;
}

.exclusive-membership-offers .partner-offers__txt a,
.exclusive-membership-offers .member__txt a {
    color: var(--color-gray-600);
    position: relative;
    border-bottom: 1px solid var(--color-gray-500);
    margin-left: 5px;
}

.exclusive-membership-offers .partner-offers__txt a:hover,
.exclusive-membership-offers .member__txt a:hover {
    color: var(--color-gray-800);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.exclusive-membership-offers .partner-offers__txt p,
.exclusive-membership-offers .member__txt p {
    color: var(--color-gray-800);
    font-size: var(--text-md);
    line-height: 1.6;
}

.exclusive-membership-offers .partner-offers .cardItem,
.exclusive-membership-offers .member .cardItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: white;
}


/*# sourceMappingURL=style.css.map */