<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#choose {
    padding-top: 30px;
}

#choose .plans-container {
    text-align: center;
    background: none repeat scroll 0 0 #fff;
    border: none;
    border-radius: 0px;
    min-height: 520px;
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
    box-shadow: 0px 0px 3px 1px #00000052;
}

#choose .plans-container.monthly label.monthly {
    background: none repeat scroll 0 0 #011741;
}

#choose .plans-container.monthly .plan-container .monthly {
    display: inline-block;
}

#choose .plans-container.monthly .plan-container .yearly {
    display: none;
}

#choose .plans-container.yearly label.yearly {
    background: none repeat scroll 0 0 #011741;
    color: #000000;
}

#choose .plans-container.yearly label.yearly .savings-text {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #011741;
    color: #011741;
}

#choose .plans-container.yearly .plan-container .monthly {
    display: none;
}

#choose .plans-container.yearly .plan-container .yearly {
    display: inline-block;
}

#choose .subscription-period {
    height: 13%;
    text-align: center;
    white-space: nowrap;
}

#choose .plan-selection {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}

#choose .select-frequency-option {
    float: left;
    font-weight: 600;
    margin: 26px 40px 0 0;
    transition: all 0.25s ease 0s;
}

#choose .subscription-period-buttons {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #011741;
    border-radius: 999px;
    display: inline-block;
    float: left;
    font-weight: 600;
    margin: 14px 40px 14px 0;
    padding: 10px;
    transition: all 0.25s ease 0s;
}

#choose .subscription-period-buttons input[type="radio"] {
    margin-right: 10px;
}

#choose .savings-text {
    background: none repeat scroll 0 0 #5CB85C !important;
    border-radius: 999px;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 6px;
    text-transform: uppercase;
}

#choose .plan-list {
    width: 100%;
    margin: 0 auto;
}

#choose .plan-container {
    margin-bottom: 20px;
}

#choose .plan-container h2 {
    text-align: center;
    background: none repeat scroll 0 0 #7eadc6;
    color: #ffffff;
    font-size: 28px;
    padding: 12px 0 12px;
    margin: 0;
    text-shadow: none;
    text-transform: uppercase;
    display: block;
}

#choose .plan-container.primary-plan h2 {
    background: none repeat scroll 0 0 #011741;
}

#choose .plan-container h5 {
    text-align: center;
    border-top: 1px solid #011741;
    color: #011741;
    font-size: 18px;
    font-weight: 700;
    margin: 20px auto 0;
    padding-top: 18px;
    text-transform: uppercase;
    width: 80%;
}

#choose .plan-name {
    width: 100%;
}

#choose .price-badge {
    text-align: center;
    background: none repeat scroll 0 0 #011741;
    border-radius: 999px;
    height: 130px;
    margin: 20px auto 10px;
    overflow: visible;
    width: 130px;
}

#choose .price-badge.price-badge-lg {
    height: 160px;
    width: 160px;
}

#choose .price {
    color: #fff;
    display: inline-block;
    font-family: bree-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.8em;
    margin: 35px 0 0;
}

#choose .price-badge.price-badge-lg .price {
    margin: 50px 0 0;
}

#choose .superscript {
    font-size: 0.4em;
    vertical-align: top;
}

#choose .price-label {
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
}

#choose .plans-container.monthly .plan-container .price-label.monthly,
#choose .plans-container.yearly .plan-container .price-label.yearly {
    display: block;
}

#choose .pricing-features {
    font-size: 17px;
    line-height: 1.6em;
    margin: 10px 0 20px;
}

#choose .pricing-features a {
    color: #1eaedb;
    font-weight: 700;
}

#choose .pricing-features .crossout {
    color: rgba(42, 60, 67, 0.4);
    text-decoration: line-through;
}

#choose .plan-header {
    text-align: center;
    color: #011741;
    font-size: 28px;
    margin: 0 auto 30px;
}

#choose .plan-notes {
    color: #000000;
    font-size: 16px;
    text-align: left;
    margin-top: 12px;
}

#choose .plan-price-notes {
    color: #011741;
    font-style: italic;
    margin-bottom: 12px;
}

#choose .plan-extra {
    border-top: 1px solid #011741;
    margin: 10px 0 20px;
    padding-top: 20px;
}

#choose .blocks {
    background: none repeat scroll 0 0 #011741;
    border: 1px solid rgba(30, 174, 219, 0.2);
    border-radius: 10px;
    height: 80px;
}

#choose .blocks a {
    color: #1eaedb;
    font-weight: 700;
}

#choose .subscription-period-form {
    display: inline-block;
}

#social-signup {
    margin-top: 60px;
}

@media (max-width: 767px) {
    #choose .subscription-period-buttons {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

@media (max-width: 991px) {
    #choose .select-frequency-option {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}

.loginsignupbutton:hover {
    background-color: #fff !important;
    border: 1px solid #ff8200 !important;
    border-radius: 0px;
    color: #ff8200 !important;
}

.loginsignupbutton {
    background-color: #ff8200;
    border: 1px solid #ff8200;
    border-radius: 0px;
    color: #fff;
    /* box-shadow: 0px 0px 20px 0px #ed8130; */
}</pre></body></html>