.elementor-kit-6{--e-global-color-primary:#0D99FF;--e-global-color-secondary:#1A365D;--e-global-color-text:#0D1A2D;--e-global-color-accent:#0D99FF;--e-global-color-eb7b0b0:#0D2137;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#0D1A2D;font-family:"Inter", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#0D99FF;font-family:"Inter", Sans-serif;font-size:15px;color:#FFFFFF;border-radius:8px 8px 8px 8px;padding:10px 16px 10px 16px;}.elementor-kit-6 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){--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-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 */button,
.elementor-button,
a.button,
input[type="submit"],
input[type="button"] {
  position: relative;
  overflow: hidden;
}

button::after,
.elementor-button::after,
a.button::after,
input[type="submit"]::after,
input[type="button"]::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
}

button:hover::after,
.elementor-button:hover::after,
a.button:hover::after,
input[type="submit"]:hover::after,
input[type="button"]:hover::after {
  animation: header-btn-shimmer 1s ease-in-out;
}

@keyframes header-btn-shimmer {
  0% { left: -75%; }
  100% { left: 125%; }
}/* End custom CSS */