.elementor-463 .elementor-element.elementor-element-128fe56{--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:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-463 .elementor-element.elementor-element-fa7e4e4{text-align:center;}.elementor-463 .elementor-element.elementor-element-fa7e4e4 .elementor-heading-title{font-family:"Rubik", Sans-serif;font-size:16px;font-weight:400;text-decoration:underline;}.elementor-463 .elementor-element.elementor-element-c91fa76{color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-c91fa76 */.term {
    ol, ul {
        counter-reset: item;
    }

    li {
        display: block;
    }

    li:before {
        content: counters(item, ".") " ";
        counter-increment: item;
    }

    ol ol, ul ul {
        counter-reset: item;
    }
    
    h2 {
        font-size: 20px;
    }
}/* End custom CSS */