/* Static export safety: Divi hides animated modules until JS marks waypoints as visible. */
.et_animated,
.et-waypoint,
.et_pb_animation_top,
.et_pb_animation_bottom,
.et_pb_animation_left,
.et_pb_animation_right,
.et_pb_animation_fade_in,
.et_pb_animation_off,
.et_pb_section,
.et_pb_row,
.et_pb_module {
  opacity: 1 !important;
}
.et_animated,
.et_pb_animation_top,
.et_pb_animation_bottom,
.et_pb_animation_left,
.et_pb_animation_right,
.et_pb_animation_fade_in {
  -webkit-animation: none !important;
  animation: none !important;
}
.et_pb_preload,
.et_pb_section_video_bg,
.et_pb_slides,
.et_pb_slide,
.et_pb_bg_layout_dark,
.et_pb_bg_layout_light {
  opacity: 1 !important;
}
