.w-prose {
  max-width: 65ch;
}

a {
  display: inline-block;
}

h1,
.h1 {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 82px;
  line-height: 105%;
  /* identical to box height, or 86px */

  letter-spacing: -0.05em;

  /* Black/900 Primary */

  color: #000000;
}

h2,
.h2 {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 120%;
  /* or 55px */

  letter-spacing: -0.02em;

  /* Black/900 Primary */
  color: var(--navy-900-primary, #00103d);
}

h3,
.h3 {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  /* identical to box height, or 29px */

  letter-spacing: -0.02em;
}

h4,
.h4 {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 105%;
  /* identical to box height, or 19px */

  letter-spacing: -0.02em;

  /* Black/900 Primary */

  color: #000000;
}

h5,
.h5 {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 105%;
  /* identical to box height, or 17px */

  letter-spacing: -0.02em;

  /* Black/900 Primary */

  color: #000000;
}

p.large {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */

  /* Black/900 Primary */

  color: #000000;
}

p,
.prose li {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */

  /* Black/900 Primary */
  color: #000000;

  margin-bottom: 0;
}

p.small,
/* Briefing row paragraphs */
.proui-content-link__secondary p {
  /* P */
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  color: var(--navy-900-primary, #00103d);
}

.section-title {
  color: var(--blue-400-primary, #2b67ff);
  text-align: center;
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%; /* 16.8px */
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.subtitle {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.02em;
}

.subtitle.bold {
  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.02em;
}

.button-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 41px;
  background: #9626f9;
  border-radius: 50px;

  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;

  color: #ffffff;
  border: 2px solid #9626f9;
  transition: all 0.2s ease-in-out;
}

.button-primary:hover {
  background-color: #8000f6;
  cursor: pointer;
}
.button-primary:active,
.button-primary:focus {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #8000f6;
}

.button-purple {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 41px;
  background: #9626f9;
  border-radius: 50px;

  font-family:
    'Graphik',
    -apple-system,
    '.SFNSText-Regular',
    'San Francisco',
    'Roboto',
    'Segoe UI',
    'Helvetica Neue',
    'Lucida Grande',
    sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;

  color: #ffffff;
  border: 2px solid #9626f9;
  transition: all 0.2s ease-in-out;
}

.button-purple:hover {
  background-color: #8000f6;
  cursor: pointer;
}
.button-purple:active,
.button-purple:focus {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #8000f6;
}

.button-secondary {
  display: flex;
  width: 291px;
  height: 57px;
  padding: 13px 41px 16px 41px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  color: #00103d;
  background: var(--White, #fff);

  font-weight: 600;

  /* drop */
  box-shadow: 5px 5px 24px 0px rgba(43, 103, 255, 0.3);
}

.gradient-image {
  mix-blend-mode: screen;
  filter: grayscale(100%) contrast(150%);
}

.gradient-image-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: radial-gradient(farthest-side at 0% 0%, #8000f6, transparent),
    radial-gradient(farthest-side at 0% 100%, #ff473b, transparent),
    radial-gradient(farthest-corner at 100% 100%, #2b67ff, transparent),
    radial-gradient(farthest-corner at 100% 0%, #00103d, transparent);
}

.gradient-bg {
  background: radial-gradient(farthest-side at 0% 100%, #ff473b, transparent),
    radial-gradient(farthest-corner at 100% 100%, #2b67ff, transparent),
    radial-gradient(farthest-corner at 100% 0%, #8000f6, transparent),
    radial-gradient(farthest-side at 0% 0%, #00103d, transparent);
}

@media only screen and (max-width: 640px) {
  h1,
  .h1 {
    font-size: 56px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 120%;
  }
}

.screen-h {
  min-height: calc(100vh - 12rem);
}

body,
main {
  max-width: 100vw;
  overflow-x: hidden;
}

.prose a {
  display: inline;
}

.bg-lightblue {
  background: #f5f8ff;
}

.shadow-blue-lg {
  box-shadow: 5px 5px 84px 0px rgba(43, 103, 255, 0.2);
}

.shadow-blue-sm {
  box-shadow: 5px 5px 24px rgba(43, 103, 255, 0.3);
}

.bg-blue-gradient {
  background: linear-gradient(102deg, #133793 -0.23%, #2b67ff 100%);
}
