header > a:first-child > span {
  align-items: center !important;
  display: inline-flex !important;
  gap: 6px !important;
}

header > a:first-child > span:not([data-guard-mission-brand="true"]) > img {
  display: none !important;
}

header > a:first-child > span:not([data-guard-mission-brand="true"])::before {
  background: url("/brand/logo-badge-light.png") center / contain no-repeat;
  content: "";
  display: inline-flex;
  flex: 0 0 48px;
  filter: drop-shadow(0 8px 16px rgba(45, 140, 232, .2));
  height: 40px;
  width: 48px;
}

header > a:first-child > span:not([data-guard-mission-brand="true"])::after {
  background: url("/brand/wordmark-light.png") left center / contain no-repeat;
  content: "";
  display: inline-flex;
  flex: 0 1 min(180px, calc(100vw - 186px));
  filter: drop-shadow(0 8px 16px rgba(45, 140, 232, .2));
  height: 40px;
  overflow: hidden;
  width: min(180px, calc(100vw - 186px));
  background-position: -22px center;
  background-size: min(202px, calc(100vw - 164px)) auto;
}

.hero-eyebrow {
  font-size: max(12.5px, 1em) !important;
}

.hero-caption {
  font-size: max(17px, 1em) !important;
}

.hero-tab {
  border: 1px solid rgba(111, 182, 255, .38) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 0 0 1px rgba(45, 140, 232, .08),
    0 10px 24px rgba(0, 0, 0, .24) !important;
  font-size: max(12.5px, 1em) !important;
}

.hero-tab[style*="45, 140, 232"] {
  border-color: rgba(45, 140, 232, .72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 0 0 1px rgba(111, 182, 255, .12),
    0 12px 28px rgba(0, 0, 0, .28) !important;
}

.section-kicker::before {
  content: none !important;
  display: none !important;
}

[data-m="loopimg"] {
  border: 1px solid rgba(111, 182, 255, .54) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 0 0 1px rgba(45, 140, 232, .28),
    0 30px 70px rgba(0, 0, 0, .58) !important;
}

[data-m="reportshowcase"] {
  animation: none !important;
}

[data-m="reportviewport"] {
  align-items: start !important;
  display: flex !important;
}

[data-m="clientevidenceimg"] {
  display: block !important;
  height: auto !important;
  width: 100% !important;
}

[data-m="questions-image-frame"] {
  border: 1px solid rgba(111, 182, 255, .54) !important;
  border-radius: 14px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 0 0 1px rgba(45, 140, 232, .28),
    0 28px 68px rgba(0, 0, 0, .5) !important;
}

[data-m="questions-image"] {
  aspect-ratio: 3 / 2 !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  object-position: 60% center !important;
}

@media (min-width: 760px) {
  .thesis-card > span {
    font-size: clamp(13px, .82vw, 14px) !important;
    line-height: 1.2 !important;
  }

  .thesis-card p {
    font-size: clamp(16px, .98vw, 16.5px) !important;
    line-height: 1.55 !important;
  }
}

@media (min-width: 900px) {
  .section-band h2 + p {
    font-size: clamp(17px, 1.05vw, 18.5px) !important;
    line-height: 1.6 !important;
  }

  .section-band details summary {
    font-size: clamp(16px, 1vw, 17px) !important;
    line-height: 1.36 !important;
  }

  .section-band details p {
    font-size: clamp(15.5px, .92vw, 16.5px) !important;
    line-height: 1.58 !important;
  }

  #loop [data-m="looprail"] small,
  #matching [data-m="matching-list"] small,
  #trust [data-m="trust-list"] small {
    font-size: clamp(14.5px, .86vw, 15.5px) !important;
    line-height: 1.5 !important;
  }

  #faq {
    gap: clamp(44px, 4.8vw, 60px) !important;
    grid-template-columns: minmax(300px, 1fr) minmax(0, 2fr) !important;
  }

  #faq [data-m="questions-image-frame"] {
    margin-top: 30px !important;
  }

  #faq [data-m="questions-image"] {
    aspect-ratio: 3 / 2 !important;
    height: auto !important;
    max-height: 360px !important;
  }

  #loop [data-m="loopfig"] {
    order: 2 !important;
  }

  #loop [data-m="looprail"] {
    order: 1 !important;
  }

  #trust [data-m="split"] > div:first-child {
    order: 2 !important;
  }

  #trust [data-m="trust-list"] {
    order: 1 !important;
  }
}

@media (min-width: 1300px) {
  html body .section-band.section-band {
    padding-left: max(32px, calc((100vw - 1220px) / 2)) !important;
    padding-right: max(32px, calc((100vw - 1220px) / 2)) !important;
  }
}

