.elementor-101786 .elementor-element.elementor-element-26689232{--display:flex;}body.elementor-page-101786:not(.elementor-motion-effects-element-type-background), body.elementor-page-101786 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFCD9C;}/* Start custom CSS *//* This targets the background layer of the page only */
body {
    background-color: #FDF5E6; /* Fallback */
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* This points to the SVG filter we'll put in the HTML widget */
    filter: url(#paper-grit);
    opacity: 0.4; /* Adjust this for how 'obvious' the dirt is */
    z-index: -1;   /* This keeps it BEHIND your text/content */
    pointer-events: none;
}/* End custom CSS */