.elementor-kit-2148{--e-global-color-primary:#FFD600;--e-global-color-secondary:#1A1F47;--e-global-color-text:#292A33;--e-global-color-accent:#B9153A;--e-global-color-873ebec:#FFFFFF;--e-global-color-3a3af1d:#000000;--e-global-color-4d8d0c0:#F0F2FF;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bebas Neue";--e-global-typography-accent-font-weight:500;--e-global-typography-f836668-font-family:"Beth Ellen";--e-global-typography-f836668-font-size:29px;--e-global-typography-f836668-font-weight:600;--e-global-typography-f836668-line-height:31px;}.elementor-kit-2148 e-page-transition{background-color:#FFBC7D;}.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);}.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 */.elementor-kit-2148 p {
    margin-top:0;
    text-wrap:balance;
}

.elementor-kit-2148 p:last-child {
    margin-bottom:0;
}

.animatedBackground {
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100vh;
/*adjust s value for speed*/
  animation: animatedBackground 500s linear infinite;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}/* End custom CSS */