@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.js-fade-in{animation:fadeIn .3s cubic-bezier(.77,0,.175,1) 0ms 1 normal forwards}.js-fade-out{animation:fadeOut .3s cubic-bezier(.77,0,.175,1) 0ms 1 normal forwards}.js-is-hidden{display:none}.js-is-shown{display:block}.js-phone-provider{opacity:0}
/*# sourceMappingURL=ca_styleguide_phone_provider.css.map */