.infoButtonWrapper{position:relative;display:inline-block;align-items:center}.tooltip{visibility:hidden;width:300px;background-color:rgba(56,56,56,.98);color:white;text-align:center;border-radius:6px;padding:15px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-150px;opacity:0;transition:opacity .3s}.infoButtonWrapper:hover .tooltip{visibility:visible;opacity:1}.tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:rgb(37,37,37)}@media (max-width:768px){.tooltip,.tooltip:after{display:none}}@keyframes gradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes gradientAnimationVertical{0%{background-position:0 50%}to{background-position:100% 50%}}.animatedSuccessGradientButton{background:linear-gradient(80deg,#0a6c2d,#118c3a,#1da447,#2fbf51,#41b855,#2fbf51,#1da447,#118c3a,#0a6c2d);background-size:200% 200%}.animatedGradientButton,.animatedSuccessGradientButton{animation:gradientAnimation 5s linear infinite;color:white;border:none;cursor:pointer}.animatedGradientButton{background:linear-gradient(80deg,#940a2d,#b00b33,#cc0c39,#e61744,#f32354,#e61744,#cc0c39,#b00b33,#940a2d);background-size:200% 200%}.animatedGradientButtonVertical{background:linear-gradient(90deg,#940a2d,#b00b33,#cc0c39,#e61744,#f32354,#e61744,#cc0c39,#b00b33,#940a2d);background-size:200% 200%;animation:gradientAnimation 5s linear infinite;color:white;border:none;cursor:pointer}.animatedGoldGradientButton{background:linear-gradient(80deg,#d8be28,#e6c200,#ffd700,#e6c200,#d8be28,#ffd700,#d8be28,#e6c200,#ffd700);background-size:200% 200%;animation:gradientAnimation 4s linear infinite;color:white;border:none;padding:10px 20px;cursor:pointer;border-radius:50px}@keyframes gradientAnimationSVG{0%{fill:#d8be28}25%{fill:#e6c200}50%{fill:#ffd700}75%{fill:#e6c200}to{fill:#d8be28}}.animatedGoldGradient{animation:gradientAnimationSVG 4s linear infinite}