.elementor-kit-9075{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e2ce4f0:#000000;--e-global-color-678845c:#FFFFFF;--e-global-color-d2d115b:#E05711;--e-global-color-0d592a1:#BB470B;--e-global-color-ef95b81:#2A5220;--e-global-color-bd8e8fb:#3D752F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1f103c2-font-family:"Inter";--e-global-typography-1f103c2-font-size:52px;--e-global-typography-1f103c2-font-weight:700;--e-global-typography-ac0c05e-font-family:"Inter";--e-global-typography-ac0c05e-font-size:16px;--e-global-typography-ac0c05e-font-weight:400;--e-global-typography-258e248-font-family:"Inter";--e-global-typography-258e248-font-size:15px;--e-global-typography-258e248-font-weight:400;--e-global-typography-ffba0b0-font-family:"Inter";--e-global-typography-ffba0b0-font-size:20px;--e-global-typography-ffba0b0-font-weight:600;--e-global-typography-8cb6929-font-family:"Inter";--e-global-typography-8cb6929-font-size:50px;--e-global-typography-8cb6929-font-weight:700;--e-global-typography-8cb6929-line-height:1.2em;--e-global-typography-7152c3d-font-family:"Inter";--e-global-typography-7152c3d-font-size:20px;--e-global-typography-7152c3d-font-weight:700;--e-global-typography-ff7ccca-font-family:"Inter";--e-global-typography-ff7ccca-font-size:20px;--e-global-typography-ff7ccca-font-weight:700;}.elementor-kit-9075 button,.elementor-kit-9075 input[type="button"],.elementor-kit-9075 input[type="submit"],.elementor-kit-9075 .elementor-button{background-color:var( --e-global-color-d2d115b );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:#FFFFFF;padding:8px 16px 8px 16px;}.elementor-kit-9075 button:hover,.elementor-kit-9075 button:focus,.elementor-kit-9075 input[type="button"]:hover,.elementor-kit-9075 input[type="button"]:focus,.elementor-kit-9075 input[type="submit"]:hover,.elementor-kit-9075 input[type="submit"]:focus,.elementor-kit-9075 .elementor-button:hover,.elementor-kit-9075 .elementor-button:focus{background-color:var( --e-global-color-0d592a1 );color:var( --e-global-color-678845c );border-radius:100px 100px 100px 100px;}.elementor-kit-9075 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9075 a{color:var( --e-global-color-d2d115b );}.elementor-kit-9075 a:hover{color:var( --e-global-color-0d592a1 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-9075{--e-global-typography-1f103c2-font-size:48px;--e-global-typography-8cb6929-font-size:32px;--e-global-typography-ff7ccca-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9075{--e-global-typography-text-font-size:15px;--e-global-typography-1f103c2-font-size:32px;--e-global-typography-ac0c05e-font-size:15px;--e-global-typography-258e248-font-size:15px;--e-global-typography-8cb6929-font-size:28px;--e-global-typography-ff7ccca-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden !important;
}




/* Keeping the original fade animations */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,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
}

/* Optimized animations for non-fade effects */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Apply animations */
.elementor-element.zoomIn {
    animation-name: zoomIn;
}

.elementor-element.zoomOut {
    animation-name: zoomOut;
}

.elementor-element.slideIn {
    animation-name: slideIn;
}

.elementor-element.slideInLeft {
    animation-name: slideInLeft;
}

.elementor-element.slideInRight {
    animation-name: slideInRight;
}

.elementor-element.slideInUp {
    animation-name: slideInUp;
}

.elementor-element.slideInDown {
    animation-name: slideInDown;
}

/* Apply general settings to animations */
.elementor-element {
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}


a{
    text-decoration: none !important;
}

html {
    overflow-x: hidden !important;
}/* End custom CSS */