.header-nav,
.nav-bread-crumbs {
    display: none !important;
}
h2 {
    font-size: 60px;
    text-align: center;
}
.company-logos {
    margin-top: 60px;
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center;
}
.company-logos > * {
    display: flex;
    justify-content: center;
    align-items: center;
}
.plans {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
.plans .item {
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    min-width: 320px;
}
.plans .item.active {
    box-shadow: rgba(136, 136, 136, 0.5) 0px 0px 20px 0px;
}
.plans .item.active span.button {
    display: inline-block;
    line-height: 44px;
    background: #cfe0f8;
    border: 1px solid #80b2f8;
    border-radius: 5px;
    color: #0c4878;
    height: 44px;
    padding: 0 20px 2px;
    font-size: 0.813em;
    text-transform: uppercase;
    font-weight: 600;
}
.plans .name {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #000;
    font-weight: 600;
}
.plans .subtitle {
    color: #535863;
}
.plans .price-line {
    height: 40px;
}
.plans .price {
    color: #000;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.price > label {
    font-size: 22px;
}
.plans .period {
    color: #535863;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
}
.plans .button {
    width: 100%;
    text-align: center;
}
.plans .features {
    border-top: 1.5px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.feature > div {
    display: flex;
    align-items: center;
    gap: 3px;
}
.pricing-grid > div,
.feature > div:not(.tooltip) {
    justify-content: center;
}

.faqs_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faqs_box > h3 {
    font-size: 40px !important;
    text-align: center;
    width: 100%;
    margin-top: 60px;
}
.faqs_box > div {
    width: 50%;
}
.faqs_box .news.faqs {
    border-top: 1px solid #e5e7eb;
}
.faqs_box .news.faqs > li > div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    padding: 15px 0;
    cursor: pointer;
}
.faqs_box .news.faqs > li > div:after {
    content: '+';
    font-size: 25px;
    margin-right: 15px;
    line-height: 20px;
}
.faqs_box ul.news > li {
    padding: 0;
}
.faqs_box a {
    color: #000;
}
.faqs_box article,
.faqs_box .ralign > a {
    display: none;
}

@media only screen and (max-width: 767px) {
    #controller_area {
        padding-left: 15px;
        padding-right: 15px;
    }
    h2 {
        font-size: 40px;
    }
    .company-logos {
        gap: 1rem;
    }
    .company-logos > * > * {
        height: 75px;
    }
    .plans {
        flex-direction: column;
    }
    .compare {
        display: none;
    }
}
.compare {
    margin-top: 60px;
}
.compare > h3 {
    font-size: 40px;
    text-align: center;
}
.pricing-grid,
.feature {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-rows: min-content;
    width: 100%;
    position: sticky;
}
.pricing-grid > * {
    display: grid;
    position: relative;
    grid-template-rows: subgrid;
    grid-row: 1 / -1;
    padding: 10px 0 0 16px;
    gap: 10px;
}
.features {
    margin-top: 30px;
}
.feature {
    border-top: 1.5px solid #e5e7eb;
    padding: 10px 0 0 16px;
}
.feature .tooltip {
    font-weight: 600;
}
.qtip {
    cursor: help;
}