html:has(.modal.show){overflow:hidden}.modal{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);display:none;padding:0 30px}.modal.show{display:flex}.modal__wrapper{background-color:#28879b;padding:1.5rem;color:#fff;z-index:1000000;font-size:1.5rem;width:100%;max-width:40rem;text-align:center;border-radius:1rem;box-shadow:inset 0 1rem 5rem 0rem rgba(0,0,0,.2)}@media(min-width: 767px){.modal__wrapper{padding:3rem}}.modal__wrapper h2{font-size:1.2rem;line-height:1.3;text-transform:uppercase;padding:0 0 1.2rem 0;font-weight:700}@media(min-width: 767px){.modal__wrapper h2{font-size:2rem;padding:0 0 2rem 0}}.modal__buttons{display:flex;align-items:center;justify-content:center;-moz-column-gap:30px;column-gap:30px;row-gap:15px;flex-direction:column}@media(min-width: 572px){.modal__buttons{flex-direction:row}}.modal__button{font-weight:bold;font-size:1rem;letter-spacing:.1rem;line-height:1;padding:1rem;border-radius:1rem;color:#ff9262;background-color:#fff;width:100%;max-width:15rem;white-space:nowrap;box-shadow:0 0rem .1rem rgba(0,0,0,.2);text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .5s cubic-bezier(0.22, 0.61, 0.36, 1),color .5s cubic-bezier(0.22, 0.61, 0.36, 1);text-decoration:none}@media(min-width: 767px){.modal__button{font-size:1.3rem;line-height:1;padding:1.5rem}}.modal__button:hover{background-color:#efefef;color:#28879b;text-decoration:none}.modal__button--alt{background-color:#ff9262;color:#fff}