:host, :root{
    --fa-li-margin:1.75em;
    --fa-li-width:2.5em;
    --fa-ul_li-margin-b:1em;
    --dots-abstract-circles1-height:760px;
    --cdata-primary: #00A0FF;
    --light-gray1:#dbdfea;
    --light-gray2:#F8F9FB;
    --light-gray3:#f3f4f7;
}
a.anchor {
    position: absolute;
    width: 100%;
    visibility: hidden;
    top: -120px;
    left: 0;
}
html {
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--font-family-main);
    color: #231e20;
}
.order-slide {
    background-color: white;
    width: 100%;
    padding: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1px solid gainsboro;
    border-top: 2px solid gainsboro;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.order-slide:hover,
.grid table:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    -o-transition: box-shadow .25s ease-in-out;
    border-top: 2px solid #00A0FF;
}
.order-content {
    flex: 1 1 auto;
    padding:30px 30px 15px;
    display: flex;
    flex-direction:column;
}
.order-content ul {
    list-style: none;
    line-height: 1.5em;
    text-align: center;
}
.order-content ul.fa-ul{
    text-align:left;
}
.order-content ul.fa-ul li{
    margin-bottom: 0.5em;
}
.order-content .description{
    flex:0 0 80px;
    max-width: 300px;
    margin: 0 auto;
}
.order-content .feature-list{
    flex:1 1 auto;
}
.order-title {
    grid-area: order-title;
    padding:0.6em 20px;
    background-color: var(--light-gray2);
    border-bottom: 1px solid gainsboro;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.order-slide .order-footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.order-slide .order-footer div:last-child {
    padding: 0 30px 30px;
}
.order-footer h2{
    min-height: 44px;
}
.order-footer p{
    color:#777777;
    margin: 0;
}

.entry td {
    background-color: white;
}

.icons-ul {
    list-style: none;
}

.item div {
    margin-top: 0px;
}

.tab {
    padding-bottom: 2px;
    color: gainsboro;
    width: 80px;
}

    .tab.active {
        border: 1px solid gray;
        background: linear-gradient(1turn,#dff2fd,#fff 15%);
        color: #177CB8;
    }

.tab-content {
    padding-top: 15px;
}


.faq-list li {
    border-bottom: 1px dotted #dcdcdc;
}

.faq-list li a:not(.panel-link) {
    display: block;
    padding: 1em 0;
    font-size: 1em;
    font-weight: 600;
}
.panel-collapse {
    border-left: 1px solid #dcdcdc;
    padding: 0.4em 1em;
    border-radius: 2px;
    margin-left: 5px;
    margin-bottom: 1em;
}
.panel-collapse ul{
    margin-left:1em;
    margin-bottom:1em;
}
.panel-collapse ul li {
    padding-left:0.5em;
    border:none;
    line-height: 1.5;
}



.social-proof-wrapper{
    border-radius: 50px;
    display: inline-block;
    padding: .5rem 2rem;
}
.social-proof-wrapper > div{
    display: flex;align-items: center;justify-content: center;gap: 15px;
}
a .social-proof-wrapper .star-note{
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: normal;
    color:#000
}
.logo-stars{display:flex;align-items:center;gap: 15px;justify-content: center;}:root{--star-size:15px;--star-color:var(--light-gray1);--star-background:#ff492c}.stars-rating{--percent:calc(var(--rating) / 5 * 100%);display:inline-block;font-size:var(--star-size);font-family:"Font Awesome 6 Pro";line-height:1}.stars-rating::before{content:"\f005\f005\f005\f005\f005";letter-spacing:1px;background:linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}

.logoGrid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    gap:75px;
}
.logoGrid div img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%;
}

.price-card--price-number:before {
    content: "$";
    display: inline-block;
    position: relative;
}


.switch-label {
    text-align: center;
    opacity: 0.4;
    font-size: 1rem;
    padding: 0 1rem;
}

.switch-label.active {
    opacity: 1;
    font-weight: 500;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
    vertical-align: -50%;
    margin: 0;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a9a9a9;
    border-radius: 34px;
    -webkit-transition: 0.1s;
    transition: all 0.2s ease-in-out;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: 0.1s;
    transition: all 0.2s ease-in-out;
}

#plan-pricing-switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

#plan-pricing-switch input:checked+.slider {
    background-color: #00A0FF;
}

