.elementor-kit-5{--e-global-color-primary:#0C0D0D;--e-global-color-secondary:#6F201E;--e-global-color-text:#B92D2B;--e-global-color-accent:#EFF2F3;--e-global-color-5caa4bd:#E9E5E1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-accent );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body {
 background-size: 100vh;
 overflow: overlay;
}

body::-webkit-scrollbar {
 width: 15px;
 background: transparent;
}

body::-webkit-scrollbar-thumb {
 background: #9B176B;
 border-radius: 10px;
 border-right: 5px;
}

body::-webkit-scrollbar-thumb:hover{
 background-color: #E73426;
}

html{
 scrollbar-width: thin;
 scrollbar-color: #0c0d0d #eff2f3;
}/* End custom CSS */