.elementor-kit-8{--e-global-color-primary:#373B30;--e-global-color-secondary:#6B7650;--e-global-color-text:#7A7A7A;--e-global-color-accent:#AF5A20;--e-global-color-b16a846:#FFFFFF;--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;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-accent );font-family:"bodoni-egyptian-pro", Sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:2.05px;color:var( --e-global-color-b16a846 );border-style:solid;border-color:var( --e-global-color-b16a846 );border-radius:1px 1px 1px 1px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h2{letter-spacing:4.3px;}.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 *//* 1) Stop horizontal scrolling */
:root { overflow-x: clip; }      /* newer, safer than hidden */
html, body { max-width: 100%; overflow-x: hidden; }

/* 2) Make sure media can’t exceed the viewport */
img, video, canvas, iframe { max-width: 100%; height: auto; }

/* 3) Common Elementor overflow offenders */
.elementor-section,
.elementor-container,
.elementor-widget-image img,
.elementor-widget-video,
.elementor-widget-html,
.elementor-widget-shortcode {
  max-width: 100%;
}

/* 4) Fix 100vw sections that include the scrollbar width on mobile */
.full-bleed,
.section-100vw {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 5) Safer box sizing so padding doesn’t push width over 100% */
*,
*::before,
*::after { box-sizing: border-box; }

/* 6) Tame touch overscroll “rubber banding” a bit (iOS support varies) */
html { overscroll-behavior-x: contain; }/* End custom CSS */