.pclub-banner{align-items:center;box-sizing:border-box;color:#fff;display:flex;justify-content:center;min-height:360px;overflow:hidden;padding:5rem 0;position:relative;text-align:center;width:100%}.pclub-banner__bg{animation:pclubBannerBgZoom 2.2s cubic-bezier(.16,1,.3,1) forwards,pclubBannerBgSlowMovement 35s ease-in-out 2.2s infinite alternate;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:absolute;top:0;transform:translateZ(0) scale(1.2);transform-origin:center center;width:100%;will-change:transform;z-index:1}.pclub-banner__container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:var(--container-width,1494px);position:relative;width:100%;z-index:2}.pclub-banner__title{animation:pclubBannerFadeUp 1s cubic-bezier(.16,1,.3,1) .15s both;will-change:transform,opacity}.pclub-banner__title *{color:#fff;font-family:var(--font-heading,"Merriweather",Georgia,serif);font-weight:700;letter-spacing:-.01em;line-height:1.2;margin-bottom:1rem;margin-top:0}.pclub-banner__subtitle{animation:pclubBannerFadeUp 1s cubic-bezier(.16,1,.3,1) .35s both;will-change:transform,opacity}.pclub-banner__subtitle *{color:hsla(0,0%,100%,.92);font-family:var(--font-body,"Lato",sans-serif);font-size:1.15rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:720px}@keyframes pclubBannerBgZoom{0%{transform:translateZ(0) scale(1.2)}to{transform:translateZ(0) scale(1)}}@keyframes pclubBannerBgSlowMovement{0%{transform:translateZ(0) scale(1)}to{transform:translateZ(0) scale(1.04)}}@keyframes pclubBannerFadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.pclub-banner__bg,.pclub-banner__subtitle,.pclub-banner__title{animation:none!important;opacity:1!important;transform:none!important}}