.splash-container p {
    z-index: 2;
    align-self: flex-end;
    text-align: right;
    margin-right: 20px;
    opacity: 0.85;
}
.splash-container p span {
    opacity: 0.85;
}
@media screen and (min-width: 960px) {
    .splash-container p {
        font-size: 17px;
    }
}
.splash-container a {
    color: var(--main-super-light-winter-green);
}
.splash-container a:hover {
    opacity: 0.85;
}
.membership-options-area, .parent-features {
    font-family: avenir, sans-serif;
}
.membership-options-area, .parent-features h2 {
    font-weight: 500;
}
.membership-options-area {
    margin-top: -41px;
    padding-bottom: 50px;
    padding-left: calc(7vw + 10px);
    padding-right: calc(7vw + 10px);
}
#pricing .membership-options-area h2 {
    font-size: calc(1.2rem + 0.6vw);
    font-weight: 500;
    text-align: center;
    max-width: calc(550px + 5vw);
    margin-top: 75px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
#pricing .membership-options-area h2 a {
    font-size: calc(1.2rem + 0.6vw);
    text-decoration: underline;
}

.membership-options {
    display: flex;
    justify-content: space-between;
    max-width: calc(1280px + 3vw);
    margin-left: auto;
    margin-right: auto;
}
.membership-options ul {
    padding-left: 40px;
}

.membership {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: max(300px, min((1280px - 40px - 7vw - 10px) / 3, (100vw - 14vw - 20px - 20px) / 3));
    background-color: white;
    border-radius: 0 40px 40px 40px;
    border: 1px solid var(--main-medium-grey);
    border: 1px solid var(--main-dark-dark-steel);
    margin-right: 20px;
    margin-bottom: 40px;
    max-width: calc(420px + 1vw);
}
.membership:last-child {
    margin-right: 0px;
}
@media screen and (max-width: 1360px) {
    #pricing .splash-container {
        max-width: 930px;
    }
    .membership-options {
        flex-wrap: wrap;
        justify-content: center;
    }
    .membership-options-area p {
        text-align: center;
    }
    .membership {
        width: 39.5vw;
    }
}
@media screen and (max-width: 860px) {
    .membership-options {
        flex-direction: column;
        max-width: calc(420px + 1vw);
    }
    .membership-options-area p {
        text-align: center;
    }
    .membership {
        width: 80vw;
        margin-right: 0px;
    }
}

#pricing .membership-options .membership h2 {
    font-size: calc(1.15rem + 0.55vw);
    font-weight: 500;
    color: var(--main-dark-blue);
    margin: 0;
}
@media screen and (max-width: 1360px) {
    #pricing .membership-options .membership h2 {
        font-size: 26px;
    }
}
@media screen and (min-width: 2290px) {
    #pricing .membership-options .membership h2 {
        font-size: 31px;
    }
}
.membership h4 {
    font-weight: 700;
}
#pricing .membership-options .referral-discount {
    color: var(--pink);
    margin: 0 24px 20px;
    font-size: 17px;
    margin-top: -10px;
}
#pricing .membership-options .referral-discount span {
    font-size: 24px;
}
.membership .btn {
    font-size: calc(0.8rem + 0.4vw);
    font-weight: 700;
    width: calc(100% - 48px);
    margin: 20px 24px 25px;
    margin-top: auto
}

.membership-name {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 0 24px;
    border-bottom: 1px solid var(--main-medium-grey);
    font-weight: 500;
}
.membership-price {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: calc(1.9rem + 1vw);
    font-weight: 700;
    color: var(--main-dark-blue);
    margin: 20px 24px 0;
}
.membership-price sup, .membership-price span.small {
    font-size: 50%;
    font-weight: 700;
}

.discounted-price {
    position: absolute;
    color: var(--pink);
    font-size: 25px;
    top: -5px;
    left: calc(55px + 1vw);
}
.membership-price .discounted-price sup {
    font-size: 16px;
}
.membership-price .discounted-price span {
    font-size: 18px;
}
.membership-price .price {
    min-width: 150px;
    margin-right: 15px;
}
/* .membership-price .price .strikethrough {
    text-decoration: line-through;
} */
.membership-price .price span.strikethrough {
    position: relative;
}
.membership-price .price span.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    border-color: var(--pink);

    -webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform:rotate(-10deg);
}
.partial-discount .membership-price .price span.strikethrough:before {
    border-color: orange;
}
.partial-discount .membership-price .discounted-price {
    color: orange;
}
.memberships-note {
    text-align: center;
    width: 100%;
}
.free-trial {
    position: absolute;
    top: 100px;
    right: 0;
    width: 136px;
    padding: 5px 5px 5px 6px;
    background-color: #eaedec;
    color: var(--main-winter-green);
    font-size: 15px;
    font-weight: 600;
}
.arrow {
    position: absolute;
    top: 100px;
    right: 136px;
    height: 0;
    width: 0;
    border-bottom: 32px solid transparent;
    border-right: 12px solid #eaedec;

}
.membership .sub-text {
    text-align: left;
    font-size: calc(13.5px + 0.2vw);
    color: var(--main-dark-steel);
    margin: -5px 24px 25px;
}
.bonus {
    font-size: 28px;
    font-weight: 900;
    margin-top: -10px;
    margin-bottom: 10px;
}
.special {
    background-color: #eaedec;
    font-size: calc(13.5px + 0.2vw);
    font-weight: 400;
    color: white;
    margin: 0px 24px 20px;
    padding: 15px 18px;
    border-radius: 16px;
}
.special.orange {
    color: var(--main-orange);
}
.special.green {
    color: var(--main-winter-green);
}
.special strong {
    font-size: 110%;
    font-weight: 600;
}
.special span.dollars {
    font-size: 135%;
}

.benefits {
    margin: 0px 24px;
    font-size: calc(13.5px + 0.2vw);
    color: var(--main-dark-dark-steel);
}
.benefits strong {
    font-weight: 500;
}
#pricing .benefits h3 {
    font-size: calc(1rem + 0.2vw);
    margin-top: 0;
}
.benefits li::marker {
    content: "✓  ";
    color: var(--main-winter-green);
}

.parent-features .standard-brochure-module .flex {
    display: flex;
    justify-content: flex-start;
}
@media screen and (max-width: 750px) {
    .parent-features .standard-brochure-module .flex {
        flex-direction: column;
        align-items: flex-start;
    }
}
.parent-features .copy-block {
    margin-right: 20px;
}
.parent-features .image-block {
    border: 1px solid var(--main-super-light-grey);
    border-radius: 12px;
    margin-top: 20px;
}
.parent-features img {
    height: 268px;
    width: 300px;
    border: 10px solid white;
    border-radius: 10px;
    box-shadow: 5px 5px 20px var(--main-steel-grey);
}
