/* Desktop mull EN */
#rec2032004983 .t396__artboard {
    transition: all 3s ease-out !important;
}

/* Mobile mull EN */
#rec2034231303 .t396__artboard {
    transition: all 2s ease-out !important;
}

/* Desktop mull ES */
#rec2034402253 .t396__artboard {
    transition: all 3s ease-out !important;
}

/* Mobile mull ES */
#rec2034402363 .t396__artboard {
    transition: all 2s ease-out !important;
}

/* Desktop mull ET */
#rec2034423033 .t396__artboard {
    transition: all 3s ease-out !important;
}

/* Mobile mull ET */
#rec2034433043 .t396__artboard {
    transition: all 2s ease-out !important;
}


/* Mobile bubble visibility control EN */
#rec2034231303 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

#rec2034231303.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#rec2034231303.is-hidden-again {
  opacity: 0;
  pointer-events: none;
}

/* Mobile bubble visibility control ES */
#rec2034402363 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

#rec2034402363.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#rec2034402363.is-hidden-again {
  opacity: 0;
  pointer-events: none;
}

/* Mobile bubble visibility control ET */
#rec2034433043 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

#rec2034433043.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#rec2034433043.is-hidden-again {
  opacity: 0;
  pointer-events: none;
}