*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-primary: 'Inter', sans-serif;
}

body {
    font-family: var(--font-primary);
    background-color: #fff;
    margin: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
}

.container,
.container-max {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-max {
    max-width: 1190px;
}

.container-new {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
}

.subscription-layout {
    padding: 150px 0 100px;
}

@media (max-width: 991px) {
    .subscription-layout {
        padding: 100px 0 50px;
    }
}

.plans-range,
.subscription-pricing,
.pricing__table,
.faq {
    padding: 50px 0;
}

@media (max-width: 991px) {
    .plans-range,
    .subscription-pricing,
    .pricing__table,
    .faq {
        padding: 25px 0;
    }
}

.faq {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .faq {
        padding-top: 25px;
    }
}

/*Subscription hero end*/
.subscription-hero {
    padding-bottom: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .subscription-hero {
        padding-bottom: 25px;
    }
}

.subscription-layout {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.subscription-layout :is(h1, h2, h3, h4, h5, h6) {
    color: #101828;
}

.subscription-layout :where(p) {
    color: #434649;
}

.subscription-hero__title {
    text-align: center;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    line-height: 1.1em;
    max-width: 577px;
    width: 100%;
    margin: 0 auto 25px;
    letter-spacing: -2.6px;
}

.subscription-hero__description {
    max-width: 835px;
    margin: 0 auto 40px;
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.6;
    letter-spacing: -0.54px;
}

.subscription-hero__free-trial {
    max-width: 835px;
    margin: 0 auto 30px;
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.5em;
    font-weight: 600;
    color: #321EAA;
    letter-spacing: -0.54px;
}

.subscription-hero__button {
    display: inline-block;
    padding: 14px 32px;
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.5em;
    font-weight: 600;
    background-color: #321EAA;
    border-radius: 8px;
    color: #fff;
    border: 1px solid transparent;
    transition: all .3s;
    letter-spacing: -0.54px;
}

@media (max-width: 991px) {
    .subscription-hero__button {
        padding: 10px 30px;
    }
}

.subscription-hero__button:hover {
    background-color: #fff;
    color: #321EAA;
    border-color: #321EAA;
}

/*Subscription hero end*/

/*---Plan range start---*/

.plans-range__title {
    text-align: center;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 600;
    line-height: 1.4em;
    max-width: 387px;
    width: 100%;
    margin: 0 auto 30px;
    letter-spacing: -1.2px;
}

.plans-range-wrap {
    width: 100%;
}

.plans-range-input-wrap {
    width: 100%;
    position: relative;
}

.plans-range__info {
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(29, 63, 170, 0.10);
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(15, 9, 82, 0.07);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: -0.48px;
    margin-top: 12px;
    text-align: center;
}

.js-order-views {
    color: #250099;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 21px */
    letter-spacing: 0.6px;
}


.plans-range-input {
    -webkit-appearance: none;
    width: 100%;
    outline: none;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    background-color: #e8ecf7;
    border-radius: 15px;
    height: 4px;
    /*border: 1px solid #cec7f6;*/
    border: none;
    margin: 0;
}

.plans-range-input::-webkit-slider-thumb {
    position: relative;
    z-index: 99;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 5px solid #321daa;
    box-sizing: border-box;
}

.plans-range-input::-moz-range-thumb {
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 5px solid #321daa;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .plans-range-input::-webkit-slider-thumb{
        width: 12px!important;
        height: 12px!important;
        border: 2px solid #321daa;
    }
}


@media (max-width: 767px) {
    .plans-range-input::-moz-range-thumb{
        width: 12px!important;
        height: 12px!important;
        border: 2px solid #321daa;
    }
}

/*---Plan range end---*/

/*Plan card start*/

.subscription-pricing__card.pricing__card {
    background-color: #321EAA;
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.pricing__card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 15px;
}

.pricing__card__top-orders {
    font-size: clamp(16px, 2.5vw, 18px);
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: -0.54px;
}

.pricing__card__top-trial-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    padding: 6px 16px;
    border: 1px solid #CAD4E230;
    border-radius: 8px;
    letter-spacing: -0.48px;
}

.pricing__card__plan-price {
    font-size: clamp(60px, 10vw, 110px);
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -5.5px;
}

.pricing__card__plan-validity-period {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 12px;
    letter-spacing: -0.42px;
}

.pricing__card__description {
    font-size: clamp(16px, 2.5vw, 18px);
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: -0.54px;
}

