.elementor-16361 .elementor-element.elementor-element-8db2519{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-16361:not(.elementor-motion-effects-element-type-background), body.elementor-page-16361 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F5;}@media(max-width:767px){body.elementor-page-16361{padding:0px 5px 0px 5px;}}/* Start custom CSS */.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #E8F8F7 0%, #FAF7F5 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60%;
  height: 120%;
  background: radial-gradient(ellipse, #4ECDC4 0%, transparent 70%);
  opacity: 0.08;
  pointer-events: none;
}/* End custom CSS */