div.footer{background-color:#fff;width:100vw;height:4.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;box-shadow:0 -8px 17px #0000001a;border-top:5px solid var(--ananas)}div.footer a{font-size:.625rem;line-height:1rem}div.footer .footer-logo{position:absolute;left:1.5rem}@media screen and (min-width:768px){div.footer{background-color:transparent;border:none;box-shadow:none;flex-direction:column;padding-bottom:1rem;gap:.5rem}div.footer .footer-logo{position:unset;left:1.5rem}}div.content-box{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;max-width:36rem;box-sizing:content-box}div.content-box h1{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0 0 1.5rem;text-align:center;color:#000}div.content-box .trustmark{margin-bottom:1rem}@media screen and (min-width:768px){div.content-box{background-color:#fff;max-width:70rem;width:calc(100% - 6rem);margin:2rem;box-shadow:0 2px 5px #0000001a;border-top:10px solid var(--ananas)}div.content-box h1{font-size:2.215rem;line-height:3.75rem;max-width:46rem}}div.unsubscription-form{background-color:#f6f6f6;max-width:22rem;width:100%;padding:1.5rem 2rem;box-shadow:0 1px 3px #828282a8;border-radius:1rem;margin-bottom:2.5rem}div.unsubscription-form h2{font-size:1rem;font-weight:700;line-height:1.75rem;margin:0 0 1rem;text-align:center;color:#000}div.unsubscription-form ul{list-style-type:none;padding:0;margin:0}div.unsubscription-form ul button{position:relative;display:inline-block;padding:0 0 0 24px;background-color:transparent;border:none;border-radius:0;color:unset;height:unset;font-size:1rem;line-height:1.5rem;cursor:default;text-align:left}div.unsubscription-form ul button:before{position:absolute;background:#fff;border:1px solid #b2b2b2;border-radius:100%;content:"";height:16px;display:inline-block;width:16px;box-sizing:border-box;top:3px;left:0}div.unsubscription-form ul button.active:after{position:absolute;top:6px;left:3px;width:10px;height:10px;border-radius:10px;content:" ";border-color:#249132;background-color:#4db85f}@media screen and (min-width:768px){div.unsubscription-form{max-width:30rem}}button{background-color:var(--blue);border:2px solid var(--blue);border-radius:24px;height:48px;color:#fff;font-size:1.25rem;padding:8px 24px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}button:hover{background-color:#fff;color:#000}button.disabled,button.disabled:hover{border:2px solid var(--background-grey);color:var(--text-grey);background-color:#fff;cursor:not-allowed}div.success-box{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;max-width:36rem;box-sizing:content-box}div.success-box h1{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0 0 1.5rem;text-align:center;color:#000}div.success-box .check-icon{margin-bottom:1rem}div.success-box p{text-align:center;color:#4d4d4d;max-width:52.5rem}@media screen and (min-width:768px){div.success-box{background-color:#fff;max-width:70rem;width:calc(100% - 6rem);margin:2rem;box-shadow:0 2px 5px #0000001a;border-top:10px solid var(--ananas)}div.success-box h1{font-size:2.215rem;line-height:3.75rem}}div.error-box{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;max-width:36rem;box-sizing:content-box}div.error-box h1{font-size:1.25rem;font-weight:700;line-height:1.75rem;margin:0 0 1.5rem;text-align:center;color:#000}div.error-box .trustmark{margin-bottom:1rem}div.error-box p{text-align:center;color:#4d4d4d;max-width:52.5rem}@media screen and (min-width:768px){div.error-box{background-color:#fff;max-width:70rem;width:calc(100% - 6rem);margin:2rem;box-shadow:0 2px 5px #0000001a;border-top:10px solid var(--ananas)}div.error-box h1{font-size:2.215rem;line-height:3.75rem}}:root{font-family:Roboto,Arial,sans-serif;line-height:1.5;font-weight:400}a{color:#4d4d4d}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}div.app{margin:0;display:flex;min-width:320px;min-height:100vh;flex-direction:column;justify-content:space-between;align-items:center;color:var(--text-grey);font-size:1rem;--ananas: #ffdc0f;--blue: #3d75b7;--background-grey: #efefef;--text-grey: #808080}@media screen and (min-width:768px){div.app{background-color:var(--background-grey);color:#000}}
