.button_single_wrapper{position:relative}.button_single{display:flex;flex-wrap:wrap;gap:2rem}.button_single.left{justify-content:flex-start}.button_single.center{justify-content:center}.button_single.right{justify-content:flex-end}.button_single .button{align-items:center;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-basis:auto;flex-grow:0;flex-shrink:0;font-weight:500;justify-content:center;line-height:1.4;padding:12px 16px;text-align:center;text-decoration:none;white-space:nowrap}.button--primary,.button.primary{background-color:#00aadc;box-shadow:0 0 8px #00f0ff;color:#fff;transition:all .2s ease-in-out}.button--primary:hover,.button.primary:hover{background-color:#008bb0;box-shadow:0 0 12px #00e0ff}@media (max-width:767px){.button_single{align-items:flex-start;flex-direction:column;gap:1rem}.button_single.center{align-items:center}.button_single.right{align-items:flex-end}.button_single .button{max-height:70px;max-width:260px;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;white-space:nowrap;width:100%}}