@supports (padding-top:env(safe-area-inset-top)){html{--ion-safe-area-top:env(safe-area-inset-top);--ion-safe-area-bottom:env(safe-area-inset-bottom);--ion-safe-area-left:env(safe-area-inset-left);--ion-safe-area-right:env(safe-area-inset-right)}}body,html{margin:0;padding:0;height:100%;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;font-family:Roboto,sans-serif;background-color:#19ac9e}.container{display:flex;flex-direction:column;height:100%}.home-page{flex:1;display:flex;flex-direction:column}header{flex:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px;margin-top:var(--ion-safe-area-top,0)}@media only screen and (min-width:550px){header{padding:16px}}header .brand{display:flex;flex-direction:row;align-items:center}header .brand .logo{margin-right:6px;width:25px;height:25px}@media only screen and (min-width:550px){header .brand .logo{margin-right:8px;width:28px;height:28px}}@media only screen and (min-width:768px){header .brand .logo{margin-right:10px;width:32px;height:32px}}header .brand .title{color:#fff;font-size:13px}@media only screen and (min-width:550px){header .brand .title{font-size:16px}}@media only screen and (min-width:768px){header .brand .title{font-size:20px}}header .social-bar{display:flex;align-items:center}header .social-bar .social-item{color:#fff;width:20px;height:20px}@media only screen and (min-width:550px){header .social-bar .social-item{width:22px;height:22px}}@media only screen and (min-width:768px){header .social-bar .social-item{width:24px;height:24px}}header .social-bar .social-item:not(:last-child){margin-right:16px}header .social-bar .social-item svg{fill:currentColor;width:inherit;height:inherit}header .social-bar.dark .social-item{color:#555}section{display:flex;flex:1}section .section-inner{margin:auto;padding:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}section .section-inner .title{color:#fff;font-size:34px;font-weight:500;margin-top:0;margin-bottom:12px}@media only screen and (min-width:550px){section .section-inner .title{font-size:30px}}@media only screen and (min-width:768px){section .section-inner .title{font-size:38px}}section .section-inner .desc{color:#fff;font-size:24px;font-weight:400;margin-top:12px;margin-bottom:12px}@media only screen and (min-width:550px){section .section-inner .desc{font-size:22px}}@media only screen and (min-width:768px){section .section-inner .desc{font-size:28px}}section .section-inner .links{display:flex;flex-direction:row;margin-top:12px;margin-bottom:0}section .section-inner .links .link{width:100%;max-width:250px}section .section-inner .links .link img{width:100%}section .section-inner .links .link:not(:last-child){margin-right:16px}section .section-inner .cs{font-size:32px;font-weight:500;color:#fff;display:flex;align-items:center}footer{flex:none;display:flex;align-items:center;justify-content:center;height:30px;margin-bottom:var(--ion-safe-area-bottom,0)}footer p{text-align:center;color:#fff;font-size:14px;font-weight:300;margin:0}@media only screen and (min-width:550px){footer p{font-size:16px}}