.single2SectionCta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:center;
  box-sizing:border-box;
  min-height:52px;
  padding:14px 24px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:var(--menu-bar-bg, linear-gradient(90deg, #000000 0%, #0d3b66 100%));
  color:#ffffff;
  text-decoration:none;
  font-size:clamp(14px, 1.35vw, 18px);
  font-weight:700;
  letter-spacing:.01em;
  line-height:1.2;
  margin:26px auto 0;
  max-width:calc(100% - 24px);
  min-width:min(var(--single2-cta-min-width, 280px), 100%);
  overflow:hidden;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
  text-align:center;
  text-overflow:clip;
  transition:background .25s ease, transform .25s ease, border-color .25s ease, color .25s ease;
  white-space:nowrap;
  width:min(560px, calc(100% - 24px));
}

.single2SectionCta:hover,
.single2SectionCta:focus-visible{
  transform:translateY(-1px);
  background:var(--menu-bar-bg, linear-gradient(90deg, #000000 0%, #0d3b66 100%));
  border-color:rgba(255,255,255,.32);
}

.videosSectionSupportGrid{
  width:min(980px, 100%);
  margin:18px auto 0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, max-content));
  justify-content:center;
  gap:18px 52px;
  align-items:start;
}

.photosSectionSupportList,
.streamingSectionSupportList{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, max-content));
  justify-content:start;
  gap:12px 38px;
}

.videosSectionSupportList{
  display:grid;
  gap:12px;
  margin:0;
  padding-left:1.15em;
}

.photosSectionSupportList{
  margin:0;
  padding-left:1.2em;
}

.streamingSectionSupportList{
  list-style:none;
  margin:24px 0 0;
  padding:0;
}

#videos .videosSectionSupportList li,
#photos .photosSectionSupportList li,
#streaming .streamingSectionSupportList li,
.videosSectionSupportList li,
.photosSectionSupportList li,
.streamingSectionSupportList li{
  color:rgba(255,255,255,.9);
  font-size:clamp(14px, 1vw, 17px);
  line-height:1.52;
  margin:0;
  position:relative;
  white-space:nowrap;
}

#streaming .streamingSectionSupportList li,
.streamingSectionSupportList li{
  padding-left:20px;
}

#videos .videosSectionSupportList li::marker,
#photos .photosSectionSupportList li::marker,
.videosSectionSupportList li::marker,
.photosSectionSupportList li::marker{
  color:rgba(255,255,255,.9);
}

#streaming .streamingSectionSupportList li::before,
.streamingSectionSupportList li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:rgba(255,255,255,.9);
}

.videosSectionSupportList br,
.photosSectionSupportList br,
.streamingSectionSupportList br{
  display:none;
}

.videosSectionSupportAside{
  display:contents;
}

.videosSectionSupportGrid > .videosSectionSupportList{
  grid-column:1;
  grid-row:1;
}

.videosSectionSupportAside > .videosSectionSupportList{
  grid-column:2;
  grid-row:1;
}

.videosSectionCta{
  grid-column:1 / -1;
  grid-row:2;
  justify-self:center;
}

.photosSectionCta,
.streamingSectionCta{
  align-self:center;
}

@media (max-width:900px){
  .videosSectionIntro,
  .videosSectionSupportGrid{
    width:min(100% - 24px, var(--single2-prose-width, 980px));
    margin-left:auto;
    margin-right:auto;
  }

  .videosSectionSupportGrid{
    grid-template-columns:repeat(2, minmax(0, max-content));
    gap:10px 28px;
  }

  .videosSectionSupportGrid > .videosSectionSupportList,
  .videosSectionSupportAside > .videosSectionSupportList{
    grid-row:1;
  }

  .videosSectionSupportGrid > .videosSectionSupportList{
    grid-column:1;
  }

  .videosSectionSupportAside > .videosSectionSupportList{
    grid-column:2;
  }

  .videosSectionCta{
    grid-column:1 / -1;
    grid-row:2;
  }
}

@media (max-width:720px){
  #videos .videosSectionSupportGrid,
  #photos .photosSectionSupportList,
  #streaming .streamingSectionSupportList,
  .videosSectionSupportGrid,
  .photosSectionSupportList,
  .streamingSectionSupportList{
    grid-template-columns:minmax(0, 1fr);
    justify-content:stretch;
  }

  #videos .videosSectionSupportList li,
  #photos .photosSectionSupportList li,
  #streaming .streamingSectionSupportList li,
  .videosSectionSupportList li,
  .photosSectionSupportList li,
  .streamingSectionSupportList li{
    white-space:normal;
  }

  #videos .videosSectionSupportGrid > .videosSectionSupportList,
  #videos .videosSectionSupportAside > .videosSectionSupportList,
  #videos .videosSectionCta,
  .videosSectionSupportGrid > .videosSectionSupportList,
  .videosSectionSupportAside > .videosSectionSupportList,
  .videosSectionCta{
    grid-column:1;
    grid-row:auto;
  }
}

@media (max-width:640px){
  .single2SectionCta{
    font-size:14px;
    min-width:0;
    padding-left:16px;
    padding-right:16px;
    width:min(261px, calc(100% - 24px));
  }
}