#plan-pricing-switch input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.crossed {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 18px;
    color: #777;
    line-height: 24px;
}
.crossed.faux{
    font-style: italic;
    font-size: 15px;
}

.crossed::before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 160 255 / 80%);
    content: '';
    border-radius: 3px;
}
.crossed.faux::before{
    background: transparent;
}


.feature_grid table {border-collapse: collapse; border:1px solid gainsboro;}
.feature_grid td { background-color:white;}
.feature_grid th { background-color:#F9F9F9; border-right: 1px solid gainsboro;}
.feature_grid th, .feature_grid td { padding:.6em;}
.feature_grid .border {border: 1px solid gainsboro;}
.sub-header { background-color:#F9F9F9; }
.sub-header, .sub-header-content { text-align:center; border:1px solid gainsboro;}
.sub-header p { margin: 0;font-weight: 500;}


@media (max-width:640px){
.feature_grid td { background-color:white;font-size:small;}
.feature_grid th { background-color:#F9F9F9; border-right: 1px solid gainsboro; font-size:small;}
.feature_grid th, .feature_grid td { padding:.6em .4em;}
.feature_grid .border {border: 1px solid gainsboro;}
.sub-header { background-color:#F9F9F9; }
.sub-header, .sub-header-content { text-align:center; border:1px solid gainsboro;}
.sub-header h3 { padding:0px; margin:0px; width:100%;font-size:larger;padding:.2em 0;}
}

@media (max-width:991px) {
    .order-container .item.third, .order-container .item.quarter {
        width: 50%;
        margin: 0 auto 20px;
    }
}

@media (max-width:767px) {
    .order-container .item.third, .order-container .item.quarter {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-title {
        padding: .6em 0;
        font-size: .9em;
    }
    .logoGrid{
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
    .panel-collapse ul li {
        font-size: 15px;
    }
}

/*comparison table*/

.comparison-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top:1px solid var(--light-gray1);
    border-right: 1px solid var(--light-gray1);
    border-radius: 5px;
    background-color: #FFF;
}
.comparison-grid > div{
    border-left:1px solid var(--light-gray1);
    border-bottom: 1px solid var(--light-gray1);
    padding:1em;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.comparison-grid > div:nth-child(1){
    border-radius: 5px 0 0 0;
}
.comparison-grid > div:nth-child(4){
    border-radius: 0 5px 0 0;
}
.comparison-grid > div.bottom-left{
    border-radius: 0 0 0 5px;
}
.comparison-grid > div.value{
    justify-content: center;
    text-align: center;
    line-height: 1.3;
}
.comparison-grid > div.value.priceCell{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 24px 50px min-content min-content;
    align-content: center;
}
.comparison-grid > div.value.priceCell h2{
    margin: 0;
}
.comparison-grid > div.value .listChecks{
    
    text-align: left;
    
}
.comparison-grid > div.rowHead{
    justify-content: center;
    font-weight: 700;
}

div.value .fa-check{
    color: #00A0FF;
}
div.value .fa-xmark{
    color: #ACB2C1;
}

.comparison-grid > .table-hdr{
    align-items: center;
    background: var(--light-gray2);
    border-bottom-width: 4px;
    justify-content:  center;
}

.comparison-grid > .colspan-hdr{
    grid-column: 1 / span 4;
    background: var(--light-gray3);
    font-weight: 700;
}

.tip{
    position: relative;
    display:inline-block;
    align-self: flex-start;
}
.tip.tipLink::after{
    position:absolute;
    left:100%;
    height:100%;
    width: 100%;
    top: 0;
    content: '';
}
.tooltip_wrapper {
    text-align:left;
    position:absolute;
    z-index:1;
    top:50%;
    left: calc(100% + 11px);
    font-family:'Roboto',sans-serif;
    font-size:13px;
    line-height:16px;
    opacity:0;
    transition:opacity 0.3s ease-in-out;
    visibility:hidden;
    opacity:0;
    width:260px;
    transform: translateY(-50%);
}
.tooltip_wrapper_below{
    text-align:left;
    position:absolute;
    z-index:1;
    top:120%;
    left:-30px;
    font-family:'Roboto',sans-serif;
    font-size:13px;
    line-height:16px;
    opacity:0;
    transition:opacity 0.3s ease-in-out;
    visibility:hidden;
    opacity:0;
    width:260px;
}
.tooltip_text {
    position:relative;
    background:#ffffff;
    border:1px solid var(--light-gray1);
    border-radius:6px;
    padding:15px;
}
.tooltip_text span{
    display:block;
    margin:0.5em 0;
    font-weight: 500;
}
.tooltip_text ul{
    margin:0 0 1em 1em;
}
.tooltip_text ul:last-child{
    margin: 0 0 0 1em;
}
.tooltip_wrapper .tooltip_text:after,.tooltip_text:before {
    right:100%;
    top:50%;
    transform: translateY(-50%);
    border:solid transparent;
    content:"";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
}
.tooltip_wrapper .tooltip_text:after {
    border-color:rgba(255,255,255,0);
    border-right-color:#ffffff;
    border-width:10px;

}
.tooltip_wrapper .tooltip_text:before {
    border-color:rgba(219,223,234,0);
    border-right-color:var(--light-gray1);
    border-width:11px;

}
.tip:hover{
    cursor: pointer;
}
.tip:hover .tooltip_wrapper, .tip:hover .tooltip_wrapper_below {
    visibility:visible;
    opacity: 1;
}
.tableSection + hr{
    max-width: 1170px;
    margin: 2rem auto;
    width: 100%;
}
@media (max-width:991px){
    .comparison-grid h2{
        font-size: 24px;
        line-height: normal;
    }
    .comparison-grid > div.value.priceCell{
        grid-template-rows: 24px 40px min-content min-content;
    }
    .crossed{
        font-size: 16px;
    }
    .comparison-grid p.small{
        line-height: 1.5;
    }
    .crossed.faux{
        font-size: 11px;
    }
}
@media (max-width:767px){
    .comparison-grid-wrapper{
        width: 100%;
        overflow-x:auto;
    }
    .comparison-grid{
        min-width: 680px;
    }
    .crossed.faux{
        font-size: 10px;
    }
    
    
}
@media (max-width:575px){
    
    .comparison-grid > div{
        padding: 0.75em;
        font-size: 14px;
    }
    
    
}

.accordion-tabs .list-block{
        margin: 32px 0;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap !important;
        padding-left: 0;
        list-style: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center !important;
        position: relative;
    }
    .accordion-tabs .list-block .nav-item{
        flex:1;
        text-align: center;
        position: relative;
    }
    .accordion-tabs span{
        content: '';
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #eee;
        position: absolute;
        bottom: -9%;
    }
    .accordion-tabs .list-block .nav-item a {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        text-decoration: none;
        line-height: 1.28;
        padding: 0 12px 14px;
        display: inline-block;
    }
    .accordion-tabs .list-block .nav-item a:hover, .accordion-tabs .list-block .nav-item a:active, .accordion-tabs .list-block .nav-item a:focus{
        background-color: transparent;
    }
    .accordion-tabs .list-block .nav-item.active a{
        color:#00a0ff
    }
    .accordion-tabs .list-block .nav-item.active::after {
        content: "";
        height: 4px;
        width: 100%;
        background-color: #00a0ff;
        border-radius: 10px;
        position: absolute;
        bottom: -10%;
        z-index: 1;
        right: 0;
    }
    .accordion-sections .tab-content{
        padding-left: 0;
    }