.elementor-kit-6{--e-global-color-primary:#BDA597;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#BDA597;--e-global-color-5acfd30:#7E7575;--e-global-color-74d9b4c:#FFFFFF;--e-global-typography-primary-font-family:"Albert Sans";--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;background-color:#000000;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.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 */.no-hyphens{
    overflow-wrap: normal;
    hyphens: none;
}

body {
    overflow-wrap: break-word;
    hyphens: auto;
    overflow-x: hidden;
}


.red-scribble, .red-underline {
  position: relative;
  display: inline-block;
 z-index: 1; 
}

.red-underline::after{
      content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 10000;
transform: translateX(-50%) rotate(1deg);
  width: 130%;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  
  background-image: url("/wp-content/uploads/2026/05/red-underline.svg");
    
}

.red-scribble::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  transform: translateX(-50%) translateY(-50%);
  width: 130%;
  //height: 40px;
  height: 125%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  
  background-image: url("/wp-content/uploads/2026/05/red-scribble.svg");
}/* End custom CSS */