.weeklys-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:Helvetica,Arial,sans-serif;font-weight:700;font-size:17px;line-height:1;cursor:pointer;text-decoration:none;border:none;color:currentColor;background-size:400% 100%;animation-name:weeklysWave;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;transition:transform 0.2s ease}.weeklys-cta-button.inline{width:auto;display:inline-flex}.weeklys-cta-button.full-width{width:100%;display:flex;text-align:center}.weeklys-cta-button:hover,.weeklys-cta-button:focus-visible{transform:translateY(-1px)}.weeklys-cta-button svg,.weeklys-cta-button i{width:16px;height:16px;fill:currentColor;transition:transform 0.25s ease}.weeklys-cta-button.animate-icon:hover svg,.weeklys-cta-button.animate-icon:hover i{transform:translateX(4px)}@keyframes weeklysWave{from{background-position:0% 50%}to{background-position:100% 50%}}