.elementor-kit-7{--e-global-color-primary:#28C2B3;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#201E1F;--e-global-color-accent:#D2D3C9;--e-global-color-a5eefc4:#E2E0DC;--e-global-color-2861090:#EBE8E5;--e-global-color-aa19a83:#F3F1F2;--e-global-color-fe38df6:#3375C8;--e-global-color-37b1e02:#00BBDC;--e-global-color-0cbe5a9:#8983D0;--e-global-color-e07ad17:#E8A8D3;--e-global-color-0d2a784:#E45662;--e-global-color-6a6940e:#EE8550;--e-global-color-83aeea8:#F3BA47;--e-global-typography-primary-font-family:"field-gothic-condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"field-gothic-condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"field-gothic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"field-gothic";--e-global-typography-accent-font-weight:700;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-text );color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;padding:14px 20px 15px 20px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-0cbe5a9 );color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:720px;}.e-con{--container-max-width:720px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.rotate-heading {
  position: absolute;
  inset: 0;                 
  display: flex;
  align-items: center;     
  justify-content: center; 
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: center;
}

#cursor-trail-canvas{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999999;
}

/* When locked, prevent interaction with the page behind the popup */
body.site-locked {
  overflow: hidden !important;
  height: 100vh;
}

/* Optional extra-hard lock: block pointer events on the whole page */
body.site-locked #page,
body.site-locked .site,
body.site-locked main {
  pointer-events: none;
}

/* Allow popup interactions even while locked */
body.site-locked .dialog-widget,
body.site-locked .dialog-widget * {
  pointer-events: auto;
}/* End custom CSS */