@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-LightItalic.ttf') format("truetype"), url('../fonts/Merriweather-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Noe Display;
  src: url('../fonts/NoeDisplayMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noe Display;
  src: url('../fonts/Noe-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noe Display;
  src: url('../fonts/Noe-Display-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-ExtraBoldItalic.otf') format("opentype"), url('../fonts/Pangram-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-ExtraBold.otf') format("opentype"), url('../fonts/Pangram-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #000;
  max-width: none;
  max-height: 1286.38vh;
}

.body.infinitymathstory {
  background-color: #071a30;
  max-height: none;
}

.lede-art {
  background-image: url('../images/Infinity-Explainer-Lede_illo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 65vh;
  max-height: 70vh;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.gradient-overlay {
  z-index: 3;
  background-image: linear-gradient(0deg, #071a30 13%, #fff0 48%);
  width: auto;
  height: 80%;
  margin-top: 0;
  position: absolute;
  inset: auto 0% -5%;
}

.gradient-overlay.main-gradient {
  background-image: linear-gradient(0deg, #000 22%, #fff0);
}

.text-block {
  color: #fff;
  text-align: center;
  font-size: 28px;
}

.text-block.title {
  z-index: 3;
  letter-spacing: .05rem;
  font-family: Noe Display, Georgia, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.05em;
  position: static;
  inset: 0 0% 0%;
}

.text-block.title.subhed2 {
  color: #df6a2d;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 40vw;
  margin: 1.5rem auto 1rem;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.85em;
  display: block;
}

.text-block.title.infmath {
  color: #ffaf10;
  -webkit-text-stroke-color: #ffaf10;
  font-size: 5rem;
}

.text-block.date {
  color: #979797;
  letter-spacing: .06em;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 300;
}

.text-block.author {
  letter-spacing: .06em;
  font-family: Pangram, Arial, sans-serif;
  font-size: .9rem;
  display: block;
}

.text-block.author.bullet {
  font-size: 1.2em;
  display: block;
}

.text-wrapper {
  z-index: 4;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0 0;
  overflow: visible;
}

.author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto 0%;
}

.paragraph {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 40vw;
  max-width: 65vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph.intro-paragraph {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 600px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.paragraph.conclusion-paragraph {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  max-width: 40.625rem;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph.end-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph.introduction-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 50rem;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.paragraph.introduction-block2 {
  width: 100%;
  max-width: 800px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph.intro-paragraph-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.paragraph.end-intro-paragraph {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.paragraph.socials {
  width: 100%;
  max-width: 40.625rem;
}

.paragraph-2 {
  color: #f0f0f0;
  letter-spacing: .03rem;
  margin-bottom: 0;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85rem;
}

.paragraph-2.share {
  color: #ffaf10;
  letter-spacing: .04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.paragraph-2.credits {
  color: #8d8d8d;
  font-size: 1rem;
}

.paragraph-2.story-paragraph {
  margin-bottom: 0;
  margin-left: 5em;
  margin-right: 5em;
  overflow: visible;
}

.paragraph-2.end-conclusion {
  color: #4288f5;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 2.1rem;
}

.paragraph-2.end-conclusion.outro-italics {
  font-style: italic;
}

.paragraph-2.end-conclusion.outro-italics.outro2 {
  width: 70%;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.paragraph-2.end-conclusion.random {
  color: #fff;
}

.paragraph-2.end-conclusion.special-line {
  max-width: 80%;
}

.paragraph-2.intro-paragraph {
  width: 100%;
  max-width: none;
}

.paragraph-2.white-outro {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.section-2 {
  margin-top: 5%;
  margin-bottom: 3em;
}

.section-2.introduction-paragraph {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-2.conclusion {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section-2.end-card-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.dropcap {
  float: left;
  clear: left;
  aspect-ratio: auto;
  color: #df6a2c;
  vertical-align: baseline;
  object-fit: fill;
  margin-right: .18em;
  font-family: Noe Display, Georgia, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  display: block;
  position: relative;
  top: 25px;
  left: auto;
  right: auto;
}

.dropcap.infmath {
  color: #ffaf10;
  width: 1.3833rem;
  height: 1.875rem;
  margin-top: 0;
  margin-bottom: .18rem;
  padding-top: 0;
  top: 25px;
}

.link {
  color: #fff;
  text-underline-offset: 5px;
  text-decoration-color: #838383;
  text-decoration-thickness: .5px;
}

.portrait {
  max-width: 65px;
}

.section-3 {
  flex-flow: column;
  height: 56.25rem;
  min-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  background-color: #df6a2c;
  width: 30vw;
  max-width: 50vw;
  height: 1px;
  margin: 4em auto;
}

.div-block-6.dividing-line {
  background-color: #6a8bc2;
  width: 45vw;
  max-width: 65vw;
  height: .45px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6.dividing-line.thick {
  width: 100%;
  max-width: 40.625rem;
  height: .3125rem;
}

.div-block-6.longer-dividing-line {
  background-color: #6a8bc2;
  width: 100%;
  max-width: 56.25rem;
  height: .45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-6.longer-dividing-line.outro-line {
  max-width: 40.625rem;
  height: 1.25px;
}

.credit-tag {
  font-size: 1.1em;
}

.div-block-9 {
  display: flex;
}

.image-6 {
  width: 35px;
  height: 35px;
}

.image-6.socials {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.sticky-text-box {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 40vw;
  padding: 5em 0 4em 9em;
  display: flex;
}

.card-paragraph {
  color: #fff;
  letter-spacing: .03rem;
  max-width: 40vw;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85rem;
}

.sticky-container {
  background-color: #0f0f0f;
  position: relative;
}

.sticky-article {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
}

.sticky-visual {
  z-index: 3;
  aspect-ratio: 1;
  object-fit: contain;
  background-color: #01262800;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45vw;
  height: 100vh;
  margin-left: auto;
  margin-right: 5vh;
  display: flex;
  position: relative;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 1.1rem;
}

.mobile-buffer {
  display: none;
}

.section-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 56.25rem;
  padding: 1.5rem 0;
  display: flex;
}

.case-title-font {
  color: #fff;
  text-align: center;
  letter-spacing: .12rem;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.case-title-font.case-title {
  color: #ffaf10;
  text-align: center;
  letter-spacing: .115rem;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noe Display, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.case-title-font.case-title-3 {
  color: #ffaf10;
  text-align: center;
  letter-spacing: .05rem;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noe Display, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.case-title-font.tiny-intro {
  color: #fff;
  text-align: center;
  letter-spacing: .1rem;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 4rem;
}

.div-block-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1b2d49;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  padding: 2rem;
  display: grid;
}

.div-block-12.case-row {
  background-color: #142b49;
  grid-template-columns: 1fr 1.25fr;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-3.card-left-text {
  text-align: left;
  letter-spacing: .03rem;
  margin-bottom: 0;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85rem;
}

.paragraph-3.card-left-text.shortened {
  max-width: 80%;
}

.paragraph-3.card-left-text-2 {
  text-align: left;
  letter-spacing: .03rem;
  margin-bottom: 0;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85rem;
}

.card-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.case-footer-text {
  color: #4288f5;
  text-align: center;
  letter-spacing: .03rem;
  margin-bottom: 0;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1.25rem;
  line-height: 1.85rem;
}

.case-footer-text.outro-italics {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.1rem;
}

.chevron-arrow {
  opacity: 1;
  align-self: center;
  max-width: 50px;
  max-height: 0%;
}

.container-article-row {
  max-width: 56.25rem;
}

.div-block-15 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: 2fr;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-16 {
  width: 100%;
  max-width: none;
}

.article-row {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.visual-image {
  vertical-align: baseline;
  width: auto;
  max-width: 100%;
}

.visual-image.hide, .visual-image.t-m {
  display: none;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.subhead {
  color: #5e8edd;
  letter-spacing: .03rem;
  width: auto;
  max-width: 37.5rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.85rem;
}

.share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.end-section-block {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: block;
}

.credit-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #f0f0f0;
  letter-spacing: .03rem;
  flex-flow: column;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85rem;
  display: flex;
}

.background-video {
  width: 100%;
  height: 76%;
  min-height: auto;
  max-height: none;
  top: 0;
}

.background-video.mobile {
  display: none;
}

.links {
  color: #fff;
  text-underline-position: under;
  font-size: .9rem;
  text-decoration: none;
}

.links:hover, .links:focus {
  color: #5f8edd;
  text-decoration: underline;
}

.links:visited {
  color: #fff;
}

.special-character {
  color: #ffaf10;
}

.case-footer-text-1 {
  color: #fff;
  text-align: center;
  letter-spacing: .03rem;
  max-width: 80%;
  margin-bottom: 0;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  line-height: 1.85rem;
}

.div-block-19 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.left-bracket {
  border-top: 0 #4288f5;
  border-bottom: 0 #4288f5;
  border-left: 2px solid #4288f5;
  border-radius: 0;
  width: 18px;
}

.right-bracket {
  border: 0 #4288f5;
  border-left-width: 2px;
  border-right: 2px solid #4288f5;
  border-radius: 0;
  width: 18px;
}

.divider {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.divider.t-m {
  display: none;
}

.special-character-italics {
  color: #ffc037;
}

.alephnull {
  color: #fff;
  font-weight: 700;
}

.yellow-paragraph {
  color: #ffb013;
  font-weight: 400;
}

.blue-paragraph {
  color: #3c96f0;
}

.pink-paragraph {
  color: #ff57e6;
}

.green-paragraph {
  color: #bfcc73;
  font-weight: 400;
}

.profile-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.global-max-width {
  max-width: 1440px;
}

.global-max-width.hide {
  display: none;
}

.infinity-endmark {
  width: 25%;
  height: 25%;
}

.div-block-21 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.italic-text {
  font-size: 1.3rem;
  line-height: 2.1rem;
}

.blue-2 {
  color: #8fb8ff;
  font-weight: 400;
}

.cabinet-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: auto;
  max-width: 940px;
  display: flex;
}

.cabinet-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hotspot-layer {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cabinet-subhead-2 {
  color: #e7ad73;
  text-align: center;
  letter-spacing: .03rem;
  -webkit-text-stroke-color: #f3cf82;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
}

.cabinet-hotspot2 {
  background-color: #c31b1b00;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 17%;
  display: flex;
  position: absolute;
  top: 79%;
  left: 32%;
}

.cabinet-hotspot2:hover {
  background-color: #c31b1b00;
}

.quanta {
  width: 20%;
  max-width: none;
}

.cabinet-wrap {
  aspect-ratio: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.cabinet-hotspot6 {
  background-color: #c31b1b00;
  justify-content: center;
  align-items: center;
  width: 29%;
  height: 28%;
  display: flex;
  position: absolute;
  top: 28%;
  left: 66.5%;
}

.cabinet-hotspot6:hover {
  background-color: #c31b1b00;
}

.cabinet-lottie {
  width: 100%;
  height: 100%;
}

.bold-text {
  letter-spacing: .05rem;
}

.image-3 {
  color: #4c7edb;
  width: 30px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cabinet-hotspot4 {
  background-color: #c31b1b00;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 37%;
  display: flex;
  position: absolute;
  top: 40%;
  left: 32%;
}

.cabinet-hotspot4:hover {
  background-color: #c31b1b00;
}

.div-block-22 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.quantatitle {
  color: #ff8600;
  letter-spacing: .05rem;
  font-family: Pangram, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.cabinet-hotspot5 {
  background-color: #c31b1b00;
  justify-content: center;
  align-items: center;
  width: 29%;
  height: 37%;
  display: flex;
  position: absolute;
  top: 58.4%;
  left: 66.5%;
}

.cabinet-hotspot5:hover {
  background-color: #c31b1b00;
}

.cabinet-subhead {
  color: #fff;
  text-align: center;
  letter-spacing: .05rem;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, Times New Roman, sans-serif;
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.cabinet-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}

.cabinet-hotspot3 {
  background-color: #c31b1b00;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 33%;
  display: flex;
  position: absolute;
  top: 5%;
  left: 32%;
}

.cabinet-hotspot3:hover {
  background-color: #c31b1b00;
}

.cabinet-title {
  color: #ffc021;
  text-align: center;
  letter-spacing: .02rem;
  text-shadow: .5rem .5rem 5px #010a0ccc;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: Noe Display, Georgia, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5.25rem;
}

.div-block-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cabinet-hotspot7 {
  background-color: #c31b1b00;
  justify-content: center;
  align-items: center;
  width: 29%;
  height: 22%;
  display: flex;
  position: absolute;
  top: 4.4%;
  left: 66.5%;
}

.cabinet-hotspot7:hover {
  background-color: #c31b1b00;
}

.cabinet-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #132057;
  background-image: linear-gradient(#331705 1%, #110701 17%, #0f0601 86%, #47280c 86%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.cabinet-hotspot1 {
  background-color: #c31b1b00;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 91%;
  display: flex;
  position: absolute;
  top: 4.5%;
  left: 4.5%;
}

.cabinet-hotspot1:hover {
  background-color: #c31b1b00;
}

.hotspot-3d {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.modal-readmore {
  color: #fff;
  letter-spacing: .05rem;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.modal-window {
  background-color: #5a3209;
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-bottom: 0;
  padding: 3rem;
  position: relative;
  overflow: visible;
}

.modal-title {
  letter-spacing: .08rem;
  text-shadow: 0 1px 1px #0003;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3.25rem;
}

.dividing-line {
  -webkit-text-stroke-color: #4c7edb;
  background-color: #a38668;
  width: 100%;
  height: .8px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.modal-actions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.modal-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 0 0;
  display: grid;
}

.modal-overlay {
  z-index: 9999;
  background-color: #00000094;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-overlay.modalmain-1 {
  background-color: #000000b3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 25vh;
  display: none;
  overflow: auto;
}

.readmore-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #000;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  max-width: 450px;
  padding: 1.5rem 2.5rem;
  display: flex;
}

.readmore-btn:hover {
  color: #000;
  background-color: #fff;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1rem;
}

.modal-paragraph {
  color: #e9bb8c;
  text-align: left;
  letter-spacing: .05rem;
}

.modal-paragraph.moda-intro-paragraph {
  color: #fff;
  letter-spacing: .05rem;
  -webkit-text-stroke-color: #d8e5ff;
  font-size: 1rem;
  line-height: 2.1rem;
}

.btn-arrow {
  max-width: 5%;
}

.modal-graphic {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal-body {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.gallery-item {
  grid-column-gap: .78rem;
  grid-row-gap: .78rem;
  flex-flow: column;
  display: flex;
}

.btn-labelwrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-4 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.gallery-caption {
  opacity: .75;
  color: #ffd4a9;
  letter-spacing: .05rem;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.modal-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.mini-modal-title {
  color: #fff;
  letter-spacing: .05rem;
  text-shadow: none;
  min-width: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1.1rem;
}

.modal-close {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

.modal-close:hover {
  width: 1.5rem;
  height: 1.5rem;
}

.gallery-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn-label {
  aspect-ratio: auto;
  letter-spacing: .05rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  margin-bottom: 0;
  font-family: Pangram, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  text-decoration: none;
  overflow: hidden;
}

.gallery-frame {
  aspect-ratio: 16 / 9;
  background-color: #ff1414;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.div-block-23 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.div-block-24 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.div-block-25 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.image-9 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .lede-art {
    min-height: 55vh;
    max-height: 55vh;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #071a30 19%, #fff0 57%);
    height: 80%;
  }

  .text-block.title.infmath {
    max-width: 90%;
    font-size: 5rem;
    line-height: 1em;
  }

  .text-wrapper {
    position: absolute;
  }

  .author {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph {
    width: 55vw;
    max-width: 55vw;
  }

  .paragraph.intro-paragraph {
    justify-content: flex-start;
    align-items: flex-start;
    width: 55vw;
    max-width: 55vw;
    display: block;
  }

  .paragraph.conclusion-paragraph {
    width: 100%;
    max-width: 40.625rem;
  }

  .paragraph.end-paragraph {
    width: 100%;
    max-width: 37.5rem;
  }

  .paragraph.introduction-block {
    max-width: 58rem;
  }

  .paragraph.intro-paragraph-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 37.5rem;
    display: block;
  }

  .paragraph.end-intro-paragraph {
    width: 100%;
    max-width: 37.5rem;
  }

  .paragraph.socials {
    width: 100%;
    max-width: 40.625rem;
  }

  .paragraph-2.story-paragraph {
    position: relative;
  }

  .section-2.introduction-paragraph {
    margin-top: 1.5%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    height: 56.25rem;
    min-height: 0;
  }

  .div-block-6.dividing-line {
    width: 55vw;
    max-width: 55vw;
    height: .55px;
  }

  .div-block-6.dividing-line.thick {
    width: 100%;
    max-width: 40.625rem;
  }

  .div-block-6.longer-dividing-line {
    width: auto;
    max-width: 56.25rem;
    height: .75px;
  }

  .div-block-6.longer-dividing-line.outro-line {
    width: 100%;
    max-width: 40.6rem;
  }

  .sticky-text-box {
    padding-right: 4em;
  }

  .story-paragraph {
    color: #f0f0f0;
    letter-spacing: .035em;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 5em;
    margin-right: 5em;
    font-family: Merriweather, Times New Roman, sans-serif;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.85em;
    display: block;
    overflow: visible;
  }

  .paragraph-section {
    height: 100vh;
    display: block;
  }

  .section-6 {
    padding-top: 1rem;
  }

  .case-title-font.tiny-intro {
    font-size: 1.75rem;
  }

  .paragraph-3.card-left-text.shortened {
    text-align: left;
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-3.card-left-text-2.shorter {
    max-width: 80%;
  }

  .div-block-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17 {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .subhead {
    max-width: 75%;
  }

  .share {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .credit-paragraph {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .background-video {
    height: 75%;
  }

  .red-text {
    color: #ff5353;
  }

  .special-character {
    text-align: center;
    font-weight: 400;
  }

  .green-paragraph {
    color: #bde555;
  }

  .infinity-endmark {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-21 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .italic-text {
    max-width: 80%;
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
}

@media screen and (max-width: 991px) {
  .lede-art {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    max-width: none;
    min-height: 65vh;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #071a30 21%, #fff0 83%);
  }

  .text-block.title {
    color: #fff;
    font-size: 3.8rem;
  }

  .text-block.title.subhed2 {
    max-width: 65vw;
  }

  .text-block.title.infmath {
    font-size: 4.2rem;
  }

  .text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
    top: auto;
  }

  .author {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    bottom: -160px;
  }

  .paragraph {
    width: 75vw;
    max-width: 75vw;
  }

  .paragraph.conclusion-paragraph {
    width: 600px;
    max-width: 600px;
  }

  .paragraph.end-paragraph {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 0;
  }

  .paragraph.introduction-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 650px;
  }

  .paragraph.intro-paragraph-copy {
    flex-flow: column;
    align-self: center;
    display: block;
  }

  .paragraph.socials {
    width: 600px;
    max-width: 600px;
  }

  .section-2.introduction-paragraph {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 0 1.875rem;
    display: block;
  }

  .section-2.end-card-section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 1.875rem 5rem;
  }

  .section-2.end-card-section.upper-half-padding {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }

  .section-2.end-card-section.bottom-margin-50-mob {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }

  .section-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 43.75rem;
    min-height: 0;
    display: flex;
  }

  .div-block-6.dividing-line.thick {
    width: 600px;
    max-width: 600px;
  }

  .div-block-6.longer-dividing-line {
    max-width: 37.5rem;
  }

  .sticky-text-box {
    z-index: 3;
    background-color: #0f0f0f;
    width: 100%;
    padding: 8em 4em;
    display: block;
    position: relative;
  }

  .card-paragraph {
    max-width: none;
  }

  .sticky-article {
    flex-flow: column-reverse;
    height: auto;
    padding-top: 100vw;
    display: block;
  }

  .sticky-visual {
    z-index: 0;
    background-color: #0000;
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .mobile-buffer {
    background-color: #0f0f0f;
    height: 100vw;
    padding: 0;
    display: block;
  }

  .section-6 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 5rem 1.875rem 0;
  }

  .div-block-11 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    max-width: 37.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-title-font.case-title, .case-title-font.tiny-intro {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-12.case-row {
    padding: 1.5625rem 1.25rem;
  }

  .paragraph-3.card-left-text {
    text-align: left;
  }

  .paragraph-3.card-left-text-2 {
    text-align: center;
  }

  .card-footer {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .container-article-row {
    max-width: 37.5rem;
  }

  .div-block-15 {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .article-row {
    padding: 2.5rem 1.875rem;
  }

  .visual-image {
    display: none;
  }

  .visual-image.t-m {
    width: 100%;
    display: block;
  }

  .div-block-17 {
    width: 100%;
  }

  .divider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .divider.t-m {
    padding-left: 21rem;
    padding-right: 21rem;
    display: block;
  }

  .div-block-20 {
    justify-content: center;
    align-items: flex-start;
    width: 600px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .body.infinitymathstory {
    max-height: none;
  }

  .gradient-overlay {
    height: 80%;
  }

  .text-block.title {
    font-size: 3.5rem;
  }

  .text-block.title.subhed2 {
    max-width: 65vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-block.title.infmath {
    font-size: 3.125rem;
  }

  .text-block.date {
    font-size: .9375rem;
  }

  .text-block.author.bullet {
    display: none;
  }

  .text-wrapper {
    grid-column-gap: 1.375rem;
    grid-row-gap: 1.375rem;
    margin-bottom: 0;
    padding: 0 1.25rem .5rem;
    position: absolute;
    inset: auto 0% 0;
  }

  .author {
    grid-column-gap: 1.5rem;
    grid-row-gap: .75rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
  }

  .paragraph {
    position: static;
  }

  .paragraph.conclusion-paragraph {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph.end-paragraph {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph.introduction-block {
    grid-column-gap: 1.375rem;
    grid-row-gap: 1.375rem;
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph.introduction-block2 {
    max-width: none;
  }

  .paragraph.intro-paragraph-copy {
    width: auto;
    max-width: none;
  }

  .paragraph.end-intro-paragraph {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    max-width: none;
  }

  .paragraph.socials {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    width: 100%;
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-2.end-conclusion.outro-italics {
    font-size: .9375rem;
    line-height: 1.7875rem;
  }

  .paragraph-2.intro-paragraph {
    line-height: 1.625rem;
  }

  .section-2.introduction-paragraph {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-2.conclusion {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .section-2.end-card-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-2.end-card-section.upper-half-padding {
    margin-top: 2.5rem;
  }

  .section-2.end-card-section.bottom-margin-50-mob {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }

  .dropcap.infmath {
    height: 3.125rem;
    margin-bottom: 0;
    font-size: 3.8rem;
    line-height: 1;
    display: flex;
    top: 0;
  }

  .portrait {
    max-width: 60px;
  }

  .section-3 {
    height: 40.625rem;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    overflow: visible;
  }

  .div-block-6.dividing-line.thick {
    width: 100%;
    max-width: none;
  }

  .div-block-6.longer-dividing-line {
    max-width: none;
  }

  .div-block-6.longer-dividing-line.outro-line {
    max-width: 33rem;
  }

  .sticky-text-box {
    padding: 4em 1em;
  }

  .card-paragraph {
    max-width: 65vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-6 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 3rem 1.25rem 0;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .case-title-font.case-title {
    width: 100%;
    font-size: 2.125rem;
    line-height: 2.4375rem;
  }

  .case-title-font.tiny-intro {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.4375rem;
  }

  .div-block-12.case-row {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    padding: 1.5625rem 1.25rem;
    display: flex;
  }

  .paragraph-3.card-left-text {
    text-align: center;
  }

  .paragraph-3.card-left-text-2 {
    line-height: 1.625rem;
  }

  .card-footer {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .container-article-row {
    width: 100%;
  }

  .div-block-15 {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    max-width: none;
  }

  .article-row {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.5rem 1.25rem;
  }

  .visual-image {
    display: none;
  }

  .visual-image.t-m {
    display: block;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .background-video {
    height: 73%;
  }

  .divider {
    padding: 0 1.25rem;
  }

  .divider.t-m {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .yellow-paragraph {
    font-weight: 400;
  }

  .green-paragraph {
    color: #bbc777;
    font-weight: 400;
  }

  .div-block-20 {
    width: 100%;
  }

  .profile-wrap {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .infinity-endmark {
    width: 30%;
    height: 30%;
  }

  .div-block-21 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .blue-2 {
    color: #7199ff;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .lede-art {
    height: 50vh;
  }

  .gradient-overlay {
    background-image: linear-gradient(0deg, #081a30 22%, #fff0 70%);
    height: 100%;
  }

  .text-block.title {
    font-size: 2.8rem;
    line-height: 1.155em;
  }

  .text-block.title.subhed2 {
    color: #df6a2c;
    max-width: 80vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: Merriweather, Times New Roman, sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.45em;
  }

  .text-block.title.infmath {
    font-size: 2.5rem;
  }

  .text-block.date {
    font-size: .9375rem;
    line-height: 1.2rem;
  }

  .text-block.author {
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .text-wrapper {
    top: auto;
    bottom: 0;
  }

  .paragraph {
    flex-flow: column;
    width: 80vw;
    max-width: 80vw;
    display: block;
  }

  .paragraph.intro-paragraph {
    width: 80vh;
    max-width: 80vw;
  }

  .paragraph.conclusion-paragraph {
    width: auto;
    max-width: none;
  }

  .paragraph.end-paragraph {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: auto;
    max-width: none;
  }

  .paragraph.introduction-block {
    display: flex;
  }

  .paragraph.intro-paragraph-copy, .paragraph.end-intro-paragraph {
    width: auto;
    max-width: none;
  }

  .paragraph-2 {
    text-align: center;
  }

  .paragraph-2.share {
    color: #ffaf10;
  }

  .paragraph-2.end-conclusion, .paragraph-2.end-conclusion.random {
    width: 100%;
  }

  .paragraph-2.intro-paragraph {
    text-align: left;
  }

  .text-span {
    font-size: .7rem;
    line-height: 1.2px;
  }

  .section-2.introduction-paragraph {
    margin-top: 5rem;
    margin-bottom: 5rem;
    overflow: visible;
  }

  .portrait {
    max-width: 50px;
  }

  .section-3 {
    height: 45rem;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .div-block-6.longer-dividing-line.outro-line {
    max-width: 17rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sticky-text-box {
    background-color: #0f0f0f;
  }

  .card-paragraph {
    max-width: 85vw;
    font-size: .75rem;
  }

  .mobile-buffer {
    background-color: #0f0f0f;
  }

  .section-6 {
    margin-bottom: 0;
    padding-top: 3rem;
  }

  .div-block-11 {
    max-width: none;
  }

  .case-title-font.tiny-intro {
    font-size: 1.25rem;
  }

  .div-block-17 {
    height: 100%;
  }

  .share {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    display: flex;
  }

  .background-video {
    height: 59%;
    display: none;
  }

  .background-video.mobile {
    height: 52%;
    display: block;
  }

  .links {
    font-size: .8rem;
    line-height: 1;
  }

  .div-block-19 {
    grid-column-gap: .1875rem;
    grid-row-gap: .1875rem;
  }

  .divider.t-m {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .green-paragraph {
    color: #bde555;
  }

  .infinity-endmark {
    width: 50%;
    height: 50%;
  }

  .div-block-21 {
    padding-top: 0;
  }

  .cabinet-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cabinet-subhead {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cabinet-title {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3rem;
    line-height: 3rem;
  }

  .modal-overlay.modalmain-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }
}

#w-node-_0815e084-9c1b-b044-e4ee-11495b2cd14c-60b64e45, #w-node-_0815e084-9c1b-b044-e4ee-11495b2cd14f-60b64e45, #w-node-_34890d9e-a300-eec7-9244-634de8e5d7af-60b64e45, #w-node-_5bffaf7b-7c92-aa4e-3ab6-7e81d74de49e-60b64e45, #w-node-_5bffaf7b-7c92-aa4e-3ab6-7e81d74de4a1-60b64e45 {
  place-self: center;
}

#w-node-ab065f8d-709a-7eea-29fc-5ad2b1a62ebc-60b64e45 {
  place-self: center start;
}

#w-node-ab065f8d-709a-7eea-29fc-5ad2b1a62ec2-60b64e45 {
  place-self: center;
}

#w-node-ab065f8d-709a-7eea-29fc-5ad2b1a62ec4-60b64e45 {
  align-self: center;
}

#w-node-ab065f8d-709a-7eea-29fc-5ad2b1a62eca-60b64e45, #w-node-b7b5b887-0c7f-9cd5-b1d0-6c964d7304ab-60b64e45, #w-node-ff8ceec0-57b2-cf37-54ba-ed5eccd13ca0-60b64e45, #w-node-afd920a0-3da1-e5b1-35cb-8a8e6f42c1f2-60b64e45, #w-node-afd920a0-3da1-e5b1-35cb-8a8e6f42c1f5-60b64e45, #w-node-bffdf105-7883-f6d5-053e-d3972f2eedcd-60b64e45 {
  place-self: center;
}

#w-node-bdb13f63-5c07-d708-b42b-42b5486c2156-60b64e45 {
  place-self: center start;
}

#w-node-bdb13f63-5c07-d708-b42b-42b5486c215c-60b64e45, #w-node-_0334324a-8d1a-a1d1-cb68-d8c04ef71809-60b64e45 {
  place-self: center;
}

#w-node-bdb13f63-5c07-d708-b42b-42b5486c215e-60b64e45 {
  align-self: center;
}

#w-node-bdb13f63-5c07-d708-b42b-42b5486c2164-60b64e45, #w-node-_8af8fe1b-023a-a26c-35e1-08af9674db64-60b64e45, #w-node-_53f5e296-69e8-5509-e3d1-7fcdf156f9b4-60b64e45, #w-node-_53f5e296-69e8-5509-e3d1-7fcdf156f9ba-60b64e45, #w-node-_7239721c-2416-e129-77a4-d6aee4c19afd-60b64e45, #w-node-_35f16714-81c5-852f-cce8-82c16741329e-60b64e45, #w-node-_35f16714-81c5-852f-cce8-82c1674132a1-60b64e45, #w-node-_2096ede8-42a6-a816-c5be-0b4232f1f711-60b64e45, #w-node-_32423cb3-4f61-3862-60d2-bea7f00fc381-60b64e45, #w-node-_32423cb3-4f61-3862-60d2-bea7f00fc387-60b64e45, #w-node-_7f343cc4-583d-6cd1-f185-58cefb875823-60b64e45, #w-node-_31cfdb5e-d6ac-1950-4794-39eb6803608c-60b64e45, #w-node-_31cfdb5e-d6ac-1950-4794-39eb68036095-60b64e45, #w-node-_8e7c5777-69b3-736f-5b26-c3526df7fbe9-60b64e45 {
  place-self: center;
}

#w-node-e718709a-88a2-5baa-0582-d9bc975bb1ba-60b64e45 {
  place-self: center start;
}

#w-node-e718709a-88a2-5baa-0582-d9bc975bb1bd-60b64e45, #w-node-cdf31b4b-99e2-e6f5-72fd-e6d9fa167e12-60b64e45 {
  place-self: center;
}

#w-node-e718709a-88a2-5baa-0582-d9bc975bb1bf-60b64e45 {
  align-self: center;
}

#w-node-e718709a-88a2-5baa-0582-d9bc975bb1c2-60b64e45, #w-node-af829f67-fff6-6c31-283c-6ffdc22a1578-60b64e45, #w-node-_58756fc8-6c02-8cd4-0a23-826d76f29259-60b64e45, #w-node-_58756fc8-6c02-8cd4-0a23-826d76f2925c-60b64e45, #w-node-_86b90e72-d462-b804-b53b-d3f09b93b96d-60b64e45, #w-node-daccabc7-603d-eee1-33aa-163501dbdad8-60b64e45, #w-node-daccabc7-603d-eee1-33aa-163501dbdadb-60b64e45, #w-node-_1a80a6dd-064c-03fc-6d0c-83ba38fdcba8-60b64e45, #w-node-_4810f879-1404-18a9-af38-6ea108ee58a4-60b64e45, #w-node-_4810f879-1404-18a9-af38-6ea108ee58aa-60b64e45, #w-node-c12cca78-7a1a-36d2-02d6-66b326628002-60b64e45 {
  place-self: center;
}

#w-node-_9a2f4309-8a38-5265-7bd2-edd7f54bbd0e-60b64e45 {
  place-self: center start;
}

#w-node-_9a2f4309-8a38-5265-7bd2-edd7f54bbd14-60b64e45, #w-node-_9d02164e-e78d-f06e-4106-885758956862-60b64e45 {
  place-self: center;
}

#w-node-_9a2f4309-8a38-5265-7bd2-edd7f54bbd16-60b64e45 {
  align-self: center;
}

#w-node-_9a2f4309-8a38-5265-7bd2-edd7f54bbd1c-60b64e45, #w-node-_643bb0a9-4231-4a08-6e1b-77326469ac09-60b64e45, #w-node-c7ec3578-2f62-dd83-6f5f-91031a62c99b-60b64e45, #w-node-c7ec3578-2f62-dd83-6f5f-91031a62c9a1-60b64e45, #w-node-f9eda0b6-91b2-0163-990d-dd994e4760dc-60b64e45, #w-node-_75ff1966-6566-cb7e-c6e5-8a55c871fa5a-60b64e45, #w-node-_75ff1966-6566-cb7e-c6e5-8a55c871fa6c-60b64e45, #w-node-b66c5f9b-b2e8-5615-ded4-fb9ed8422e65-60b64e45 {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-afd920a0-3da1-e5b1-35cb-8a8e6f42c1f5-60b64e45, #w-node-bffdf105-7883-f6d5-053e-d3972f2eedcd-60b64e45, #w-node-daccabc7-603d-eee1-33aa-163501dbdadb-60b64e45, #w-node-_1a80a6dd-064c-03fc-6d0c-83ba38fdcba8-60b64e45 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-LightItalic.ttf') format('truetype'), url('../fonts/Merriweather-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noe Display';
  src: url('../fonts/NoeDisplayMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noe Display';
  src: url('../fonts/Noe-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noe Display';
  src: url('../fonts/Noe-Display-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-ExtraBoldItalic.otf') format('opentype'), url('../fonts/Pangram-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-ExtraBold.otf') format('opentype'), url('../fonts/Pangram-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}