.elementor-3073 .elementor-element.elementor-element-b80d1f7 > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-8f23b1d */.pricing-wrapper {
    font-family: 'Red Hat Display', sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}

.pricing-wrapper>* {
    flex: 1;
}

.pricing-box {
    color: #0F3E80;
    border-radius: 20px;
    box-shadow: 0 4px 20px #0000002e;
    background: #fff7ec;
    flex: 1 1 20%;
}

.pb-header {
    padding: 1em 2em;
    background: #0F3E80;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px 20px 0 0;
    margin-bottom: 1em;
}

.pb-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1;
}

.pricing-box.ultimate .pb-header {
    padding: 1em;
}

.pb-pill {
    background: #FF600A;
    padding: 0.5em 1.2em;
    border-radius: 100px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.pricing-box.ultimate.monthly .pb-header .pb-pill {
    padding: 0.5em;
}

.pb-interior {
    padding: 0.25em 1.5em 2em;
    border-radius: 0 0 20px 20px;
    background: #FFF7EC;
    min-height: 660px;
    display: flex;
    flex-direction: column;
}

.pb-interior.monthly {
    min-height: 700px;
}

.pb-interior p {
    font-size: 15px;
    font-weight: 500;
}

.pb-interior p strong {
    font-weight: 700;
    display: block;
    margin-bottom: -1em;
    font-size: 16px;
}

.pb-interior p.subhead {
    line-height: 1.2;
}

.pb-interior p.subhead strong {
    margin-bottom: 0.3em;
}

.pb-interior ul li.credits {
    color: #FFF;
    background: #0f3e80;
    list-style-type: none;
    padding: 0.4em 1.5em;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    left: -1.4em;
    font-weight: 700;
}

.pb-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.7em;
    margin-bottom: 0em;
    margin-top: 1em;
}

.price-new p {
    font-size: 52px;
    font-weight: 900;
    margin: 0 0 0.1em 0;
}

.price-new p span {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: -11px;
    left: 5px;
}

.price-new {}

.price-new p.billed {
    font-size: 14px;
    font-weight: 500;
}

.price-old p {
    font-size: 36px;
    font-weight: 700;
    color: #9fadc1;
    margin: 0 auto;
}

.price-old p span {
    font-size: 18px;
    position: relative;
    top: -7px;
    left: 3px;
}

.price-old {
    position: relative;
}

.price-old:after {
    content: " ";
    width: 115%;
    height: 2px;
    position: absolute;
    background: #0F3E80;
    top: 12px;
    left: -6px;
    opacity: 0.8;
}

.pb-icons {
    display: flex;
    gap: 0.5em;
    align-items: center;
    margin-bottom: 1em;
    border-top: 1px solid #b4dced;
    padding: 1em 0 0;
    flex-wrap: wrap;
}

.pb-icons img {
    height: 36px;
}

.pricing-box.suite .pb-icons img {
    height: 32px;
}

.pb-icons span {
    font-size: 23px;
    font-weight: 500;
}

.pb-interior ul {
    padding-left: 1.5em;
    margin-bottom: 1em;
    margin-top: -0.5em;
}

.pb-interior ul li {
    font-size: 15px;
    margin: 0.2em auto;
    font-weight: 500;
    line-height: 1.3;
}

.pb-copy {
    flex-grow: 1;
}

.pb-interior p.mixmatch {
    font-size: 13.5px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.pb-bottom {
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    margin-bottom: auto;
}

.pb-btn {
    background: #FF600A;
    color: #FFFFFF !important;
    padding: 1em 2em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.pb-btn.upgrade {
    background: #0F3E80;
}

.pb-bottom {
    display: flex;
    flex-direction: column;
    gap: 1.3em;
}

.pb-bottom p {
    font-weight: 500;
    font-size: 11.2px;
    line-height: 1.3;
    text-align: center;
    padding: 0 1.5em;
    margin: 0 auto 0.5em;
    
}

.pricing-box.ultimate .pb-interior {
    background: #E3F4FC;
}

.pricing-box.ultimate {
    border: 3px solid #ff600a;
    border-radius: 23px;
    position: relative;
    z-index: 1;
    border-top: 0;
    background: #E3F4FC;
}

.pricing-box.ultimate:before {
    content: "BEST DEAL";
    text-align: center;
    width: calc(100% + 6px);
    position: absolute;
    top: -28px;
    background: #ff600a;
    color: #FFF;
    padding: 0em 0 3em;
    font-size: 11.5px;
    font-weight: 900;
    letter-spacing: 0.3em;
    border-radius: 23px 23px 0 0;
    border: 3px solid #ff600a;
    left: -3px;
    z-index: -1;
}

@media (max-width:1650px) {
    .pb-interior {
        padding: 0.25em 1em 2em;
    }
    .price-new p {
        font-size: 42px;
    }
    .price-old p {
        font-size: 28px;
    }
    .pb-price {
        justify-content: flex-start;
    }
    .pb-header {
        padding: 1em;
    }
    .pb-header h3 {
        font-size: 22px;
    }
}

@media (max-width:1420) {
    .pricing-wrapper {
        gap: 1em;
    }
}

@media (max-width:1344px) {
    .pricing-wrapper {
        gap: 2em;
    }
    .pb-interior {
        padding: 0.25em 2em 2em;
    }
    .pb-header {
        padding: 1em 2em;
    }
    
}

@media (max-width:1254px) {
    .pricing-box.ultimate {
        margin-top: 2em;
    }
    .pricing-wrapper .pricing-box {
        flex: 1 1 40%;
    }
}

@media (max-width: 836px) {
    .pb-interior {
        min-height: auto;
    }

    .pb-interior.monthly {
        min-height: auto;
    }

    .pricing-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .pb-interior {
        padding: 0.25em 1em 2em;
    }

    .pb-header {
        padding: 1em 1em;
    }

    .pb-header h3 {
        font-size: 20px;
    }

    .price-new p {
        font-size: 36px;
    }

    .price-old p {
        font-size: 23px;
    }

}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-b80d1f7 */header.page-header {
    display: none;
}/* End custom CSS */