:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(244, 247, 251);
  color: rgb(16, 32, 58);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.export-test {
  min-height: 100vh;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(24px, 6vw, 80px);
  background-image: radial-gradient(circle at 10% 10%, rgb(220, 236, 255) 0px, transparent 38%), radial-gradient(circle at 90% 90%, rgb(220, 250, 239) 0px, transparent 35%), initial;
  background-position-x: initial, initial, initial;
  background-position-y: initial, initial, initial;
  background-size: initial, initial, initial;
  background-repeat: initial, initial, initial;
  background-attachment: initial, initial, initial;
  background-origin: initial, initial, initial;
  background-clip: initial, initial, initial;
  background-color: rgb(247, 249, 252);
}

@media (max-width: 720px) {
  .export-test {
  padding: 16px;
  }
}

.export-test__panel {
  width: min(100%, 980px);
  padding: clamp(28px, 6vw, 72px);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(16, 32, 58, 0.12);
  border-right-color: rgba(16, 32, 58, 0.12);
  border-bottom-color: rgba(16, 32, 58, 0.12);
  border-left-color: rgba(16, 32, 58, 0.12);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: rgba(16, 32, 58, 0.12) 0px 24px 80px;
  backdrop-filter: blur(14px);
}

@media (max-width: 720px) {
  .export-test__panel {
  padding: 28px 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  }
}

.export-test__eyebrow {
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  margin: 0px 0px 24px;
  padding: 8px 12px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(231, 248, 241);
  color: rgb(8, 96, 68);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.export-test__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(19, 164, 116);
  box-shadow: rgba(19, 164, 116, 0.13) 0px 0px 0px 5px;
}

.export-test h1 {
  max-width: 780px;
  margin: 0px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap-mode: initial;
  text-wrap-style: balance;
}

.export-test__lead {
  max-width: 690px;
  margin: 26px 0px 0px;
  color: rgb(83, 98, 122);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.55;
}

.export-test__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 16px;
  column-gap: 16px;
  margin-top: 42px;
}

@media (max-width: 720px) {
  .export-test__grid {
  grid-template-columns: 1fr;
  margin-top: 30px;
  }
}

.export-test__card {
  min-height: 150px;
  padding: 22px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(220, 227, 236);
  border-right-color: rgb(220, 227, 236);
  border-bottom-color: rgb(220, 227, 236);
  border-left-color: rgb(220, 227, 236);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

@media (max-width: 720px) {
  .export-test__card {
  min-height: 0px;
  }
}

.export-test__number {
  display: block;
  margin-bottom: 28px;
  color: rgb(36, 104, 215);
  font-size: 14px;
  font-weight: 800;
}

.export-test__card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.export-test__card p {
  margin: 0px;
  color: rgb(102, 117, 139);
  line-height: 1.5;
}

.export-test__note {
  margin: 28px 0px 0px;
  color: rgb(121, 134, 154);
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
  scroll-behavior: auto !important;
  }
}