@keyframes bounceDown{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}.masthead-content{position:relative;overflow:hidden;margin-top:-75px;padding-top:80px;padding-bottom:80px;background-color:#fff5f5;background-image:url(../img/background.webp);background-repeat:no-repeat;background-size:100% 100%;text-align:center;min-height:100dvh;display:flex;align-items:center}.masthead-content__bg{position:absolute;inset:0;z-index:0}.masthead-content__bg .unicorn-bg{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease .2s}.masthead-content__bg .unicorn-bg:has(canvas){opacity:1}.masthead-content .container{position:relative;z-index:1}.masthead-content__logo{margin:0 0 40px;text-align:center}.masthead-content__logo a{display:inline-flex}.masthead-content__title{font-size:40px;line-height:48px;margin:0 auto 8px;text-align:center;max-width:1000px}.masthead-content__wrap{max-width:800px;margin:64px auto 0;font-size:24px;line-height:32px;color:#2d232e}.masthead-content__arrow{display:flex;justify-content:center;margin-top:32px}.masthead-content__arrow .arrow{display:flex}.masthead-content__arrow .arrow .masthead-content__arrow-icon{transform-box:fill-box;transform-origin:center;animation:bounceDown 1.5s ease-in-out infinite}@media(max-width: 480px){.masthead-content{padding-bottom:40px}.masthead-content__title{font-size:32px;line-height:40px}.masthead-content__wrap{margin-top:32px}}