
@keyframes gModIn{from{opacity:0;transform:translateY(16px) scale(.965)}to{opacity:1;transform:none}}
@keyframes gModFade{from{opacity:0}to{opacity:1}}
#gl-ov[data-open="1"],#gac-ov[data-open="1"]{animation:gModFade .2s ease both}
#gl-ov[data-open="1"] #gl,#gac-ov[data-open="1"] #gac{animation:gModIn .28s cubic-bezier(.2,.8,.3,1) both}
@media(prefers-reduced-motion:reduce){
  #gl-ov[data-open="1"],#gac-ov[data-open="1"],
  #gl-ov[data-open="1"] #gl,#gac-ov[data-open="1"] #gac{animation:none}
}
