main{display:block}.pulse-button{padding:12px 0;text-align:center}.pulse{align-items:center;animation:pulse 1s ease-in-out infinite;display:flex;flex-direction:column}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 var(--pulse-color-1);box-shadow:0 0 0 0 var(--pulse-color-1);opacity:1}70%{-moz-box-shadow:0 0 0 10px var(--pulse-color-2);box-shadow:0 0 0 10px var(--pulse-color-2);opacity:.3}to{-moz-box-shadow:0 0 0 0 var(--pulse-color-2);box-shadow:0 0 0 0 var(--pulse-color-2)}}@keyframes slide-out{0%{left:calc(100% - 44px)}to{left:0}}@media(max-width:480px){.header__logo img{max-width:100px}.header__wrapper .header-tagline,.header__wrapper .header-tagline span{font-size:12px!important}}@media(max-width:400px){.header__wrapper .header-tagline{width:200px}}@media(max-width:340px){.header__wrapper .header-tagline{width:167px}}.footer .widget-type-linked_image>span img{height:100%;object-fit:cover}