.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#9B8BD2;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-0d25505:#FFFFFF;--e-global-color-2458795:#F5F5FA;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Space Mono";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Mono";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;}.elementor-kit-7 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;}{}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:1400px){.elementor-kit-7{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:0.8em;--e-global-typography-accent-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:900px){.elementor-kit-7{--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    cursor: none;
}

.hoverable {
      cursor: none !important;
}

a {
      cursor: none !important;
}

.elementor-button {
      cursor: none !important;
}
::selection {
background-color: var(--e-global-color-secondary);
color: white;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
cursor: default !important;

}

/* Track */
::-webkit-scrollbar-track {
  background: white;
  border-left: solid 2px black;
    border-top: solid 3px black;
border-bottom: solid 3px black;

 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
    border-left: solid 2px black;
      border-top: solid 3px black;
border-bottom: solid 3px black;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;

}


.button {
    background-color: black;
    color: white !important;
    padding: 5px 10px 3px 10px !important;
      -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}/* End custom CSS */