.elementor-kit-15{--e-global-color-primary:#EDCEAB;--e-global-color-secondary:#6C2936;--e-global-color-text:#EDCEAB;--e-global-color-accent:#F3654A;--e-global-color-6c3e59b:#98475B;--e-global-color-629997c:#00000000;--e-global-color-706ed4c:#FFFFFF;--e-global-color-bf59160:#98475B7A;--e-global-color-1549b47:#DD6C6C;--e-global-color-c3a4ba7:#7B3939;--e-global-color-3c0c110:#61CDE6;--e-global-color-21f5f91:#61E2E6;--e-global-color-84f607a:#55ACBD;--e-global-color-f249151:#62D7B8;--e-global-typography-primary-font-family:"Akaya Telivigala";--e-global-typography-primary-font-size:1.4rem;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:31px;--e-global-typography-text-font-family:"Akaya Telivigala";--e-global-typography-text-font-size:1.6rem;--e-global-typography-text-font-weight:normal;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-line-height:24px;--e-global-typography-a79707a-font-family:"Akaya Telivigala";--e-global-typography-a79707a-font-size:2.3rem;--e-global-typography-a79707a-font-weight:700;--e-global-typography-a79707a-text-transform:none;--e-global-typography-a79707a-line-height:2.3rem;--e-global-typography-c06b701-font-family:"Akaya Telivigala";--e-global-typography-c06b701-font-size:1.6rem;--e-global-typography-c06b701-font-weight:700;font-family:var( --e-global-typography-c06b701-font-family ), Sans-serif;font-size:var( --e-global-typography-c06b701-font-size );font-weight:var( --e-global-typography-c06b701-font-weight );}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 p{margin-block-end:30px;}.elementor-kit-15 h3{color:var( --e-global-color-c3a4ba7 );font-family:"Akaya Telivigala", Sans-serif;font-size:27px;font-weight:700;text-transform:uppercase;}.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);}.elementor-lightbox{background-color:#7B3939F2;}@media(max-width:1024px){.elementor-kit-15{--e-global-typography-primary-font-size:50px;font-size:var( --e-global-typography-c06b701-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-accent-font-size:17px;font-size:var( --e-global-typography-c06b701-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*FADES*/
@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
}/* End custom CSS */