.pricing__card__button {
    display: inline-block;
    padding: 14px 32px;
    font-size: clamp(16px, 2.5vw, 18px);
    line-height: 1.5em;
    font-weight: 600;
    background-color: #fff;
    border-radius: 8px;
    color: #101828;
    border: 1px solid transparent;
    transition: all .3s;
    letter-spacing: -0.54px;
}

@media (max-width: 991px) {
    .pricing__card__button {
        padding: 10px 30px;
    }
}

.pricing__card__button:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

/*Plan card end*/


/*Pricing table start*/

.pricing__table-inner {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}

.pricing__table-btn {
    display: block;
    margin: 0 auto 30px;
    padding: 10px 20px;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 600;
    line-height: 1.4em;
    border-radius: 8px;
    border: 1px solid rgba(29, 63, 170, 0.10);
    background-color: #fff;
    transition: all .3s;
    letter-spacing: -1.2px;

}

.pricing__table-btn:hover,
.pricing__table-btn.open{
    border-color: #321EAA;
    color: #321EAA;
}

.pricing__table-btn svg{
    transition: all .3s;
}

.pricing__table-btn.open svg{
    transform: rotateX(180deg);
}


.pricing__table-wrapper table {
    width: 100%;
}

.pricing__table-wrapper td, tr, th {
    border: 1px solid #E8ECF6;
    border-radius: 8px;
}


.pricing__table-wrapper th, td {
    padding: clamp(10px, 2.5vw, 20px);
}

.pricing__table-wrapper th {
    color: #101828;
    font-size: clamp(18px, 2.5vw, 20px);
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -1px;
}

.pricing__table-wrapper td {
    color: #434649;
    font-size: clamp(16px, 2.5vw, 18px);
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: -0.54px;
}

.hidden-row {
    display: none;
}

/*Pricing table end*/


/*FAQ start*/

.faq__inner {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}

.faq__title {
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 50px;
    letter-spacing: -2.1px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    gap: 30px;
}

.faq__list-item {
    padding: 30px 35px 30px 30px;
    border-radius: 8px;
    border: 1px solid rgba(29, 63, 170, 0.10);
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(15, 9, 82, 0.07);
    cursor: pointer;
}

.faq__list-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(15px, 5vw, 30px);
    letter-spacing: -1.2px;
}

.faq__list-item__heading {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0;

}

.faq__list-item__icon {
    transition: all .3s;
}

.faq__list-item__answer-wrapper {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    max-width: 670px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
    letter-spacing: -0.48px;

}

.faq__list-item__answer {
    padding-top: 24px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: -0.48px;
}

/*FAQ end*/


.range-steps {
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 4px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.range-steps::before,
.range-steps::after,
.range-steps span {
    content: '';
    width: 6px;
    height: 6px;
    background: #AEB9D4;
    border-radius: 50%;
    position: absolute;
    top: -2px;
}

.plan-2-layout {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    padding: 0px 0px 40px;
}

.plan-2-layout h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.plan-2-layout h3 {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(17, 17, 17, 0.7);
}
.plan-2-layout .subscription-hero {
    padding-bottom: 35px;
}
.plans-2-con {
    padding: 40px 0;
    background: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}

.plans-2 {
    display: flex;
    justify-content: center;
}

.plans-2-item {
    display: flex;
    flex-direction: column;
    gap: 28px;
    /* overflow: hidden; */
    max-width: 250px;
    text-align: left;
    position: relative;
    padding: 28px 32px 36px;
    border-right: 1px solid rgba(17, 17, 17, 0.05);;
    background: #ffffff;
    color: #111111;
}
.plans-2-item:last-child {
    border-right-width: 0px;
}

.plans-2-item.selected {
    border-radius: 8px;
    margin: -8px 0;
    border-right-width: 0;
    padding: 36px 32px 44px;
    box-shadow: 0 8px 20px 0 rgb(0 0 1 / 16%);
    z-index: 1;
}

.plans-2-title {
    color: #111111;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}

.plans-2-desc {
    color: rgba(17, 17, 17, 0.7);
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
}
.plans-2-price {
    display: flex;
    gap: 2px;
}

.plans-2-price-cur {
    color: #888888;
    font-size: 14px;
    line-height: 14px;
    align-self: flex-start;
}

.plans-2-price-num {
    color: #111111;
    font-weight: 600;
    font-size: 52px;
    line-height: 40px;
}

.plans-2-price-per {
    color: #888888;
    align-self: flex-end;
    font-size: 14px;
    line-height: 14px;
    vertical-align: baseline;
}
.plans-2-btn {
    display: flex;
    justify-content: center;
}
.plans-2-list {
    margin-top: 4px;
}
.plans-2-btn .no-free-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none;
    border: none;
    flex-shrink: 1;
    text-align: center;
    font-size: 14px;
    line-height: 1.32;
    font-weight: 600;
    cursor: pointer;
    pointer-events: all;
    border-radius: 4px;
    text-decoration: none;
    overflow: hidden;
    max-width: 100%;
    min-width: 36px;
    height: 36px;
    width: 100%;
    padding: 0;
    margin: 0 0px;
    color: #ffffff;
    background: #321EAA;
}
.plans-2-btn .no-free-btn.selected {
    pointer-events: none;
    background: #f8f8f8;
    color: #321EAA;
}
.plans-2-btn .free-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none;
    border: none;
    flex-shrink: 1;
    text-align: center;
    font-size: 14px;
    line-height: 1.32;
    font-weight: 600;
    cursor: pointer;
    pointer-events: all;
    border-radius: 4px;
    text-decoration: none;
    overflow: hidden;
    max-width: 100%;
    min-width: 36px;
    height: 36px;
    width: 100%;
    padding: 0;
    margin: 0 0px;
    color: #111111;
    background: rgba(17, 17, 17, 0.05);
}
.plans-2-btn a:hover {
    opacity: 0.8;
}

