.elementor-kit-6{--e-global-color-primary:#06051D;--e-global-color-secondary:#04012D;--e-global-color-text:#1C54A4;--e-global-color-accent:#16FEFD;--e-global-color-a4349ea:#BB3ED1;--e-global-color-c5fd356:#FFFFFF;--e-global-color-ebd72f9:#000000;--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;--e-global-typography-5289d88-font-family:"Anta";--e-global-typography-5289d88-font-size:40px;--e-global-typography-5289d88-font-weight:800;--e-global-typography-5289d88-line-height:43px;--e-global-typography-c8185c3-font-family:"Anta";--e-global-typography-c8185c3-font-size:25px;--e-global-typography-c8185c3-font-weight:100;--e-global-typography-c8185c3-line-height:28px;--e-global-typography-a83df2a-font-family:"Poppins";--e-global-typography-a83df2a-font-size:18px;--e-global-typography-a83df2a-font-weight:200;--e-global-typography-a83df2a-line-height:20px;--e-global-typography-72c2d41-font-family:"Anta";--e-global-typography-72c2d41-font-size:18px;--e-global-typography-72c2d41-font-weight:400;--e-global-typography-72c2d41-text-transform:uppercase;--e-global-typography-72c2d41-line-height:20px;--e-global-typography-72c2d41-letter-spacing:0px;--e-global-typography-7a274de-font-family:"Anta";--e-global-typography-7a274de-font-size:14px;--e-global-typography-7a274de-font-weight:400;--e-global-typography-04d23a5-font-family:"Anta";--e-global-typography-04d23a5-font-size:17px;--e-global-typography-04d23a5-font-weight:700;--e-global-typography-04d23a5-text-transform:uppercase;--e-global-typography-04d23a5-line-height:17px;--e-global-typography-57c41fe-font-family:"Anta";--e-global-typography-57c41fe-font-size:15px;--e-global-typography-57c41fe-font-weight:700;--e-global-typography-57c41fe-text-transform:uppercase;--e-global-typography-168c3e7-font-family:"Anta";--e-global-typography-168c3e7-font-size:20px;--e-global-typography-168c3e7-font-weight:100;--e-global-typography-168c3e7-line-height:22px;--e-global-typography-17f2732-font-family:"Anta";--e-global-typography-17f2732-font-size:40px;--e-global-typography-17f2732-font-weight:800;--e-global-typography-17f2732-line-height:43px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-kit-6{--e-global-typography-17f2732-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px; 
}

::-webkit-scrollbar-track {
  background: #121212;
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff44;
  
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #16FEFD; 
}/* End custom CSS */