@charset "UTF-8";

/* common */
h1 {
    font-family: Poppins Bold;
    font-size: 38px;
    line-height: 56px;
    text-align: center;
}

h2 {
    font-family: Poppins Bold;
    font-size: 36px;
    line-height: 59px;
    text-align: center;
}

h3 {
    font-family: Poppins Bold;
    font-size: 22px;
    line-height: 37px;
    text-align: center;
}

@media (max-width: 768px) {
    h1 {
        font-size: 26px;
        line-height: 40px;
    }

    h2 {
        font-size: 24px;
        line-height: 34px;
    }

    h3 {
        font-size: 18px;
        line-height: 29px;
    }
}

/* common */

/* trade-plate */
.trade-plate {
    padding: 64px 0 68px;
    background: #e4f2ff;
    position: relative;
}

.trade-plate:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #e4f2ff;
    border-left: 43px solid rgba(0, 0, 0, 0);
    border-right: 43px solid rgba(0, 0, 0, 0);
}

.trade-plate .page-desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.trade-plate .page-version {
    max-width: 414px;
    margin: 40px auto 24px;
    padding: 6px 16px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.trade-plate .page-version a {
    width: 168px;
    padding: 5px 0;
    border-radius: 30px;
    color: #484848;
}

.trade-plate .page-version a:hover {
    text-decoration: none;
    color: #00bde3;
}

.trade-plate .page-version a.curr {
    background: rgba(0, 189, 227, .2);
    color: #00bde3;
    box-shadow: 0 1px 3px rgba(0, 189, 227, .2);
}

.trade-plate .trade-list {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}

.trade-plate .trade-plan {
    width: calc(95% / 3);
    margin-left: 2.5%;
    padding: 32px 40px;
    border-radius: 16px;
    background: #fff;
    position: relative;
}

.trade-plate .four-plan .trade-plan {
    width: 23%;
    margin-left: calc(8% / 3);
    padding-top: 40px;
}

.trade-plate .trade-plan:first-child {
    margin-left: 0;
}

.trade-plate .trade-plan.best-seller:before {
    content: 'Bestseller';
    position: absolute;
    line-height: 26px;
    color: #fff;
    background: #f93;
    padding: 2px 13px;
    border-radius: 15px;
    top: 16px;
    right: 16px;
}

.trade-plate .plan-title {
    font-size: 22px;
    line-height: 37px;
    font-family: Poppins Medium;
}

.trade-plate .average-price {
    margin-top: 8px;
    font-size: 20px;
    line-height: 32px;
    font-family: Poppins Medium;
}

.trade-plate .average-price span {
    font-size: 44px;
    line-height: 72px;
    font-family: Poppins Bold;
    color: #f93;
}

.clevgo-pricing .average-price .day {
    font-size: 22px;
}

.clevgo-pricing .price {
    color: #5E6577;
}

.clevgo-pricing .price del {
    font-size: 18px;
    font-weight: bold;
}

.clevgo-pricing .fun {
    text-align: left;
    color: rgba(16, 24, 41, 0.7);
    margin-bottom: 13px;
}

.clevgo-pricing .fun::before {
    opacity: 1;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://images.clevguard.com/de/assets/purchase/fun_yes.svg");
    margin-right: 5px;
    vertical-align: -2px;
}

.clevgo-pricing .pay-btn {
    background: #5A6BFF;
}

.clevgo-bg {
    background: #EEEFFD;
}

.clevgo-pricing .price {
    border-bottom: 1px dashed rgba(26, 36, 61, 0.3);
    padding-bottom: 20px;
}

.trade-plate .clevgo-pricing .btn-box {
    margin-bottom: 16px;
}

.trade-plate .clevgo-pricing .plan-info {
    margin-top: 0;
}

.trade-plate .clevgo-pricing.four-plan .trade-plan {
    width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.trade-plate .clevgo-pricing.four-plan .trade-plan:hover {
    border: 2px solid #FF9933;
    box-sizing: border-box;
}

.trade-plate .device-total {
    margin-top: 8px;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 39px;
    border-bottom: 1px dashed rgba(26, 36, 61, .29);
}

.trade-plate .plan-price {
    margin-top: 8px;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 39px;
    border-bottom: 1px dashed rgba(26, 36, 61, .29);
}

.trade-plate .plan-price span {
    color: #f93;
}

.trade-plate .plan-info {
    margin-top: 39px;
    line-height: 23px;
    position: relative;
    color: #5e6577;
}

.trade-plate .info-icon {
    color: #f93;
    cursor: pointer;
}

.tips-popover {
    display: inline-block;
    position: relative;
}

.trade-plate .plan-tips {
    position: absolute;
    width: 262px;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 6px 24px 0 rgba(22, 25, 45, .1);
    background: #fff;
    top: 9px;
    left: 24px;
    z-index: 102;
    display: none;
    transform: translateY(-50%);
}

.trade-plate .plan-tips::before {
    position: absolute;
    content: '';
    left: -10px;
    top: 50%;
    width: 0;
    height: 0;
    background: transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    transform: translateY(-50%);
}


.trade-plate .plan-tips a {
    color: #f93;
}

.trade-plate .info-icon:hover+.plan-tips {
    display: block;
}

.trade-plate .plan-tips:hover {
    display: block;
}

.trade-plate .btn-box {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

.trade-plate .pay-btn {
    width: 100%;
    height: 46px;
    order: 1;
    margin-top: 16px;
    cursor: pointer;
}

.trade-plate .base-link {
    margin-top: 16px;
    text-align: center;
}

.trade-plate .base-link.base-link-blue-light {
    display: none;
}

/** Customers Who Bought This Item Also Bought start **/
.base-flex {
    display: flex;
    align-items: flex-start;
}

.component-product {
    max-width: 1200px;
    padding: 30px;
    background: #FFF6ED;
    border-radius: 20px;
    margin: 40px auto 0
}

.component-product .title {
    margin-bottom: 27px;
    font-family: 'Poppins Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #FF9933;
    ;
}

.component-product .conponent-block {
    padding: 50px 47px 40px 40px;
    border: 2px solid #FF9933;
    background: #fff;
    border-radius: 20px;
    align-items: center
}

.component-product .product-img {
    display: flex;
    align-items: center;
    min-width: 104px;
    width: 104px;
}

.component-product .product-desc-block {
    max-width: max-content;
    margin-left: 20px
}

.component-product .product-desc-block:nth-child(2) {
    max-width: 205px;
}

.component-product .product-desc-block .select {
    margin-bottom: 16px;
}

.component-product .product-title {
    display: block;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: -8px;
    font-family: 'Poppins Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.component-product .product-desc {
    display: block;
    max-width: 191px;
    font-family: 'Poppins Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    color: #2E2E2E;
}

.component-product .select ul {
    display: none
}

.component-product .select.active ul {
    display: block
}

.component-product .select-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 191px;
    height: 34px;
    padding-left: 18px;
    font-size: 14px;
    background: #F7F7F7;
    border: 1px solid #E0E0E0;
    border-radius: 4px
}

.component-product .select-title::before,
.component-product .select-title::after {
    content: '';
    display: block;
    width: 1.4px;
    height: 7px;
    top: 11px;
    background: #2E2E2E;
    position: absolute
}

.component-product .select-title::before {
    right: 22.5px;
    top: 12px;
    transform: rotate(45deg)
}

.component-product .select-title::after {
    right: 27px;
    top: 12px;
    transform: rotate(-45deg)
}

.component-product .add-icon {
    position: relative;
    width: 0;
    height: 18px;
    margin: 0 50px
}

.component-product .add-icon::before,
.component-product .add-icon::after {
    content: '';
    display: block;
    top: -9px;
    width: 4px;
    height: 34px;
    border-radius: 6px;
    background-color: #FF9933;
    position: absolute
}

.component-product .add-icon::after {
    transform: rotate(90deg)
}

.component-product ul {
    z-index: 1;
    width: 184px;
    height: 200px;
    padding: 16px 8px;
    background: #FFFFFF;
    border: 0.5px solid #DCDCDC;
    box-shadow: 2px 4px 10px rgba(74, 26, 8, 0.1);
    border-radius: 3px;
    margin-top: 4px;
    position: absolute
}

.component-product ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    height: 40px;
    line-height: 40px;
    padding: 0 14px
}

.component-product ul li:hover,
.component-product .select li.curr {
    background-color: #FFF6ED;
    border-radius: 3px
}

.component-product .select li:hover .icon,
.component-product .select li.curr .icon {
    background: #4A1A08
}

.component-product ul li .icon {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #4A1A08;
    margin-right: 14px
}

.component-product .select.active .select-title::before {
    transform: rotate(45deg);
    background: #3E3C3B
}

.component-product .select.active .select-title::after {
    transform: rotate(-45deg);
    background: #3E3C3B
}

.component-product .select.active .icon::before,
.component-product .select.active .icon::after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    background: #fff
}

