.benefits-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);opacity:0;visibility:hidden;transition:background .4s cubic-bezier(.25,.46,.45,.94),backdrop-filter .4s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94),visibility 0s linear .4s}.benefits-modal.active{background:#00000026;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1;visibility:visible;transition:background .4s cubic-bezier(.25,.46,.45,.94),backdrop-filter .4s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94),visibility 0s linear 0s}.benefits-modal__container{position:relative;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;transform:translateY(20px) scale(.95);opacity:0;transition:transform .4s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94);z-index:2}.benefits-modal.active .benefits-modal__container{transform:translateY(0) scale(1);opacity:1}.benefits-modal__content{position:relative;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:16px;padding:3rem;text-align:center;width:100%}@media (max-width: 749px){.benefits-modal{display:none}}.benefits-modal__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-foreground));opacity:.6;transition:background-color .2s ease,opacity .2s ease}.benefits-modal__close:hover{background:rgba(var(--color-foreground),.08);opacity:1}.benefits-modal__icon-wrapper{display:flex;place-content:center;width:120px;height:120px;justify-content:center;align-items:center;border-radius:50%;background:rgba(var(--color-foreground),.06);margin:0 auto 2rem;flex-shrink:0}.benefits-modal__icon{max-width:70%;max-height:70%;object-fit:contain;width:auto;height:auto}.benefits-modal__text-content{display:flex;flex-direction:column;align-items:center;text-align:center}.benefits-modal__title-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.benefits-modal__title{font-family:var(--font-heading-family)!important;font-size:var(--fb-size-h3)!important;font-weight:var(--fb-weight-semibold)!important;line-height:var(--fb-line-height-heading)!important;color:rgb(var(--color-foreground));margin:0}.benefits-modal__amount-badge{background-color:rgba(var(--color-foreground),.08);border:1px solid rgba(var(--color-foreground),.12);border-radius:16px;padding:.5rem 1rem;font-size:1rem!important;font-weight:600;white-space:nowrap;flex-shrink:0;color:rgba(var(--color-foreground),.8)}.benefits-modal__subtitle{font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground));opacity:.8;margin-bottom:1.5rem;font-family:var(--font-heading-family)}.benefits-modal__text{font-family:var(--font-body-family)!important;font-size:1.125rem!important;font-weight:400!important;line-height:1.6!important;color:rgb(var(--color-foreground));opacity:.85;max-width:400px;margin:0 auto}
/*# sourceMappingURL=/cdn/shop/t/51/assets/component-benefits-modal.css.map */
