.elementor-4395 .elementor-element.elementor-element-2496f61{--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;--padding-top:100px;--padding-bottom:100px;--padding-left:40px;--padding-right:40px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4395 .elementor-element.elementor-element-764510e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:50px;font-weight:600;color:var( --e-global-color-accent );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4395 .elementor-element.elementor-element-b34e78b{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-4395 .elementor-element.elementor-element-b34e78b a{color:var( --e-global-color-accent );}@media(max-width:767px){.elementor-4395 .elementor-element.elementor-element-2496f61{--padding-top:35px;--padding-bottom:211px;--padding-left:15px;--padding-right:15px;}.elementor-4395 .elementor-element.elementor-element-764510e .elementor-heading-title{font-size:29px;}.elementor-4395 .elementor-element.elementor-element-b34e78b{font-size:14px;}}/* Start custom CSS for text-editor, class: .elementor-element-b34e78b *//* MAIN TERMS WRAPPER */
.terms-styled {
    width: 100%;
}

/* Ordered list */
.terms-styled ol {
    list-style: none !important;
    counter-reset: terms-counter;
    margin: 0 !important;
    padding: 0 !important;
}

/* EACH SECTION */
.terms-styled ol > li {
    counter-increment: terms-counter;
    position: relative;
    margin: 0 !important;
    padding: 18px 0 18px 65px !important;
    border-top: 1px solid #d9d9d9;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
}

/* LAST SECTION BOTTOM BORDER */
.terms-styled ol > li:last-child {
    border-bottom: 1px solid #d9d9d9;
}

/* 01. / 02. / 03. NUMBER */
.terms-styled ol > li::before {
    content: counter(terms-counter, decimal-leading-zero) ".";
    position: absolute;
    left: 0;
    top: 18px;
    width: 45px;

    color: var(--e-global-color-accent, #718b43);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
}

/* SECTION HEADING */
.terms-styled ol > li > strong:first-child,
.terms-styled ol > li > b:first-child {
    display: block;
    margin: 0 0 4px 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
}

/* PARAGRAPHS */
.terms-styled ol > li p {
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
}

.terms-styled ol > li p:last-child {
    margin-bottom: 0 !important;
}

/* Strong text inside description */
.terms-styled ol > li p strong {
    display: inline;
    font-weight: 700;
}

/* MOBILE */
@media (max-width: 767px) {

    .terms-styled ol > li {
        padding: 15px 0 15px 48px !important;
        font-size: 13px;
        line-height: 1.45;
    }

    .terms-styled ol > li::before {
        left: 0;
        top: 15px;
        width: 38px;
        font-size: 13px;
    }

    .terms-styled ol > li > strong:first-child,
    .terms-styled ol > li > b:first-child {
        font-size: 13px;
    }
}


.terms-styled ol > li > strong:first-child,
.terms-styled ol > li > b:first-child {
    display: block;
    margin: 0 0 4px 0;
    color: var(--e-global-color-accent, #718b43) !important;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
}/* End custom CSS */