@keyframes fadeInBackdrop{0%{background-color:transparent}to{background-color:rgba(0,0,0,.12)}}@keyframes fadeOutBackdrop{0%{background-color:rgba(0,0,0,.12)}to{background-color:transparent}}@keyframes entryAnimation{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes exitAnimation{0%{transform:translateY(0)}to{transform:translateY(100%)}}.CreativeGraphicElement{margin:0 auto;max-width:90rem}.CreativeGraphicElement__wrapper{column-gap:1rem;display:grid;grid-template-columns:repeat(6,minmax(12.5%,1fr));margin-left:1rem;margin-right:1rem}@media(min-width:768px){.CreativeGraphicElement__wrapper{margin-left:1.5rem;margin-right:1.5rem}}@media(min-width:1024px){.CreativeGraphicElement__wrapper{grid-template-columns:repeat(12,minmax(6.4%,1fr));margin-left:2.5rem;margin-right:2.5rem}}.CreativeGraphicElement__content{display:flex;grid-column:3/span 2}@media(min-width:1024px){.CreativeGraphicElement__content{grid-column:6/span 2}}.CreativeGraphicElement__content .UltaAsset{display:block;width:39.125rem}