:root{--page-title-display:none;}@media(max-width:767px){.elementor-4295 .elementor-element.elementor-element-3aca19f .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-fbbdf62 */.terms {
    font-family: var(--e-global-typography-primary-font-family);
}
p {
    margin-bottom: 5px;
}

ol {
    counter-reset: item 0;
    margin-top: 20px;
    margin-bottom:20px;
}

ol > li {
    counter-increment: item 1;
}

ol.sub {
    counter-reset: item 0;
    list-style-type: none;
    padding-inline-start: 10px;
}

ol.sub > li {
    position: relative;
    padding-inline-start: 30px;
}

ol.sub > li::before {
    content: counters(item, ".") " . ";
    position: absolute;
    left: 0px;
}

ol.sub ul {
    margin-top: 10px;
    margin-bottom:10px;
}

ol.sub ul, ol.sub ul > li {
    list-style-type: lower-roman;
}

.dotted-list, .dotted-list > li {
    list-style-type: disc;
}

.sub-list {
    position: relative;
    padding-inline-start: 50px;
}/* End custom CSS */