.elementor-kit-9{--e-global-color-primary:#292663;--e-global-color-secondary:#EA252E;--e-global-color-text:#131A2B;--e-global-color-accent:#F6F9F2;--e-global-color-aa60f3c:#E9E9D6;--e-global-color-7a0373f:#C7C7B5;--e-global-color-38b8338:#5892F9;--e-global-color-175c721:#413EDB;--e-global-typography-primary-font-family:"Roboto Condensed";--e-global-typography-primary-font-size:clamp(7vw, 1rem, 5rem);--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:clamp(6.75vw, 1rem, 4.875rem);--e-global-typography-primary-letter-spacing:-0.025rem;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-size:3rem;--e-global-typography-secondary-font-weight:900;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:2.75rem;--e-global-typography-secondary-letter-spacing:-0.6px;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:2rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:2rem;--e-global-typography-accent-letter-spacing:-0.4px;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:0.9rem;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.1rem;--e-global-typography-6aa4680-font-family:"Plus Jakarta Sans";--e-global-typography-6aa4680-font-size:1.5rem;--e-global-typography-6aa4680-font-weight:700;--e-global-typography-6aa4680-line-height:1.5rem;--e-global-typography-6aa4680-letter-spacing:-0.2px;--e-global-typography-1066263-font-family:"Spline Sans Mono";--e-global-typography-1066263-font-size:0.725rem;--e-global-typography-1066263-font-weight:500;--e-global-typography-1066263-text-transform:uppercase;--e-global-typography-1066263-line-height:1rem;--e-global-typography-1066263-letter-spacing:0.5px;font-family:"Roboto", Sans-serif;font-size:0.95rem;font-weight:400;line-height:1.25rem;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Roboto", Sans-serif;font-size:10rem;font-weight:400;}.elementor-kit-9 h2{font-family:"countach", Sans-serif;font-size:4rem;font-weight:400;line-height:4rem;letter-spacing:-0.8px;}.elementor-kit-9 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-kit-9 h4{font-family:"countach", Sans-serif;font-size:2.5rem;line-height:2.5rem;letter-spacing:-0.4px;}.elementor-kit-9 h5{font-family:"Roboto", Sans-serif;font-size:1.25rem;font-weight:800;line-height:1.35rem;letter-spacing:1px;}.elementor-kit-9 h6{font-family:"Roboto", Sans-serif;font-size:0.7rem;text-transform:uppercase;line-height:0.7rem;letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--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){--kit-widget-spacing:0rem;}.elementor-element{--widgets-spacing:0rem 01rem;--widgets-spacing-row:0rem;--widgets-spacing-column:01rem;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-9 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:3.5rem;--e-global-typography-primary-line-height:3.5rem;--e-global-typography-primary-letter-spacing:-0.8px;--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-secondary-line-height:2.5rem;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-accent-font-size:1.5rem;--e-global-typography-accent-line-height:1.5rem;--e-global-typography-accent-letter-spacing:-0.2px;--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-line-height:1.35rem;--e-global-typography-text-letter-spacing:0px;--e-global-typography-6aa4680-font-size:1.125rem;--e-global-typography-6aa4680-line-height:1.125rem;--e-global-typography-6aa4680-letter-spacing:0px;}.elementor-kit-9 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* /elementor-improve-entrance-animations/ , works for the '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
}

/*slide*/
@keyframes slideUp {
    from {
        transform: translate3d(0,10vh,0)
    }

    to {
        transform: none
    }
}

.elementor-element.slideInUp {
    animation-name: slideUp
}
@keyframes slideLeft {
    from {
        transform: translate3d(-80px,0,0)
    }

    to {
        transform: none
    }
}

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

.revealtext {
  display: inline-block; /* Required for transform/opacity */
  opacity: 0;
  transform: translateY(20px);
  animation: revealEffect 200ms forwards; /* */
}

@keyframes revealEffect {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.revealtext:nth-child(1) { animation-delay: 200ms; }
.revealtext:nth-child(2) { animation-delay: 400ms; }
.revealtext:nth-child(3) { animation-delay: 600ms; }/* End custom CSS */