.elementor-kit-5{--e-global-color-primary:#1D4362;--e-global-color-secondary:#EE7543;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-d69aebd:#4B443C;--e-global-typography-primary-font-family:"Saira";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Saira";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Saira";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Saira";--e-global-typography-accent-font-weight:500;font-family:"Saira", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#EE7543;color:var( --e-global-color-text );border-radius:1px 1px 1px 1px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#EE7543;font-family:"Saira Condensed", Sans-serif;}.elementor-kit-5 a:hover{color:#1D4362;font-family:"Saira Condensed", Sans-serif;}.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 */.shine-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shine-button::before {
  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(-25deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.shine-button:hover::before {
  opacity: 1;
  animation: shine-full 1s ease forwards;
}

@keyframes shine-full {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}/* End custom CSS */