
/* v4.1 Launch Polish */
:root{
  --max-site:1500px;
}
.brand-main{
  font-size:24px !important;
  line-height:.92 !important;
}
.brand-main .line-1,
.brand-main .line-2{
  display:block;
}
.brand-main .line-2{
  font-size:.86em;
}
.hero{
  min-height:84vh;
}
.section{
  padding-top:68px;
  padding-bottom:68px;
}
.section.compact{
  padding-top:36px;
  padding-bottom:36px;
}
.media{
  min-height:420px;
}
.sponsors{
  grid-template-columns:1fr !important;
  max-width:760px;
}
.sponsor{
  min-height:118px;
  font-size:20px;
  letter-spacing:1px;
}
.sponsor small{
  display:block;
  margin-top:8px;
  color:var(--silver);
  font-size:14px;
  letter-spacing:.5px;
}
.compact-footer{
  padding-top:30px;
  padding-bottom:30px;
}
.footer-grid.footer-simple{
  max-width:1100px;
}
@media(max-width:760px){
  .brand-main{
    font-size:19px !important;
  }
  .brand img{
    width:54px !important;
    height:54px !important;
  }
  .section{
    padding-top:46px;
    padding-bottom:46px;
  }
  .hero{
    min-height:72vh;
  }
  .hero h1{
    font-size:clamp(46px,14vw,78px);
  }
  .hero-subtitle{
    font-size:clamp(22px,7vw,36px);
  }
  .sponsor{
    min-height:104px;
    font-size:17px;
  }
}
