.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF0000;--e-global-color-f201abe:#171C22;--e-global-color-4e58999:#AE00FF;--e-global-color-d91cfe5:#E8E8E8;--e-global-color-1d13209:#5EA6F9;--e-global-color-3562bb4:#28C1B3;--e-global-color-3abbfbe:#05091B;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:900;font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;line-height:1.7em;background-color:var( --e-global-color-f201abe );}.elementor-kit-6 a{font-weight:800;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;font-size:60px;font-weight:800;line-height:1em;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;font-size:32px;font-weight:800;line-height:1em;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;font-size:32px;font-weight:800;line-height:1em;}.elementor-kit-6 h4{font-family:"Inter", Sans-serif;font-size:22px;font-weight:700;line-height:1em;}.elementor-kit-6 h5{font-family:"Inter", Sans-serif;font-size:18px;font-weight:700;line-height:1em;}.elementor-kit-6 h6{font-family:"Inter", Sans-serif;font-size:14px;font-weight:700;line-height:1em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Inter", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6{font-size:15px;line-height:1.65em;}.elementor-kit-6 h1{font-size:46px;line-height:1.05em;word-spacing:-0.3em;}.elementor-kit-6 h2{font-size:38px;line-height:1.06em;word-spacing:-0.03em;}.elementor-kit-6 h3{font-size:28px;line-height:1.1em;word-spacing:-0.02em;}.elementor-kit-6 h4{font-size:20px;line-height:1.15em;}.elementor-kit-6 h5{font-size:17px;line-height:1.3em;}.elementor-kit-6 h6{font-size:14px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:14px;line-height:1.65em;}.elementor-kit-6 h1{font-size:34px;line-height:1.08em;word-spacing:-0.03em;}.elementor-kit-6 h2{font-size:30px;line-height:1.02em;letter-spacing:1.1px;word-spacing:-0.03em;}.elementor-kit-6 h3{font-size:24px;line-height:1.12em;word-spacing:-0.02em;}.elementor-kit-6 h4{font-size:18px;line-height:1.2em;}.elementor-kit-6 h5{font-size:18px;line-height:1.35em;}.elementor-kit-6 h6{line-height:1.45em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.smooth-carousel {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.smooth-carousel .carousel-track {
  display: flex;
  gap: 20px;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}/* End custom CSS */