:root {
  --dark-slate-grey: #1e3843;
  --white: white;
  --yellow-green: #91c569;
  --black: black;
  --off-white: #fcfaf6;
  --dim-grey: #4e4e4e;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--dark-slate-grey);
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 105%;
}

h3 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 5rem;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 105%;
}

h4 {
  color: var(--yellow-green);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 140%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}

a {
  color: #fff;
}

ul {
  max-width: 325px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1rem;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.container-md {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: static;
}

.container-md.container-sticky {
  min-height: 70vh;
  position: sticky;
  top: 0;
}

.container-md.rel {
  z-index: 2;
  position: absolute;
}

.container-md.border-top {
  border-top: 2px solid #ffffff12;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.container-md.z6 {
  z-index: 6;
  position: absolute;
}

.container-md.z18 {
  z-index: 18;
  position: relative;
}

.section {
  background-color: #0000;
}

.section.section-hero {
  z-index: 2;
  color: #fff;
  background-image: none;
  background-size: auto;
  padding-top: 12.25rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.section.section-50-50 {
  background-color: var(--white);
  display: block;
  position: relative;
  overflow: hidden;
}

.section.section-callout {
  background-color: var(--dark-slate-grey);
  padding-top: 13.75rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.section.section-process {
  background-color: var(--black);
  color: var(--white);
  padding: 3.375rem 3rem 3.375rem 7.75rem;
  overflow: hidden;
}

.section.section-contact {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.section.section-team {
  background-color: var(--off-white);
  height: 500vh;
  padding-top: 0;
}

.section.footer {
  background-color: var(--dark-slate-grey);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.footer.footer--contact {
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-contact-page {
  -webkit-text-stroke-color: var(--dark-slate-grey);
  padding-top: 12rem;
  padding-bottom: 0;
}

.section.section-team-bio {
  background-color: var(--off-white);
  padding: 8rem 0;
  overflow: hidden;
}

.section.section-user-page {
  padding-top: 12rem;
  padding-bottom: 0;
}

.section.section-team-page {
  background-image: linear-gradient(166deg, #1e3843 48%, #1a5a5e);
  padding-top: 12rem;
  padding-bottom: 0;
}

.section.section-press-release {
  float: none;
  background-color: var(--off-white);
  padding: 8rem 0;
  overflow: hidden;
}

.section.section-newsletter {
  background-color: var(--off-white);
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 25px;
  overflow: hidden;
}

.section.hero {
  z-index: 22;
  height: 300vh;
  position: relative;
}

.section.section-products {
  margin-bottom: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.spacer {
  height: .75rem;
}

.spacer.spacer-md {
  height: 3rem;
  font-size: 2rem;
}

.spacer.space-sm {
  height: 1.5rem;
}

.spacer.spacer-xxl {
  height: 6rem;
}

.spacer.spacer-xxl.fs-cmsfilter_highlight {
  background-color: #e4a823;
}

.spacer.spacer-xl {
  height: 4.5rem;
}

.navigation {
  z-index: 100;
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-top: 2.75rem;
  transition: padding .4s;
  position: fixed;
}

.navigation.scrolled {
  padding-top: 1.25rem;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.logo {
  color: #000;
  align-self: center;
  max-width: 230px;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  position: relative;
  top: -4px;
}

.nav-list {
  display: block;
}

.anchor-link {
  color: #fff;
  text-align: left;
  margin-left: 1.5rem;
  padding: .5rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

.anchor-link:hover {
  color: var(--yellow-green);
}

.btn {
  float: left;
  clear: left;
  border: 1px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #0000;
  margin-right: 2rem;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.btn:hover {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.btn.btn-primary {
  border-color: var(--yellow-green);
  color: var(--off-white);
  background-color: #0000;
  width: auto;
  margin-top: 0;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.btn.btn-primary:hover {
  background-color: var(--yellow-green);
  color: var(--black);
}

.btn.btn-primary.btn--contact {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
}

.btn.btn-primary.btn--contact:hover {
  background-color: var(--dark-slate-grey);
  color: var(--off-white);
}

.white {
  color: var(--white);
  font-size: 14px;
}

.white.contact-page--h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Karla, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 105%;
}

.white.h3--home {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 3.5rem;
  font-weight: 400;
}

.white.team-page--h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 105%;
}

.white.team-page--nav-block--h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.nav--backer {
  z-index: 2;
  width: 100%;
  transition: opacity .2s;
  display: block;
  position: fixed;
}

.nav--bg {
  border-bottom: 0px solid var(--yellow-green);
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  height: 75px;
  margin-top: 0;
}

.no-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.no-container.container-sticky {
  min-height: 70vh;
  position: sticky;
  top: 0;
}

.no-container.rel {
  position: relative;
}

.body--main {
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
}

.nav-hamburger, .mobile-nav--wrapper {
  display: none;
}

.nav--progress {
  background-color: #0f242c;
  width: 100%;
  height: 4px;
  display: block;
  overflow: hidden;
}

.nav--progress-bar {
  background-color: var(--yellow-green);
  width: 100%;
  height: 100%;
}

.nav-icon {
  display: none;
  overflow: visible;
}

.p--50-50.white {
  font-size: 1.25rem;
  font-weight: 300;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.footer {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer.border-top {
  padding: 0 25px;
}

.footer-copyright-2 {
  color: var(--white);
  font-size: 12px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.anchor-link-footer {
  color: #fff;
  text-align: left;
  margin-left: .5rem;
  padding: .5rem;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.anchor-link-footer:hover {
  color: var(--yellow-green);
}

.image {
  padding-top: 10px;
}

.heading-3-home {
  z-index: 4;
  color: var(--dark-slate-grey);
  letter-spacing: -.05em;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 200;
  position: relative;
}

.anchor-link-icon {
  color: var(--white);
  text-align: left;
  margin-left: 1.5rem;
  padding: .5rem;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.anchor-link-icon:hover {
  color: var(--yellow-green);
}

.anchor-link-icon.w--current {
  margin-left: 1.5rem;
}

.user-log-in-log-out {
  background-color: #0000;
  margin-left: 0;
  font-weight: 300;
}

.text-block-7 {
  float: none;
  object-fit: fill;
  width: 1.5rem;
  font-family: "Fa solid 900", sans-serif;
  position: relative;
}

.text-block-7.anchor-link-icon-2 {
  margin-left: 0;
}

.text-block-7.anchor-link-icon {
  margin-left: 1.5rem;
}

.h1--product-page {
  color: var(--white);
  text-align: left;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 105%;
}

.p--product-page {
  color: var(--white);
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 140%;
}

.div-block-10 {
  background-color: #f9f5f04d;
  border: 0 solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  max-width: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.home--2-column {
  height: auto;
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  display: block;
}

.home--2-column-left {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-36 {
  letter-spacing: -.05em;
  margin-bottom: 1rem;
  font-family: Karla, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 105%;
}

.heading-37 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-37.white {
  padding-top: 1rem;
  font-size: 3.5rem;
}

.image-5 {
  width: 500px;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-top: 1.5rem;
}

.home--2-column-right {
  margin-top: 0;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 10px;
}

.flex-block-5 {
  justify-content: center;
}

.section----footer {
  background-image: linear-gradient(353deg, #1e3843 36%, #1a5a5e);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.sticky-div {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._90-million-bkgd {
  max-width: 300vw;
  min-height: 100%;
  max-height: 120vh;
  position: absolute;
}

.hero-v2-content--wrapper {
  align-items: flex-end;
  min-height: 475px;
  display: flex;
}

.hero-v2-h1 {
  color: var(--off-white);
  margin-right: 4rem;
  font-family: Montserrat, sans-serif;
  font-size: 7rem;
  font-weight: 300;
  line-height: 105%;
  overflow: visible;
}

.hero-v2-overlay-h1 {
  clear: left;
  color: var(--dark-slate-grey);
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 200;
  line-height: 115%;
}

.content-wrap-3 {
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.zoom-3 {
  flex-direction: column;
  justify-content: center;
  width: 20vw;
  padding-top: 40vh;
  display: flex;
  position: relative;
}

.svg-3 {
  width: 100%;
  margin-top: 3vh;
  margin-bottom: 3vh;
  position: relative;
  box-shadow: 0 0 0 80vw #f9f5f0;
}

.hero-v2-overlay-content--wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1080px;
  min-height: 420px;
  display: flex;
}

.hero-v2-nav--backer {
  z-index: 24;
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0%;
  left: 0%;
}

.circle {
  filter: blur(20px);
  background-color: #af3636;
  background-image: radial-gradient(circle, #ff1f1f, #fff);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  transition: opacity .2s;
  position: absolute;
}

.circle._6 {
  z-index: 6;
  filter: blur(90px);
  z-index: -3;
  inset: auto -10% -20% auto;
  background-color: #0000;
  background-image: radial-gradient(circle, #1f53ff63 42%, #fff0);
  width: 600px;
  height: 600px;
  inset: auto -10% -20% auto;
}

.circle._5 {
  z-index: 1;
  filter: blur(69px);
  background-color: #0000;
  background-image: radial-gradient(circle, #ff3d1fa8, #fff0);
  width: 800px;
  height: 800px;
  transition: opacity .2s;
  inset: -29% -21% auto auto;
}

.circle._7 {
  z-index: 12;
  filter: blur(70px);
  background-color: #0000;
  background-image: radial-gradient(circle, #ddff1f, #ffe0f224 100%, #fff0);
  width: 700px;
  inset: -13% auto auto 0%;
}

.circle._4 {
  z-index: 10;
  background-color: #0000;
  background-image: radial-gradient(circle, #f6a93c, #fff0 83%);
  width: 2000px;
  height: 2000px;
  margin-left: auto;
  margin-right: auto;
  inset: -52% 0% 0% -42%;
}

.circle._3 {
  z-index: 2;
  filter: blur(80px);
  background-color: #af363600;
  background-image: radial-gradient(circle, #97fe2fba, #fdfff40d 90%, #fff0);
  width: 750px;
  height: 750px;
  inset: auto auto -20% -15%;
}

.circle._2 {
  z-index: 7;
  filter: blur(90px);
  background-color: #0000;
  background-image: radial-gradient(circle, #ff841fc7, #ffeded30);
  width: 1000px;
  height: 1000px;
  inset: 0% 0% auto auto;
}

.circle._6 {
  z-index: 6;
  filter: blur(90px);
  z-index: -3;
  inset: auto -10% -20% auto;
  background-color: #0000;
  background-image: radial-gradient(circle, #1f53ff63 42%, #fff0);
  width: 600px;
  height: 600px;
  inset: auto -10% -20% auto;
}

.auroramorphic {
  background-color: #ff6810;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

.h5--eyebrow {
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 140%;
}

.h5--eyebrow.white {
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
}

.image-12 {
  width: 500px;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-top: 1.5rem;
}

.hero-circle-solid {
  z-index: 6;
  opacity: .5;
  position: relative;
  inset: -8vh 0 0 30vw;
}

.div-block-9 {
  width: 60%;
  margin-left: 40%;
  position: absolute;
  top: 180px;
}

.hero-v2-overlay-h2 {
  clear: left;
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  padding-top: 0;
  font-family: Karla, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 200;
}

.list-3 {
  padding-top: 1rem;
  padding-left: 3rem;
  font-size: 1.8rem;
  line-height: 105%;
}

.heading-48 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
}

.div-block-11 {
  background-color: #f9f5f066;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 550px;
  max-width: 550px;
  min-height: 550px;
  max-height: 550px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  top: 20px;
}

.div-block-12 {
  background-color: #f9f5f080;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  max-width: 500px;
  min-height: 500px;
  max-height: 500px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 650px;
  left: 150px;
}

.hero-v2-overlay-h3 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 2rem;
  font-weight: 200;
}

.bold-text-32 {
  font-weight: 600;
}

.grid-13 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1fr 1fr;
  place-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
}

.image-18 {
  object-fit: contain;
  width: 95%;
  height: auto;
}

.image-19 {
  object-fit: contain;
  width: 95%;
  height: auto;
  margin-top: 15px;
}

.image-20, .image-21 {
  object-fit: contain;
  width: 90%;
  height: auto;
}

.bold-text-33 {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-size: 4rem;
  }

  .container-md.rel {
    z-index: 2;
    position: absolute;
  }

  .container-md.z6 {
    z-index: 6;
    position: absolute;
  }

  .container-md.z18 {
    z-index: 18;
    position: relative;
  }

  .section.section-newsletter {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }

  .section.section-contact-page {
    padding-bottom: 0;
  }

  .section.section-team-bio {
    margin-left: 0;
    padding-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section.section-user-page {
    padding-bottom: 0;
  }

  .section.section-team-page {
    background-image: linear-gradient(166deg, #1e3843 48%, #1a5a5e);
  }

  .section.section-press-release {
    margin-left: 0;
    padding: 8rem 0;
    overflow: visible;
  }

  .section.hero {
    z-index: 22;
    height: 300vh;
    position: relative;
    overflow: visible;
  }

  .section.section-products {
    background-image: linear-gradient(162deg, #1e3843 38%, #1a5a5e);
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .spacer.spacer-xxl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 8rem;
    display: block;
  }

  .txt-callout {
    letter-spacing: 0;
  }

  .anchor-link {
    text-decoration: none;
  }

  .container-lg.relative {
    z-index: 2;
    z-index: 2;
    position: relative;
  }

  .newsletter-col-right {
    padding-left: 0;
  }

  .enzyme-card--image {
    align-self: flex-start;
    width: 140px;
    height: 140px;
  }

  .btn {
    float: left;
    clear: left;
    object-fit: fill;
    flex: 0 auto;
    margin-right: 2rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: static;
  }

  .btn.btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }

  .white.contact-page--h4 {
    font-family: Karla, sans-serif;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 105%;
  }

  .h3--strong {
    white-space: nowrap;
  }

  .nav--backer {
    z-index: 20;
  }

  .h4--subhead {
    font-weight: 200;
  }

  .txt-box {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .h1--policy {
    font-weight: 300;
  }

  .h2--contact-page {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .inline-link--no-under {
    font-size: 1rem;
    font-weight: 300;
    line-height: 105%;
  }

  .privacy-policy-hero--wrapper {
    margin-bottom: 3.5rem;
  }

  .nav--progress {
    height: 2px;
  }

  .h3-team {
    font-size: 3.25rem;
  }

  .p--50-50 {
    font-weight: 300;
  }

  .p--50-50.white {
    font-size: 1.25rem;
  }

  .h5--press-release-page {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 105%;
  }

  .list-item, .paragraph {
    font-weight: 300;
  }

  .heading-15 {
    font-family: Karla, sans-serif;
    font-size: 1.75rem;
    font-weight: 200;
    line-height: 105%;
  }

  .footer-bottom {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .footer.border-top {
    border: 1px #000;
  }

  .footer-copyright-2, .anchor-link-footer, .anchor-link-footer.w--current {
    font-size: 14px;
  }

  .image {
    padding-top: 5px;
  }

  .h2--media-page {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .grid {
    margin-top: 3.5rem;
  }

  .heading-3-home {
    z-index: 4;
    letter-spacing: -.05em;
    font-size: 3rem;
    font-weight: 200;
    line-height: 105%;
    position: relative;
  }

  .h1--contact-page {
    margin-left: 0;
    font-weight: 300;
  }

  .contact-hero--wrapper {
    margin-bottom: 3.5rem;
  }

  .h1--press-year {
    font-weight: 600;
  }

  .list-item--press-subtext {
    font-weight: 300;
  }

  .div-block {
    margin-bottom: 5rem;
  }

  .h3-press-release {
    padding-top: 0;
    font-size: 2.5rem;
    font-weight: 300;
  }

  .h2--press-release-page {
    font-family: Karla, sans-serif;
    font-size: 1.75rem;
    font-weight: 200;
    line-height: 105%;
  }

  .paragraph-press-release {
    font-weight: 300;
  }

  .heading-18 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 105%;
  }

  .link-4 {
    color: var(--dark-slate-grey);
  }

  .h1--policy-icon {
    font-weight: 300;
  }

  .field-label {
    font-size: 1rem;
    line-height: 1.5;
  }

  .table-row {
    grid-row-gap: 16px;
    grid-template: "." minmax(1px, auto)
    / 1.25fr .25fr .25fr .25fr;
    justify-items: start;
    width: 100%;
    padding: 0 0 .75rem;
  }

  .table-row.header {
    grid-template-columns: 1.25fr .25fr .25fr .25fr;
  }

  .dropdown_select {
    min-width: 24rem;
  }

  .filter_tag {
    background-color: #e4a823;
  }

  .table-header {
    padding-left: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .filter_search-field {
    min-width: 30rem;
  }

  .collection-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: block;
  }

  .collection-item:nth-child(odd) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: block;
  }

  .collection-item:nth-child(2n) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    place-items: stretch end;
    display: block;
  }

  .filter_block-header-2 {
    grid-template-columns: 1fr;
  }

  .filter_header-1 {
    grid-template-columns: .5fr .5fr;
  }

  .filter_results-text {
    line-height: 1.5;
  }

  .heading-20, .heading-21, .heading-22 {
    font-size: 1rem;
  }

  .checkbox-field {
    color: #4e4e4e;
    cursor: pointer;
    object-fit: fill;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    margin-bottom: 0;
    padding: 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    display: flex;
    position: static;
  }

  .checkbox_input {
    color: var(--dim-grey);
    border: 2px solid #0001213d;
    border-radius: 2px;
    flex: none;
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-left: 0;
    margin-right: .75rem;
  }

  .checkbox_label {
    color: var(--dim-grey);
    margin-right: .25rem;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .heading-23 {
    font-size: 1rem;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 5% 1fr;
  }

  .heading-24 {
    margin-top: 0;
    padding-top: 3rem;
    padding-left: 1rem;
    font-weight: 600;
  }

  .heading-25 {
    float: none;
    clear: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-left: 2rem;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5;
    display: block;
  }

  .heading-26 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-left: 3rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .heading-27 {
    padding-left: 4rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
  }

  .heading-28, .heading-29 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
  }

  .text-block-4, .text-block-5 {
    line-height: 1.5;
  }

  .signup-page--checkbox-label {
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
  }

  .signup-page--btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
  }

  .signup-page--btn.btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .link-6 {
    font-size: 1rem;
    line-height: 105%;
  }

  .h1--messaging-sub-header, .paragraph-press-release-quote-name {
    font-weight: 600;
  }

  .column-image {
    padding-top: 0;
    padding-left: 10px;
  }

  .columns {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-article {
    font-weight: 300;
  }

  .h2--article {
    font-weight: 600;
  }

  .h4--team-name {
    font-style: normal;
    font-weight: 600;
  }

  .team-title {
    font-family: Karla, sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 200;
    line-height: 105%;
  }

  .column-featured-left {
    padding-left: 0;
  }

  .quote-article-quote {
    font-weight: 300;
  }

  .columns-2, .columns-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-8 {
    font-style: normal;
    font-weight: 300;
  }

  .h1--team-page-dark, .h1--team-page-light {
    letter-spacing: -.05rem;
    margin-left: -10px;
    font-weight: 300;
  }

  .paragraph-team-dark {
    font-weight: 300;
  }

  .team-page--h4 {
    font-family: Karla, sans-serif;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 105%;
  }

  .h1--product-page {
    margin-left: 0;
    font-weight: 300;
    line-height: 105%;
  }

  .p--product-page {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .list--product-page {
    list-style-type: none;
  }

  .product-list--div {
    background-color: #e5e7e466;
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
    margin-right: 80px;
  }

  .product-list--image {
    min-width: 120%;
    max-width: none;
    position: relative;
  }

  .heading-34 {
    font-family: Karla, sans-serif;
    font-weight: 200;
  }

  .grid-right--product-page {
    grid-template-columns: .25fr 1fr;
  }

  .heading-35 {
    font-family: Karla, sans-serif;
    font-weight: 200;
  }

  .div-block-10 {
    z-index: 1;
    opacity: 1;
    background-color: #f9f5f04d;
    min-width: 450px;
    max-width: 450px;
    min-height: 450px;
    max-height: 450px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: -50px;
    left: -20px;
  }

  .h4--products {
    letter-spacing: -.05rem;
    font-weight: 600;
  }

  .paragraph-products {
    font-weight: 300;
  }

  .h2--products-header {
    font-family: Karla, sans-serif;
    font-size: 1.75rem;
    font-weight: 200;
    line-height: 105%;
  }

  .h1--products-header {
    font-weight: 300;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 80px;
  }

  .home--2-column {
    margin-top: 3rem;
  }

  .home--2-column-left {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 2rem;
  }

  .heading-36 {
    letter-spacing: -.05em;
    font-family: Karla, sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 105%;
  }

  .heading-37 {
    letter-spacing: -.05em;
    margin-top: 0;
    font-size: 3.5rem;
  }

  .heading-37.white {
    padding-top: 1rem;
    font-weight: 600;
  }

  .image-5 {
    width: 500px;
    min-width: auto;
    height: 300px;
    min-height: auto;
    padding-top: 1.5rem;
    padding-left: 0;
  }

  .home--2-column-right {
    padding-top: 0;
    padding-left: 0;
  }

  .bold-text-5 {
    letter-spacing: 0;
  }

  .heading-38 {
    margin-bottom: .5rem;
    font-size: 1.375rem;
    line-height: 140%;
  }

  .heading-39 {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 140%;
  }

  .h3-press-release--list-item {
    padding-top: 0;
    font-weight: 300;
  }

  .collection-list-2 {
    display: block;
  }

  .collection-list----teams {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start flex-end;
    align-items: stretch;
    display: flex;
  }

  .collection-list-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .collection-item-2, .collection-item-2:nth-child(odd) {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .collection-item-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

  .columns----team---left {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .columns----team---right {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 0;
  }

  .collection-list-3 {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .column-image-left {
    padding-top: 0;
    padding-left: 0;
  }

  .column-image-right {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 0;
  }

  .h4--team-icon {
    font-style: normal;
  }

  .image-6 {
    padding-top: 22px;
  }

  .heading-40 {
    font-style: normal;
  }

  .h2--team-header {
    color: var(--dark-slate-grey);
    font-style: normal;
  }

  .collection-item-4 {
    align-self: auto;
    padding-left: 0;
  }

  .grid-5 {
    float: left;
    clear: left;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-areas: "Area Area-2";
  }

  .grid-6 {
    float: left;
    clear: left;
    grid-template-rows: auto;
    grid-template-areas: ".";
    grid-auto-flow: row;
    place-items: start;
  }

  .grid-7 {
    float: left;
    clear: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-8 {
    float: left;
    clear: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-content: start;
  }

  .grid-9 {
    float: left;
    clear: left;
    grid-template: ". Area"
    / 1fr;
    grid-auto-flow: column;
    place-content: start;
  }

  .grid-10 {
    float: left;
    clear: left;
    grid-template-rows: auto;
    grid-template-areas: "Area Area-2";
  }

  .flex-block {
    clear: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .flex-block-4, .flex-block-5 {
    justify-content: center;
  }

  .section----footer {
    background-image: linear-gradient(341deg, #1e3843 38%, #1a5a5e);
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .content-wrap {
    z-index: 4;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
  }

  .zoom {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    max-width: 1080px;
    padding-top: 40vh;
  }

  .sticky-div {
    justify-content: center;
    height: 100vh;
    margin-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .svg {
    box-shadow: 0 0 0 50vw #f9f5f0;
  }

  .section-2.hero {
    z-index: 2;
    z-index: 2;
  }

  ._90-million-bkgd {
    object-fit: fill;
    flex: 0 auto;
    max-width: none;
    min-height: 100%;
    position: absolute;
  }

  .div-block-6 {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: 0 0 0 100vw #f9f5f0;
  }

  .hero-v2-content--wrapper {
    clear: none;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 475px;
    display: flex;
    position: static;
  }

  .hero-v2-h1 {
    color: var(--off-white);
    margin-right: 4rem;
    font-size: 7rem;
  }

  .hero-v2-overlay-h1 {
    clear: left;
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 200;
    line-height: 115%;
    position: static;
  }

  .image-13 {
    width: 20%;
    margin-top: 3vh;
    margin-bottom: 3vh;
    box-shadow: 0 0 0 100vw #f9f5f0;
  }

  .div-block-7 {
    z-index: 4;
    display: flex;
    position: relative;
  }

  .content-wrap-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .zoom-2 {
    justify-content: flex-end;
    align-items: flex-start;
    min-width: 1080px;
    padding-top: 40vh;
  }

  .heading-43 {
    color: red;
  }

  .content-wrap-3 {
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
  }

  .zoom-3 {
    width: 20vw;
    padding-top: 40vh;
  }

  .svg-3 {
    width: 100%;
    box-shadow: 0 0 0 80vw #f9f5f0;
  }

  .hero-v2-overlay-content--wrapper {
    z-index: 6;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1080px;
    min-height: 420px;
    display: flex;
    position: static;
  }

  .hero-v2-nav--backer {
    z-index: 24;
    background-color: var(--dark-slate-grey);
    width: 100%;
    height: 75px;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .circle._5 {
    position: absolute;
  }

  .circle._7 {
    z-index: 12;
    position: absolute;
  }

  .circle._4 {
    z-index: 10;
    position: absolute;
  }

  .circle._3 {
    position: absolute;
  }

  .circle._2 {
    z-index: 7;
    position: absolute;
  }

  .circle._6 {
    z-index: 6;
    background-image: radial-gradient(circle, #40ff1f63 42%, #fff0);
    position: absolute;
  }

  .auroramorphic {
    background-color: #ff6810;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
    overflow: hidden;
  }

  .bold-text-6 {
    letter-spacing: -.05em;
  }

  .h5--eyebrow {
    font-family: Karla, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 140%;
  }

  .h5--eyebrow.white {
    font-style: normal;
    font-weight: 200;
  }

  .image-12 {
    width: 500px;
    min-width: auto;
    height: auto;
    min-height: auto;
    padding-top: 1.5rem;
    padding-left: 0;
  }

  .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .link-8, .bold-text-12, .bold-text-13 {
    font-weight: 600;
  }

  .italic-text-4 {
    font-weight: 300;
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .heading-46, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30 {
    font-weight: 600;
  }

  .hero-circle-solid {
    z-index: 6;
    opacity: .5;
    position: relative;
    inset: -8vh 0 0 30vw;
  }

  .heading-47 {
    clear: left;
    display: block;
  }

  .div-block-8 {
    clear: left;
    flex-flow: row;
    order: 0;
    width: 100%;
    display: block;
    position: static;
  }

  .div-block-9 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 60%;
    margin-left: 40%;
    display: block;
    position: absolute;
    top: 200px;
  }

  .hero-v2-overlay-h2 {
    clear: left;
    letter-spacing: -.05em;
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Karla, sans-serif;
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 105%;
    position: static;
  }

  .hero-v2--list-item-1 {
    list-style-type: disc;
  }

  .list-3 {
    padding-top: 1rem;
    padding-left: 3rem;
    font-size: 1.8rem;
    line-height: 105%;
  }

  .grid-11 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template: "Area Area-2 Area-3 Area-4"
    / 1.5fr 1.5fr 1fr 1fr;
    place-items: center;
  }

  .image-14 {
    height: 50%;
  }

  .image-15 {
    height: 70%;
    margin-top: 15px;
    margin-right: 0;
  }

  .image-16 {
    height: 50%;
  }

  .image-17 {
    height: 60%;
  }

  .div-block-2-copy {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    margin-right: 40px;
  }

  .heading-48 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Karla, sans-serif;
    font-size: 2.5rem;
    font-weight: 200;
  }

  .div-block-11 {
    opacity: 1;
    background-color: #f9f5f066;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 550px;
    max-width: 550px;
    min-height: 550px;
    max-height: 550px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: relative;
    top: 20px;
  }

  .grid-12 {
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4";
  }

  .div-block-12 {
    opacity: 1;
    background-color: #f9f5f080;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 500px;
    max-width: 500px;
    min-height: 500px;
    max-height: 500px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: absolute;
    top: 600px;
    left: 119px;
  }

  .columns-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block---media {
    margin-bottom: 5rem;
  }

  .hero-v2-overlay-h3 {
    color: var(--dark-slate-grey);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 2rem;
    font-weight: 200;
  }

  .product-list--div-indent {
    background-color: #e5e7e466;
    border-radius: 50%;
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
    margin-left: 4rem;
    margin-right: 80px;
  }

  .bold-text-31, .link-11 {
    font-weight: 600;
  }

  .h1--featured-research {
    margin-left: -10px;
    font-weight: 300;
  }

  .image-18 {
    height: 60%;
  }

  .bold-text-34, .cookie--heading, .heading-50, .heading-51, .heading-52, .heading-53, .heading-54, .heading-55, .heading-56 {
    font-weight: 600;
  }

  .image-23 {
    max-width: 55%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  .container-md {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .container-md.z6, .container-md.z18, .container-md.z6, .container-md.z18 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.section-newsletter {
    padding: 6rem 0;
  }

  .section.section-team-bio {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.section-user-page {
    padding-bottom: 0;
  }

  .section.section-press-release {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.section-products {
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-subtext {
    font-size: 1.25rem;
  }

  .copy-block {
    padding: 4rem 2rem;
  }

  .spacer.spacer-md {
    height: 2rem;
  }

  .spacer.spacer-xxl {
    height: 4rem;
  }

  .section-callout {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .txt-callout {
    letter-spacing: -.5px;
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .enzyme-card--image {
    width: 100px;
    height: 100px;
  }

  .btn {
    text-align: center;
    margin-right: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }

  .btn.btn-primary {
    font-size: 1.25rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-h1 {
    font-size: 4rem;
  }

  .h3--strong {
    white-space: normal;
  }

  .no-container {
    padding-left: 0;
    padding-right: 0;
  }

  .h4--subhead {
    font-size: 1.5rem;
  }

  .txt-box {
    font-size: .8rem;
  }

  .h1--policy {
    margin-bottom: 0;
    padding-bottom: 2.5rem;
    font-weight: 300;
  }

  .hero-content--wrapper {
    min-height: 368px;
  }

  .h3-team {
    font-size: 2rem;
  }

  .p--50-50.white {
    font-size: 1rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .heading-3-home {
    letter-spacing: normal;
    font-size: 2rem;
  }

  .h3-press-release {
    font-size: 2.5rem;
    font-weight: 300;
  }

  .divider {
    display: none;
  }

  .table-row {
    grid-column-gap: 1rem;
    grid-template-columns: 1.25fr .5fr .25fr .5fr .25fr;
    padding-right: 1rem;
  }

  .filter_block._2 {
    width: 12rem;
    margin-bottom: .5rem;
  }

  .filter_block-header {
    grid-column-gap: .5rem;
  }

  .scroll-table-content {
    overflow: scroll;
  }

  .dropdown_select {
    min-width: 12rem;
  }

  .dropdown_icon {
    margin-right: .5rem;
  }

  .filter_header-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .table-header {
    font-size: .875rem;
  }

  .filter_search-field {
    background-position: 16px;
    padding-left: 3rem;
  }

  .filter_select {
    padding-right: 3rem;
  }

  .filter_sort-by {
    padding-right: 2rem;
  }

  .filter_block-header-2 {
    grid-column-gap: .5rem;
  }

  .filter_header-1 {
    flex-wrap: wrap;
    grid-template-columns: .25fr .25fr;
  }

  .signup-page--checkbox-label {
    font-size: .85rem;
  }

  .paragraph-article {
    font-weight: 300;
  }

  .h4--team-name {
    font-size: 2rem;
  }

  .team-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .quote-article-quote {
    font-weight: 300;
  }

  .paragraph-8 {
    font-size: 1.15rem;
  }

  .h1--team-page-light {
    font-weight: 300;
  }

  .heading-35 {
    text-align: left;
  }

  .div-block-10 {
    min-width: 400px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -59px;
    left: -65px;
  }

  .h1--products-header {
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .home--2-column {
    width: auto;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    left: auto;
  }

  .home--2-column-left {
    display: block;
    position: static;
  }

  .heading-36 {
    font-size: 1.5rem;
  }

  .heading-37.white {
    font-size: 3rem;
  }

  .image-5 {
    height: auto;
  }

  .home--2-column-right {
    padding-right: 0;
  }

  .heading-38, .heading-39 {
    font-size: 1.25rem;
  }

  .image-6 {
    padding-top: 13px;
  }

  .flex-block-3 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: center;
  }

  .image-9 {
    width: 100%;
    margin-left: 2rem;
  }

  .image-10 {
    width: 60%;
    margin-right: 2rem;
  }

  .image-11 {
    width: 40%;
    margin-bottom: 3rem;
  }

  .section----footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  ._90-million-bkgd {
    aspect-ratio: auto;
    object-fit: cover;
    max-width: 300vw;
    min-height: 100%;
    max-height: 120vh;
  }

  .hero-v2-content--wrapper {
    min-height: 368px;
  }

  .hero-v2-h1 {
    font-size: 5rem;
  }

  .hero-v2-overlay-h1 {
    letter-spacing: normal;
    font-size: 2rem;
  }

  .hero-v2-overlay-content--wrapper {
    min-height: 368px;
  }

  .hero-v2-nav--backer {
    top: 0%;
    left: 0%;
  }

  .heading-44 {
    font-size: 100px;
  }

  .circle._6 {
    z-index: 6;
    z-index: 6;
  }

  .auroramorphic {
    padding-top: 6rem;
  }

  .heading-45 {
    font-size: 100px;
  }

  .bold-text-12, .bold-text-22, .bold-text-28, .bold-text-30 {
    font-weight: 600;
  }

  .hero-circle-solid {
    min-width: 120%;
    max-width: 120%;
    left: 35vw;
  }

  .div-block-9 {
    top: 150px;
  }

  .hero-v2-overlay-h2 {
    letter-spacing: -.5px;
    font-size: 2rem;
  }

  .heading-48 {
    font-size: 2rem;
  }

  .div-block-11 {
    min-width: 450px;
    max-width: 450px;
    min-height: 450px;
    max-height: 450px;
    top: 68px;
    left: -98px;
  }

  .div-block-12 {
    min-width: 400px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    padding-left: 50px;
    padding-right: 50px;
    top: 510px;
    left: 38px;
  }

  .hero-v2-overlay-h3 {
    font-size: 1.8rem;
  }

  .link-12, .link-13, .bold-text-33 {
    font-weight: 600;
  }

  .image-23 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    white-space: normal;
    font-size: 2.5rem;
  }

  .container-md.border-top {
    padding-left: 0;
  }

  .section.section-hero {
    background-image: linear-gradient(#0912168c, #0912168c), url("https://cdn.prod.website-files.com/660ac1d2e75b62cafbdbb7c3/660ac1d2e75b62cafbdbb84a_mobile--hero.webp");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 13rem;
    padding-bottom: 10rem;
    display: block;
  }

  .section.section-50-50 {
    flex-direction: column;
  }

  .section.section-callout {
    padding-top: 8rem;
  }

  .section.section-process {
    padding: 5rem 15px;
  }

  .section.section-newsletter {
    padding: 6rem 0;
  }

  .section.section-team {
    height: auto;
  }

  .section.footer.footer--contact {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.section-team-bio {
    padding: 6rem 15px;
  }

  .section.section-user-page {
    padding-bottom: 0;
  }

  .section.section-press-release {
    padding: 6rem 0;
  }

  .section.section-products {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .h1-subtext {
    max-width: 400px;
    margin-top: 3rem;
    font-size: 1rem;
    line-height: 150%;
  }

  .empty-block {
    object-fit: fill;
    width: 100%;
    height: 300px;
  }

  .empty-block.img--corn {
    background-image: url("https://cdn.prod.website-files.com/660ac1d2e75b62cafbdbb7c3/660ac1d2e75b62cafbdbb830_corn.jpg");
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .empty-block.img--field {
    background-image: url("https://cdn.prod.website-files.com/660ac1d2e75b62cafbdbb7c3/660ac1d2e75b62cafbdbb83c_field.jpg");
  }

  .empty-block.img--water {
    background-image: url("https://cdn.prod.website-files.com/660ac1d2e75b62cafbdbb7c3/660ac1d2e75b62cafbdbb823_water.jpg");
  }

  .copy-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer.space-sm {
    height: 1rem;
  }

  .spacer.spacer-xxl {
    height: 4rem;
  }

  .spacer.spacer-xl {
    display: none;
  }

  .txt-callout {
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .nav-wrapper {
    z-index: 1;
    align-items: center;
    margin-right: -10px;
    position: relative;
  }

  .nav-list, .tab-wrapper {
    display: none;
  }

  .tab-pane--copy {
    width: 100%;
    margin-top: 0;
    font-size: 1.15rem;
  }

  .tab-pane--image {
    object-fit: cover;
    width: 100%;
    height: 400px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .newsletter--col-left {
    margin-bottom: 2rem;
  }

  .newsletter--columns {
    flex-direction: column;
  }

  .newsletter-col-right {
    padding-left: 0;
  }

  .enzyme-grid {
    display: none;
  }

  .enzyme-grid.enzyme-grid--mobile {
    grid-column-gap: 16px;
    grid-row-gap: 51px;
    grid-column-gap: 16px;
    grid-row-gap: 51px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: grid;
  }

  .btn {
    margin-bottom: 1.2rem;
  }

  .btn.btn-primary.btn--contact {
    margin-left: auto;
    margin-right: auto;
  }

  .email-form {
    max-width: 100%;
  }

  .contact--columns {
    flex-direction: column;
  }

  .contact--col-left {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .team-scroller {
    flex-direction: column;
    margin-top: 3rem;
  }

  .sticky {
    height: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .h3-process {
    padding-top: 8rem;
  }

  .wrapper-50-50 {
    flex-direction: column-reverse;
  }

  .wrapper-50-50.inverse-flip {
    flex-direction: column;
  }

  .absolute-filler.left, .absolute-filler.right, .absolute-filler.left, .absolute-filler.right {
    display: none;
  }

  .hero-h1 {
    font-size: 2.85rem;
  }

  .hero--bg-video {
    display: none;
  }

  .h3--strong {
    white-space: normal;
  }

  .no-container {
    padding-left: 0;
    padding-right: 0;
  }

  .h4--subhead {
    font-size: 1.25rem;
  }

  .team-collection--item {
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }

  ._50-50--img--mobile {
    object-fit: cover;
    object-position: 50% 50%;
    height: 200%;
    display: block;
  }

  .h1--policy {
    font-size: 3rem;
    font-weight: 300;
  }

  .h2--contact-page {
    font-size: 1.25rem;
  }

  .contact-page--grid {
    display: block;
  }

  .contact-page--info-wrapper {
    clear: left;
    margin-top: 4rem;
  }

  .process-accordion--wrapper {
    border-top: 2px solid #000;
    border-bottom: 2px solid var(--yellow-green);
  }

  .process-accordion--toggle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    display: grid;
  }

  .process-accordion--content {
    overflow: hidden;
  }

  .process-accordion--header {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .process-accordion--plus {
    max-width: 30px;
  }

  .process-accordion {
    border-top: 2px solid var(--yellow-green);
    display: block;
  }

  .nav-hamburger {
    align-self: center;
    padding: 10px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .mobile-nav--wrapper {
    background-color: var(--dark-slate-grey);
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .mobile-nav--link {
    border-top: 1px solid #ffffff1c;
    border-bottom: 0 solid #ffffff1c;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-decoration: none;
  }

  .mobile-nav--link--label {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
  }

  .spacer--mobile-nav {
    height: 7rem;
  }

  .bold-text {
    display: inline-block;
  }

  .hero-content--wrapper {
    min-height: 277px;
  }

  .nav--progress {
    display: none;
  }

  .nav-icon {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .nav-close {
    opacity: 0;
    padding: 10px;
    display: block;
    position: absolute;
    inset: -7% 0% 0% 4%;
  }

  .h5--press-release-page {
    margin-bottom: 0;
    padding-bottom: 6rem;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-copyright-2 {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -16px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image {
    margin-left: -6px;
  }

  .h2--media-page {
    font-size: 1.25rem;
  }

  .h1--contact-page {
    font-size: 2.5rem;
  }

  .contact-hero--wrapper {
    min-height: 185px;
  }

  .grid-2 {
    grid-template-areas: "Area-8 Area-8"
                         "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3"
                         "Area-4 Area-4"
                         "Area-5 Area-5"
                         "Area-6 Area-6";
  }

  .h3-press-release {
    font-size: 2rem;
  }

  .h2--press-release-page {
    font-size: 1.25rem;
  }

  .scroll-container {
    width: 100vw;
    overflow: hidden;
  }

  .divider {
    display: none;
  }

  .table-row.header {
    width: 650px;
    display: none;
  }

  .filter_block._2 {
    width: auto;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .filter_block-header {
    z-index: 100;
    grid-column-gap: 1rem;
    grid-template-columns: 1fr .25fr;
  }

  .scroll-table-content {
    margin-right: 2rem;
  }

  .button-secondary {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .filter_header-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .table-wrapper {
    overflow: hidden;
  }

  .filter_reset {
    text-align: right;
  }

  .sort-dropdown {
    z-index: 1;
  }

  .table-data-wrapper {
    position: relative;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .collection-item {
    overflow: scroll;
  }

  .filter_block-header-2 {
    grid-column-gap: 1rem;
  }

  .filter_header-1 {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .navbar {
    justify-content: space-between;
  }

  .signup-page--btn.btn-primary.btn--contact {
    margin-left: auto;
    margin-right: auto;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-article {
    font-weight: 300;
  }

  .column-featured-left {
    padding-right: 0;
  }

  .team-page--nav-wrapper {
    margin-top: 4rem;
  }

  .product-list--div {
    margin-right: 40px;
  }

  .heading-35 {
    text-align: left;
  }

  .h2--products-header {
    font-size: 1.25rem;
  }

  .home--2-column {
    flex-direction: column;
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home--2-column-left {
    margin-bottom: 0;
  }

  .image-5 {
    width: auto;
    height: 300px;
    display: none;
  }

  .enzyme-grid--v2 {
    display: block;
  }

  .enzyme-grid--v2.enzyme-grid--mobile {
    grid-column-gap: 16px;
    grid-row-gap: 51px;
    grid-column-gap: 16px;
    grid-row-gap: 51px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: grid;
  }

  .enzyme-card--v2 {
    margin-bottom: 2rem;
  }

  .home--2-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h2--team-header {
    font-size: 1.25rem;
  }

  .image-7, .image-8 {
    display: none;
  }

  .flex-block {
    clear: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-9 {
    margin-left: 1rem;
  }

  .image-10 {
    margin-right: 1rem;
  }

  .image-11 {
    width: 45%;
  }

  .section----footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sticky-div {
    justify-content: center;
    align-items: center;
  }

  ._90-million-bkgd {
    min-height: 100%;
  }

  .hero-v2-content--wrapper {
    min-height: 277px;
  }

  .hero-v2-h1 {
    font-size: 3.5rem;
  }

  .hero-v2-overlay-h1 {
    font-size: 1.8rem;
  }

  .hero-v2-overlay-content--wrapper {
    min-height: 277px;
  }

  .heading-44 {
    z-index: 2;
    font-size: 75px;
    position: absolute;
  }

  .auroramorphic {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }

  .heading-45 {
    z-index: 2;
    font-size: 75px;
    position: absolute;
  }

  .image-12 {
    width: auto;
    height: 300px;
    display: none;
  }

  .bold-text-9, .bold-text-10, .bold-text-28 {
    font-weight: 600;
  }

  .hero-v2-overlay-h2 {
    letter-spacing: -.05em;
    font-size: 1.8rem;
  }

  .grid-11 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .div-block-11 {
    top: 260px;
    left: -350px;
  }

  .div-block-12 {
    position: relative;
    top: 200px;
    left: -14px;
  }

  .hero-v2-overlay-h3 {
    font-size: 1.6rem;
  }

  .product-list--div-indent {
    margin-right: 40px;
  }

  .link-13 {
    font-weight: 600;
  }

  .h1--featured-research {
    font-size: 2.5rem;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-14 {
    grid-template-areas: "Area-8 Area-8"
                         "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3"
                         "Area-4 Area-4"
                         "Area-5 Area-5"
                         "Area-6 Area-6";
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4, p {
    font-size: 1rem;
  }

  .container-md {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-md.border-top {
    text-align: center;
  }

  .container-md.z18 {
    height: auto;
  }

  .section.section-hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.section-newsletter {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.section-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.footer.footer--contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.section-contact-page {
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .section.section-team-bio {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.section-user-page {
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .section.section-team-page {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .section.section-press-release {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.section-products {
    padding-top: 4rem;
  }

  .h1-subtext {
    margin-top: 1.5rem;
    font-size: 1.15rem;
    line-height: 120%;
  }

  .copy-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacer {
    height: .5rem;
  }

  .spacer.spacer-md, .spacer.space-sm {
    height: 1rem;
  }

  .spacer.spacer-xxl {
    height: 4rem;
  }

  .txt-callout {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .navigation, .navigation.scrolled, .navigation.scrolled {
    padding-top: 1rem;
  }

  .nav-wrapper {
    margin-right: -10px;
  }

  .logo {
    max-width: 175px;
  }

  .nav-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .tab-pane--copy {
    font-size: 1rem;
  }

  .tab-pane--image {
    height: 300px;
  }

  .enzyme-grid {
    display: none;
  }

  .enzyme-grid.enzyme-grid--mobile {
    display: block;
  }

  .enzyme-card {
    margin-bottom: 2rem;
  }

  .btn {
    text-align: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.15rem;
  }

  .btn.btn-primary {
    max-width: none;
    font-size: 1rem;
    display: block;
  }

  .btn.btn-primary.btn--contact {
    text-align: center;
    text-align: center;
    max-width: none;
    font-size: 1rem;
    display: block;
  }

  .email-form {
    flex-direction: column;
  }

  .contact--col-left {
    text-align: center;
  }

  .contact--col-right {
    padding-right: 0;
  }

  .team-scroll--wrapper {
    margin-bottom: 0;
  }

  .team-scroller {
    margin-left: 0;
  }

  .team-member--card {
    text-align: left;
  }

  .container {
    max-width: none;
  }

  .h3-process {
    font-size: 1.55rem;
  }

  .hero-h1 {
    letter-spacing: 0;
    font-size: 2rem;
    line-height: 110%;
  }

  .white.h3--contact {
    text-align: center;
  }

  .white.h3--home {
    text-align: center;
    font-size: 2rem;
  }

  .nav--bg {
    border-bottom-width: 0;
    height: 68px;
    margin-top: 0;
  }

  .no-container {
    padding-left: 0;
    padding-right: 0;
  }

  .h4--subhead {
    font-size: 1rem;
  }

  .caps--grid {
    grid-column-gap: 18px;
  }

  .caps--img {
    max-height: 60px;
  }

  .footer-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .h4--headshot {
    font-size: 1.25rem;
  }

  .team-collection--item {
    width: 100%;
    min-width: 0;
  }

  .team-collection {
    margin-left: 0;
  }

  .h1--policy {
    font-size: 2.5rem;
  }

  .h2--contact-page {
    font-size: 1rem;
  }

  .contact-page--grid {
    margin-top: 0;
  }

  .txt-field--underline {
    font-size: 1rem;
  }

  .contact-page--info-wrapper {
    clear: left;
  }

  .copy-txt.white {
    font-size: 1rem;
  }

  .process-accordion--toggle {
    grid-column-gap: 4px;
    grid-template-columns: 1.25fr .25fr;
    align-items: center;
    padding-top: 2.25rem;
  }

  .process-accordion--content {
    overflow: hidden;
  }

  .process-accordion--header {
    font-size: 1.15rem;
  }

  .process-accordion--plus {
    max-width: 50%;
  }

  .nav-hamburger {
    width: 45px;
    padding-right: 10px;
    display: block;
  }

  .mobile-nav--wrapper {
    margin-top: 4.2rem;
    padding-top: 0;
    display: none;
  }

  .mobile-nav--link {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .mobile-nav--link--label {
    font-size: 1.15rem;
  }

  .spacer--mobile-nav {
    height: 4.5rem;
  }

  .hero-content--wrapper {
    min-height: 200px;
  }

  .nav-close {
    z-index: auto;
    display: block;
  }

  .h3-team {
    font-size: 2rem;
  }

  .h5--press-release-page {
    padding-bottom: 4rem;
  }

  .list-item {
    font-size: 1rem;
    font-weight: 300;
  }

  .list {
    font-size: 1rem;
  }

  .list-item-2 {
    font-size: 1rem;
    font-weight: 300;
  }

  .paragraph {
    font-weight: 300;
  }

  .heading-8 {
    font-size: 1rem;
  }

  .heading-15 {
    font-size: 1.5rem;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-copyright-2 {
    text-align: left;
    align-self: auto;
    font-size: 12px;
  }

  .footer-legal-block {
    margin-left: -16px;
  }

  .h2--media-page {
    font-size: 1rem;
  }

  .heading-3-home {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  .h1--contact-page {
    font-size: 2.5rem;
  }

  .contact-hero--wrapper {
    min-height: 285px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 2.25fr;
    grid-template-areas: "Area-8 Area-8"
                         "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3"
                         "Area-4 Area-4"
                         "Area-5 Area-5"
                         "Area-6 Area-6";
  }

  .h2--press-release-page {
    font-size: 1rem;
  }

  .h1--icon {
    padding-top: 6px;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .h1--policy-icon {
    font-size: 2rem;
  }

  .button {
    margin-top: 1rem;
    margin-left: 0;
  }

  .table-row {
    grid-template-columns: 1fr .5fr .25fr .5fr .25fr;
  }

  .header-block {
    flex-wrap: wrap;
  }

  .filter_select {
    padding-right: 2rem;
  }

  .filter_block-header-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-combined {
    width: 260%;
  }

  .navbar {
    flex-direction: column;
    align-items: stretch;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .signup-page--btn {
    width: 100%;
    max-width: none;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .signup-page--btn.btn-primary {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    display: block;
  }

  .signup-page--btn.btn-primary.btn--contact {
    text-align: center;
    text-align: center;
    max-width: none;
    font-size: 1rem;
    display: block;
  }

  .paragraph-article {
    font-weight: 300;
  }

  .h4--team-name {
    font-size: 1.5rem;
  }

  .team-title {
    font-size: 1.25rem;
  }

  .column-featured-left {
    padding-right: 0;
  }

  .quote-article-quote {
    margin-left: 0;
  }

  .quote-article-left-quote {
    margin-top: 8rem;
    margin-bottom: -8rem;
  }

  .quote-article-author {
    margin-left: 0;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-8, .team-page--nav-block--link.white, .team-page--nav-block--link.white {
    font-size: 1rem;
  }

  .h1--product-page {
    font-size: 2rem;
  }

  .p--product-page {
    font-size: 1rem;
  }

  .grid-left--product-page {
    grid-template-columns: .25fr;
    grid-auto-flow: row;
  }

  .grid-right--product-page {
    grid-template-columns: .25fr;
  }

  .div-block-10 {
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
    top: -20px;
    left: -44px;
  }

  .h4--products {
    font-size: 1.25rem;
  }

  .h2--products-header {
    font-size: 1rem;
  }

  .h1--products-header {
    font-size: 2.5rem;
  }

  .home--2-column {
    margin-top: 1rem;
  }

  .heading-36 {
    font-size: 1.25rem;
  }

  .heading-37 {
    letter-spacing: -.05em;
  }

  .heading-37.white {
    font-size: 2rem;
  }

  .image-5 {
    height: auto;
  }

  .enzyme-grid--v2, .enzyme-grid--v2.enzyme-grid--mobile, .enzyme-grid--v2.enzyme-grid--mobile {
    display: block;
  }

  .enzyme-card--v2 {
    margin-bottom: 2rem;
  }

  .collection-list-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h4--team-icon {
    font-size: 1.25rem;
  }

  .image-6 {
    margin-left: 6px;
    padding-top: 5px;
  }

  .h2--team-header {
    font-size: 1rem;
  }

  .image-7, .image-8 {
    display: none;
  }

  .flex-block-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .image-9 {
    margin-left: 0;
  }

  .image-10 {
    margin-right: 0;
  }

  .image-11 {
    width: 80%;
  }

  .section----footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .zoom-header.right {
    padding-left: 0;
  }

  .svg {
    box-shadow: inset 0 0 0 2px #eff7ff, 0 0 0 70vh #eff7ff;
  }

  .hero-v2-content--wrapper {
    min-height: 200px;
  }

  .hero-v2-h1 {
    letter-spacing: 0;
    margin-right: 0;
    font-size: 2.5rem;
    line-height: 110%;
  }

  .hero-v2-overlay-h1 {
    letter-spacing: 0;
    font-size: 1.4rem;
    position: relative;
    top: -80px;
  }

  .svg-2 {
    box-shadow: inset 0 0 0 2px #eff7ff, 0 0 0 70vh #eff7ff;
  }

  .svg-3 {
    box-shadow: 0 0 0 80vh #f9f5f0;
  }

  .hero-v2-overlay-content--wrapper {
    min-height: 200px;
  }

  .heading-44 {
    margin-top: 15vh;
    font-size: 40px;
    left: 50px;
  }

  .auroramorphic {
    height: auto;
    padding-bottom: 0;
  }

  .heading-45 {
    margin-top: 15vh;
    font-size: 40px;
    left: 50px;
  }

  .h5--eyebrow.white {
    font-size: 1rem;
  }

  .image-12 {
    height: auto;
  }

  .bold-text-7, .bold-text-13 {
    font-weight: 600;
  }

  .italic-text-4 {
    font-weight: 300;
  }

  .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-27 {
    font-weight: 600;
  }

  .div-block-9 {
    margin-left: 15%;
    top: 110px;
  }

  .hero-v2-overlay-h2 {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .heading-48 {
    font-size: 1.75rem;
  }

  .div-block-11 {
    min-width: 400px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    padding-left: 60px;
    padding-right: 60px;
    top: -80px;
    left: -74px;
  }

  .grid-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 940px;
    display: grid;
  }

  .div-block-12 {
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
    top: -146px;
    left: -56px;
  }

  .hero-v2-overlay-h3 {
    font-size: 1.4rem;
  }

  .link-12, .link-13 {
    font-weight: 600;
  }

  .h1--featured-research {
    font-size: 2.5rem;
  }

  .grid-13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-20, .image-21 {
    height: 80%;
  }

  .cookie--heading {
    font-size: 1.75rem;
  }

  .grid-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 2.25fr;
    grid-template-areas: "Area-8 Area-8"
                         "Area Area"
                         "Area-2 Area-2"
                         "Area-3 Area-3"
                         "Area-4 Area-4"
                         "Area-5 Area-5"
                         "Area-6 Area-6";
  }

  #w-node-_4736e43b-ee9d-aefc-9c52-aa11cc613fdb-fbdbb7c4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c048d378-025e-059b-d1f8-deb4b27d521d-fbdbb7c4 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