.component-product .select.active .icon::before {
    height: 3px;
    transform: rotate(-41deg);
    left: 3px;
    top: 5px
}

.component-product .select.active .icon::after {
    height: 7px;
    transform: rotate(40deg);
    left: 6px;
    top: 2px
}

.component-product ul .sure-btn {
    justify-content: center;
    margin-top: 16px
}

.component-product ul .sure-btn span {
    cursor: pointer;
    display: block;
    width: 65px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center
}

.component-product ul .sure-btn span.no-btn {
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.component-product ul .sure-btn span.no-btn:hover {
    color: #FF8032;
    border: 1px solid #FF8032
}

.component-product ul .sure-btn span.no-btn:active {
    color: #FF8032;
    background: rgba(255, 128, 50, 0.15);
    border: 1px solid #FF8032
}

.component-product ul .sure-btn span.yes-btn {
    background: #FF8032;
    color: #fff;
    margin-left: 14px
}

.component-product ul .sure-btn span.yes-btn:hover {
    background: #FFA36A
}

.component-product ul .sure-btn span.yes-btn:active {
    background: #DB5C0F
}

.component-product .equal-img {
    flex-shrink: 0;
    margin-left: 18px;
    /* margin: 56px 63px 0 42px */
}

.component-product .price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 37px;
    text-align: left
}

