.elementor-kit-5{--e-global-color-primary:#3F4A2F;--e-global-color-secondary:#D8C29D;--e-global-color-text:#25251F;--e-global-color-accent:#C96F32;--e-global-color-0fa926c:#FFFFFF;--e-global-color-fddff66:#000000;--e-global-color-a1dbfb7:#F7F1E6;--e-global-color-9d1ca7b:#E76812;--e-global-color-0cd5464:#FF7A20;--e-global-color-c45e22a:#4B4B30;--e-global-color-c7bf186:#0F0C05;--e-global-color-4a13da0:#0F0C05E6;--e-global-color-06fcba8:#6EBFC2;--e-global-color-f9f441e:#0F0C0585;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:1.5rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:1.1rem;--e-global-typography-accent-font-weight:300;--e-global-typography-db0a4d4-font-family:"Assistant";--e-global-typography-db0a4d4-font-size:1.3rem;--e-global-typography-db0a4d4-font-weight:300;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Assistant", Sans-serif;font-size:1.5rem;font-weight:600;color:var( --e-global-color-0fa926c );border-radius:50px 50px 50px 50px;}.elementor-kit-5 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 */html, body {
overflow-x: hidden;
}
.pulse\2d btn.elementor\2d button,
.elementor\2d widget\2d button.pulse\2d btn .elementor\2d button {
  position: relative;
  padding: 20px 30px !important;
  font\2d size: 1.1rem !important;
  font\2d weight: 700 !important;
  color: #fff !important;
  background: linear\2d gradient(50deg, #41675C, #6EBFC2) !important;
  border: none !important;
  border\2d radius: 50px !important;
  overflow: visible;
  z\2d index: 1;
  animation: pulseScale 2s ease\2d in\2d out infinite;
  box\2d shadow: 0 0 25px rgba(110, 191, 194, 0.8);
}

.pulse\2d btn.elementor\2d button::before,
.elementor\2d widget\2d button.pulse\2d btn .elementor\2d button::before {
  content: "";
  position: absolute;
  inset: \2d 12px;
  background: linear\2d gradient(90deg, #6EBFC2, #72e6ea, #41675C);
  border\2d radius: 60px;
  filter: blur(28px);
  opacity: 0.85;
  z\2d index: \2d 1;
  animation: pulseGlow 2s ease\2d in\2d out infinite;
}

.pulse\2d btn.elementor\2d button:hover,
.elementor\2d widget\2d button.pulse\2d btn .elementor\2d button:hover {
  animation\2d play\2d state: paused;
  transform: scale(1.08);
}

.pulse\2d btn.elementor\2d button:hover::before,
.elementor\2d widget\2d button.pulse\2d btn .elementor\2d button:hover::before {
  animation\2d play\2d state: paused;
  opacity: 1;
}

@keyframes pulseScale {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.22);
  }
}/* End custom CSS */