.layout-blog .brand-animation{position:relative;display:flex;align-items:center;justify-content:center;width:16rem;height:16rem;margin-bottom:4.9rem}@media(min-width:768px){.layout-blog .brand-animation{width:25rem;height:25rem}}.layout-blog .brand-animation img{width:100%;height:100%}.layout-blog .brand-animation__logo{position:absolute;width:4.2rem;height:3.7rem}@media(min-width:768px){.layout-blog .brand-animation__logo{width:6.6rem;height:5.9rem}}.layout-blog .brand-animation__circle{position:absolute;top:0;right:0;bottom:0;left:0;animation:brand-animation-circle 5s linear infinite}.layout-blog .brand-animation__circle:first-child{animation-delay:-3.34s}.layout-blog .brand-animation__circle:nth-child(2){animation-delay:-1.68s}.layout-blog .brand-animation__circle:nth-child(3){animation-delay:-.02s}@keyframes brand-animation-circle{0%{transform:scale(.4);opacity:1}to{transform:scale(1);opacity:0}}