.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#747475;--e-global-color-text:#000000;--e-global-color-accent:#D1D1D1;--e-global-color-4aa0d8f:#FFFFFF;--e-global-color-65305e2:#D1D1D1;--e-global-color-1a00895:#F9F8F3;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-weight:500;--e-global-typography-a0f8d71-font-family:"Archivo";--e-global-typography-a0f8d71-font-size:1.2rem;--e-global-typography-a0f8d71-line-height:1.6rem;--e-global-typography-a45976d-font-family:"Archivo";--e-global-typography-a45976d-font-size:0.875rem;--e-global-typography-a45976d-text-transform:uppercase;--e-global-typography-a45976d-letter-spacing:4.2px;--e-global-typography-5237bb7-font-family:"Archivo";--e-global-typography-5237bb7-font-size:4.5rem;--e-global-typography-03f5cec-font-family:"Archivo";--e-global-typography-03f5cec-font-size:3.5rem;--e-global-typography-03f5cec-font-weight:700;--e-global-typography-03f5cec-line-height:4rem;--e-global-typography-d118258-font-family:"Archivo";--e-global-typography-d118258-font-size:1.8rem;--e-global-typography-d118258-font-weight:600;--e-global-typography-d118258-line-height:2.2rem;color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-6{--e-global-typography-5237bb7-font-size:4rem;--e-global-typography-03f5cec-font-size:2.8rem;--e-global-typography-03f5cec-line-height:3.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-a0f8d71-font-size:1.05rem;--e-global-typography-5237bb7-font-size:3rem;--e-global-typography-03f5cec-font-size:2.5rem;--e-global-typography-03f5cec-line-height:2.7rem;}.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: 1200px) {
    body {cursor:none;}
    #cursorz {
    z-index:1000000;
    pointer-events: none;
    width: 1.5rem;
    height: 1.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.2);
      }
      25% {
        transform: scale(0.8);
      }
      50% {
        transform: scale(1.1);
      }
      75% {
        transform: scale(0.8);
      }
      100% {
        transform: scale(1);
      }
    }
}

.customUL ul{
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.customUL ul li:before {
  content: "\f592  " ;
  font-family: "Huge Icons" !important;
}

/*EMOJI*/
img.emoji {
    width: 20px;
}/* End custom CSS */