.trial-end-dark {
    background-color: #151515;
    color: #fff;
    font-size: 16px;
    padding-top: 90px;
    text-align: center;
}

.trial-end-img {
    margin-bottom: 32px;
}

.trial-end-dark .h2 {
    margin-bottom: 24px;
}

.trial-end-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    gap: 20px;
    justify-content: center;
    letter-spacing: -0.01em;
    line-height: normal;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.trial-end-list li {
    align-items: center;
    display: flex;
    text-align: left;
}

@media (min-width: 992px) {
    .trial-end-list {
        align-items: center;
        gap: 48px;
        justify-content: center;
    }
}

.trial-end-list .icon {
    margin-right: 16px;
}

.trial-end-value {
    font-size: 18px;
    margin-bottom: 56px;
    margin-top: 32px;
}

.trial-end-value .btn {
    margin-top: 10px;
}

.plan-cards-basic {
    background-color: #1B1B1B;
    margin-top: 104px;
    padding-bottom: 101px;
    padding-top: 72px;
}

.plan-cards-type {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 32px;
    font-weight: 600;
}

.plan-cards-type-pro {
    color: #FF9300;
    display: flex;
    align-items: center;
    gap: 8px;
}

.plan-cards-type.highlight {
    color: #FF9300;
}

.plan-cards-price-old {
    font-size: 15px;
    line-height: 100%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    margin-bottom: 4px;
}

.plan-cards-price {
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.5px;
    margin-bottom: 54px;
    font-weight: 600;
}

.card-plan-promotional .plan-cards-price {
    color: #0059F1;
}

.plan-cards-basic .plan-cards-price > span:last-child {
    color: #F5F5F5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.85;
    vertical-align: bottom;
    position: relative;
    right: 4px;
}

.plan-cards-price.custom {
    display: flex;
    align-items: center;
    height: 46px;
    font-size: 26px;
}

.plan-cards-custom-text {
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

@media (min-width: 992px) {
    .plan-cards-custom-text.custom {
        margin-bottom: 72px;
    }
}

.plan-cards-type-tag {
    color: #FEF5DE;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46;
    border-radius: 18px;
    background: #CD9404;
    padding: 0 10px;
    text-transform: none;
}

.card-body .plan-cards-promo {
    color: #F5F5F5;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 8px 0 22px;
}

.card-body .plan-cards-description {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 26px;
}

.plan-cards-feature {
    color: #52606D;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
}

.plan-cards-feature + .plan-cards-feature {
    margin-top: 16px;
}

.plan-cards-feature-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    display: flex;
    gap: 8px;
}

.plan-cards-feature-title {
    flex: 0 0 22px;
}

.plan-cards-feature-description {
    display: block;
    margin-left: 30px;
    color: #F5F5F5;
}

.plan-cards-list {
    flex-grow: 1;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
    margin-top: 29px;
    padding-left: 0;
}

.plan-cards-list li {
    padding-left: 32px;
    position: relative;
}

.plan-cards-list li + li {
    margin-top: 12px;
}

.plan-cards-list .icon {
    color: #9AA5B1;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.plan-cards-list .icon-check {
    color: #0059F1;
}

.plan-cards-list span {
    font-weight: 500;
}

.plan-cards-basic .h2 {
    margin-bottom: 32px;
    margin-top: 0;
}

.plan-cards-basic .d-lg-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.plan-cards-basic .plan-cards-type-pro {
    color: #0059F1;
    text-transform: uppercase;
}

.plan-cards-basic .card {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 0;
}

.plan-cards-basic .card-body {
    background-color: #151515;
    border-radius: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 32px;
    z-index: 1;
}

.plan-cards-basic .card:not(.card-plan-promotional) .plan-cards-price-old {
    text-decoration-line: none;
}

.plan-cards-basic .plan-cards-price, .plan-cards-basic .card-plan-promotional .plan-cards-price {
    margin-bottom: 0;
}

.plan-cards-basic .plan-cards-price-old {
    margin-bottom: 0;
}

.plan-cards-basic .plan-cards-price > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    vertical-align: super;
    margin-right: -4px;
}

.plan-cards-basic .btn {
    margin: 27px 0 0;
}

.plan-cards-basic .card {
    margin-top: 39px;
}

.plan-cards-basic .card-plan-promotional .card-header {
    background-color: #0059F1;
    bottom: calc(100% - 8px);
    border: none;
    border-radius: 16px 16px 0 0;
    color: #fff;
    font-size: 15px;
    left: 0;
    padding-bottom: 16px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.plan-cards-cta {
    margin-top: 48px;
    text-align: center;
}

@media (min-width: 992px) {
    .plan-cards-basic .d-lg-flex {
        flex-direction: row;
    }

    .plan-cards-basic .card {
        width: 370px;
    }
}

.tabs {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    color:  #323F4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.tab-item {
    color: #fff;
    background-color: #111B25;
    border-radius: 12px 0 0 12px;
    border: 2px solid #0059F1;
    width: 136px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    transition: all .15s ease-in-out;
}

.tab-item:focus, .tab-item:active {
    outline: none;
}

.tab-item:last-child {
    border-radius: 0 12px 12px 0;
}

.tab-item.active {
    background-color: #0059F1;
    font-weight: 500;
    cursor: auto;
}

.plan-cards-discount {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .tabs {
        margin-bottom: 42px;
    }

    .tab-item {
        border: 1px solid #0059F1;
        width: 184px;
    }
}

.tabs-pill {
    gap: 8px;
    font-size: 14px;
}

.tabs-pill .tab-item {
    border-radius: 74px;
    padding: 6px 16px;
    font-weight: 500;
}

.tabs-pill .tab-item:not(.active) {
    background-color: #F5F7FA;
    border-color: #F5F7FA;
}

.text-primary {
    color: #0059F1 !important;
}

.d-none {
    display: none !important;
}