.elementor-58441 .elementor-element.elementor-element-e266874{--display:flex;}/* Start custom CSS *//* FOND GLOBAL PAGE COMPLETE */
body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: linear-gradient(120deg, #fef9f0, #e4e4e4);
  background-size: 200% 200%;
  z-index: -1;
  animation: bgPulse 20s ease-in-out infinite alternate;
}/* End custom CSS */