@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');.home-cta.actions-buttons-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center;margin:2rem 0;padding:0 1rem}.home-cta.actions-buttons-wrapper .action-button{padding:1rem 3.5rem;font-size:1.25rem;border:none;font-weight:700;border-radius:99999px;font-family:'Unbounded',sans-serif;color:#fff;background-color:#ff95bd;cursor:pointer;border:5px solid transparent;background-image:linear-gradient(#ff95bd,#ff95bd),linear-gradient(to right,#ff3741,#ff95bd);background-origin:border-box;background-clip:padding-box,border-box}.home-cta.actions-buttons-wrapper .action-button.cancel-button{padding:.5rem 1.75rem;font-size:.875rem}@media(max-width:1023px),(max-width:1024px) and (orientation:portrait){.home-cta.actions-buttons-wrapper{gap:.5rem;margin:1rem 0}.home-cta.actions-buttons-wrapper .action-button{padding:.75rem 2.5rem;font-size:1rem}.home-cta.actions-buttons-wrapper .action-button.cancel-button{padding:.25rem 1.75rem;font-size:.875rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999}.modal-container{background-color:#fff;border-radius:1rem;max-width:90%;max-height:90%;overflow:auto;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.2);max-width:500px;min-width:300px;padding:.5rem 1rem 1.5rem;border:5px solid #ff95bd}.modal-header{display:flex;justify-content:flex-end}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;padding:0;color:#ff95bd}.modal-body p{font-family:'Be Vietnam Pro',sans-serif;font-size:clamp(1rem,1.5vw,1.25rem);color:#000;font-weight:400;line-height:150%;text-align:center}.modal-content-wrapper{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(max-width:1023px),(max-width:1024px) and (orientation:portrait){.modal-container{max-width:90%;min-width:250px;padding:.5rem 1rem 1.5rem}}