.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5634af4:#1565D8;--e-global-color-e17035d:#000000;--e-global-typography-primary-font-family:"Times New Roman";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;font-family:"Times New Roman", Sans-serif;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{font-family:"Helvetica", Sans-serif;}.elementor-kit-13 h1{font-family:"Times New Roman", Sans-serif;}.elementor-kit-13 h2{font-family:"Times New Roman", Sans-serif;}.elementor-kit-13 h3{font-family:"Times New Roman", Sans-serif;}.elementor-kit-13 h4{font-family:"Times New Roman", Sans-serif;}.elementor-kit-13 h5{font-family:"Times New Roman", Sans-serif;}.elementor-kit-13 h6{font-family:"Times New Roman", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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 *//* Set your default sticky header height once */
:root {
  --header-h: 120px;   /* adjust to your sticky header height */
  --adminbar-h: 0px;  /* updated automatically below if logged in */
}

/* WordPress admin bar handling (when you're logged in) */
body.admin-bar { --adminbar-h: 32px; }
@media (max-width: 782px) {
  body.admin-bar { --adminbar-h: 46px; }
}

/* Any element with an ID (your section) gets an offset when scrolled to */
[id] {
  scroll-margin-top: calc(var(--header-h) + var(--adminbar-h) + 8px);
}

/* Optional: smooth scrolling for anchor jumps */
html {
  scroll-behavior: smooth;
}/* End custom CSS */