.plans-2-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}
.plans-2-list ul li {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    width: fit-content;
}
.plans-2-list ul .plans-2-li-tool {
    cursor: pointer;
    border-bottom: 1px dashed;
    border-color: rgba(17, 17, 17, 0.3);
    transition: border-color 0.2s;
}
.plans-2-list ul .plans-2-li-tool span
.plans-2-list ul .plans-2-li-tool:hover {
    border-color: #111111;
}

.plans-2-list ul .no-tooltip .tolltip {
    display: none;
}

.plans-2-list ul .plans-2-li-tool .tolltip {
    display: none;
    padding: 6px;
    max-width: 200px;
    width: max-content;
    background-color: #111111;
    opacity: 0.9;
    color: white;
    border-radius: 5px;
    position: absolute;
    bottom: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.plans-2-list ul .plans-2-li-tool:hover .tolltip {
    display: block;
}



.plans-2-views {
    margin-top: 40px;
}
.plan-2-review-wrap h2,
.plan-2-faq h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #111111;
    text-align: center;
    margin-bottom: 40px;
}
.plan-2-review__general {
    display: flex;
    gap: 16px;
    padding-bottom: 40px;
}
.plan-2-review-elem {
    margin-bottom: 4px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #111111;
    flex-basis: calc(25% - 12px);
    max-width: calc(25% - 12px);
}
.plan-2-review-title {
    display: flex;
    gap: 4px;
}
.plan-2-review-title img {
    max-width: 40px;
}
.plan-2-review-desc {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #111111;
    font-weight: 400;
}
.plan-2-review {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.plan-2-review__item {
    flex-basis: calc(25% - 12px);
    max-width: calc(25% - 12px);
    padding: 20px;
    background-color: white;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 10px;
}
.plan-2-review__top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.plan-2-review__top img {
    width: 40px;
}
.plan-2-review__name {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    color: rgb(17, 17, 17);
    margin-bottom: 5px;
}
.plan-2-review__date {
    font-size: 12px;
    line-height: 14px;
    color: rgba(17, 17, 17, 0.5);
}
.plan-2-review__stars {
    display: flex;
    gap: 1px;
    margin-bottom: 6px;
}
.plan-2-review__stars img {
    width: 18px;
}

.plan-2-review__title {
    line-height: 21px;
    color: rgb(17, 17, 17);
    font-size: 15px;
    font-weight: 700;
}
.plan-2-review__desc {
    line-height: 21px;
    color: rgb(17, 17, 17);
    font-size: 15px;
}
.plan-2-review__read-more {
    line-height: 21px;
    font-size: 15px;
    color: rgba(17, 17, 17, 0.5);
    cursor: pointer;
}
.js-read-less {
    display: none;
}
.plan-2-review__addit {
    display: none;
}

.plan-2-faq {
    margin-top: 60px;
}

.plan-2-faq-con {
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    width: 100%;
}
.plan-2-faq__item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    padding: 20px;
}

.plan-2-faq__item.opened .plan-2-faq__plus {
    display: none;
}
.plan-2-faq__item.opened .plan-2-faq__minus {
    display: block;
}

.plan-2-faq__item.opened .plan-2-faq__answer {
    display: block;
}
.plan-2-faq__qa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.plan-2-faq__qa-txt {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
}
.plan-2-faq__answer {
    padding-top: 15px;
    max-width: 90%;
    display: none;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: rgba(17, 17, 17, 0.7);
}