@media (min-width: 1100px) {
  #guard-app {
    padding-top: clamp(50px, 6vh, 72px) !important;
    padding-bottom: clamp(50px, 6vh, 72px) !important;
  }

  #guard-app > div:first-child,
  #guard-app [data-m="gastage"] {
    max-width: 1220px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #guard-app > div:first-child h2 {
    font-size: clamp(30px, 3vw, 38px) !important;
  }

  #guard-app [data-m="gastage"] {
    gap: clamp(24px, 3vw, 40px) !important;
    grid-template-columns: minmax(320px, .48fr) minmax(0, .92fr) !important;
    margin-top: 24px !important;
  }

  #guard-app [data-m="gabulletbox"] {
    gap: 10px !important;
    padding: 16px !important;
  }

  #guard-app [data-m="gabullet"] {
    gap: 14px !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    padding: 13px 16px !important;
  }

  #guard-app [data-m="gabullet"] > b {
    font-size: 12px !important;
    height: 40px !important;
    width: 40px !important;
  }

  #guard-app [data-m="gabullet"] h3 {
    font-size: 15.5px !important;
    line-height: 1.18 !important;
  }

  #guard-app [data-m="gabullet"] p {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    margin-top: 4px !important;
  }

  #guard-app [data-m="gaviewport"] {
    box-sizing: border-box !important;
    height: clamp(500px, calc(100svh - 300px), 560px) !important;
    min-height: 0 !important;
    padding: 20px !important;
  }

  #guard-app [data-m="gaviewport"] > div:not(:first-child) {
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
    top: 84px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) {
    align-content: start !important;
    align-items: stretch !important;
    grid-template-rows: 126px minmax(116px, max-content) minmax(0, 1fr) !important;
    justify-items: stretch !important;
    top: 128px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:first-child:not([style*="height: 0px"]) {
    align-self: start !important;
    height: 126px !important;
    min-height: 126px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:first-child[style*="height: 0px"] {
    height: 0 !important;
    min-height: 0 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > p {
    align-self: start !important;
    justify-self: stretch !important;
    margin: 0 !important;
    text-align: left !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2):has(> div:first-child[style*="height: 0px"]) {
    grid-template-rows: 0 minmax(92px, max-content) minmax(0, 1fr) !important;
    top: 84px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) {
    bottom: 32px !important;
    gap: 6px !important;
  }

  @media (max-height: 820px) {
    #guard-app {
      padding-top: clamp(42px, 5vh, 50px) !important;
      padding-bottom: clamp(42px, 5vh, 50px) !important;
    }

    #guard-app [data-m="gaviewport"] > div:nth-child(4) {
      bottom: 18px !important;
      top: 80px !important;
    }

    #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) {
      align-content: start !important;
      gap: 8px !important;
      max-height: 172px !important;
      overflow: hidden !important;
      padding: 13px 18px !important;
    }

    #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) > div {
      align-items: center !important;
      gap: 8px !important;
      grid-template-columns: minmax(0, 1fr) auto !important;
      padding: 0 !important;
    }

    #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) span:first-child {
      font-size: 11px !important;
      letter-spacing: .14em !important;
    }

    #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) b {
      display: block !important;
      font-size: 15px !important;
      line-height: 1.12 !important;
      margin-top: 3px !important;
    }

    #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) p,
    #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) small {
      display: none !important;
    }

    #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) > div > span:last-child {
      font-size: 11px !important;
      padding: 6px 11px !important;
    }

    #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(3) {
      max-height: 136px !important;
      overflow: hidden !important;
    }
  }
}

