.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#25A4DD;--e-global-typography-primary-font-family:"Roboto Mono";--e-global-typography-primary-font-weight:700;--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-fcf751b-font-family:"Roboto Mono";--e-global-typography-fcf751b-font-size:clamp(1.75rem, 1.636rem + 0.455vw, 2rem);--e-global-typography-fcf751b-line-height:1.3em;--e-global-typography-4f81a9d-font-family:"Inter";--e-global-typography-4f81a9d-font-size:clamp(1rem, 0.9912rem + 0.0282vw, 1.025rem);--e-global-typography-4f81a9d-line-height:1.3em;color:#808080;font-family:var( --e-global-typography-4f81a9d-font-family ), Sans-serif;font-size:var( --e-global-typography-4f81a9d-font-size );line-height:var( --e-global-typography-4f81a9d-line-height );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFFFFF00;color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:var( --e-global-typography-fcf751b-font-family ), Sans-serif;font-size:var( --e-global-typography-fcf751b-font-size );line-height:var( --e-global-typography-fcf751b-line-height );}.elementor-kit-6 h2{font-family:var( --e-global-typography-fcf751b-font-family ), Sans-serif;font-size:var( --e-global-typography-fcf751b-font-size );line-height:var( --e-global-typography-fcf751b-line-height );}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-6{font-size:var( --e-global-typography-4f81a9d-font-size );line-height:var( --e-global-typography-4f81a9d-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-fcf751b-font-size );line-height:var( --e-global-typography-fcf751b-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-fcf751b-font-size );line-height:var( --e-global-typography-fcf751b-line-height );}.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:var( --e-global-typography-4f81a9d-font-size );line-height:var( --e-global-typography-4f81a9d-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-fcf751b-font-size );line-height:var( --e-global-typography-fcf751b-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-fcf751b-font-size );line-height:var( --e-global-typography-fcf751b-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --theme-primary: #25a4dd;
    --theme-darker: #1A8CCA;
    --text-dark: #1a202c;
    --page-bg: #FFFFFF;
    --flowing-text-color: #1A1A1A;
    --grid-color: rgba(0, 0, 0, 0.1);
    --vertical-header-width-desktop: 80px;
    --vertical-header-width-mobile: 60px;
    --grid-horizontal-spacing: 100px;
    --accent-marker-size: 12px;
    --marker-vertical-offset: 30%;
    --marker-edge-spacing: 30px;
    --marker-top-left-edge-spacing: 100px;
}

/* --- Global Body Styles --- */
body {
    margin: 0; 
    font-family: 'Inter', sans-serif; 
    background-color: var(--page-bg);
    box-sizing: border-box;
    position: relative; 
    overflow-x: hidden !important;
}/* End custom CSS */