.braink-insights {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  min-height: 493px;
  padding: 48px 30px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0) 18%), linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 20%), radial-gradient(circle at 18% 14%, rgba(255, 36, 182, 0.2) 0%, rgba(255, 36, 182, 0) 32%), radial-gradient(circle at 82% 86%, rgba(27, 233, 255, 0.24) 0%, rgba(27, 233, 255, 0) 38%), linear-gradient(180deg, rgba(112, 20, 255, 0.12) 0%, rgba(112, 20, 255, 0) 28%), repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.028) 0, rgba(255, 255, 255, 0.028) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 12px), linear-gradient(140deg, #04040a 0%, #02030b 36%, #090118 100%);
  background-blend-mode: normal, normal, screen, screen, normal, normal, normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.braink-insights::before, .braink-insights::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.38);
  pointer-events: none;
}
.braink-insights::before {
  left: 30px;
}
.braink-insights::after {
  right: 30px;
}
.braink-insights__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.braink-insights__content {
  width: min(100%, 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.braink-insights__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.braink-insights__value {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(56px, 15.68vw, 63px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.braink-insights__label {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(28px, 4.98vw, 20px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.braink-insights__divider {
  margin-top: 20px;
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
}

@media (min-width: 768px) {
  .braink-insights {
    min-height: 560px;
    padding-top: 54px;
  }
  .braink-insights__content {
    width: min(100%, 260px);
    gap: 56px;
  }
  .braink-insights__label {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .braink-insights {
    min-height: 26.9531vw;
    padding: 0 5.625vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .braink-insights::before {
    display: none;
  }
  .braink-insights::after {
    display: none;
  }
  .braink-insights__content {
    position: relative;
    width: 99.6875vw;
    min-height: 26.9531vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 4.375vw minmax(0, 1fr) 4.375vw minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    -webkit-column-gap: 4.375vw;
       -moz-column-gap: 4.375vw;
            column-gap: 4.375vw;
    row-gap: 0;
  }
  .braink-insights__content::before, .braink-insights__content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.38);
    pointer-events: none;
  }
  .braink-insights__content::before {
    top: 3.4375vw;
  }
  .braink-insights__content::after {
    bottom: 3.4375vw;
  }
  .braink-insights__item {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    width: 100%;
  }
  .braink-insights__value {
    font-size: 4.9219vw;
  }
  .braink-insights__label {
    margin-top: 0.625vw;
    font-size: 1.5625vw;
  }
  .braink-insights__divider {
    display: none;
  }
}