.elementor-5863 .elementor-element.elementor-element-e5e1a4b{--display:flex;}body.elementor-page-5863:not(.elementor-motion-effects-element-type-background), body.elementor-page-5863 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF2E4;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== PREVENT HORIZONTAL SCROLL ===== */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* ===== TEAL SCROLLBAR ===== */

/* Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff2e4;
}

::-webkit-scrollbar-thumb {
  background: #2cb4df;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1a9fc7;
}

/* Firefox */
html {
  scrollbar-color: #2cb4df #fff2e4;
  scrollbar-width: thin;
}/* End custom CSS */