.elementor-52224 .elementor-element.elementor-element-3b70952{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS */body{
    overflow-x:hidden !important;
}
.features{
    font-family: Albert Sans;
    font-size: 20px;
    column-count: 3;
    column-gap: 30px;
}
.features h4{
    font-family: Albert Sans;
}
.column-break{
    break-after: column;
    
}
.column-break div:not(:last-child){
    padding-bottom: 15px;
}
.column-break ul{
    font-family: Albert Sans;
    font-size: 20px;
    padding-left: 30px
}
.unstyled-list{
    font-family: Albert Sans;
    list-style-type: none;
    padding-left: 0;
}
.link{
    font-family: Albert Sans;
    font-size: 20px;
}
.page-link{
    text-decoration: underline;
}
.page-link:hover{
    color: blue;
}
.intro-list{
    font-family: Albert Sans;
    font-size: 20px;
    padding-left: 25px;
    line-height: 1.5em;
}
.table{
    font-family: Albert Sans;
    font-size: 20px;
}
.table td:first-child{
    vertical-align: top;
}
.table td{
    border: 0;
    border-bottom: 1px solid black;
}
.page-list{
    font-family: Albert Sans;
    padding-left: 25px;
}
.table li:not(:last-child){
    padding-bottom: 6px;
}
.small-text{
    font-size: 16px;
    padding-top: 10px;
}
.table2{
    color: white;
    font-family: Albert Sans;
    font-size: 20px;
    overflow-x: auto;
}
.table2 a{
    color: white;
    text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1024px){
    .features{
        font-size: 18px;
    }
    .features h4{
        font-size: 20px;
    }
    .table{
        font-size: 18px;
    }
    .intro-list{
        font-size: 18px;
    }
    .link{
        font-size: 18px;
    }
    .column-break ul{
        font-size: 18px;
    }
    .table2{
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .features{
        font-size: 16px;
    }
    .features h4{
        font-size: 18px;
    }
    .table{
        font-size: 16px;
    }
    .intro-list{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .link{
        font-size: 16px;
    }
    .column-break ul{
        font-size: 16px;
    }
    .table2{
        font-size: 14px;
    }
    .features{
        column-count: 1;
    }
    .column-break{
        break-after: avoid;
        padding-bottom: 15px;
    }
}/* End custom CSS */