.elementor-kit-29413{--e-global-color-primary:#2B313E;--e-global-color-secondary:#E85230;--e-global-color-text:#8B929A;--e-global-color-accent:#E85230;--e-global-color-b2ed26b:#F7FAFF;--e-global-color-f256d56:#DC3C18;--e-global-color-3b1fb20:#2B313E;--e-global-color-ba4d811:#CACBCC;--e-global-color-5d4e3a3:#D4D4D4;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-line-height:1.5em;--e-global-typography-e15119c-font-family:"Rubik";--e-global-typography-e15119c-font-size:18px;--e-global-typography-e15119c-font-weight:normal;--e-global-typography-e15119c-line-height:1.7em;--e-global-typography-e44f4f8-font-family:"Rubik";--e-global-typography-e44f4f8-font-size:14px;--e-global-typography-e44f4f8-font-weight:normal;--e-global-typography-e44f4f8-line-height:1.5em;--e-global-typography-217bbac-font-family:"Rubik";--e-global-typography-217bbac-font-size:21px;--e-global-typography-217bbac-font-weight:bold;--e-global-typography-217bbac-line-height:1.45em;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-29413 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-29413{--e-global-typography-primary-font-size:26px;--e-global-typography-primary-line-height:1.35em;--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-line-height:1.45em;--e-global-typography-e15119c-font-size:17px;--e-global-typography-e44f4f8-font-size:13px;--e-global-typography-217bbac-font-size:19px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-29413{--e-global-typography-primary-font-size:24px;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-accent-font-size:15px;--e-global-typography-e15119c-font-size:16px;--e-global-typography-e44f4f8-font-size:12px;--e-global-typography-217bbac-font-size:18px;--e-global-typography-217bbac-line-height:1.5em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}

/* CUSTOM TEXT STYLE */

/* H2 HEADING */
.kt_text_style a {
    color: var(--e-global-color-accent);
}
.kt_text_style a:hover {
    color: var(--e-global-color-accent);
    text-decoration: underline;
}

.kt_text_style h2 {
    margin-bottom: 24px;
}

.kt_text_style h2:not(:first-child) {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 2px dashed var(--e-global-color-accent);
}

/* H3 HEADING */
.kt_text_style h3:not(:first-child) {
    margin-top: 16px;
}

/* UNORDERED LIST */
.kt_text_style ul {
    list-style: none;
    padding-left: 1em;
}

.kt_text_style ul li {
    position: relative;
    margin-bottom: 0.5em;
}

.kt_text_style ul li::before {
    content: "";
    position: absolute;
    left: -1em;
    top: 0.55em;
    width: 0.5em;
    height: 0.5em;
    background-color: var(--e-global-color-accent);
    border-radius: 3px;
}

/* ORDERED LIST */
.kt_text_style ol {
    list-style: none;
    counter-reset: item;
    padding-left: 1.5em;
}

.kt_text_style ol li {
    counter-increment: item;
    position: relative;
    margin-bottom: 0.6em;
}

.kt_text_style ol li::before {
    content: counter(item);
    position: absolute;
    left: -1.9em;
    top: 0.23em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5em;
    background-color: var(--e-global-color-accent);
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 85%;
    border-radius: 4px;
}

/* BLOCKQUOTE */
.kt_text_style blockquote {
    border-radius: 0;
    background-color: var(--e-global-color-b2ed26b);
    border-left: 4px solid var(--e-global-color-accent);
    padding: 20px 20px;
    margin: 32px 0;
    border-radius: 8px;
}

.kt_text_style blockquote p:last-child {
    margin-bottom: 0;
}

/* JET ACCORDION */

/* CUSTOM TEXT STYLE */

.jet-toggle__content-inner p:last-child {
    margin-bottom: 0;
}

.trg_accordion .jet-toggle__content-inner a {
    color: var(--e-global-color-accent);
}
.trg_accordion .jet-toggle__content-inner a:hover {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}

/* UNORDERED LIST */
.trg_accordion .jet-toggle__content-inner ul {
    list-style: none;
    padding-left: 1em;
}

.trg_accordion .jet-toggle__content-inner ul li {
    position: relative;
    margin-bottom: 0.3em;
}

.trg_accordion .jet-toggle__content-inner ul li::before {
    content: "";
    position: absolute;
    left: -1em;
    top: 0.6em;
    width: 0.5em;
    height: 0.5em;
    background-color: var(--e-global-color-accent);
    border-radius: 50%;
}

/* ORDERED LIST */
.trg_accordion .jet-toggle__content-inner ol {
    list-style: none;
    counter-reset: item;
    padding-left: 1.5em;
}

.trg_accordion .jet-toggle__content-inner ol li {
    counter-increment: item;
    position: relative;
    margin-bottom: 0.3em;
}

.trg_accordion .jet-toggle__content-inner ol li::before {
    content: counter(item);
    position: absolute;
    left: -1.9em;
    top: 0.4em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    background-color: var(--e-global-color-accent);
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 85%;
    border-radius: 5px;
}/* End custom CSS */