@media (max-width: 560px) {
  #matching > div > div:first-child {
    display: block !important;
  }

  #guard-app [data-m="gabulletbox"] {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 8px !important;
    scroll-padding-inline: 50% !important;
    scrollbar-width: none !important;
    scroll-snap-type: x proximity !important;
  }

  #guard-app [data-m="gabulletbox"]::-webkit-scrollbar {
    display: none !important;
  }

  #guard-app [data-m="gabullet"] {
    align-items: center !important;
    flex: 0 0 88px !important;
    gap: 6px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    min-height: 68px !important;
    padding: 9px 8px !important;
    scroll-snap-align: center !important;
  }

  #guard-app [data-m="gabullet"][data-active="true"] {
    flex-basis: 132px !important;
  }

  #guard-app [data-m="gabullet"] > b {
    border-radius: 8px !important;
    font-size: 11.5px !important;
    height: 34px !important;
    width: 34px !important;
  }

  #guard-app [data-m="gabullet"] h3 {
    display: -webkit-box !important;
    font-size: 10.5px !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-align: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  #guard-app [data-m="gabullet"] p {
    display: none !important;
  }

  #guard-app [data-m="gaviewport"] {
    border-radius: 12px !important;
    box-sizing: border-box !important;
    height: clamp(405px, calc(100svh - 330px), 455px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 14px !important;
  }

  #guard-app [data-m="gaviewport"] > div:first-child {
    gap: 8px !important;
  }

  #guard-app [data-m="gaviewport"] > div:first-child > span:first-child {
    font-size: clamp(16px, 4.5vw, 18px) !important;
    line-height: 1.12 !important;
  }

  #guard-app [data-m="gaviewport"] > div:not(:first-child) {
    bottom: 14px !important;
    gap: 10px !important;
    left: 14px !important;
    right: 14px !important;
    top: 66px !important;
  }

  #guard-app [data-m="gaviewport"] small {
    line-height: 1.25 !important;
  }

  [data-m="riskhead"] small {
    display: none !important;
  }

  .risk-row {
    align-items: start !important;
    gap: 4px 8px !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  .risk-time {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .risk-dot {
    display: none !important;
  }

  .risk-label {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }

  .risk-copy {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin-top: 6px !important;
  }

  .thesis-grid {
    gap: 10px !important;
  }

  .thesis-card {
    max-height: 180px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 18px !important;
  }

  .thesis-card p {
    display: -webkit-box !important;
    line-height: 1.4 !important;
    margin-top: 10px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:nth-child(3) {
    gap: 8px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-height: 258px !important;
    overflow: hidden !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2):has(> div:first-child[style*="height: 0px"]) {
    align-content: start !important;
    grid-template-rows: 0 minmax(58px, max-content) minmax(0, 1fr) !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:first-child {
    height: 88px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:first-child[style*="opacity: 0"],
  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:first-child[style*="height: 0px"] {
    height: 0 !important;
    min-height: 0 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:first-child > span:first-child {
    height: 54px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > p {
    display: -webkit-box !important;
    font-size: clamp(15px, 4.1vw, 17px) !important;
    line-height: 1.28 !important;
    max-height: 44px !important;
    overflow: hidden !important;
    text-align: left !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:nth-child(3) > div {
    gap: 4px !important;
    min-height: 0 !important;
    padding: 8px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:nth-child(3) > div > span:first-child {
    font-size: 9px !important;
    letter-spacing: .1em !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:nth-child(3) b {
    font-size: 11.5px !important;
    line-height: 1.08 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:nth-child(3) small {
    font-size: 10px !important;
    line-height: 1.12 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:nth-child(3) > div:last-child {
    display: grid !important;
    grid-column: 1 / -1 !important;
    gap: 7px !important;
    min-height: 84px !important;
    padding: 11px 12px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(2) > div:nth-child(3) > div:last-child p {
    display: -webkit-box !important;
    font-size: 12.4px !important;
    line-height: 1.28 !important;
    margin: 0 !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) {
    gap: 8px !important;
    grid-template-rows: 88px 114px 136px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div {
    border-radius: 10px !important;
    padding: 9px 12px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:first-child {
    gap: 11px !important;
    grid-template-columns: 94px minmax(0, 1fr) !important;
    min-height: 0 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:first-child span:first-child {
    font-size: 15px !important;
    letter-spacing: .08em !important;
    padding: 8px 9px !important;
    text-align: center !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) {
    gap: 4px !important;
    max-height: 114px !important;
    overflow: hidden !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) > div {
    align-items: center !important;
    gap: 6px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 5px 0 !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) > div:nth-child(3) {
    display: none !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) small,
  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(2) p {
    display: none !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(3) {
    display: grid !important;
    gap: 8px !important;
    max-height: 136px !important;
    overflow: hidden !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(3) > div:nth-child(2) > div {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(4) > div:nth-child(3) > div:nth-child(2) > div:nth-child(n+3) {
    display: none !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(5) > div {
    gap: 8px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(5) > div > div {
    min-height: 0 !important;
    padding: 10px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(5) > div > div p,
  #guard-app [data-m="gaviewport"] > div:nth-child(5) > div > div span:last-child {
    display: none !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(6) {
    gap: 8px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(6) > div {
    gap: 8px !important;
    padding: 10px 12px !important;
  }

  #guard-app [data-m="gaviewport"] > div:nth-child(6) p,
  #guard-app [data-m="gaviewport"] > div:nth-child(6) small {
    font-size: 11.5px !important;
    line-height: 1.22 !important;
  }
}
