.mega-hero-logo{
  display:flex;
  justify-content:center;
  margin:3.5rem auto 1.25rem;
}
.mega-hero-logo img{
  width:220px;
  max-width:70%;
  height:auto;
}
.mega-hero-logo img.brand-logo-wide{
  width:320px;
  max-width:85%;
}
h1.section-download-title{
  margin-top:0;
  font-size:2.625rem;
  line-height:1.2;
  font-weight:700;
}
.mega-cta-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  margin-top:2.5rem;
  gap:.85rem;
}
.mega-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-width:18.75rem;
  height:3.625rem;
  padding:0 1.5rem;
  background-color:#314dec;
  color:#fff;
  font-weight:700;
  font-size:1.25rem;
  border-radius:2rem;
}
.mega-cta:hover{
  background-color:#6c82fb;
  color:#fff;
}
.mega-cta-or{
  color:#54616c;
  font-size:.95rem;
  font-weight:700;
  letter-spacing:.08em;
}
.mega-play-link{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  color:#314dec;
  font-size:1.05rem;
  font-weight:700;
  text-decoration:underline;
  background:none;
  border:none;
  min-width:0;
  height:auto;
  padding:0;
}
.mega-play-link:hover{
  color:#6c82fb;
}
.mega-note{
  display:block;
  margin-top:1.25rem;
  text-align:center;
  color:#54616c;
  font-size:.9375rem;
}
.mega-points{
  display:flex;
  flex-wrap:wrap;
  gap:1.25rem;
  margin:2.5rem 0 0;
}
.mega-point{
  flex:1 1 16rem;
  padding:1.5rem 1.25rem;
  background:#fff;
  border-radius:1.25rem;
  box-shadow:0 0 24px 0 rgba(0,0,0,.08);
}
.mega-point h5{
  font-size:1.125rem;
  font-weight:700;
  color:#333;
  margin-bottom:.75rem;
}
.mega-point p{
  font-size:1rem;
  line-height:1.625rem;
  color:#54616c;
}
#install{scroll-margin-top:5.5rem}
@media (max-width:768px){
  h1.section-download-title{font-size:2.375rem;line-height:1.2}
  .mega-hero-logo{margin-top:1.875rem}
}
@media (max-width:414px){
  .mega-cta{min-width:0;width:100%}
}
