.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#202020;--e-global-color-accent:#2A9D8F;--e-global-color-4f9d88e:#F0FFFD;--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;font-family:"Manrope", Sans-serif;font-size:16px;line-height:1.6em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Manrope", Sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-secondary );border-radius:0px 0px 0px 0px;padding:20px 30px 20px 30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:54px;font-weight:800;line-height:1.3em;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:48px;font-weight:700;line-height:1.3em;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:42px;font-weight:600;line-height:1.3em;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:36px;font-weight:600;line-height:1.3em;}.elementor-kit-6 h5{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:30px;font-weight:600;line-height:1.3em;}.elementor-kit-6 h6{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-6 h1{font-size:48px;}.elementor-kit-6 h2{font-size:42px;}.elementor-kit-6 h3{font-size:36px;}.elementor-kit-6 h4{font-size:30px;}.elementor-kit-6 h5{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:34px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.elementor-button::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -5px;
  width: 50px;
  height: 100%;
  background-color:#000;
  z-index: -2;
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  transition: all 0.4s ease-in-out;
}

.elementor-button:hover::before {
  width: 120%;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}/* End custom CSS */