html{background-color: #d41e1e;}body,div,p,header,footer,section{padding:0;margin:0;box-sizing:border-box;line-height:1.2;}
a{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none;}
img{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none;user-select:none;}
body{max-width:500px;font-family:Calibri;margin:0 auto;background-color:#fff;width:100%;}
body header{height:68px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 7px;background-color:#89004b;position:fixed;top:0;left:50%;transform:translate(-50%);z-index:2;max-width:500px;}
body header .icon{display:flex;align-items:center;}
body header .icon img{width:41px;height:41px;}
body header::after{content:"";display:block;width:100%;height:1px;background-color:#FFD71E;position:absolute;bottom:0;left:0;}
body .fixDownload{position:fixed;width:100%;max-width:500px;bottom:0;left:50%;transform:translate(-50%);z-index:2;}
body .fixDownload .download{width:100%;background:rgba(0,0,0,0.48);display:flex;align-items:center;justify-content:center;}
body .fixDownload .download a{animation:switch 1s ease-out infinite;display:inline-flex;}
body .fixDownload .download a img{width:288px;}
body .banner{width:100%;height:100%;margin-top:68px;position:relative;font-size:0;min-height:500px;}
body .banner img{width:100%;}
body .step{width:100%;padding:40px 12px 0;margin:0 0 51px;}
body .step img{width:100%;}
body footer{width:100%;height:235px;background:#89004b;padding-top:26px;}
body footer .icon{margin:0 auto;display:flex;justify-content:space-between;width:284px;}
body footer .icon img{width:54px;height:28px;}
body footer .company{margin:20px auto 0;width:240px;display:flex;justify-content:space-between;}
body footer .company .link a{text-decoration:none;color:#fff;font-size:12px;font-family:ari-All;}
.section-chunk{padding:0 .5rem;line-height:1.5;}
/*! CSS Used keyframes */
@keyframes switch{0%,100%{transform:scale(1);}50%{transform:scale(0.8);}}