.elementor-kit-7{--e-global-color-primary:#00A651;--e-global-color-secondary:#F5B61F;--e-global-color-text:#424242;--e-global-color-accent:#CB6318;--e-global-color-ea1d557:#FFFFFF;--e-global-typography-primary-font-family:"Marcellus";--e-global-typography-primary-font-size:34px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1.25em;--e-global-typography-secondary-font-family:"Marcellus";--e-global-typography-secondary-font-size:42px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1.25em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Marcellus";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1230px;}.e-con{--container-max-width:1230px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-kit-7{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:896px){.elementor-kit-7{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:32px;--e-global-typography-accent-font-size:20px;}}@media(max-width:525px){.elementor-kit-7{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.e-con-inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

a {
    color: var(--e-global-color-secondary);
}

p:last-child {
    margin-bottom: 0;
}

.sp {
    display: none;
}

.list01 {
    list-style-type: none;
    padding-left: 0;
}

.list01 li {
    position: relative;
    padding-left: 18px;
    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);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
    text-align: justify;
}

.list01 li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 8px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #F5B61F;
    border: 2px solid #00A651;
    
}

.list01.sm li {
    padding-left: 15px;
    font-size: 14px;
}

.list01.sm li::before {
    top: 5px;
}

.list01.sm li:not(:last-child) {
    margin-bottom: 5px;
}

.list01 li:not(:last-child) {
    margin-bottom: 10px;
}

.hide {
    display: none;
}

@media screen and (max-width:896px) {
    .sp {
        display: block;
    }
}/* End custom CSS */