.elementor-kit-2034{--e-global-color-primary:#1C1C1C;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#A8A8A8;--e-global-color-accent:#1A2A3A;--e-global-color-1faf746:#3B944F;--e-global-color-02eae5b:#FFC20E;--e-global-color-c291bbb:#FF5A5F;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:0.7px;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-2034 button,.elementor-kit-2034 input[type="button"],.elementor-kit-2034 input[type="submit"],.elementor-kit-2034 .elementor-button{background-color:var( --e-global-color-secondary );font-weight:500;color:var( --e-global-color-primary );box-shadow:2px 2px 7px 0px rgba(0,0,0,0.5);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:7px 7px 7px 7px;}.elementor-kit-2034 button:hover,.elementor-kit-2034 button:focus,.elementor-kit-2034 input[type="button"]:hover,.elementor-kit-2034 input[type="button"]:focus,.elementor-kit-2034 input[type="submit"]:hover,.elementor-kit-2034 input[type="submit"]:focus,.elementor-kit-2034 .elementor-button:hover,.elementor-kit-2034 .elementor-button:focus{background-color:#FFFFFF7D;color:var( --e-global-color-primary );box-shadow:2px 2px 3px 0px rgba(0,0,0,0.5);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:7px 7px 7px 7px;}.elementor-kit-2034 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2034 h1{font-family:"Bebas Neue", Sans-serif;font-size:50px;}.elementor-kit-2034 h2{font-family:"Bebas Neue", Sans-serif;font-size:40px;}.elementor-kit-2034 h3{font-family:"Bebas Neue", Sans-serif;font-size:30px;}.elementor-kit-2034 h4{font-family:"Bebas Neue", Sans-serif;font-size:20px;}.elementor-kit-2034 h5{font-family:"Bebas Neue", Sans-serif;font-size:10px;}.elementor-kit-2034 h6{font-family:"Bebas Neue", Sans-serif;}.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);}@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 *//* Marquee animation for scrolling content */
.marquee .elementor-widget-container {
   display: flex;
   width: 100%; /* Large width for continuous scrolling */
   transform: translateX(0);
   animation: marquee 30s linear infinite;
   white-space: nowrap;
}

/* Keyframes for marquee animation */
@keyframes marquee {
   100% { transform: translateX(-100%); } /* Move content left */
}/* End custom CSS */