.plan-2-faq__sign {
    padding: 0 6px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}
.plan-2-faq__sign:hover {
    background-color: rgba(17, 17, 17, 0.2);
}
.plan-2-faq__sign svg {
    width: 16px;
}
.plan-2-faq__plus {
    display: flex;
}
.plan-2-faq__minus {
    display: none;
}

@media (max-width: 941px) {
    .plans-2 {
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
        max-width: 600px;
        margin: auto;
    }
    .plan-2-review__general {
        flex-wrap: wrap;
        justify-content: center;
    }
    .plan-2-review-elem {
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
    .plan-2-review__item {
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
}

@media (max-width: 500px) {
    .plan-2-review-elem {
        flex-basis: 100%;
        max-width: 100%;
    }
    .plan-2-review__item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .style-2-bottom {
        display: flex;
        gap: 10px;
    }
}



.subs-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.subs-layout {
    display: flex;
}
.subs__left,
.subs__right {
    flex-basis: 50%;
    max-width: 50%;
}
.subs__left {
    background-color: #f7f7f7;
    padding: 60px 80px;
    justify-content: flex-end;
}
.subs__right {
    background: #3F49FF;
    padding: 60px 80px;
    display: flex;
    justify-content: flex-start;
}
.subs__left-con {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.subs__left-text {
    max-width: 528px;
}
.subs__left-text h2 {
    font-family: var(--font-primary);
    font-size: 40px;
    font-weight: 600;
    line-height: 53.6px;
    letter-spacing: 0.005em;
    text-align: left;
    color: #1F2023;
    text-transform: capitalize;
}
.subs__left-text p {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 24.93px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #1B1918;
    margin: 15px 0 0;
}

.subs__left-list {
    margin-top: 60px;
}
.subs__left-list-title {
    color: #6A6969;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.5%; /* 24.93px */
    letter-spacing: 0.72px;
    opacity: 0.9;
}
.subs__left-lists {
    margin-top: 15px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.subs__left-lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.subs__left-lists ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.subs__left-lists ul li span {
    font-family: var(--font-primary);
    font-size: 18.88px;
    font-weight: 400;
    line-height: 25.29px;
    text-align: left;
    color: #1F2023;
}
.subs__left-lists ul li img {
    width: 22px;
}

.subs__review {
    margin-top: 100px;
    max-width: 428px;
}
.subs__review-txt {
    color: #68696D;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: -0.03em;
    text-align: left;
}
.subs__review-author {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.subs__review-rating {
    display: flex;
    gap: 3px;
}
.subs__review-rating img {
    width: 17px;
}
.subs__review-author-name {
    color: #1F2023;
    font-family: var(--font-primary);
    font-size: 18.36px;
    font-weight: 600;
    line-height: 27.55px;
    letter-spacing: -0.03em;
    text-align: left;
}

.subs__right-con {
    width: 100%;
    max-width: 520px;
}
.subs__right-text {
    text-align: center;
}
.subs__right-text h3 {
    color: white;
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 600;
    line-height: 37.52px;
    letter-spacing: 0.005em;
    text-align: center;
    text-transform: capitalize;
}
.subs__right-text p {
    max-width: 302px;
    margin: auto;
    color: white;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 21.44px;
    letter-spacing: 0.005em;
    text-align: center;
    text-transform: capitalize;
}
.pricing__card {
    margin-top: 25px;
    background-color: white;
    border-radius: 12px;
    padding: 25px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 515px;
}
.pricing__title {
    max-width: 302px;
    color: #2B2B2B;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 600;
    line-height: 29.48px;
    letter-spacing: 0.005em;
    text-align: center;
    text-transform: capitalize;
}
.pricing__price {
    display: flex;
}
.pricing__price-sign {
    align-self: flex-start;
    color: #1F2023;
    font-family: var(--font-primary);
    font-size: 30.139px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.5;
    line-height: 134%; /* 40.386px */
}
.pricing__price-value {
    color: #1F2023;
    font-family: var(--font-primary);
    font-size: 120.556px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 161.544px */
}
.pricing__price-period {
    align-self: flex-end;
    color: #1F2023;
    font-family: var(--font-primary);
    font-size: 30.139px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    padding-bottom: 6px;
}
.pricing__price-info {
    text-align: center;
}
.pricing__price-info-1 {
    color: #2B2B2B;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%; /* 29.48px */
    letter-spacing: 0.11px;
    text-transform: capitalize;
}
.pricing__price-info-2 {
    color: #2B2B2B;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 21.44px */
    letter-spacing: 0.08px;
    text-transform: capitalize;
}

.pricing__range {
    width: 100%;
    max-width: 300px;
}

.pricing__range-wrap {
    width: 100%;
    position: relative;
}

.pricing__range-input {
    -webkit-appearance: none;
    width: 100%;
    outline: none;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    background-color: #e8ecf7;
    border-radius: 15px;
    height: 4px;
    border: none;
    margin: 0;
}

.pricing__range-input::-webkit-slider-thumb {
    position: relative;
    z-index: 99;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 5px solid #3F49FF;
    box-sizing: border-box;
}

.pricing__range-input::-moz-range-thumb {
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 5px solid #3F49FF;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
}
/* .pricing__range-input::-moz-range-progress {
    background: #3F49FF;
} */

@media (max-width: 767px) {
    .pricing__range-input::-webkit-slider-thumb{
        width: 12px!important;
        height: 12px!important;
        border: 2px solid #321daa;
    }
}


@media (max-width: 767px) {
    .pricing__range-input::-moz-range-thumb{
        width: 12px!important;
        height: 12px!important;
        border: 2px solid #321daa;
    }
}

.pricing__price-btn {
    padding: 11px 45px;
    border-radius: 77.955px;
    border: 1.559px solid #3F49FF;
    background: #3F49FF;
    transition: 0.3s all;
    color: #FFF;
    font-family: var(--font-primary);
    font-size: 21.828px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 29.249px */
    letter-spacing: 0.109px;
    text-transform: capitalize;
}
.pricing__price-btn:hover {
    opacity: 0.8;
}

@media (max-width: 1300px) {
    .subs__left, .subs__right {
        flex-basis: 100%;
        max-width: 100%;
    }
    .subs-layout {
        padding: 40px 15px;
        flex-direction: column-reverse;
    }
}

@media (max-width: 700px) {
    .pricing__card {
        width: 100%;
        padding: 25px 30px;
    }
    .subs-layout {
        padding: 0;
    }
    .subs__right,
    .subs__left {
        justify-content: center;
        padding: 30px 30px;
        align-items: center;
    }
    .pricing__price-value {
        font-size: 70px;
    }
    .pricing__price-sign,
    .pricing__price-period {
        font-size: 24px;
        padding-bottom: 0px;
    }
    .pricing__price-btn {
        font-size: 17px;
        padding: 11px 35px;
    }
}

/* impulse styles */
.subs-wrap.subs-wrap_impulse {
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: "Bricolage Grotesque", sans-serif;
}


.plans-2-layout_impulse .plans-2-title,
.plans-2-layout_impulse .plans-2-item,
.plans-2-layout_impulse .plan-2-review-wrap,
.plans-2-layout_impulse .plan-2-faq,
.subs-wrap_impulse .subs__left-text h2,
.subs-wrap_impulse .subs__left-text p,
.subs-wrap_impulse .subs__left-list span,
.subs-wrap_impulse .subs__left-list-title,
.subs-wrap_impulse .subs__review-txt,
.subs-wrap_impulse .subs__right-text h3,
.subs-wrap_impulse .subs__right-text p, 
.subs-wrap_impulse .pricing__title,
.subs-wrap_impulse .pricing__price-sign,
.subs-wrap_impulse .pricing__price-value,
.subs-wrap_impulse .pricing__price-period,
.subs-wrap_impulse .pricing__price-info-1,
.subs-wrap_impulse .js-widget-views,
.subs-wrap_impulse .pricing__price-info-2,
.subs-wrap_impulse link {
    /* font-family: 'Source Sans Pro', sans-serif !important; */
    font-family: "Bricolage Grotesque", sans-serif !important;    
} 

.plans-2-layout_impulse  .plans-2-btn a,
.plans-2-layout_impulse .subs__coupon button {
    background: #0056D2;
}

.plans-2-layout_impulse  .plans-2-btn a:hover,
.plans-2-layout_impulse .subs__coupon button:hover {
    background: #0048B0;
    opacity: 1;
}

.subs-wrap_impulse .subs__left {
    background: #fff !important;
}

.subs-wrap_impulse .subs__right {
    background: #0056D2;
}

.subs-wrap_impulse .pricing__price-btn,
.subs-wrap_impulse .apply_discount_code button {
    background: #0056D2;
} 

.subs-wrap_impulse .pricing__price-btn:hover,
.subs-wrap_impulse .apply_discount_code button:hover {
    background: #0048B0;
} 


