.elementor-kit-7{--e-global-color-primary:#101010;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#525252;--e-global-color-accent:#FFE336;--e-global-color-289835f:#FFFFFF;--e-global-color-8b286a6:#E7E3DD;--e-global-color-d2becc6:#9C9C9C;--e-global-color-854a274:#525252;--e-global-color-43c5ff3:#101010;--e-global-color-8baf96a:#FFE336;--e-global-color-6966051:#ECD233;--e-global-color-6206a40:#E6ACCF;--e-global-typography-primary-font-family:"neue-kabel";--e-global-typography-primary-font-size:4.5vw;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:0.8em;--e-global-typography-secondary-font-family:"neue-kabel";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"archivo";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.1em;--e-global-typography-accent-font-family:"archivo-semi-expanded";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;}.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;--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-7{--e-global-typography-primary-font-size:55px;--e-global-typography-secondary-font-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:26px;--e-global-typography-accent-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x:hidden !important;
    background-color:#101010;
}
*, *:hover, *:focus, *:visited{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
a, a:hover, a:focus, a:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}
button, button:hover, button:focus, button:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}

h1:before, h2:before {
    display: none !important;
}
.noTitle{
	pointer-events: none;
}
.elementor-kit-7 input:focus, .elementor-kit-7 textarea:focus{
    box-shadow:none !important;
}
.limited{
    max-width:100vw;
    overflow:hidden;
}
p{
    margin-block-end: 0;
}

/*Correct icon QI*/
.qodef-m-icon svg{
    height:auto;    
}

/*Custom Scrollbar*/
/* width */
 ::-webkit-scrollbar {
     width:4px;
 }
 /* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey; 
     border-radius: 0px;
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: linear-gradient(#232527, #434547);
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #ee76445; 
 }/* End custom CSS */