.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5eee94a:#2870F5;--e-global-color-b3cdfc1:#0D5EF4;--e-global-color-2598e73:#0D5EF4;--e-global-color-960cfc1:#F8F307;--e-global-color-91643db:#ECF1FA;--e-global-color-1a2c830:#0F2239;--e-global-color-6d16571:#CDFF64;--e-global-color-f69db1d:#13B5E8;--e-global-color-a3948e6:#13B5E8;--e-global-color-727cd50:#01112B;--e-global-color-14b9b72:#A6A9AF;--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h2{font-size:35px;font-weight:600;text-transform:capitalize;}.elementor-kit-4 h3{font-size:27px;font-weight:600;text-transform:capitalize;}.elementor-kit-4 h4{font-size:24px;text-transform:capitalize;}.elementor-kit-4 h5{font-size:24px;text-transform:capitalize;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes gradient-animation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


@keyframes smooth-wiggle {
    0%, 100% { transform: rotate(-2deg); }
    25% { transform: rotate(2deg); }
    50% { transform: rotate(-2deg); }
    75% { transform: rotate(2deg); }
}

.wiggle-button {
    animation: smooth-wiggle 0.9s ease-in-out infinite;
}


.gradient-text {
    background: linear-gradient(to right, #CDFF64, #13B5E8, #fc4982, #CDFF64);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: gradient-animation 7s ease infinite;
    background-size: 200% 100%;
}

ul, ol {
    font-family: roboto;
    font-size: 16px;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}/* End custom CSS */