.elementor-kit-7{--e-global-color-primary:#270D48;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-41b55a2:#BE945C;--e-global-typography-primary-font-family:"Host Grotesk";--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;line-height:27px;}.elementor-kit-7 h1{color:#FFFFFF;font-family:"Host Grotesk", Sans-serif;font-size:62px;font-weight:700;line-height:68px;}.elementor-kit-7 h2{color:#FFFFFF;font-family:"Host Grotesk", Sans-serif;font-size:62px;font-weight:700;line-height:68px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1525px;}.e-con{--container-max-width:1525px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ----------------------------------
   Scroll Reveal
---------------------------------- */

body.scroll-animation-ready:not(.elementor-editor-active) .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 50px, 0);

    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);

    will-change: opacity, transform;
}

body.scroll-animation-ready:not(.elementor-editor-active) .scroll-reveal.reveal-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
    border: 1px solid #666;
    border-radius: 3px;
    padding: .4rem 0.8rem;
    transition: all .3s;
    width: 100%;
}
.hero_animation {
    opacity: 0;
    transform: translateY(60px);
    animation: heroTitleReveal 1s cubic-bezier(.22,1,.36,1) forwards;
    animation-delay: .2s;
}

@keyframes heroTitleReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Mobile */

@media (max-width: 767px) {
    body.scroll-animation-ready:not(.elementor-editor-active) .scroll-reveal {
        transform: translate3d(0, 30px, 0);

        transition-duration: 0.7s;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Host Grotesk';
	font-display: auto;
	src: url('https://www.webanalyzer.org/wp-content/uploads/2026/08/HostGrotesk-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */