/* Shared final spacing and hero actions for all eight group sites. */
html body #top#top>section:not(.hero){
  --site-section-space:clamp(72px,7vw,96px);
  padding-top:var(--site-section-space)!important;
  padding-bottom:var(--site-section-space)!important;
  margin-top:0!important;margin-bottom:0!important;
}
html body #top#top>section:not(.hero):not(#join-team):not(#team-system)::before{
  content:""!important;display:block!important;position:absolute!important;
  top:0!important;bottom:auto!important;left:50%!important;
  transform:translateX(-50%)!important;width:min(1100px,calc(100% - 48px))!important;
  height:1px!important;background:rgba(255,255,255,.10)!important;
  pointer-events:none!important;
}
html body #top#top>#zoom-training::before{display:none!important;content:none!important}
html body #top .seminar-copy>.hero-actions{transform:translateY(38px)!important}
@media(max-width:900px){
  html body #top#top>section:not(.hero){--site-section-space:48px}
  html body #top .seminar-copy>.hero-actions{transform:translateY(30px)!important}
}
@media(max-width:600px){
  html body #top .seminar-copy>.hero-actions{
    display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;
    width:100%!important;gap:8px!important;transform:translateY(30px)!important;
  }
  html body #top .seminar-copy>.hero-actions>a{
    box-sizing:border-box!important;flex:1 1 0!important;min-width:0!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    padding:13px 5px!important;font-size:clamp(10px,2.8vw,13px)!important;
    white-space:nowrap!important;line-height:1.2!important;text-align:center!important;
  }
}
