.footer-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:20px}.footer-buttons a{width:33%}.footer-buttons a,.footer-buttons a:hover{color:inherit;text-decoration:none}.footer-buttons .button{border-radius:999px;cursor:pointer;font-size:20px;padding:10px 40px;text-align:center;width:300px}.footer-buttons .filled-color{background:var(--main-accent-color);border:2px solid var(--main-accent-color);color:#fff;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.footer-buttons .filled-color:hover{background:#fff;color:var(--main-accent-color)}.footer-buttons .border-color{background:none;border:2px solid var(--main-accent-color);color:var(--main-accent-color);-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.footer-buttons .border-color:hover{background:var(--main-accent-color);color:#fff}.footer-buttons .grey{border:2px solid var(--main-txt-color);-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.footer-buttons .grey:hover{background:var(--main-txt-color);border:2px solid #fff;color:#fff}@media (max-width:980px){.footer-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-buttons a{margin:10px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}