.elementor-kit-177{--e-global-color-primary:#E3E3E3;--e-global-color-secondary:#0E0E0E;--e-global-color-text:#E3E3E3;--e-global-color-accent:#D677FF;--e-global-color-4e38f22:#130C16;--e-global-color-487fee4:#D677FF;--e-global-color-86b4fcd:#02010100;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-size:90px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0em;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0em;--e-global-typography-accent-word-spacing:0em;background-color:var( --e-global-color-secondary );}.elementor-kit-177 e-page-transition{background-color:#FFBC7D;}.elementor-kit-177 a{color:var( --e-global-color-accent );}.elementor-kit-177 a:hover{color:var( --e-global-color-primary );}.elementor-kit-177 h4{color:var( --e-global-color-primary );}.elementor-kit-177 button,.elementor-kit-177 input[type="button"],.elementor-kit-177 input[type="submit"],.elementor-kit-177 .elementor-button{font-size:5.8vw;color:var( --e-global-color-4e38f22 );border-radius:1em 1em 1em 1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:2%;--container-default-padding-right:2%;--container-default-padding-bottom:2%;--container-default-padding-left:2%;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-177{--e-global-typography-primary-font-size:80px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-177{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 100%;
    overflow: auto; /* or just remove this line entirely */
}

#grainCanvas {
    position: fixed; /* absolute may not cover entire page if body grows */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none; /* allows clicks through the canvas */
    z-index: -1; /* ensures it's in the background */
}


    @media (max-width: 768px) {
        #grainCanvas {
            height: 100vh !important;
            position: fixed !important;
        }
    }/* End custom CSS */