.footer-main{align-items:center;display:flex;flex-direction:column;gap:70px;justify-content:center}.footer-copy-right p{color:#fff;font-size:12px;text-align:center}.footer-logo img,.footer-logo svg{width:120px}.fixed-footer a{align-items:center;background:#fff;border:1px solid #0080ff;border-radius:100px;display:flex;flex-direction:row;gap:7px;justify-content:center;padding:10px 20px;text-fill-color:unset;-webkit-text-fill-color:unset;font-size:16px;font-weight:700;margin:0;text-align:center;text-decoration:none;width:24%}.fixed-footer a:nth-child(2){border:1px solid #ec125b;color:#ec125b}.fixed-footer a:first-child{color:#0080ff}.fixed-footer{align-items:center;background:#896bff;bottom:0;display:flex;gap:20px;justify-content:center;left:0;padding:20px 0;position:fixed;width:100%}#fixed-footer{opacity:0;transition:opacity 1s ease-in-out}#fixed-footer.visible{opacity:1}@media screen and (min-device-width:769px) and (max-device-width:1220px){.fixed-footer a{width:34%!important}}@media screen and (min-device-width:521px) and (max-device-width:768px){.fixed-footer a{width:40%}}@media screen and (min-device-width:300px) and (max-device-width:520px){.fixed-footer{flex-wrap:wrap}.footer-main{padding-bottom:150px}.fixed-footer a{width:80%}}