#Body.__animation_effects_enabled .Overview .Overview__icon,
#Body.__animation_effects_enabled .Overview .Overview__title,
#Body.__animation_effects_enabled .Overview svg,
#Body.__animation_effects_enabled .Overview .Overview__sub_title,
#Body.__animation_effects_enabled .Overview .Overview__content {
  will-change: opacity;
}
#Body.__animation_effects_enabled .Overview .Overview__icon {
  transition: opacity ease 0.25s;
}
#Body.__animation_effects_enabled .Overview .Overview__title {
  transition: opacity ease 0.25s 0.25s;
}
#Body.__animation_effects_enabled .Overview svg {
  transition: opacity ease 0.25s 0.5s;
}
#Body.__animation_effects_enabled .Overview .Overview__sub_title {
  transition: opacity ease 0.25s 0.75s;
}
#Body.__animation_effects_enabled .Overview .Overview__content {
  transition: opacity ease 0.25s 1s;
}
#Body.__animation_effects_enabled .Overview:not([was_in_view_port]) .Overview__icon,
#Body.__animation_effects_enabled .Overview:not([was_in_view_port]) .Overview__title,
#Body.__animation_effects_enabled .Overview:not([was_in_view_port]) svg,
#Body.__animation_effects_enabled .Overview:not([was_in_view_port]) .Overview__sub_title,
#Body.__animation_effects_enabled .Overview:not([was_in_view_port]) .Overview__content {
  opacity: 0;
}
#Body.__animation_effects_enabled .Overview[was_in_view_port] .Overview__icon,
#Body.__animation_effects_enabled .Overview[was_in_view_port] .Overview__title,
#Body.__animation_effects_enabled .Overview[was_in_view_port] svg,
#Body.__animation_effects_enabled .Overview[was_in_view_port] .Overview__sub_title,
#Body.__animation_effects_enabled .Overview[was_in_view_port] .Overview__content {
  opacity: 1;
}
/*# sourceMappingURL=animation_effects.css.map */