.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#020302;--e-global-color-text:#FFFFFF;--e-global-color-accent:#84A516;--e-global-color-2962246:#373737;--e-global-color-9472217:#ABABAB;--e-global-color-a2036bb:#B7D947;--e-global-color-39909a3:#121212;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:56px;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:48px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-c424485-font-family:"Bebas Neue";--e-global-typography-c424485-font-size:64px;--e-global-typography-c424485-font-weight:400;--e-global-typography-c424485-line-height:74px;--e-global-typography-64e656e-font-family:"Bebas Neue";--e-global-typography-64e656e-font-size:24px;--e-global-typography-64e656e-font-weight:400;--e-global-typography-64e656e-line-height:32px;--e-global-typography-8afd59d-font-family:"Inter";--e-global-typography-8afd59d-font-size:15px;--e-global-typography-8afd59d-font-weight:400;--e-global-typography-8afd59d-line-height:22px;background-color:var( --e-global-color-secondary );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-accent );}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#02010100;color:var( --e-global-color-accent );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:60px;--container-default-padding-right:60px;--container-default-padding-bottom:60px;--container-default-padding-left:60px;}.elementor-widget:not(:last-child){margin-block-end:14px;}.elementor-element{--widgets-spacing:14px 14px;--widgets-spacing-row:14px;--widgets-spacing-column:14px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:34px;--e-global-typography-primary-line-height:42px;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:40px;--e-global-typography-c424485-font-size:50px;--e-global-typography-c424485-line-height:60px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:45px;--container-default-padding-right:30px;--container-default-padding-bottom:45px;--container-default-padding-left:30px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:26px;--e-global-typography-primary-line-height:38px;--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:34px;--e-global-typography-c424485-font-size:32px;--e-global-typography-c424485-line-height:42px;--e-global-typography-64e656e-font-size:20px;--e-global-typography-64e656e-line-height:30px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:35px;--container-default-padding-right:20px;--container-default-padding-bottom:35px;--container-default-padding-left:20px;}}/* Start custom CSS */@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

.elementor-button:hover .elementor-button-text, .elementor-button:focus .elementor-button-text{
  
    color: var(--e-global-color-accent) !important;
  
}
.elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
    margin:20px 0 8px;
    color:#84A516;
    font-weight: 300;
}
.elementor-widget-text-editor ul {
    list-style-type: disc !important;
    padding-inline-start: 30px;
    margin:10px 0;
    font-size: 16px !important;
}
.elementor-widget-text-editor li::marker {
    color:#B7D947 !important;
}
.elementor-button-text {
    font-family: "Bebas Neue", Sans-Serif !important;
    font-size: 18px !important;
}
.elementor-button:hover .elementor-button-text {
        color:#000 !important;

}/* End custom CSS */