.elementor-kit-25{--e-global-color-primary:#121212;--e-global-color-secondary:#0F6BA6;--e-global-color-text:#121212;--e-global-color-accent:#FFFFFF;--e-global-color-19cd8e8:#FAFAFA;--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;--e-global-typography-05132e4-font-family:"Archivo";--e-global-typography-05132e4-font-size:62px;--e-global-typography-05132e4-font-weight:600;--e-global-typography-05132e4-line-height:72px;--e-global-typography-16b7fed-font-family:"Archivo";--e-global-typography-16b7fed-font-size:46px;--e-global-typography-16b7fed-font-weight:600;--e-global-typography-16b7fed-line-height:60px;--e-global-typography-befb81f-font-family:"Archivo";--e-global-typography-befb81f-font-size:34px;--e-global-typography-befb81f-font-weight:600;--e-global-typography-befb81f-line-height:48px;--e-global-typography-befb81f-letter-spacing:-0.3px;--e-global-typography-11f302c-font-family:"Manrope";--e-global-typography-11f302c-font-size:24px;--e-global-typography-11f302c-font-weight:400;--e-global-typography-e85aa44-font-family:"Manrope";--e-global-typography-e85aa44-font-size:20px;--e-global-typography-e85aa44-font-weight:400;--e-global-typography-3660d99-font-family:"Archivo";--e-global-typography-3660d99-font-size:24px;--e-global-typography-3660d99-font-weight:600;--e-global-typography-3660d99-line-height:32px;--e-global-typography-ad58ecb-font-family:"Archivo";--e-global-typography-ad58ecb-font-size:18px;--e-global-typography-ad58ecb-font-weight:600;--e-global-typography-ad58ecb-text-transform:none;--e-global-typography-0211a8d-font-family:"Archivo";--e-global-typography-0211a8d-font-size:20px;--e-global-typography-0211a8d-font-weight:600;}.elementor-kit-25 e-page-transition{background-color:#FFBC7D;}.elementor-kit-25 a{color:var( --e-global-color-accent );}.elementor-kit-25 a:hover{color:var( --e-global-color-19cd8e8 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.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-kit-25{--e-global-typography-05132e4-font-size:50px;--e-global-typography-05132e4-line-height:58px;--e-global-typography-16b7fed-font-size:40px;--e-global-typography-16b7fed-line-height:48px;--e-global-typography-befb81f-font-size:32px;--e-global-typography-befb81f-line-height:40px;--e-global-typography-11f302c-font-size:22px;--e-global-typography-e85aa44-font-size:20px;--e-global-typography-3660d99-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-25{--e-global-typography-05132e4-font-size:36px;--e-global-typography-05132e4-line-height:40px;--e-global-typography-16b7fed-font-size:34px;--e-global-typography-16b7fed-line-height:40px;--e-global-typography-befb81f-font-size:28px;--e-global-typography-befb81f-line-height:36px;--e-global-typography-11f302c-font-size:20px;--e-global-typography-e85aa44-font-size:18px;--e-global-typography-3660d99-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1, h2, h3, h4, h5 {
  visibility: hidden;  
}

h1.animated-heading,
h2.animated-heading,
h3.animated-heading,
h4.animated-heading,
h5.animated-heading
{
  display: inline-block;
  overflow: hidden;
  visibility: visible;
}

.animated-heading .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: wordFadeUp 0.6s ease-out forwards;
  animation-delay: calc(var(--i) * 0.15s);
}

@keyframes wordFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */