.elementor-kit-8{--e-global-color-primary:#28A3DD;--e-global-color-secondary:#2D2D2D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-42aabf8:#FFFFFF00;--e-global-color-d7522a8:#FFFFFF;--e-global-color-73d3140:#F5F8F3;--e-global-color-203cff7:#FCFCFC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.wpautoterms-footer{
    display: none;
}


.p-mb p:last-child{
    margin-bottom: 0;
}

/*FAQ CSS for Bulletproof*/
@media(min-width: 1025px){
.faq-widget .e-n-accordion{
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    justify-content: center;
}

.faq-widget  details{
    width: 48%;
}

/*Makes all the boxes equal height*/
.faq-widget summary{
    height: 100px;
}
}

/*CSS for bullet proof to vertically aling hero icon-list on mobile */
@media(max-width: 767px){
.hero-list ul{
    display: flex !important;
    flex-direction: column !important;
    row-gap: 5px !important;
}
}


/*Hero White Corner Piece CSS*/
.right-corner-piece{
    position: absolute !important;
    width: 100px;
    height: 100px;
    border-right: solid 10px white;
    border-top: solid 10px white;
    right: 0;
    top: 0;
}

@media(max-width: 767px){
    .right-corner-piece{
        display: none;
    }
}

.left-corner-piece{
     position: absolute !important;
    width: 100px;
    height: 100px;
    border-left: solid 10px white;
    border-bottom: solid 10px white;
    left: 0;
    bottom: 0;
}

@media(max-width: 767px){
    .left-corner-piece{
        display: none;
    }
}/* End custom CSS */