.elementor-kit-245{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EB4187;--e-global-typography-primary-font-family:"gotham";--e-global-typography-primary-font-size:7rem;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:italic;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0.03rem;--e-global-typography-secondary-font-family:"gotham";--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:0.8em;--e-global-typography-secondary-letter-spacing:1.2px;--e-global-typography-text-font-family:"gotham";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:1.3em;--e-global-typography-text-letter-spacing:0.2px;--e-global-typography-accent-font-family:"Avenir";--e-global-typography-accent-font-size:1.2rem;--e-global-typography-accent-font-weight:100;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-245 e-page-transition{background-color:#FFBC7D;}.elementor-kit-245 p{margin-block-end:1.2em;}.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-kit-245{--e-global-typography-primary-font-size:24px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-size:10px;--e-global-typography-text-line-height:1.4em;--e-global-typography-text-letter-spacing:0.2px;}.elementor-kit-245 p{margin-block-end:0.6em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-245{--e-global-typography-primary-font-size:24px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-size:10px;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0.1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media only screen and (min-width: 1367px) {
    body {cursor:none;}
    #cursorz {
    z-index:1000000;
    pointer-events: none;
    width: 5rem;
    height: 5rem;
    will-change: transform;
    background: #f1f1f1;
    position: absolute;
    mix-blend-mode: difference;
    border-radius: 50%;

    animation: grow-shrink 4s infinite alternate;
    }

    @keyframes grow-shrink {
      0% {
        transform: scale(1.0);
      }
      25% {
        transform: scale(0.9);
      }
      50% {
        transform: scale(1.0);
      }
      75% {
        transform: scale(0.9);
      }
      100% {
        transform: scale(1);
      }
    }
}/* End custom CSS */