@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(var(--spacing-20))}to{transform:translate(0)}}@keyframes kvSlideBar{0%{scale:0 1}to{scale:1 1}}.c-picture{width:100%;height:auto}@media screen and (max-width:768px){.c-picture--custom{width:var(--custom-sm-w)}}@media screen and (min-width:769px){.c-picture--custom{width:var(--custom-w)}}.c-svg{display:flex;width:100%;height:100%}.c-svg>svg{display:block;height:100%}