.elementor-kit-9{--e-global-color-primary:#DFBA44;--e-global-color-secondary:#080808;--e-global-color-text:#EFEFEF;--e-global-color-accent:#00C21B;--e-global-color-b5dcc10:#092044;--e-global-color-5a97289:#184588;--e-global-color-8a7e26c:#91ABD6;--e-global-color-99f11c2:#080809;--e-global-color-1d4c1e7:#202020;--e-global-color-2868f50:#070605;--e-global-color-fd0d657:#131313;--e-global-color-c138d07:#DFB83B;--e-global-color-71eed13:#EEF5FF;--e-global-color-4e1910e:#FFFFFF;--e-global-color-620c191:#00E1FF;--e-global-color-f07a3cc:#211965;--e-global-color-3b6b31e:#00D494;--e-global-color-5e112d5:#D600FA;--e-global-color-de9260c:#38CEE1;--e-global-color-7da2782:#1D4F97;--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;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#02010100;}.elementor-kit-9 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;}{}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 */@-webkit-keyframes marquee {
  100% {
    transform: translateX(100%);
  }
}

@keyframes marquee {
  100% {
    transform: translateX(100%);
  }
}

[data-marquee] {
  --loop-duration: 30s;
  display: block;
}

[data-marquee] [data-marquee-shadow] {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}

[data-marquee] [data-marquee-overflow] {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

[data-marquee] [data-marquee-container] {
    display: flex;
    -webkit-animation: marquee var(--loop-duration) linear infinite;
    animation: marquee var(--loop-duration) linear infinite;
}

[data-marquee] [data-marquee-style] {
    padding: 5px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-marquee-style] {
  padding: 1.5em 0.3em;
  display: flex;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  font-family: 'Sora';
  letter-spacing: 0.1em;
  text-transform: uppercase;
}/* End custom CSS */