html,body{font-family:var(--font-text);height:100%;width:100%}h1,h2,h3,h4,h5,h6{color:var(--title-color);font-family:var(--font-title);font-weight:600}ul,li{color:var(--text-color);font-family:var(--font-title);font-weight:600}span,a,p{color:var(--text-color);font-family:var(--font-text)}main{align-items:center;display:flex;justify-content:center}.label-color{background:var(--label-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-wrapper{background-color:var(--page-color-bg);background:var(--page-bg-gradient-mobile);min-height:100%;display:grid;grid-template-rows:1fr auto;grid-template-columns:100%}.page-content{padding:4rem .5rem}.page-content h1{font-size:var(--font-size-title-mobile);line-height:1.1;margin-bottom:var(--margin-bottom)}.page-content h1,.page-content p,.page-content h4,.page-content .logo{margin-bottom:var(--margin-bottom)}.page-content h4{font-size:12px}.page-content h4 img{margin-left:.5rem}.cta{background-color:var(--cta-bg-color);border-radius:30px;color:var(--cta-text-color);font-weight:600;padding:11px 65px;text-decoration:none}.cta:active,.cta:focus,.cta:visited,.cta:hover{color:var(--cta-text-color)}.page-content p{font-size:14px;max-width:100%}.page-content img{margin:0 auto;max-width:250px}.store-box{gap:1rem}.store-box a{text-decoration:none}.store-box img{max-width:125px}.page-content .logo{max-width:110px}.img-wrapper-outer{align-items:center;justify-content:center;margin-top:1rem;position:relative}.img-wrapper-outer img{display:block;height:100%;max-height:700px;object-fit:contain;width:100%}footer{background-color:var(--footer-bg-color);color:var(--footer-text-color);position:relative;z-index:5}.footer-content{display:flex;flex-direction:row;justify-content:space-between;padding:0 1rem;align-items:center}.footer-logo img{max-width:85px}.footer-links{align-items:center;display:flex;flex-wrap:nowrap;gap:2.5rem}.footer-links a,.footer-links span{color:var(--footer-text-color);font-size:12px}.footer-links a{text-decoration:none}.hidden{display:none!important}.copyright{display:flex;flex-direction:column;align-items:flex-end;text-align:right;font-size:12px;line-height:1.4;gap:5px!important}.copyright .subcopy{opacity:.8}.copyright a{color:#fff}@media(min-width:768px){.page-content img{max-width:400px}.store-box img{max-width:125px}}@media(max-width:768px){.footer-content{display:flex;flex-direction:column;justify-content:space-between;padding:0 1rem;align-items:flex-start}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}.footer-links span{width:100%}.copyright{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px!important}}@media(min-width:992px){:root{--margin-bottom:2.5rem}.page-wrapper{background:var(--page-bg-gradient-desk)}.page-content .logo{max-width:100%}.page-content h1{font-size:3.75rem}.page-content p{font-size:16px;max-width:var(--content-text-width-desk)}.page-content h4{font-size:16px}.page-content img{max-width:100%}.store-box img{max-width:135px}.img-wrapper-outer{margin-top:0}.footer-content{flex-direction:row}.footer-links{gap:1rem;margin-top:0}.footer-links span{width:auto}}.inside-text-black *{color:#000}