.hs-button-module a{align-items:center;background-color:#3498db;border:1px solid transparent;color:#fff;display:flex;flex:1;justify-content:center;min-height:100%;padding:15px 20px;text-decoration:none;transition:all .3s ease}.hs-button-module a:hover{background-color:#2980b9}.hs-button-module a.button{align-items:center;border-radius:20px;box-shadow:0 20px 30px -10px #26394d;display:flex;font-size:18px;font-weight:600;padding:15px 18px;transition:all .3s ease;width:100%}.hs-button-module.primary .button{background:#512d6e}.hs-button-module.secondary .button{background:#205867}.hs-button-module.tertiary .button{background:#fff;color:#333}.hs-button-module.tertiary .button:hover{background:#205867;border:transparent;box-shadow:0 8px 16px rgba(0,0,0,.2);color:#fff}.hs-button-module.center{margin:0 auto;width:max-content}