.elementor-kit-10{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-color-e2b494d:#000000;--e-global-color-668a50a:#000000;--e-global-color-f737c9a:#FFFFFF00;--e-global-color-3c65eba:#00000080;--e-global-typography-primary-font-family:"Permanent Marker";--e-global-typography-primary-font-size:5em;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:0.75em;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:1.25em;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-size:1.25em;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-08bcdff-font-family:"Permanent Marker";--e-global-typography-08bcdff-font-size:8.5em;--e-global-typography-08bcdff-font-weight:400;--e-global-typography-08bcdff-text-transform:none;--e-global-typography-08bcdff-font-style:normal;--e-global-typography-08bcdff-text-decoration:none;--e-global-typography-08bcdff-line-height:0.8em;--e-global-typography-3111954-font-family:"Outfit";--e-global-typography-3111954-font-size:1.5em;--e-global-typography-3111954-font-weight:700;--e-global-typography-3111954-text-transform:uppercase;--e-global-typography-3111954-font-style:normal;--e-global-typography-3111954-text-decoration:none;--e-global-typography-3111954-letter-spacing:0.25em;background-color:var( --e-global-color-668a50a );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:20px;}.elementor-kit-10 e-page-transition{background-color:var( --e-global-color-e2b494d );}.elementor-kit-10 a{color:var( --e-global-color-accent );}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-10{--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:18px;--e-global-typography-3111954-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:62px;--e-global-typography-secondary-font-size:18px;--e-global-typography-accent-font-size:16px;--e-global-typography-08bcdff-font-size:70px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Custom Cursor Styles with Inversion */
html { cursor: none; }
html * { cursor: none; }

.cursor-dot {
  width: 35px;
  height: 35px;
  background: #fff;
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
/* Hover States */
a:hover ~ .cursor-outline,
button:hover ~ .cursor-outline,
.elementor-element:hover ~ .cursor-outline {
  transform: translate(-50%, -50%) scale(0.6);
  border-width: 2px;
}

/* Click Animation */
.is-clicked {
  transform: translate(-50%, -50%) scale(0.8) !important;
  opacity: 0.8;
}

/* Mobile Disable */
@media (pointer: coarse) {
  .cursor-dot, .cursor-outline { display: none !important; }
  html, html * { cursor: auto !important; }
}/* End custom CSS */