.elementor-kit-4{--e-global-color-primary:#1B66FF;--e-global-color-secondary:#FE0154;--e-global-color-text:#F0F0F2;--e-global-color-accent:#12133C;--e-global-color-f6d606a:#FFFFFF;--e-global-color-01022a2:#51A6F9;--e-global-color-2c675a5:#006FDB;--e-global-color-6006859:#28D141;--e-global-color-74ce97c:#09BB09;--e-global-color-ef7e2c6:#FD0D95;--e-global-color-f00b6f6:#58FEFF;--e-global-color-6dd0e40:#1B66FF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#FAFAFC;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;--e-preloader-animation-duration:850ms;--e-preloader-delay:50ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:35px;--e-preloader-rotate:0deg;}.elementor-kit-4 e-page-transition{background-color:#FEFEFE;}.elementor-kit-4 a{color:var( --e-global-color-2c675a5 );font-family:"Exo 2", Sans-serif;}.elementor-kit-4 h1{color:#494C52;font-family:"Exo 2", Sans-serif;}.elementor-kit-4 h2{color:#9B9B9B;font-family:"Inter", Sans-serif;}.elementor-kit-4 h3{font-family:"Inter", Sans-serif;}.elementor-kit-4 h4{font-family:"Inter", Sans-serif;}.elementor-kit-4 h5{font-family:"Inter", Sans-serif;}.elementor-kit-4 h6{font-family:"Inter", Sans-serif;}.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 */@-webkit-keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}

[data-marquee] {
  --loop-duration: 10s;
  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] {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-marquee-style] {
  padding: 1.3em 0.3em;
  display: flex;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
    background: linear-gradient(97deg, #E3B661, #CB9340, #FFF6BD, #D59E5F, #835825);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
::-webkit-scrollbar {
  width: 7px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #12133C;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #1B66FF;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1B66FF;
}/* End custom CSS */