<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
#hpp-price-plans,
#hpp-price-plans div,
#hpp-price-plans span,
#hpp-price-plans a {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Arial";
    float: left;
    width: 100%;
}

/* container */
#hpp-price-plans {
    width: 100%;
    float: left;
}

/* columns-generate class */
#hpp-price-plans .columns-generate {
    width: 100%;
    float: left;
}

/* dynamic-column class */
#hpp-price-plans .dynamic-column {
    float: left;
    background-color: #f6f8f9;
    background-image: -moz-linear-gradient(bottom, #F4F7F8 0%, #FBFBFC 100%);
    background-image: -o-linear-gradient(bottom, #F4F7F8 0%, #FBFBFC 100%);
    background-image: -webkit-linear-gradient(bottom, #F4F7F8 0%, #FBFBFC 100%);
    background-image: linear-gradient(to top, #F4F7F8 0%, #FBFBFC 100%);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.03);
    margin: 30px 15px;
    border-radius: 5px;
    position: relative;
}

#hpp-price-plans .dynamic-column:after {
    content: "";
    display: block;
    margin: 0px auto;
    padding: 0px;
    height: 10px;
    width: 90%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
}

/* price-title class */
#hpp-price-plans .dynamic-column .price-title {
    font-family: "Arial";
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-image: -moz-linear-gradient(bottom, #F4F7F8 0%, #FBFBFC 100%);
    background-image: -o-linear-gradient(bottom, #F4F7F8 0%, #FBFBFC 100%);
    background-image: -webkit-linear-gradient(bottom, #F4F7F8 0%, #FBFBFC 100%);
    background-image: linear-gradient(to top, #F4F7F8 0%, #FBFBFC 100%);
    float: left;
    width: 100%;
    text-align: left;
    border-radius: 6px 6px 0px 0px;
    padding: 26px;
    color: #606365;
    font-size: 32px;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
    background-color: #F7F9FA;
}

#hpp-price-plans .dynamic-column .price-title:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    box-shadow: 0px 1px 0px #FFF;
    position: absolute;
}

/* price-description class */
#hpp-price-plans .dynamic-column .price-description {
    color: #858D99;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

/* options class */
#hpp-price-plans .dynamic-column .options {
    float: left;
    width: 100%;
    background-color: #FFF;
}

/* features class */
#hpp-price-plans .dynamic-column .options .features {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 15px 25px 15px 50px;
    position: relative;
    color: #7C8081;
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
    text-align: left;
}

#hpp-price-plans .dynamic-column .options .features span {
    display: none;
    float: left;
    width: auto;
}

#hpp-price-plans .dynamic-column .options .features span.show {
    display: inline-block;
}

/* inside-options class */
#hpp-price-plans .dynamic-column .options .features .inside-options {
    color: #7C8081;
    font-size: 14px;
    font-weight: 400;
}

/* bold-text class */
#hpp-price-plans .dynamic-column .options .features .bold-text {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: -5px;
    display: none;
    color: #5c6061;
}

#hpp-price-plans .dynamic-column .options .features .bold-text.show {
    display: block;
}

#hpp-price-plans .dynamic-column .options .features:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px #FFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
}

/* price-currency class */
#hpp-price-plans .dynamic-column .price-currency {
    position: relative;
    color: #4F5253;
    font-size: 24px;
    display: inline-block;
    float: none;
    width: auto;
    top: -17px;
    right: auto;
    left: 15px;
    margin-left: -25px;
}

#hpp-price-plans .dynamic-column .price-currency.show {
    display: none;
}

/* price-price class */
#hpp-price-plans .dynamic-column .price-price {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    text-align: center;
    color: #4F5253;
    font-size: 50px;
    position: relative;
    float: left;
    width: 100%;
    white-space: nowrap;
    margin-top: 25px;
    padding-left: 25px;
}

/* price-unit class */
#hpp-price-plans .dynamic-column .price-unit {
    position: relative;
    text-decoration: underline;
    color: #4F5253;
    font-size: 24px;
    display: inline-block;
    float: none;
    width: auto;
    top: -18px;
    left: -10px;
}

/* price-per-month class */
#hpp-price-plans .dynamic-column .price-per-month {
    font-weight: normal;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin: -6px 0px 0px;
    padding: 0px;
    color: #858D99;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* price-button class */
#hpp-price-plans .dynamic-column .price-button {
    z-index: 999;
    position: relative;
    background: #f7f9fa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#hpp-price-plans .dynamic-column .price-button a:after {
    content: attr(data-save);
    margin: 0px;
    padding: 5px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 40px;
    width: 45px;
    white-space: normal;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-clip: padding-box;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 5px rgba(0, 0, 0, 0.05) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.02) inset;
    background-color: #DFE6E7;
    color: #4F5153;
    font-size: 12px;
    font-style: italic;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    left: -46px;
    top: -1px;
    display: none;
}

#hpp-price-plans .dynamic-column .price-button.show-save a:after {
    display: block;
}