.component-product .price-title {
    margin-bottom: 9px;
    font-family: 'Poppins Bold';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #2E2E2E;
}


.component-product .final-price {
    font-family: 'Poppins SemiBold';
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    line-height: 44px;
    color: #FFA54C;
    display: inline-block;
    margin: 6px 0 1px
}

.component-product .virtual-price {
    font-family: 'Poppins SemiBold';
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    text-decoration: line-through;
    color: #999999;
}

.component-product .icart-btn {
    position: relative;
    font-family: 'Poppins SemiBold';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 174px;
    height: 44px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
    background: #425DF8;
    border-radius: 8px;
}

.component-product .icart-btn:hover {
    background: #697EFD;
}

.component-product .icart-btn::after {
    position: absolute;
    content: '';
    right: -25px;
    bottom: -22px;
    width: 38px;
    height: 37px;
    background: url(https://images.clevguard.com/de/assets/purchase/hand-icon.svg) no-repeat;
    background-size: contain;
}

.component-product .icart-btn img {
    margin-left: 10px;
    margin-top: -3px
}

@media (max-width: 1200px) {
    .component-product .conponent-block .block {
        max-width: 424px;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .component-product .product-desc-block {
        width: max-content;
    }

    .component-product .product-desc {
        max-width: 300px;
    }

    .component-product .conponent-block {
        flex-direction: column;
    }

    .component-product .conponent-block .block {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .component-product .add-icon {
        margin: 24px 0 30px;
    }

    .component-product .equal-img {
        transform: rotate(90deg);
    }

    .component-product .price-block {
        display: unset;
        margin-top: 30px;
    }

    .component-product .icart-btn {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .component-product {
        padding: 32px 10px 24px;
        margin-top: 24px
    }

    .dback-purchase .price-list {
        margin-bottom: 63px
    }

    .component-product .title {
        margin-bottom: 40px;
        text-align: center;
    }

    .component-product .conponent-block {
        padding: 30px 2px;
    }

    .component-product .price-block {
        margin-top: 30px;
    }

    .component-product .product-img {
        width: 90px
    }

    .component-product .product-desc-block {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .component-product .product-desc {
        text-align: center;
        margin-bottom: 16px
    }

    .component-product .product-title {
        margin-top: 20px;
    }

    .component-product .icart-btn {
        margin-top: 16px
    }

    .trade-plate .plan-tips::after {
        display: none;
    }

    .component-product .price-block {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .component-product .conponent-block .block {
        flex-direction: column;
    }

    .component-product .product-desc-block {
        max-width: 320px;
    }

    .select-title {
        margin-left: auto;
        margin-right: auto;
    }

    .component-product .equal-img {
        margin: 25px 36px 40px;
    }

    .component-product .price-block {
        margin-top: 0;
    }
}

@media (max-width: 375px) {
    .component-product .product-desc {
        min-height: auto;
        margin-bottom: 8px
    }

    .component-product .product-desc-block {
        text-align: center;
        margin: 0 auto
    }

    .component-product .equal-img {
        margin: 25px 36px 40px;
    }
}

/** Customers Who Bought This Item Also Bought end **/
@media (max-width: 1440px) {
    .trade-plan:last-child .plan-tips {
        top: calc(100% + 10px);
        transform: unset;
        right: -20px;
        left: unset;
    }

    .trade-plan:last-child .plan-tips:before {
        border-top: none;
        border-bottom: 10px solid #fff;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        top: -5px;
        left: unset;
        right: 15px;
    }
}

@media (max-width: 1199px) {
    .trade-plate .four-plan {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .trade-plate .four-plan .trade-plan {
        width: 48%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 998px) {
    .trade-plate {
        padding: 40px 0 48px;
    }

    .trade-plate:after {
        display: none;
    }

    .trade-plate .page-desc {
        font-size: 16px;
        line-height: 23px;
    }

    .trade-plate .trade-list {
        margin-top: 32px;
        flex-direction: column;
        align-items: center;
    }

    .trade-plate .trade-plan {
        margin-left: 0;
        margin-top: 24px;
        padding: 24px;
        width: 100%;
        max-width: 540px;
    }

    .trade-plate .four-plan .trade-plan {
        width: 100%;
    }

    .trade-plate .trade-plan:first-child {
        margin-top: 0;
    }

    .trade-plate .plan-title {
        font-size: 18px;
        line-height: 29px;
    }

    .trade-plate .average-price {
        margin-top: 4px;
        font-size: 18px;
        line-height: 24px;
    }

    .trade-plate .average-price span {
        font-size: 34px;
        line-height: 56px;
    }

    .trade-plate .plan-price {
        margin-top: 4px;
        padding-bottom: 24px;
    }

    .trade-plate .plan-info {
        margin-top: 24px;
        font-size: 15px;
        line-height: 21px;
    }

    .trade-plate .info-icon {
        width: 15px;
    }


    .trade-plate .pay-btn {
        margin-top: 12px;
    }

    .trade-plate .base-link {
        margin-top: 18px;
        font-size: 16px;
        line-height: 26px;
    }

    .trade-plate .plan-tips {
        top: calc(100% + 10px);
        transform: unset;
        right: -20px;
        left: unset;
    }

    .trade-plate .plan-tips::before {
        border-top: none;
        border-bottom: 10px solid #fff;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0);
        top: -5px;
        left: unset;
        right: 15px;
    }
}

@media (max-width: 640px) {

    .tips-popover {
        position: unset;
    }

    .trade-plate .plan-tips {
        left: 0;
        width: 100%;
    }

    .trade-plate .plan-tips::before {
        right: 50%;
        transform: translateX(-50%);
    }

    .trade-plan:last-child .plan-tips {
        left: 0;
    }
}

/* trade-plate */

/* feature-plate */
.feature-plate {
    margin-top: 68px;
}

.feature-plate .feature-list {
    max-width: 1100px;
    margin: 40px auto 0;
}

.feature-plate .feature-list ul {
    display: flex;
    flex-wrap: wrap;
}

.feature-plate .feature-list li {
    padding-left: 27px;
    background: url(https://images.clevguard.com/de/assets/purchase/finish_icon_pricing.svg) left 6px no-repeat;
    width: 25%;
    margin-bottom: 16px;
    line-height: 23px;
}

.feature-plate .show-more {
    display: none;
}

@media (max-width: 768px) {
    .feature-plate {
        margin-top: 24px;
    }

    .feature-plate .feature-list {
        position: relative;
        margin-top: 24px;
    }

    .feature-plate .feature-list:after {
        content: '';
        width: 100%;
        height: 34px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8000) 100%);
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .feature-plate .feature-list.curr:after {
        display: none;
    }

    .feature-plate .m-show-more {
        display: none;
    }

    .feature-plate .feature-list li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 24px;
        background-position: left 5px;
        margin-bottom: 8px;
        background-size: 16px 11px;
    }

    .feature-plate .show-more {
        display: flex;
        justify-content: center;
    }

    .feature-plate .show-more img {
        margin-left: 8px;
        transition: all .5s ease;
    }

    .feature-plate .show-more.curr img {
        transform: rotate(180deg);
    }
}

@media (max-width: 592px) {
    .feature-plate .feature-list li {
        width: 50%;
    }
}

/* feature-plate */

/* secure-payment */
.secure-payment {
    margin-top: 48px;
}

.secure-payment .base-maxwidth {
    display: flex;
    justify-content: center;
    align-items: center;
}

.secure-payment .secure-title {
    line-height: 23px;
    color: #666;
    white-space: nowrap;
    flex-shrink: 0;
}

.secure-payment ul {
    display: flex;
}

.secure-payment ul li {
    margin: 0 5px;
}

.secure-payment ul li img {
    max-width: 90px;
    border: 1px solid #dfe7ea;
    border-radius: 4px;
}

@media (max-width: 1182px) {
    .secure-payment {
        margin-top: 16px;
    }

    .secure-payment .base-maxwidth {
        flex-direction: column;
    }

    .secure-payment ul {
        margin: 18px auto 0;
        justify-content: center;
    }

    .secure-payment ul li {
        margin: 0 5px 7px;
    }
}

@media (max-width: 1024px) {
    .secure-payment ul {
        flex-wrap: wrap;
        max-width: 500px;
    }
}

@media (max-width: 440px) {
    .secure-payment ul li {
        margin: 0 3px 7px;
    }

    .secure-payment ul li img {
        max-width: 77px;
    }
}

/* secure-payment */

/* support-service */
.support-service {
    margin-top: 100px;
    padding: 49px 0 48px;
    background: #f3f4f7;
}

.support-service .base-maxwidth {
    display: flex;
    justify-content: space-around;
}

.support-service .service-item {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.support-service .service-title {
    margin-top: 14px;
    font-size: 18px;
    line-height: 29px;
    font-family: Poppins SemiBold;
}

.support-service .service-desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 23px;
}

@media (max-width: 920px) {
    .support-service {
        margin-top: 25px;
        padding: 20px;
    }

    .support-service .base-maxwidth {
        flex-wrap: wrap;
    }

    .support-service .service-item {
        width: 40%;
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .support-service {
        padding: 8px 0 16px;
    }

    .support-service .base-maxwidth {
        flex-direction: column;
    }

    .support-service .service-item {
        width: 100%;
        padding: 31px 0 32px;
        border-top: 1px solid #dfe7ea;
    }

    .support-service .service-item:first-child {
        border-top: none;
    }
}

/* support-service */

/* purchase-faq */
.purchase-faq {
    margin: 100px 0;
}

.purchase-faq .faq-list {
    margin-top: 32px;
}

.purchase-faq .faq-list li {
    padding: 24px 0;
    border-top: 1px solid #e2e8ed;
}

.purchase-faq .faq-list li:first-child {
    border-top: none;
}

.purchase-faq .faq-question {
    padding-right: 20px;
    display: flex;
    font-size: 20px;
    line-height: 32px;
    font-family: Poppins SemiBold;
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.purchase-faq .faq-question:hover,
.purchase-faq .faq-question.curr {
    color: #00bde3;
}

.purchase-faq .faq-icon {
    margin-top: 4px;
    margin-right: 8px;
    flex-shrink: 0;
}

.purchase-faq .faq-slide {
    position: absolute;
    top: 6px;
    right: 0;
    transition: all .5s ease;
}

.purchase-faq .faq-question.curr .faq-slide {
    transform: rotate(90deg);
}

.purchase-faq .faq-answer {
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
    padding-left: 32px;
    display: none;
}

.purchase-faq .faq-list li:first-child .faq-answer {
    display: block;
}

.purchase-faq .base-btn {
    margin: 16px auto 0;
    width: 224px;
    height: 56px;
}

@media (max-width: 768px) {
    .purchase-faq {
        margin: 56px 0;
    }

    .purchase-faq .faq-list {
        margin-top: 8px;
    }

    .purchase-faq .faq-question {
        font-size: 18px;
        line-height: 26px;
    }
}

/* purchase-faq */