.elementor-kit-717{--e-global-color-primary:#040C2E;--e-global-color-secondary:#161616;--e-global-color-text:#FFFFFF;--e-global-color-accent:#3149B4;--e-global-color-648ca6a:#0F184C;--e-global-color-c224d14:#D9DD03;--e-global-color-8b965f6:#FFFFFF00;--e-global-typography-afc5d0c-font-family:"Roboto";--e-global-typography-afc5d0c-font-size:1em;--e-global-typography-afc5d0c-font-weight:500;--e-global-typography-afc5d0c-text-transform:uppercase;--e-global-typography-afc5d0c-line-height:1em;font-family:"Outfit", Sans-serif;}.elementor-kit-717 button,.elementor-kit-717 input[type="button"],.elementor-kit-717 input[type="submit"],.elementor-kit-717 .elementor-button{background-color:var( --e-global-color-accent );font-size:17px;font-weight:500;color:var( --e-global-color-text );border-radius:50px 50px 50px 50px;padding:17px 40px 17px 40px;}.elementor-kit-717 button:hover,.elementor-kit-717 button:focus,.elementor-kit-717 input[type="button"]:hover,.elementor-kit-717 input[type="button"]:focus,.elementor-kit-717 input[type="submit"]:hover,.elementor-kit-717 input[type="submit"]:focus,.elementor-kit-717 .elementor-button:hover,.elementor-kit-717 .elementor-button:focus{background-color:var( --e-global-color-c224d14 );color:var( --e-global-color-secondary );}.elementor-kit-717 e-page-transition{background-color:#FFBC7D;}.elementor-kit-717 a{font-family:"Outfit", Sans-serif;}.elementor-kit-717 h1{font-family:"Oswald", Sans-serif;font-size:44px;line-height:1.2em;}.elementor-kit-717 h2{font-family:"Oswald", Sans-serif;font-size:38px;}.elementor-kit-717 h3{font-family:"Oswald", Sans-serif;}.elementor-kit-717 h4{font-family:"Oswald", Sans-serif;}.elementor-kit-717 h5{font-family:"Oswald", Sans-serif;}.elementor-kit-717 h6{font-family:"Oswald", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;}.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);}@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-kit-717{font-size:15px;}.elementor-kit-717 h1{font-size:36px;}.elementor-kit-717 h2{font-size:28px;line-height:1.2em;}.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;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.elementor-button::before {
  content: "";
  position: absolute;
  inset: -120%;
  background: linear-gradient(
    90deg,
    transparent 35%,
    rgba(255,255,255,0.45),
    transparent 65%
  );
  transform: translateX(-100%);
  transition: transform 1s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}

.elementor-button:hover::before {
  transform: translateX(100%);
}

.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
}

.elementor-button span {
  position: relative;
  z-index: 1;
}/* End custom CSS */