.elementor-kit-258{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ee887ac:#F8CC14;--e-global-color-9fa6987:#08b4c4;--e-global-color-2d178be:#FFFAC2;--e-global-color-b244ff0:#FCDFBC;--e-global-color-48e4ed7:#FFE7CA;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Baskervville";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"EB Garamond";--e-global-typography-accent-font-weight:500;}.elementor-kit-258 button,.elementor-kit-258 input[type="button"],.elementor-kit-258 input[type="submit"],.elementor-kit-258 .elementor-button{background-color:var( --e-global-color-ee887ac );font-weight:700;color:var( --e-global-color-secondary );border-radius:24px 24px 24px 24px;}.elementor-kit-258 button:hover,.elementor-kit-258 button:focus,.elementor-kit-258 input[type="button"]:hover,.elementor-kit-258 input[type="button"]:focus,.elementor-kit-258 input[type="submit"]:hover,.elementor-kit-258 input[type="submit"]:focus,.elementor-kit-258 .elementor-button:hover,.elementor-kit-258 .elementor-button:focus{background-color:var( --e-global-color-2d178be );}.elementor-kit-258 e-page-transition{background-color:#FFBC7D;}.elementor-kit-258 h1{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-258 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-258 h6{font-size:10px;font-weight:500;}.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 */@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700;900&family=Barlow:wght@400;500;600&display=swap');

:root {
  --gc-orange: #F25C1A;
  --gc-orange-mid: #F07B3A;
  --gc-teal: #1D9E75;
  --gc-teal-light: #5DCAA5;
  --gc-cream: #FAF6F0;
  --gc-dark: #1A1208;
  --gc-amber: #F5C547;
  --gc-text: #3A2E1A;
  --gc-muted: #7A6A52;
}

/* Shared label style used across blocks */
.gc-lbl {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F25C1A;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.gc-lbl::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #F25C1A;
  flex-shrink: 0;
}
.gc-h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  color: #1A1208;
  margin: 0 0 1.5rem;
}
.gc-h2 .or { color: #F25C1A; }/* End custom CSS */