.banner-area--hero{display:flex;align-items:center;justify-content:center}.banner-area--hero h1{font-family:'Libre Baskerville',serif;font-weight:bold;color:#183b5c}.banner-content{position:relative;max-width:750px;margin:auto}.squircle{position:absolute;width:48px;height:48px;z-index:-1;animation:squircle-hover 5s ease-in-out infinite}.squircle--1{left:0;margin-left:10px;top:5px}.squircle--1 path{transform:rotate(10deg) scale(0.9);transform-origin:50% 50%}.squircle--2{right:0;width:64px;height:64px;animation-delay:-2s}.squircle--2 path{transform:rotate(-5deg) scale(0.9);transform-origin:50% 50%}.squircle--3{bottom:10px;left:25%;width:36px;height:36px;animation-delay:-3.5s}.squircle--3 path{transform:rotate(-15deg) scale(0.9);transform-origin:50% 50%}@keyframes squircle-hover{0%{transform:translateY(0)}50%{transform:translateY(5px)}100%{transform:translateY(0)}}