#hpp-price-plans .dynamic-column .price-button.show-save a {
    left: 22px;
}

/* price-button yellow color */
#hpp-price-plans .dynamic-column .price-button a.Yellow {
    margin-top: 6px;
    margin-bottom: 30px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    list-style: outside none none;
    box-sizing: border-box;
    font-family: "Arial";
    background-color: #FFF;
    background-image: -moz-linear-gradient(bottom, #C4AF33 0%, #E2D052 100%);
    background-image: -o-linear-gradient(bottom, #C4AF33 0%, #E2D052 100%);
    background-image: -webkit-linear-gradient(bottom, #C4AF33 0%, #E2D052 100%);
    background-image: linear-gradient(to top, #C4AF33 0%, #E2D052 100%);
    border: 1px solid #c4af33;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    display: inline-block;
    width: auto;
    float: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 18px;
    border-radius: 4px;
    position: relative;
}

/* price-button green color */
#hpp-price-plans .dynamic-column .price-button a.Green {
    margin-top: 6px;
    margin-bottom: 30px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    list-style: outside none none;
    box-sizing: border-box;
    font-family: "Arial";
    background-color: #FFF;
    background-image: -moz-linear-gradient(bottom, #86AF51 0%, #9BC455 100%);
    background-image: -o-linear-gradient(bottom, #86AF51 0%, #9BC455 100%);
    background-image: -webkit-linear-gradient(bottom, #86AF51 0%, #9BC455 100%);
    background-image: linear-gradient(to top, #86AF51 0%, #9BC455 100%);
    border: 1px solid #86AF51;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    display: inline-block;
    width: auto;
    float: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 18px;
    border-radius: 4px;
    position: relative;
}

/* price-button blue color */
#hpp-price-plans .dynamic-column .price-button a.Blue {
    margin-top: 6px;
    margin-bottom: 30px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    list-style: outside none none;
    box-sizing: border-box;
    font-family: "Arial";
    background-color: #FFF;
    background-image: -moz-linear-gradient(bottom, #3198C5 0%, #50B7E4 100%);
    background-image: -o-linear-gradient(bottom, #3198C5 0%, #50B7E4 100%);
    background-image: -webkit-linear-gradient(bottom, #3198C5 0%, #50B7E4 100%);
    background-image: linear-gradient(to top, #3198C5 0%, #50B7E4 100%);
    border: 1px solid #50B7E4;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    display: inline-block;
    width: auto;
    float: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 18px;
    border-radius: 4px;
    position: relative;
}

/* price-button red color */
#hpp-price-plans .dynamic-column .price-button a.Red {
    margin-top: 6px;
    margin-bottom: 30px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    list-style: outside none none;
    box-sizing: border-box;
    font-family: "Arial";
    background-color: #FFF;
    background-image: -moz-linear-gradient(bottom, #CB3737 0%, #E24E4E 100%);
    background-image: -o-linear-gradient(bottom, #CB3737 0%, #E24E4E 100%);
    background-image: -webkit-linear-gradient(bottom, #CB3737 0%, #E24E4E 100%);
    background-image: linear-gradient(to top, #CB3737 0%, #E24E4E 100%);
    border: 1px solid #E24E4E;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(255, 255, 255, 0.25);
    display: inline-block;
    width: auto;
    float: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 18px;
    border-radius: 4px;
    position: relative;
}

/* price-button yellow color on mouse hover */
#hpp-price-plans .dynamic-column .price-button a.Yellow:hover {
    background-image: -moz-linear-gradient(bottom, #E2D052 0%, #C4AF33 100%);
    background-image: -o-linear-gradient(bottom, #E2D052 0%, #C4AF33 100%);
    background-image: -webkit-linear-gradient(bottom, #E2D052 0%, #C4AF33 100%);
    background-image: linear-gradient(to top, #E2D052 0%, #C4AF33 100%);
}

/* price-button green color on mouse hover */
#hpp-price-plans .dynamic-column .price-button a.Green:hover {
    background-image: -moz-linear-gradient(bottom, #9BC455 0%, #86AF51 100%);
    background-image: -o-linear-gradient(bottom, #9BC455 0%, #86AF51 100%);
    background-image: -webkit-linear-gradient(bottom, #9BC455 0%, #86AF51 100%);
    background-image: linear-gradient(to top, #9BC455 0%, #86AF51 100%);
}

/* price-button blue color on mouse hover */
#hpp-price-plans .dynamic-column .price-button a.Blue:hover {
    background-image: -moz-linear-gradient(bottom, #50B7E4 0%, #3198C5 100%);
    background-image: -o-linear-gradient(bottom, #50B7E4 0%, #3198C5 100%);
    background-image: -webkit-linear-gradient(bottom, #50B7E4 0%, #3198C5 100%);
    background-image: linear-gradient(to top, #50B7E4 0%, #3198C5 100%);
}

/* price-button red color on mouse hover */
#hpp-price-plans .dynamic-column .price-button a.Red:hover {
    background-image: -moz-linear-gradient(bottom, #E24E4E 0%, #CB3737 100%);
    background-image: -o-linear-gradient(bottom, #E24E4E 0%, #CB3737 100%);
    background-image: -webkit-linear-gradient(bottom, #E24E4E 0%, #CB3737 100%);
    background-image: linear-gradient(to top, #E24E4E 0%, #CB3737 100%);
}

/* default-title class */
#hpp-price-plans .dynamic-column .default-title {
    font-family: "Arial";
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    float: left;
    width: 100%;
    text-align: left;
    color: #606365;
    font-size: 32px;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
    background-color: #F7F9FA;
}

/* default-description class */
#hpp-price-plans .dynamic-column .default-description {
    color: #858D99;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

/* default-text class */
#hpp-price-plans .dynamic-column .default-text {
    color: #F7F9FA;
    font-family: "Arial";
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* default-currency class */
#hpp-price-plans .dynamic-column .default-currency,
#hpp-price-plans .dynamic-column .default-dot-value {
    display: none;
}

/* default-price class */
#hpp-price-plans .dynamic-column .default-price {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    text-align: center;
    color: #4F5253;
    font-size: 40px;
    position: relative;
    float: left;
    width: 100%;
    white-space: nowrap;
    margin-top: 2px;
    left: -12px;
}

/* default-features class */
#hpp-price-plans .dynamic-column .default-features {
    font-size: 14px;
    text-align: left;
}

/* radial-bar class */
#hpp-price-plans .dynamic-column .radial-bar {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    background-clip: padding-box;
    box-shadow: 0px 1px 0px #FFF, 0px 1px 3px rgba(0, 0, 0, 0.12) inset;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.08) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.08) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.08) 100%);
    background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.08) 100%);
    text-align: center;
    line-height: 30px;
    margin: 57px 16px 34px 34px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 1;
}

#hpp-price-plans .dynamic-column .radial-bar:before {
    content: attr(data-radial-bar);
    display: block;
    position: absolute;
    line-height: 20px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    padding: 0px;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-clip: padding-box;
    background-image: -moz-linear-gradient(90deg, #F4F7F8 0%, #FBFBFC 100%);
    background-image: -webkit-linear-gradient(90deg, #F4F7F8 0%, #FBFBFC 100%);
    background-image: -o-linear-gradient(90deg, #F4F7F8 0%, #FBFBFC 100%);
    background-image: linear-gradient(90deg, #F4F7F8 0%, #FBFBFC 100%);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
    color: #7C8081;
    font-size: 12px;
    font-weight: bold;
    z-index: 99;
}

#hpp-price-plans .dynamic-column:hover .radial-bar.Yellow {
    border: 5px solid #CBB73A;
}

#hpp-price-plans .dynamic-column:hover .radial-bar.Green {
    border: 5px solid #8BB452;
}

#hpp-price-plans .dynamic-column:hover .radial-bar.Blue {
    border: 5px solid #39A0CD;
}

#hpp-price-plans .dynamic-column:hover .radial-bar.Red {
    border: 5px solid #CD3939;
}

/* price-badge class */
#hpp-price-plans .dynamic-column .price-badge {
    border-radius: 6px 6px 0px 0px;
    background-clip: padding-box;
    background-color: #A1A9B2;
    box-shadow: 0px 1px 0px #9096A0, 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
    background-image: -moz-linear-gradient(90deg, #989FA8 0%, #A8B0B9 100%);
    background-image: -webkit-linear-gradient(90deg, #989FA8 0%, #A8B0B9 100%);
    background-image: -o-linear-gradient(90deg, #989FA8 0%, #A8B0B9 100%);
    background-image: linear-gradient(90deg, #989FA8 0%, #A8B0B9 100%);
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    z-index: 99;
    margin-top: -28px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    display: none;
}

#hpp-price-plans .dynamic-column .price-badge.show-badge {
    display: block;
}

/* image */
#hpp-price-plans .dynamic-column .price-badge img {
    margin: 0;
    padding: 0;
    display: inline-block;
    box-shadow: none;
    text-align: center;
    width: 16px;
    height: 15px;
    position: relative;
    top: 2px;
}

/* default-badge class */
#hpp-price-plans .dynamic-column .default-badge {
    color: #FFF;
    font-family: "Arial";
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    float: none;
    width: auto;
}

/* hpp-icons class */
#hpp-price-plans .dynamic-column .hPP-icons {
    position: relative;
    margin-left: -25px;
    text-align: center;
    width: 16px;
    height: 13px;
}

/* font awesome icons */
#hpp-price-plans .dynamic-column .hPP-icons i {
    color: #ACB2BA;
    text-align: center;
    width: 16px;
    height: 13px;
}

/* hover animation enable */
#hpp-price-plans .dynamic-column.Enable {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#hpp-price-plans .dynamic-column.Enable:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* default-month class */
#hpp-price-plans .dynamic-column .default-month {
    font-weight: normal;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    padding: 0px;
    color: #858D99;
    font-size: 14px;
    text-transform: uppercase;
}</pre></body></html>