.elementor-kit-5{--e-global-color-primary:#141414;--e-global-color-secondary:#8F5D21;--e-global-color-text:#6C6C6C;--e-global-color-accent:#E2B755;--e-global-color-739eff9:#00DF00;--e-global-color-b85c3dd:#F9F2B7;--e-global-color-8dcddc8:#133B28;--e-global-color-7879da9:#000000;--e-global-color-597ca95:#EEEEEE;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Noto Sans Sora Sompeng";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:500;}.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){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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-text-editor p:last-child { margin-bottom:0em;}

.pulse-button {
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  animation: pulse 1.5s infinite;
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(0.9); }
  50% { transform: scale(1); }
  100% { transform: scale(0.9); }
}

.pulse-button:hover {
  animation: none;
  transform: scale(1);
}/* End custom CSS */