.elementor-kit-6{--e-global-color-primary:#FFB800;--e-global-color-secondary:#00D9FF;--e-global-color-text:#9CA3B8;--e-global-color-accent:#0A0E27;--e-global-color-023f349:#1A1F3A;--e-global-color-03aca91:#00FF88;--e-global-color-af23490:#FFC933;--e-global-color-404cccd:#E8E9F3;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#0A0E27;}.elementor-kit-6 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;--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 */@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Outfit:wght@300;400;500;600&display=swap');
body::before {
    content: '';
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,184,0,0.08) 0%, transparent 50%);
    animation: rotateBG 20s linear infinite;
    z-index: -1;
    pointer-events: none;
}
@keyframes rotateBG {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}/* End custom CSS */