.button_row_wrapper{position:relative}.button_row{display:flex;flex-wrap:wrap;gap:2rem}.button_row.left{justify-content:flex-start}.button_row.center{justify-content:center}.button_row.right{justify-content:flex-end}.button_row .button{align-items:center;border-radius:0;box-sizing:border-box;cursor:pointer;display:flex;flex-basis:220px;flex-grow:0;flex-shrink:0;font-weight:500;height:auto;justify-content:center;line-height:1.4;padding:12px 16px;text-align:center;text-decoration:none;white-space:normal}.button.primary{background-color:#00aadc;box-shadow:0 0 8px #00f0ff;color:#fff;transition:all .2s ease-in-out}.button.primary:hover{background-color:#008bb0;box-shadow:0 0 12px #00e0ff}.button-arrow{max-width:200px;position:absolute;top:-80%}.button-arrow.arrow-right{left:-6%}.button-arrow.arrow-left{right:-6%;top:-90%;transform:rotate(180deg)}.button-arrow img{width:100%}@media (max-width:767px){.button-arrow{display:none}.button_row{align-items:flex-start;flex-direction:column;gap:1rem}.button_row.center{align-items:center}.button_row.right{align-items:flex-end}.button_row .button{align-items:center;border-radius:0;box-sizing:border-box;cursor:pointer;display:flex;font-weight:500;justify-content:center;line-height:1.2;max-height:70px;max-width:260px;padding:8px 12px;text-align:center;text-decoration:none;white-space:normal;width:100%}.button_row .button.primary{background-color:#00aadc;box-shadow:0 0 8px #00f0ff;color:#fff}.button_row .button.primary:hover{background-color:#008bb0;box-shadow:0 0 12px #00e0ff}}