.elementor-kit-13{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#EB3300;--e-global-color-text:#4B4B4B;--e-global-color-accent:#0A0A0A;--e-global-color-872bd6b:#787878;--e-global-color-fbe4fbf:#000000;--e-global-color-9de9cdb:#F6F7F9;--e-global-color-cd3b654:#F3F1F2;--e-global-color-2ad6a18:#FFFFFF;--e-global-color-91a3e77:#D2D2D2;--e-global-color-d4db1d4:#D2D2D2;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.227em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.75em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:26px;--e-global-typography-9f97c2a-font-family:"Inter";--e-global-typography-9f97c2a-font-weight:600;}.elementor-kit-13 p{margin-bottom:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1314px;}.e-con{--container-max-width:1314px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1366px){.elementor-kit-13{--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-line-height:1.25em;}}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:1.3em;}.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 */.movingX {
    animation: movingX 8s linear infinite;
}


@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}/* End custom CSS */