.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bd7ffdb:#283B90;--e-global-color-50d5dee:#FFFFFF;--e-global-color-fb0658c:#000000;--e-global-color-7e055ea:#FF6E5A;--e-global-color-1ff0356:#506DEE;--e-global-color-b3d0a78:#3550C7;--e-global-color-abc4cc5:#B8BBC0;--e-global-color-0d80161:#7BB4F7;--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;color:var( --e-global-color-fb0658c );font-family:"apertura", Sans-serif;font-size:18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"apertura", Sans-serif;font-weight:700;}.elementor-kit-6 h2{font-family:"apertura", Sans-serif;font-weight:bold;}.elementor-kit-6 h3{font-family:"apertura", Sans-serif;font-weight:bold;}.elementor-kit-6 h4{font-family:"apertura", Sans-serif;font-weight:bold;}.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-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 */h1.entry-title {
    display: none;
}

.elementor-button {
    background-image: linear-gradient(35deg, var(--e-global-color-7e055ea) 50%, transparent 50%);
  background-size: 100px 100px; /* some initial size to get the slanted appearance */
  background-position: -100px -50px; /* negative positioning to hide it initially */
  background-repeat: no-repeat;
  transition: all ease 0.8s;
}

.elementor-button:hover {
  background-size: 400% 400%;
  background-position: 0px 0px;
  color: #ffffff !important;
}/* End custom CSS */