:root {
  --abbvie-blue: #071d49;
  --remarkable-light-red: #f7634f;
  --abbvie-medium-blue: #a6b5e0;
  --white: #fff;
  --abbvie-light-blue: #edf0ff;
  --purposeful-light-purple: #a86bde;
  --secondary-blue: #00a1ff;
  --global-light-green: #45ab00;
}

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

.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;
}

@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 {
  color: var(--abbvie-blue);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: var(--remarkable-light-red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--abbvie-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  border-color: var(--abbvie-medium-blue);
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.hero-heading {
  background-color: #001237;
  height: auto;
  padding: 200px 100px 150px;
  position: relative;
  overflow: hidden;
}

.hero-heading.nsclc-disease {
  padding-top: 170px;
  padding-bottom: 138px;
}

.hero-heading.nsclc-biomarkers {
  padding-top: 205px;
  padding-bottom: 205px;
}

.hero-heading.nsclc-met {
  height: auto;
  padding-top: 160px;
  padding-bottom: 50px;
}

.hero-heading.crc-biomarkers {
  padding-top: 144px;
  padding-bottom: 144px;
}

.hero-heading.oc-biomarkers {
  padding-top: 200px;
  padding-bottom: 182px;
}

.hero-heading.title-only {
  height: auto;
  padding-top: 150px;
  padding-bottom: 110px;
}

.hero-heading.home {
  padding-top: 250px;
  padding-bottom: 200px;
}

.hero-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  max-width: 52%;
  position: relative;
}

.hero-wrapper.nsclc-disease {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 47%;
  display: flex;
}

.hero-wrapper.crc-biomarkers {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.hero-image {
  align-self: flex-end;
  height: 620px;
  margin-top: 4%;
  position: absolute;
  top: 0%;
  left: 42%;
  right: 0%;
  overflow: visible;
}

.hero-image.mobile {
  display: none;
}

.title-subtext {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.title-subtext.para2 {
  margin-top: 15px;
}

.title-subtext.para2.biomarkers {
  margin-top: 20px;
}

.title-subtext.biomarkers {
  font-size: 22px;
  line-height: 28px;
}

.title-logo {
  width: 400px;
  margin-bottom: 50px;
}

.footnote {
  z-index: 3;
  opacity: .7;
  letter-spacing: .3px;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footnote.less-space {
  padding-top: 5px;
}

.footnote.mobile {
  display: none;
}

.footer {
  z-index: 2;
  color: #fff;
  background-color: #04102f;
  justify-content: center;
  align-items: center;
  padding: 30px 100px;
  display: flex;
  position: relative;
}

.reference-item {
  color: var(--abbvie-blue);
  letter-spacing: .3px;
  padding-bottom: 4px;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  list-style-type: decimal;
}

.reference-item.on-white {
  opacity: .7;
  color: var(--abbvie-blue);
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.reference-list {
  padding-left: 13px;
  font-size: 12px;
  line-height: 14px;
}

.references {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.footer-text {
  padding-bottom: 8px;
  font-size: 11px;
  line-height: 14px;
}

.footer-cookies {
  color: var(--white);
  padding-bottom: 4px;
  font-weight: 700;
  display: block;
}

.column-5 {
  padding-left: 0;
  padding-right: 76px;
}

.abbvie-logo {
  width: 100px;
  max-width: 20%;
  padding-top: 15px;
}

.abbvie-logo.tablet {
  display: none;
}

.column-6 {
  padding-right: 0;
}

.references-text {
  color: var(--abbvie-blue);
  letter-spacing: .6px;
  max-width: 1140px;
  padding-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
}

.ref-block-desktop {
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.ref-block-desktop.long {
  max-width: 1200px;
}

.columns-2 {
  max-width: 100%;
  padding-bottom: 8%;
}

.columns-2.home {
  max-width: 1200px;
  padding-bottom: 0%;
}

.body-content {
  z-index: 1;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.body-content-container {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: block;
}

.divider {
  border-top: 1px solid var(--abbvie-blue);
  max-height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footnote-tight {
  letter-spacing: .6px;
  align-self: flex-start;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 14px;
}

.footnote-tight.on-white {
  color: var(--abbvie-blue);
  font-weight: 400;
}

.next-prev {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.next-prev.nsclc-dis {
  justify-content: flex-end;
}

.resources-container {
  background-color: var(--abbvie-light-blue);
  border-radius: 13px;
  max-width: 1200px;
  padding: 20px;
}

.resources-title {
  margin-bottom: 10px;
}

.tabs-menu {
  border-bottom: 1px solid var(--abbvie-medium-blue);
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.tabs-menu.popup {
  justify-content: flex-start;
}

.navbar {
  z-index: 5;
  border-bottom: 1px solid var(--abbvie-light-blue);
  background-color: var(--abbvie-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 70px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.file-button {
  border: 1px solid var(--remarkable-light-red);
  color: var(--remarkable-light-red);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 25px 8px 18px;
  display: flex;
}

.file-button:hover {
  background-color: var(--remarkable-light-red);
  color: var(--white);
}

.graph-icon {
  width: 35px;
  position: relative;
}

.popup-button-text {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.full-resource-button {
  border: 1px solid var(--white);
  background-color: var(--remarkable-light-red);
  color: #fff;
  border-radius: 100em;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 14px 12px 25px;
  display: flex;
}

.full-resource-button:hover {
  background-color: var(--abbvie-light-blue);
  color: var(--abbvie-blue);
}

.full-resource-button.prev {
  padding-left: 14px;
  padding-right: 25px;
}

.next-prev-text {
  padding-left: 0;
  padding-right: 10px;
}

.next-prev-text.prev {
  padding-left: 10px;
  padding-right: 0;
}

.arrow-out-white {
  width: 30px;
}

.arrow-out-white.prev {
  transform: rotate(180deg);
}

.nav__icon {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 6.5em;
  margin-left: 4.9em;
  display: flex;
}

.nav__logo-img {
  width: 225px;
}

.navbar-container {
  justify-content: flex-start;
  max-width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.nav-menu {
  z-index: 3;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-right: 40px;
  display: flex;
}

.logo-link, .logo-link.w--current {
  width: 225px;
}

.section2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.report-pop-up {
  z-index: 3;
  background-color: #071d4940;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.report-pop-up.desktop {
  z-index: 6;
  opacity: 1;
  background-color: #0000;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  overflow: visible;
}

.pop-up-block {
  z-index: 1;
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 700px;
  max-height: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 25px;
  display: flex;
  position: relative;
  overflow: auto;
}

.pop-up-block.pathway {
  grid-column-gap: 20px;
  max-height: 85%;
  overflow: auto;
}

.pop-up-title {
  color: var(--remarkable-light-red);
  text-transform: none;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.close-button {
  align-self: center;
  display: block;
  position: static;
  inset: auto;
}

.body {
  margin-left: auto;
  margin-right: auto;
}

.close-button-block {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.superscript-18px {
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
  top: -7px;
  left: 0;
}

.superscript-18px.tablet-16.popup {
  font-size: 11px;
}

.superscript-22px {
  white-space: nowrap;
  vertical-align: super;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  top: 1px;
  left: 0;
}

.last-footer {
  display: flex;
}

.privacy {
  width: 30px;
  height: 14px;
  margin-top: 2px;
  margin-left: 8px;
}

.logo-nav {
  z-index: 3;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-left: 40px;
}

.sample-report-button-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.welcome-popup {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.welcome-popup-block {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.hcp-button {
  background-color: var(--remarkable-light-red);
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 12px 30px;
  display: block;
}

.hcp-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.leave-text {
  color: var(--remarkable-light-red);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.welcome-title-text {
  color: var(--abbvie-blue);
  text-align: center;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 48px;
}

.welcome-text {
  color: var(--abbvie-blue);
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.ref-number {
  font-weight: 700;
}

.pop-up-img {
  align-self: flex-start;
  margin-right: 30px;
  overflow: visible;
}

.pop-up-img.pathway {
  align-self: flex-start;
  max-width: 80%;
  margin-right: 35px;
  overflow: auto;
}

.pop-up-text {
  color: var(--abbvie-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.img-pop-up-block {
  flex-flow: column;
  width: 45%;
  margin-right: 20px;
  display: flex;
}

.img-pop-up-block.sample {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  display: block;
  overflow: visible;
}

.text-pop-up-block {
  width: 55%;
  max-width: none;
  margin-right: 10px;
  padding-right: 0;
}

.text-pop-up-block.pathway {
  width: 50%;
  max-width: none;
  padding-right: 0;
}

.bullet-list {
  color: var(--abbvie-blue);
  margin-bottom: 0;
  padding-left: 15px;
}

.bullet-list.widest {
  width: 100%;
}

.bullet-list-item {
  padding-bottom: 5px;
}

.bullet-list-item.last {
  padding-bottom: 0;
}

.bullet-list-item.purple {
  color: var(--purposeful-light-purple);
}

.bullet-list-item.blue {
  color: var(--secondary-blue);
}

.bullet-list-item.green {
  color: var(--global-light-green);
}

.bullet-list-item.orange {
  color: var(--remarkable-light-red);
}

.bullet-list-item.sub {
  margin-left: 16px;
}

.pop-up-background {
  z-index: 0;
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.home-hero {
  z-index: 1;
  align-self: flex-end;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto 40%;
}

.home-hero.nsclc-disease {
  height: 86vh;
  inset: 50px 0% auto auto;
}

.home-hero.oc-disease-state, .home-hero.oc-biomarkers {
  left: 550px;
}

.text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64 {
  color: var(--remarkable-light-red);
}

.pathway-pop-up-mobile {
  z-index: 0;
  opacity: 0;
  background-color: #071d4940;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.ref-block-mobile {
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: none;
}

.no-break {
  white-space: nowrap;
}

.ot-sdk-show-settings {
  color: #fff;
  padding-bottom: 4px;
  font-weight: 700;
  display: block;
}

.title-subtext-span {
  color: var(--remarkable-light-red);
}

.eyebrow {
  color: var(--remarkable-light-red);
  text-transform: uppercase;
  padding-bottom: 10px;
}

.tabs-link {
  opacity: .7;
  background-color: #0000;
  padding: 0 0 15px;
}

.tabs-link.w--current {
  opacity: 100;
  color: var(--remarkable-light-red);
  text-underline-offset: 18px;
  background-color: #0000;
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.tabs-link.popup {
  padding-right: 50px;
}

.tabs-link.popup.w--current {
  text-underline-offset: 19px;
}

.home-ref {
  color: var(--remarkable-light-red);
}

.body-title-left-align {
  color: var(--abbvie-blue);
  font-size: 18px;
  font-weight: 700;
}

.slider-home {
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  height: 100%;
  margin-bottom: 100px;
  padding: 24px 0;
}

.body-text {
  color: var(--abbvie-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.body-text.center {
  text-align: center;
}

.body-text.right {
  text-align: right;
}

.body-text.mini {
  font-size: 13px;
  line-height: 18px;
}

.body-text.mini.learnmore {
  text-align: right;
}

.body-text.space-above {
  padding-top: 10px;
}

.slider-container {
  grid-column-gap: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.slider-container._2nd {
  flex-flow: column;
}

.slider-container.mobile {
  padding-left: 0;
  padding-right: 0;
}

.home-slider-right {
  inset: 0% -7% 0% auto;
  overflow: visible;
}

.home-slider-left {
  inset: 0% auto 0% -7%;
  overflow: visible;
}

.slider-content {
  border-right: 1px solid #c1c6d1;
  padding-right: 20px;
}

.slider-content.c1-1 {
  min-width: 33%;
}

.slider-content.c1-2 {
  border-right-style: none;
  padding-right: 0;
}

.slider-content.c2-1 {
  border-right-style: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.slider-content.c3-1 {
  min-width: 35%;
}

.slider-content.c3-2 {
  border-right-style: none;
  padding-right: 0;
}

.slider-img {
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 10px;
}

.slider-img.desktop {
  margin-right: 0;
}

.slider-img.mobile {
  display: none;
}

.text-block-34 {
  color: var(--abbvie-blue);
  text-align: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.text-span-70 {
  color: var(--remarkable-light-red);
  font-weight: 700;
}

.div-block-8 {
  width: 50%;
}

.biomarkers-table {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
}

.text-block-35 {
  color: var(--abbvie-blue);
  margin-left: 0;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
}

.div-block-9 {
  border-bottom: 1px solid #c1c6d1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.div-block-9.bottom {
  border-bottom-style: none;
  padding-bottom: 0;
}

.biomarkers-icon {
  margin-left: 0;
  margin-right: 5px;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.span-orange {
  color: var(--remarkable-light-red);
}

.span-green {
  color: var(--global-light-green);
}

.span-blue {
  color: var(--secondary-blue);
}

.span-purple {
  color: var(--purposeful-light-purple);
}

.span-purple.gradient-blue {
  background-image: linear-gradient(90deg, var(--purposeful-light-purple), var(--secondary-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bclass-table {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-content: space-between;
  place-items: start;
  height: 90%;
  padding-top: 16px;
}

.home-slider {
  color: var(--remarkable-light-red);
  bottom: -50px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 70px;
  padding-bottom: 5px;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: space-between;
  padding-right: 30px;
  display: flex;
}

.tools-title {
  text-align: center;
  padding-bottom: 10px;
}

.tools-tabs {
  padding-top: 50px;
}

.tab4-columns {
  padding-top: 20px;
}

.practical-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr .5fr .5fr .5fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 0;
}

.table-header {
  background-color: var(--abbvie-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.table-header.first {
  border-top-left-radius: 20px;
}

.table-header.last {
  border-top-right-radius: 20px;
}

.table-header-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.table-header-text.orange {
  color: var(--remarkable-light-red);
}

.table-header-text.blue {
  color: var(--secondary-blue);
}

.table-header-text.purple {
  color: var(--purposeful-light-purple);
}

.table-header-text.dark {
  color: var(--abbvie-blue);
}

.table-row {
  border-bottom: 1px solid var(--abbvie-medium-blue);
  background-color: var(--abbvie-light-blue);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 16px 18px;
  display: flex;
}

.table-row.bottom-first {
  border-bottom-style: none;
  border-bottom-left-radius: 20px;
}

.table-row.bottom-last {
  border-bottom-style: none;
  border-bottom-right-radius: 20px;
}

.table-row.bottom {
  border-bottom-style: none;
}

.table-row.bottom.icons, .table-row.center-text {
  justify-content: center;
  align-items: center;
}

.table-row.center-text.right {
  margin-right: 18px;
  padding-left: 0;
  padding-right: 0;
}

.table-row.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.table-row.top-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.table-row.images, .table-row.icons {
  justify-content: center;
  align-items: center;
}

.table-row.left {
  margin-left: 18px;
  padding-left: 0;
  padding-right: 0;
}

.table-row.right {
  margin-right: 18px;
  padding-right: 0;
}

.table-bullet {
  color: var(--abbvie-blue);
  margin-bottom: 0;
  padding-left: 15px;
}

.table-list-item, .table-text {
  color: var(--abbvie-blue);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.bio-testing {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
  max-width: 85%;
  padding-top: 50px;
}

.bio-testing-table {
  flex-flow: column;
  display: flex;
}

.bio-testing-icon {
  max-width: 60px;
  padding-bottom: 5px;
}

.triangle {
  margin-top: 10px;
}

.bio-testing-box {
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  margin-bottom: 50px;
  padding: 20px;
  display: flex;
}

.btsub-list {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
}

.btsub-list.last {
  padding-right: 0;
}

.btsub-list-container {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding-top: 10px;
  display: flex;
}

.btsub-icon {
  width: 30px;
  padding-right: 5px;
}

.bio-testing-tabs {
  width: 100%;
  max-width: 100%;
}

.tabs-menu-3 {
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

.arrow-tab {
  pointer-events: none;
  cursor: default;
  background-color: #0000;
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.arrow-tab.w--current {
  background-color: #0000;
}

.bio-testing-tab {
  background-color: var(--abbvie-light-blue);
  color: #505c7d;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 15px 40px;
  display: flex;
}

.bio-testing-tab.w--current {
  background-color: var(--remarkable-light-red);
  color: var(--white);
}

.sample-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 20px;
}

.sample-grid-list {
  border-left: 2px solid var(--purposeful-light-purple);
  color: var(--abbvie-blue);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.sample-grid-list.green {
  border-left-color: var(--global-light-green);
}

.sample-grid-list.green.two-lines {
  padding-top: 5px;
  line-height: 22px;
}

.sample-grid-list.blue {
  border-left-color: var(--secondary-blue);
}

.bio-testing-tab2-grid {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-14 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-arrow-right {
  max-width: none;
  transform: rotate(-90deg);
}

.small-arrow-right.mobile {
  display: none;
}

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

.bio-testing-tab2-icon {
  max-width: 80px;
  padding-right: 10px;
}

.div-block-1 {
  grid-column-gap: 20px;
  flex-flow: row;
  height: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.left-analysis {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  width: 50%;
  display: flex;
}

.text-block-43 {
  color: var(--abbvie-blue);
  text-align: center;
  padding-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.bio-testing-tab3icon {
  max-width: 70px;
  max-height: 100px;
  padding-top: 0;
  padding-bottom: 10px;
}

.bio-testing-tab3icon.ngs {
  max-width: none;
  margin-top: 10px;
}

.text-span-71 {
  color: var(--remarkable-light-red);
  font-weight: 700;
}

.analysis-tab-column {
  border-right: 1px solid var(--abbvie-medium-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.analysis-tab-column.right {
  border-right-style: none;
  padding-left: 20px;
  padding-right: 0;
}

.plus-icon {
  width: 20px;
  position: relative;
}

.graph-icon-white {
  width: 35px;
  display: none;
  position: relative;
}

.plus-icon-white {
  width: 20px;
  display: none;
  position: relative;
}

.pop-up-tabs {
  padding-top: 20px;
}

.ngs-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.pop-up-bullet {
  color: var(--abbvie-blue);
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 15px;
}

.popup-list-item {
  color: var(--abbvie-blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.ngs-grid {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.image-11 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heading-3 {
  color: var(--remarkable-light-red);
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 54px;
}

.heading-3.no-sub {
  margin-top: 34px;
}

.grey-pill {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffffff40;
  border-radius: 20px;
  padding: 10px 20px;
}

.hero-nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hero-nav-wrapper.left {
  margin-right: 50px;
}

.hero-nav-text {
  color: var(--remarkable-light-red);
  text-transform: uppercase;
  padding-left: 5px;
}

.hero-nav-two {
  margin-top: 70px;
  display: flex;
}

.image-12, .image-13 {
  max-width: none;
  height: 90%;
  max-height: 300px;
}

.epidem-grid {
  grid-template-rows: auto auto auto;
  width: 100%;
  margin-top: 30px;
}

.image-15 {
  margin-top: 30px;
}

.dark-blue-pill {
  background-color: var(--abbvie-blue);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.treatment-plan-table {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  align-self: stretch;
  width: 24%;
}

.treatment-plan-table.orange, .treatment-plan-table.blue, .treatment-plan-table.purple {
  grid-template-rows: auto auto auto;
}

.mini-table-header {
  background-color: var(--global-light-green);
  color: #fff;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 8px 18px;
  display: flex;
}

.mini-table-header.orange {
  background-color: var(--remarkable-light-red);
}

.mini-table-header.blue {
  background-color: var(--secondary-blue);
}

.mini-table-header.purple {
  background-color: var(--purposeful-light-purple);
}

.mini-table-row {
  border-right: 1px solid var(--global-light-green);
  border-left: 1px solid var(--global-light-green);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  display: flex;
}

.mini-table-row.last {
  border-bottom: 1px solid var(--global-light-green);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 15px;
}

.mini-table-row.last.orange {
  border-bottom-color: var(--remarkable-light-red);
}

.mini-table-row.last.blue {
  border-bottom-color: var(--secondary-blue);
}

.mini-table-row.last.purple {
  border-bottom-color: var(--purposeful-light-purple);
}

.mini-table-row.first {
  padding-top: 15px;
}

.mini-table-row.orange {
  border-right-color: var(--remarkable-light-red);
  border-left-color: var(--remarkable-light-red);
}

.mini-table-row.blue {
  border-right-color: var(--secondary-blue);
  border-left-color: var(--secondary-blue);
}

.mini-table-row.purple {
  border-right-color: var(--purposeful-light-purple);
  border-left-color: var(--purposeful-light-purple);
}

.mini-table-icon {
  max-height: 35px;
  margin-bottom: 10px;
}

.mini-table-icon.arrow {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mini-table-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.treatment-plan-headers {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-self: flex-start;
  width: 24%;
}

.mini-table-headers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.arrow-out-blue {
  width: 30px;
  display: none;
}

.arrow-out-blue.prev {
  transform: rotate(180deg);
}

.resources {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.biomarkers-mini-tables {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 25% 50% 25%;
  align-self: flex-start;
  align-items: center;
  width: 40%;
}

.biomarkers-mini-tables.genomic, .biomarkers-mini-tables.three-rows {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.bm-mini-table-row {
  border-top: 1px none var(--abbvie-medium-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: flex;
}

.bm-mini-table-row.last {
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
}

.bm-mini-table-row.learn-more {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}

.bm-mini-table-row.learn-more.spacer, .bm-mini-table-row.learn-more.first {
  justify-content: center;
  align-items: center;
}

.bm-mini-table-row.genomic-left {
  padding-right: 0;
}

.bm-mini-table-row.first {
  border-top-style: none;
}

.bm-mini-table-header {
  border-bottom: 1px solid var(--abbvie-blue);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

.bm-mini-icons {
  padding-left: 6px;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-title.center {
  text-align: center;
}

.space {
  width: 100%;
  height: 50px;
}

.space.desktop-hide {
  display: none;
}

.div-block-17 {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.resource-list-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  padding-top: 10px;
  display: flex;
}

.image-16 {
  width: 24px;
  margin-right: 15px;
}

.resource-list {
  border-left: 1px solid var(--abbvie-medium-blue);
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.resource-list.first {
  border-left-style: none;
  padding-left: 0;
}

.learn-more-block {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.image-17 {
  margin-left: 2px;
  margin-right: 0;
}

.treatment-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .6fr 1fr 1fr 1fr;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.treatment-table.crc {
  grid-template-columns: .6fr 1fr;
  align-self: center;
  width: 100%;
}

.disc-met-button {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #fff;
  border-radius: 100em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 8px 22px 8px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.disc-met-button:hover {
  background-color: var(--abbvie-blue);
  box-shadow: none;
  color: #fff;
}

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

.image-18 {
  padding-right: 10px;
}

.patho-block {
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.patho-block.ovarian {
  width: 40%;
}

.pathobiology {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.method-block {
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding: 15px;
  display: flex;
}

.method-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.image-19 {
  width: 98%;
  padding-bottom: 10px;
}

.div-block-22 {
  flex-flow: column;
  align-self: center;
  width: 20%;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-bottom: 0;
  display: flex;
}

.oc-bio-block {
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 15px;
  display: flex;
}

.oc-bio-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 50px;
  display: flex;
}

.fra-button {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #fff;
  border-radius: 100em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 8px 22px 8px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.fra-button:hover {
  background-color: var(--abbvie-blue);
  box-shadow: none;
  color: #fff;
}

.next-prev-container {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.next-prev-container.nsclc-dis {
  justify-content: flex-end;
  align-items: center;
}

.column-16 {
  padding-right: 20px;
}

.column-17 {
  padding-left: 20px;
}

.nsclc-ref, .crc-ref, .oc-ref {
  color: var(--remarkable-light-red);
}

.footnote-content {
  z-index: 1;
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
}

.footnote-container {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: block;
}

.code-embed {
  margin-left: auto;
  margin-right: auto;
}

.code-embed.mobile {
  display: none;
}

.code-embed.wide {
  flex: none;
  align-self: center;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.tabletspace {
  display: none;
}

.column-left {
  padding-left: 10px;
  padding-right: 20px;
}

.column-right {
  padding-left: 20px;
  padding-right: 10px;
}

.analysis-tab {
  flex-flow: column;
  margin-top: 20px;
  display: none;
}

.right-analysis {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 33%;
  display: flex;
}

.nav-sub-section {
  border-top: 5px none var(--abbvie-medium-blue);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.nav-sub-section.nsclc {
  border-top-style: none;
  display: none;
}

.nav-sub-section.crc, .nav-sub-section.oc {
  display: none;
}

.nav-sub-item {
  color: var(--white);
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 25px 10px;
  font-size: 16px;
  font-weight: 400;
  display: none;
  position: static;
}

.nav-sub-item.w--current {
  color: var(--remarkable-light-red);
}

.nav-sub-item.last {
  padding-right: 0;
}

.nav-main-container {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-main-container.mobile-landscape {
  display: none;
}

.nav-sub-container {
  border-top: 1px none var(--abbvie-medium-blue);
  background-color: var(--abbvie-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 100vw;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-main-oc {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 10px 25px;
  font-size: 16px;
  font-weight: 700;
}

.nav-main-oc.w--current {
  color: var(--remarkable-light-red);
  font-weight: 700;
}

.nav-main-oc.in-sub {
  display: none;
}

.nav-main-crc {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
}

.nav-main-crc.w--current {
  color: var(--remarkable-light-red);
  font-weight: 700;
}

.nav-main-crc.in-sub {
  display: none;
}

.nav-main-nsclc {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.nav-main-nsclc.w--current {
  color: var(--remarkable-light-red);
  font-weight: 700;
}

.nav-main-nsclc.in-sub {
  display: none;
}

.nav-main-home {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
}

.nav-main-home.w--current {
  color: var(--remarkable-light-red);
  font-weight: 700;
}

.nav-main-home.in-sub, .nav-main-home.in-sub.w--current {
  display: none;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.report-img {
  align-self: flex-start;
  margin-right: 30px;
  overflow: visible;
}

.div-block-23-copy {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.tools-mobile {
  display: none;
}

.accordion1-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.practical-table-mobile {
  display: none;
}

.practical-table-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr .5fr .5fr .5fr 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bio-testing-box-mobile {
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  margin-bottom: 50px;
  padding: 20px;
  display: none;
}

.bio-testing-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
  max-width: 85%;
  padding-top: 30px;
  display: none;
}

.bio-testing-dropdown {
  display: none;
}

.test-selection-grid {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-arrow-down {
  transform: rotate(-90deg);
}

.test-icons-mobile {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.test-icons {
  max-width: 90px;
  padding-right: 10px;
}

.actg {
  color: var(--abbvie-blue);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.epidem-grid-mobile {
  width: 100%;
  margin-top: 30px;
  display: none;
}

.mini-table-container-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.resource-list-container-mobile {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  padding-top: 10px;
  display: none;
}

.legend {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.legend.crc {
  width: 50%;
  max-width: none;
}

.legend-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legend-img {
  width: 15px;
  max-width: none;
  margin-right: 8px;
}

.legend-img.icon {
  width: 20px;
}

.legend-text {
  color: var(--abbvie-blue);
  align-self: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.legend-text.center {
  text-align: center;
}

.legend-text.right {
  text-align: right;
}

.legend-text.mini {
  font-size: 13px;
  line-height: 18px;
}

.legend-text.space-above {
  padding-top: 10px;
}

.legend-icon {
  padding-right: 10px;
}

.icon-2 {
  color: var(--remarkable-light-red);
}

.icon-2.left {
  display: block;
}

.arrow-slider {
  color: var(--remarkable-light-red);
}

.arrow-slider.left {
  display: block;
}

.slider-img-right {
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 10px;
}

.slider-img-right.desktop {
  margin-left: 0;
  margin-right: auto;
}

.slider-img-right.mobile {
  display: none;
}

.bold-footnote {
  z-index: 3;
  opacity: .7;
  letter-spacing: .3px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.report-pop-up-mobile {
  z-index: 3;
  background-color: #071d4940;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.report-pop-up-mobile.desktop {
  z-index: 6;
  opacity: 1;
  background-color: #0000;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  overflow: visible;
}

.file-button-mobile {
  border: 1px solid var(--remarkable-light-red);
  color: var(--remarkable-light-red);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 25px 8px 18px;
  display: flex;
}

.file-button-mobile:hover {
  background-color: var(--remarkable-light-red);
  color: var(--white);
}

.genomic-profiling-container {
  background-color: var(--abbvie-light-blue);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.genomic-profiling-row {
  border-bottom: 1px solid var(--abbvie-medium-blue);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.genomic-profiling-row.learn-more {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.genomic-profiling-row.learn-more.last {
  border-bottom-style: none;
  grid-template-columns: 1fr 1fr;
}

.genomic-profiling-row.last {
  border-bottom-style: none;
}

.genomic-learn-more {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
}

.bm-mini-table-row-copy {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.bm-mini-table-row-copy.last {
  border-bottom-style: none;
}

.bm-mini-table-row-copy.learn-more {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}

.bm-mini-table-row-copy.right {
  padding-left: 0;
  padding-right: 0;
}

.div-block-25 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.learn-more-block-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.learn-more-block-copy.right {
  justify-content: flex-end;
  align-items: center;
}

.protein-expression-row {
  border-top: 1px solid var(--abbvie-medium-blue);
  border-bottom: 1px solid var(--abbvie-medium-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.protein-expression-row.last {
  border-bottom-style: none;
}

.protein-expression-row.learn-more {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}

.protein-expression-row.genomic-left {
  padding-right: 0;
}

.protein-expression-row.first {
  border-top-style: none;
  border-top-color: var(--abbvie-medium-blue);
  border-bottom-style: solid;
}

.example-link {
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.protein-expression-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.example-staining {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.staining-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-20 {
  margin-bottom: 10px;
}

.examples-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.pcr-img {
  max-width: 90%;
  margin-bottom: 15px;
}

.pcr-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.actionable-biomarkers {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.bio-testing-tab3-grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 373px) 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
}

.grid-5 {
  grid-template-columns: minmax(108px, 108px) 1fr;
}

.biomarker-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-4-copy {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .75fr .5fr;
}

.div-block-14-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-72 {
  font-weight: 400;
}

.text-span-73 {
  color: var(--global-light-green);
}

.heading-8 {
  margin-bottom: 60px;
}

.illustrative-footnote {
  z-index: 3;
  opacity: .7;
  letter-spacing: .3px;
  align-self: flex-start;
  padding-top: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

.illustrative-footnote.less-space {
  padding-top: 5px;
}

.italic-text {
  font-weight: 700;
}

.report-ihc {
  align-self: flex-start;
  margin-right: 30px;
  overflow: visible;
}

.report-ngs {
  align-self: flex-start;
  margin-right: 30px;
  display: none;
  overflow: visible;
}

.bm-mini-row {
  border-top: 1px solid var(--abbvie-medium-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: flex;
}

.bm-mini-row.last {
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
}

.bm-mini-row.learn-more {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}

.bm-mini-row.learn-more.spacer, .bm-mini-row.learn-more.first {
  justify-content: center;
  align-items: center;
}

.bm-mini-row.genomic-left {
  padding-right: 0;
}

.bm-mini-row.first {
  border-top-style: none;
}

.mini-table-headers-mobile, .mini-table-container-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.treatment-table-mobile {
  display: none;
}

.nsclc-met-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr .5fr .5fr .5fr 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

.graph-legend {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.graph-legend.crc {
  width: 50%;
  max-width: none;
}

.staining-mobile {
  display: none;
}

.staining-img {
  width: 90%;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px;
}

.treatment-table-crc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr .5fr .5fr .5fr 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.relatively-icons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.biomarker-icon-mobile {
  max-width: 90px;
  padding-right: 10px;
}

.grid-7 {
  display: none;
}

.bio-testing-tab2-icon-copy, .bio-testing-icon-mobile {
  max-width: 90px;
  padding-right: 10px;
}

.biomarker-icon {
  max-width: 90px;
  padding-right: 0;
}

.percent-img {
  max-width: 50%;
  margin-top: 30px;
}

.div-block-29 {
  z-index: 5;
  background-color: var(--abbvie-medium-blue);
  height: 100px;
  display: block;
  position: relative;
}

.title-space {
  flex-flow: column;
  display: flex;
}

.slider-subtitle {
  color: var(--abbvie-blue);
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

.bold-text {
  color: var(--secondary-blue);
}

.bold-text-2 {
  color: var(--purposeful-light-purple);
}

.bold-text-2-copy {
  color: var(--global-light-green);
}

.h3-table-header {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.h3-table-header.orange {
  color: var(--remarkable-light-red);
}

.h3-table-header.blue {
  color: var(--secondary-blue);
}

.h3-table-header.purple {
  color: var(--purposeful-light-purple);
}

.h3-table-header.dark {
  color: var(--abbvie-blue);
}

.patient-care-text {
  color: var(--abbvie-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.patient-care-text.center {
  text-align: center;
}

.patient-care-text.right {
  text-align: right;
}

.patient-care-text.mini {
  font-size: 13px;
  line-height: 18px;
}

.patient-care-text.mini.learnmore {
  text-align: right;
}

.patient-care-text.space-above {
  padding-top: 10px;
}

.hero-img {
  z-index: 1;
  align-self: flex-end;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto 40%;
}

.hero-img.nsclc-disease {
  height: 86vh;
  inset: 50px 0% auto auto;
}

.hero-img.oc-disease-state, .hero-img.oc-biomarkers {
  left: 550px;
}

.green-eyebrow {
  color: var(--global-light-green);
  margin-bottom: 10px;
}

.img-title {
  margin-bottom: 20px;
}

.image-22 {
  max-width: 80%;
}

.bm-mini-table-row-mag {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 15px;
  display: flex;
}

.bm-mini-table-row-mag.last {
  border-bottom-style: none;
}

.bm-mini-table-row-mag.learn-more {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}

.bm-mini-table-row-mag.right {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1440px) {
  .hero-container {
    max-width: 1200px;
  }

  .hero-image {
    left: 44%;
  }

  .footnote {
    z-index: 2;
    position: relative;
  }

  .ref-block-desktop, .columns-2, .columns-2.home, .body-content-container, .resources-container {
    max-width: 1200px;
  }

  .logo-link.w--current {
    padding-top: 0;
  }

  .report-pop-up.desktop {
    opacity: 100;
    display: none;
  }

  .pop-up-block {
    max-width: 1600px;
  }

  .welcome-popup-block {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    inset: 25% 0%;
  }

  .home-hero {
    left: 500px;
  }

  .ref-block-mobile {
    max-width: 1200px;
  }

  .table-header.first {
    padding-left: 18px;
  }

  .table-header.last {
    padding-right: 18px;
  }

  .table-row {
    padding: 12px;
  }

  .footnote-container {
    max-width: 1200px;
  }

  .bold-footnote {
    z-index: 2;
    position: relative;
  }

  .report-pop-up-mobile.desktop {
    opacity: 100;
    display: none;
  }

  .illustrative-footnote {
    z-index: 2;
    position: relative;
  }

  .hero-img {
    left: 600px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .hero-heading {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-heading.nsclc-met {
    height: auto;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading.home {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .hero-wrapper.nsclc-disease, .hero-wrapper.crc-biomarkers {
    max-width: 100%;
  }

  .hero-image {
    max-width: none;
    height: 520px;
    margin-top: 10%;
    left: 35%;
  }

  .title-subtext {
    font-size: 22px;
    line-height: 28px;
  }

  .title-subtext.para2 {
    margin-top: 15px;
  }

  .title-subtext.biomarkers {
    font-size: 18px;
    line-height: 24px;
  }

  .footnote {
    z-index: 3;
    position: relative;
  }

  .footer {
    padding: 50px 60px;
  }

  .reference-list {
    margin-bottom: 0;
  }

  .references {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-5 {
    padding-right: 0;
  }

  .abbvie-logo {
    display: none;
  }

  .abbvie-logo.tablet {
    padding-top: 20px;
    display: inline-block;
  }

  .column-6 {
    padding-top: 20px;
    padding-left: 0;
  }

  
  .text-block-34 {
    font-size: 16px;
  }

  
  .text-block-35 {
    font-size: 16px;
  }

  .ref-block-desktop {
    padding-top: 0;
  }

  .body-content, .next-prev {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tabs-menu.popup {
    margin-bottom: 20px;
  }

  .navbar, .navbar-container {
    height: 80px;
  }

  .nav-menu {
    text-align: right;
    background-color: #071d49;
    margin-right: 60px;
  }

  .menu-button {
    align-self: center;
    margin-right: 60px;
    padding-right: 0;
  }

  .menu-button.w--open {
    z-index: 3;
    background-color: #0000;
    padding-left: 40px;
    padding-right: 0;
  }

  .logo-link {
    z-index: 3;
  }

  .report-pop-up {
    padding-left: 0;
    padding-right: 0;
  }

  .report-pop-up.desktop {
    opacity: 100;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
  }

  .pop-up-block {
    height: auto;
  }

  .superscript-18px {
    top: -5px;
    left: 1px;
  }

  .superscript-18px.tablet-16 {
    font-size: 11px;
    line-height: 11px;
    top: -4px;
  }

  .logo-nav {
    z-index: 4;
    align-self: center;
    margin-top: 0;
    margin-left: 60px;
  }

  .welcome-popup {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .welcome-popup-block {
    width: auto;
    padding: 40px 30px;
  }

  .menu-icon {
    color: var(--abbvie-light-blue);
  }

  .pop-up-img {
    max-width: 100%;
  }

  .home-hero {
    opacity: .4;
    height: 100%;
    inset: 0%;
  }

  .home-hero.nsclc-disease {
    opacity: .22;
    max-width: none;
    height: auto;
    inset: 0% 0% auto;
  }

  .home-hero.oc-disease-state, .home-hero.oc-biomarkers {
    left: 350px;
  }

  .home-hero.nsclc-biomarkers {
    opacity: .22;
    inset: 0% 0% auto auto;
  }

  .pathway-pop-up-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .ref-block-mobile {
    padding-top: 0;
  }

  .tabs-link.w--current {
    text-decoration: none;
  }

  .tabs-link.popup.w--current {
    text-underline-offset: 18px;
  }

  .slider-home {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .body-text {
    font-size: 16px;
    line-height: 22px;
  }

  .body-text.mini {
    line-height: 16px;
  }

  .home-slider-right {
    right: -11%;
  }

  .home-slider-left {
    left: -11%;
  }

  .slider-content.c1-1 {
    min-width: 30%;
  }

  .slider-content.c2-1 {
    width: 100%;
    padding-bottom: 10px;
  }

  .slider-content.c3-1 {
    width: 45%;
    min-width: auto;
  }

  .slider-content.c3-2 {
    width: 55%;
  }

  .slider-img.desktop {
    display: block;
  }

  .slider-img.mobile {
    max-width: 90%;
    margin-top: 20px;
    display: none;
  }

  .div-block-8 {
    width: 50%;
  }

  .biomarkers-table {
    grid-template-columns: 1.25fr 1fr;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .span-orange {
    font-size: 16px;
    line-height: 20px;
  }

  .practical-table {
    grid-template-columns: .25fr .75fr .5fr .5fr .5fr .75fr .75fr;
  }

  .table-header {
    padding: 10px 8px;
  }

  .table-header-text {
    font-size: 12px;
    line-height: 16px;
  }

  .table-row {
    padding: 10px;
  }

  .table-row.icons {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .table-list-item, .table-text {
    font-size: 12px;
    line-height: 16px;
  }

  .bio-testing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .75fr 1fr .75fr 1fr .75fr 1fr;
    max-width: 100%;
  }

  .bio-testing-table.double-lines {
    justify-content: space-between;
  }

  .bio-testing-box {
    width: 100%;
    max-width: 100%;
  }

  .btsub-list-container {
    max-width: 90%;
  }

  .bio-testing-tab {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sample-grid-list.green.analysis {
    border-top: 2px solid var(--global-light-green);
    text-align: center;
    border-left-style: none;
    padding-top: 10px;
    padding-left: 0;
  }

  .sample-grid-list.blue.analysis {
    border-top: 2px solid var(--secondary-blue);
    text-align: center;
    border-left-style: none;
    padding-top: 10px;
    padding-left: 0;
  }

  .bio-testing-tab2-grid {
    max-width: 100%;
  }

  .div-block-14 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .small-arrow-right.right {
    transform: rotate(-90deg);
  }

  .small-arrow-right.down-tablet {
    transform: none;
  }

  .bio-testing-tab2-icon {
    max-width: 60px;
    padding-right: 10px;
  }

  .bio-testing-tab2-icon.center {
    padding-right: 0;
  }

  .left-analysis {
    width: 100%;
    padding-bottom: 20px;
  }

  .left-analysis.last, .bio-testing-tab3icon.last {
    padding-bottom: 0;
  }

  .analysis-tab-column {
    padding-right: 10px;
  }

  .analysis-tab-column.right {
    grid-row-gap: 16px;
    width: 100%;
    padding-left: 10px;
  }

  .analysis-tab-column.border-bottom {
    border-right-style: none;
    width: 100%;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .heading-3.no-sub {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-3.met-nsclc {
    margin-top: 0;
  }

  .hero-nav-two {
    margin-top: 50px;
  }

  .image-12, .image-13 {
    max-height: 200px;
  }

  .epidem-grid {
    text-align: center;
  }

  .mini-table-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mini-table-row {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mini-table-container, .mini-table-headers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .resources {
    padding-left: 60px;
    padding-right: 60px;
  }

  .biomarkers-mini-tables {
    grid-template-columns: .5fr 1fr .5fr;
    width: 100%;
  }

  .tabs-title {
    margin-right: 10px;
  }

  .tabs-title.last {
    margin-right: 0;
  }

  .space.mobile-hide {
    height: 40px;
  }

  .space.desktop-hide.tablet-show {
    display: block;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .treatment-table.crc {
    width: 100%;
  }

  .pathobiology {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .method-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .next-prev-container.two {
    grid-column-gap: 20px;
    max-width: none;
  }

  .footnote-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .code-embed.mobile.wide {
    display: block;
  }

  .code-embed.wide {
    display: none;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 20px;
    color: var(--abbvie-blue);
  }

  .heading-5 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .tabletspace {
    display: flex;
  }

  .analysis-tab {
    flex-flow: column;
    display: flex;
  }

  .right-analysis {
    width: auto;
    padding-bottom: 20px;
  }

  .right-analysis.last {
    padding-bottom: 0;
  }

  .tabs-content {
    overflow: visible;
  }

  .nav-sub-section {
    text-align: right;
    flex-flow: column;
    padding-bottom: 0;
    display: block;
  }

  .nav-sub-section.nsclc, .nav-sub-section.crc {
    align-self: stretch;
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
    padding-right: 0;
    display: block;
  }

  .nav-sub-section.oc {
    align-self: stretch;
    width: auto;
    margin-left: 40px;
    margin-right: 60px;
    padding-right: 0;
    display: block;
  }

  .nav-sub-item {
    text-align: right;
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .nav-sub-item.last {
    padding-bottom: 24px;
    padding-right: 0;
  }

  .nav-main-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .nav-sub-container {
    border-top-style: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .nav-main-oc {
    text-align: right;
    padding: 12px 50px;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .nav-main-oc.in-sub {
    border-top: 1px solid var(--white);
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-main-oc.in-sub.first {
    align-self: stretch;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 24px;
  }

  .nav-main-crc {
    text-align: right;
    padding: 12px 50px;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .nav-main-crc.in-sub {
    border-top: 1px solid var(--abbvie-light-blue);
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-main-crc.in-sub.first {
    align-self: stretch;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 24px;
  }

  .nav-main-nsclc {
    text-align: right;
    padding: 15px 50px;
    line-height: 22px;
    display: none;
  }

  .nav-main-nsclc.in-sub {
    border-top: 1px solid var(--white);
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
    display: block;
  }

  .nav-main-nsclc.in-sub.first {
    align-self: stretch;
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 24px;
    padding-left: 0;
  }

  .nav-main-home {
    text-align: right;
    margin-top: -10px;
    padding: 12px 50px;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .nav-main-home.in-sub {
    align-self: stretch;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 60px;
    padding: 24px 0;
    display: block;
  }

  .nav-main-home.in-sub.w--current {
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .div-block-23 {
    width: 25%;
  }

  .report-img {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .div-block-23-copy {
    width: 25%;
  }

  .practical-table-dropdown {
    grid-template-columns: .25fr .75fr .5fr .5fr .5fr .75fr .75fr;
  }

  .bio-testing-box-mobile {
    width: 100%;
    max-width: 100%;
  }

  .bio-testing-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .75fr 1fr .75fr 1fr .75fr 1fr;
    max-width: 100%;
  }

  .small-arrow-down {
    max-width: 20px;
  }

  .test-icons {
    padding-right: 10px;
  }

  .epidem-grid-mobile {
    text-align: center;
  }

  .legend {
    flex-flow: wrap;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .legend.crc {
    width: 70%;
  }

  .legend.bio-table {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .legend-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .legend-text.mini {
    line-height: 16px;
  }

  .slider-img-right.desktop {
    display: block;
  }

  .slider-img-right.mobile {
    max-width: 90%;
    margin-top: 20px;
    display: none;
  }

  .bold-footnote {
    z-index: 3;
    position: relative;
  }

  .report-pop-up-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .report-pop-up-mobile.desktop {
    opacity: 100;
    padding-left: 50px;
    padding-right: 50px;
  }

  .protein-expression-container {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-27 {
    width: 100%;
    margin-top: 30px;
  }

  .image-20 {
    max-width: 90%;
  }

  .pcr-img {
    max-width: 45%;
  }

  .pcr-block {
    flex-flow: column;
  }

  .bio-testing-tab3-grid {
    max-width: 90%;
  }

  .grid-5 {
    display: none;
  }

  .illustrative-footnote {
    z-index: 3;
    position: relative;
  }

  .report-ihc, .report-ngs {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .heading-9 {
    margin-bottom: 10px;
  }

  .nsclc-met-dropdown {
    grid-template-columns: .25fr .75fr .5fr .5fr .5fr .75fr .75fr;
  }

  .graph-legend {
    width: 100%;
    max-width: none;
  }

  .graph-legend.crc {
    width: 70%;
  }

  .staining-img {
    width: 100%;
  }

  .treatment-table-crc {
    grid-template-columns: .25fr .75fr .5fr .5fr .5fr .75fr .75fr;
  }

  .biomarker-icon-mobile {
    max-width: 70px;
    padding-right: 10px;
  }

  .grid-7 {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bio-testing-tab2-icon-copy, .bio-testing-icon-mobile {
    padding-right: 10px;
  }

  .bio-testing-icon-mobile.center {
    max-width: 60px;
    padding-right: 0;
  }

  .biomarker-icon {
    padding-right: 10px;
  }

  .div-block-29 {
    background-color: var(--global-light-green);
    display: block;
  }

  .table-icon {
    max-width: 18px;
  }

  .h3-table-header {
    font-size: 16px;
    line-height: 20px;
  }

  .grid-8 {
    grid-column-gap: 10px;
  }

  .patient-care-text {
    font-size: 14px;
    line-height: 18px;
  }

  .patient-care-text.mini {
    line-height: 16px;
  }

  .hero-img {
    opacity: .3;
    height: 100%;
    inset: 0%;
  }

  .hero-img.nsclc-disease {
    opacity: .22;
    max-width: none;
    height: auto;
    inset: 0% 0% auto;
  }

  .hero-img.oc-disease-state, .hero-img.oc-biomarkers {
    left: 350px;
  }

  .hero-img.nsclc-biomarkers {
    opacity: .22;
    inset: 0% 0% auto auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .hero-heading {
    padding: 180px 60px 120px;
  }

  .hero-heading.nsclc-disease {
    height: auto;
    padding-bottom: 110px;
  }

  .hero-heading.home {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .hero-image {
    height: 420px;
    margin-top: 18%;
    left: 35%;
  }

  .title-subtext {
    font-size: 20px;
    line-height: 26px;
  }

  .title-logo {
    width: 350px;
    margin-bottom: 40px;
  }

  .footnote {
    font-size: 11px;
    line-height: 14px;
  }

  .footnote.mobile {
    display: block;
  }

  .footnote.desktop {
    display: none;
  }

  .column-5 {
    padding-right: 0;
  }

  .column-6 {
    padding-top: 20px;
    padding-left: 0;
  }


  .divider.mobile-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footnote-tight {
    font-size: 11px;
    display: block;
  }

  .file-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .popup-button-text {
    padding-left: 9px;
  }

  .next-prev-text {
    line-height: 20px;
  }

  .nav__icon {
    margin-left: 0;
  }

  .navbar-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button {
    margin-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    margin-right: 60px;
  }

  .logo-link {
    padding-left: 0;
  }

  .report-pop-up.desktop {
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-block.pathway {
    overflow: auto;
  }

  .pop-up-title {
    padding-bottom: 15px;
  }

  .superscript-18px.mobile-16 {
    font-size: 11px;
    line-height: 11px;
    top: -4px;
  }

  .welcome-popup {
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
  }

  .welcome-popup-block {
    padding: 25px;
  }

  .hcp-button {
    margin-bottom: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hcp-text, .leave-text {
    font-size: 16px;
    line-height: 20px;
  }

  .welcome-title-text {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .welcome-text {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 14px;
  }

  .pathway-pop-up-mobile {
    z-index: 0;
    opacity: 0;
  }

  .tabs-link.w--current {
    text-underline-offset: 19px;
  }

  .body-title-left-align {
    font-size: 16px;
    line-height: 18px;
  }

  .slider-home {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-slider-right {
    right: -14%;
  }

  .home-slider-left {
    left: -14%;
  }

  .slider-content.c1-1 {
    min-width: 33%;
  }

  .biomarkers-table {
    grid-template-columns: 1fr .75fr;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .span-green, .span-purple {
    font-size: 16px;
  }

  .bclass-table {
    width: 100%;
    height: auto;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .tab2-columns {
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: -20px;
    display: flex;
  }

  .tab3-columns {
    flex-flow: row;
    display: flex;
  }

  .practical-table {
    max-width: 100%;
    overflow: hidden;
  }

  .bio-testing-icon {
    max-width: 50px;
  }

  .bio-testing-tab {
    align-self: stretch;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sample-grid-list.green.analysis {
    border-top: 2px solid var(--global-light-green);
    text-align: center;
    border-left-style: none;
    padding-left: 0;
  }

  .sample-grid-list.blue {
    border-top: 2px none var(--secondary-blue);
    text-align: left;
    border-left-style: solid;
    padding-top: 5px;
    padding-left: 20px;
  }

  .sample-grid-list.blue.analysis {
    border-top-style: solid;
    border-left-style: none;
  }

  .bio-testing-tab1 {
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .small-arrow-right.right {
    transform: rotate(-90deg);
  }

  .bio-testing-tab3icon {
    max-width: 50px;
  }

  .bio-testing-tab3icon.ngs {
    max-height: 70px;
  }

  .analysis-tab-column {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .hero-nav-two {
    margin-top: 30px;
  }

  .treatment-plan-table {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .treatment-plan-table.orange {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mini-table-header {
    padding: 10px;
  }

  .mini-table-row, .mini-table-row.orange, .mini-table-row.purple {
    flex: 1;
  }

  .mini-table-container {
    display: none;
  }

  .treatment-plan-headers {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .mini-table-headers {
    display: none;
  }

  .space.mobile-hide {
    height: 40px;
  }

  .treatment-table.crc {
    width: 100%;
  }

  .pathobiology {
    flex-flow: row;
  }

  .code-embed.mobile.wide {
    width: auto;
    height: auto;
  }

  .heading-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .analysis-tab {
    flex-flow: column;
    display: none;
  }

  .nav-sub-section.nsclc, .nav-sub-section.crc {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-sub-section.oc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--abbvie-medium-blue);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    display: grid;
  }

  .nav-sub-item {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-sub-item.last {
    padding-bottom: 20px;
  }

  .nav-main-container {
    display: none;
  }

  .nav-main-container.mobile-landscape {
    display: flex;
  }

  .nav-sub-container.mobile-landscape {
    text-align: left;
    flex-flow: row;
    grid-template-rows: 1fr auto auto auto;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: auto;
    display: grid;
  }

  .nav-main-oc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-main-oc.in-sub.first {
    text-align: left;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 1px;
    align-self: auto;
    margin-left: 0;
    margin-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-main-crc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-main-crc.in-sub.first {
    text-align: left;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 1px;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-main-nsclc {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-main-nsclc.in-sub.first {
    text-align: left;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 1px;
    flex: none;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-main-home {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-main-home.in-sub {
    border-bottom: 1px none var(--abbvie-medium-blue);
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    margin-left: 60px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    position: relative;
  }

  .mini-table-container-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-top: 20px;
    display: grid;
  }

  .legend.crc {
    width: 80%;
  }

  .legend-text {
    font-size: 14px;
  }

  .bold-footnote {
    font-size: 11px;
    line-height: 14px;
  }

  .report-pop-up-mobile.desktop {
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .file-button-mobile {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pcr-block {
    flex-flow: column;
  }

  .illustrative-footnote {
    font-size: 11px;
    line-height: 14px;
  }

  .mini-table-headers-mobile {
    margin-top: 20px;
    display: flex;
  }

  .graph-legend.crc {
    width: 80%;
  }

  .staining-img {
    max-width: 100%;
  }

  .biomarker-icon-mobile {
    max-width: 75px;
  }

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

  .bio-testing-icon-mobile {
    max-width: 65px;
    padding-right: 0;
  }

  .heading-12 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-29 {
    background-color: var(--remarkable-light-red);
  }

  .hero-img {
    height: 100%;
  }

  .div-block-30 {
    height: 1px;
  }
}

@media screen and (max-width: 479px) {
  img {
    transform: rotate(0);
  }

  .hero-heading {
    padding: 150px 28px 100px;
  }

  .hero-heading.nsclc-disease {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .hero-heading.nsclc-biomarkers {
    height: 650px;
  }

  .hero-heading.nsclc-met, .hero-heading.crc-biomarkers {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .hero-heading.home {
    padding: 200px 28px 150px;
  }

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

  .hero-wrapper {
    max-width: 100%;
  }

  .hero-wrapper.nsclc-disease {
    grid-row-gap: 0px;
  }

  .hero-image {
    opacity: .38;
    width: 170%;
    max-width: 170%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: 0% 0% 0% -40%;
    overflow: clip;
  }

  .hero-image.mobile {
    opacity: 100;
    width: 100vw;
    max-width: 100%;
    height: auto;
    margin-top: -3%;
    display: inline-block;
    left: 0%;
    overflow: visible;
  }

  .hero-image.mobile.home {
    width: 100%;
    height: 100vh;
    bottom: 0%;
  }

  .title-subtext {
    font-size: 18px;
    line-height: 24px;
  }

  .title-logo {
    width: 200px;
    margin-bottom: 40px;
  }

  .footer {
    padding: 50px 28px 60px;
  }

  .reference-item {
    padding-bottom: 2px;
    padding-right: 0;
  }

  .reference-item.on-white.mobile {
    padding-bottom: 24px;
    padding-right: 0;
    font-size: 11px;
  }

  .reference-list {
    padding-left: 15px;
  }

  .references {
    padding-left: 28px;
    padding-right: 28px;
  }

  .abbvie-logo {
    max-width: 35%;
  }

  .ref-block-desktop.long {
    display: block;
  }

  .columns-2 {
    padding-bottom: 20%;
  }

  .body-content {
    padding-left: 28px;
    padding-right: 28px;
  }

  .divider.mobile-small {
    border-top-color: var(--abbvie-medium-blue);
    margin-top: 0;
    margin-bottom: 0;
  }

  .next-prev {
    padding-left: 28px;
    padding-right: 28px;
  }

  .navbar {
    z-index: 6;
  }

  .file-button {
    width: 80%;
    padding-left: 12px;
    padding-right: 15px;
  }

  .graph-icon {
    width: 30px;
  }

  .popup-button-text {
    padding-right: 10px;
  }

  .nav__logo-img {
    width: 175px;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    margin-right: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    margin-right: 28px;
  }

  .report-pop-up.desktop {
    z-index: 0;
    opacity: 0;
  }

  .pop-up-block {
    max-width: 90%;
  }

  .pop-up-block.mobile {
    flex-flow: column;
    max-height: 95%;
    padding: 20px;
    display: block;
  }

  .close-button-block {
    width: 50px;
    position: absolute;
    right: 0;
  }

  .close-button-block.mobile {
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .superscript-18px {
    top: -7px;
  }

  .superscript-18px.mobile-16 {
    font-size: 11px;
    line-height: 11px;
    top: -4px;
  }

  .logo-nav {
    margin-left: 28px;
  }

  .sample-report-button-block {
    align-items: center;
    padding-top: 30px;
  }

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

  .hcp-button {
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px 30px;
  }

  .welcome-title-text {
    padding-bottom: 15px;
  }

  .welcome-text {
    margin-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .pop-up-img.pathway.mobile {
    max-width: 100%;
    margin-right: 0;
  }

  .pop-up-text {
    font-size: 16px;
    line-height: 22px;
  }

  .img-pop-up-block {
    width: auto;
    margin-right: 0;
  }

  .img-pop-up-block.sample.mobile {
    width: 100%;
  }

  .text-pop-up-block {
    width: auto;
  }

  .text-pop-up-block.pathway.mobile {
    width: 100%;
  }

  .home-hero {
    opacity: .3;
    width: auto;
    max-width: none;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .home-hero.nsclc-disease {
    opacity: .22;
    width: auto;
    position: absolute;
    inset: 0% auto auto;
  }

  .home-hero.oc-disease-state {
    inset: 0% 0% 0% -50%;
  }

  .home-hero.oc-biomarkers {
    inset: 0%;
  }

  .home-hero.nsclc-biomarkers {
    width: auto;
    height: 80vh;
  }

  .pathway-pop-up-mobile {
    z-index: 6;
    opacity: 100;
    padding-left: 28px;
    padding-right: 28px;
  }

  .title-close-block {
    justify-content: space-between;
    display: flex;
  }

  .title-close-block.pathway {
    padding-bottom: 20px;
  }

  .ref-block-mobile {
    display: none;
  }

  .slider-home {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .slider-container {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-slider-right, .home-slider-left {
    display: none;
  }

  .slider-content.c1-1 {
    border-right-style: none;
    width: auto;
    min-width: auto;
    padding-right: 0;
  }

  .slider-content.c1-2 {
    border-top: 1px solid var(--abbvie-blue);
    min-width: auto;
    padding-top: 20px;
  }

  .slider-content.c2-1 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .slider-content.c3-1 {
    border-right-style: none;
    width: auto;
    min-width: auto;
    padding-right: 0;
  }

  .slider-content.c3-2 {
    border-top: 1px solid var(--abbvie-blue);
    width: auto;
    padding-top: 20px;
  }

  .slider-img {
    margin-bottom: 0;
  }

  .slider-img.desktop {
    display: none;
  }

  .slider-img.mobile {
    min-height: auto;
    max-height: none;
    margin-bottom: 20px;
    display: block;
  }

  .text-block-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    width: auto;
  }

  .biomarkers-icon {
    max-width: 35px;
  }

  .div-block-10 {
    flex-flow: row;
  }

  .span-green.center {
    text-align: center;
  }

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

  .tools-tabs {
    display: none;
  }

  .practical-table {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .5fr .75fr;
    display: none;
  }

  .table-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-header-text {
    font-size: 16px;
    line-height: 20px;
  }

  .table-row {
    padding: 15px;
  }

  .table-row.bottom-first.bottom-last {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .table-row.no-border {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .table-row.top-align.bottom-first.mobile {
    border-bottom-right-radius: 20px;
  }

  .table-row.images.bottom-last.mobile {
    border-bottom-right-radius: 0;
  }

  .table-row.icon-row {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .table-row.left {
    margin-left: 15px;
  }

  .table-row.right {
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 0;
  }

  .table-list-item, .table-text {
    font-size: 14px;
    line-height: 20px;
  }

  .bio-testing {
    display: none;
  }

  .triangle.mobile {
    margin-top: 0;
    margin-bottom: 15px;
    transform: rotate(180deg);
  }

  .bio-testing-box {
    display: none;
  }

  .btsub-list {
    padding-right: 0;
  }

  .btsub-list-container {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .bio-testing-tabs {
    display: none;
  }

  .sample-grid {
    padding-bottom: 20px;
  }

  .sample-grid-list {
    font-size: 16px;
  }

  .sample-grid-list.green {
    border-top: 2px none var(--global-light-green);
    border-left-style: solid;
    padding-top: 5px;
    padding-left: 0;
  }

  .sample-grid-list.green.analysis {
    text-align: center;
    border-top-style: solid;
    border-left-style: none;
  }

  .sample-grid-list.green.left-margin {
    padding-left: 16px;
  }

  .sample-grid-list.blue {
    border-top: 2px solid var(--secondary-blue);
    text-align: center;
    border-left-style: none;
    padding-top: 5px;
    padding-left: 0;
  }

  .sample-grid-list.mobile {
    text-align: center;
    border-left-style: none;
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-14 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .small-arrow-right {
    max-width: 30px;
    transform: none;
  }

  .small-arrow-right.mobile {
    display: block;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr;
  }

  .bio-testing-tab2-icon {
    max-width: 75px;
  }

  .div-block-1 {
    flex-flow: column;
  }

  .left-analysis {
    width: auto;
  }

  .bio-testing-tab3icon {
    max-width: 60px;
  }

  .analysis-tab-column.right {
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .analysis-tab-column.border-bottom {
    border-bottom: 1px none var(--abbvie-medium-blue);
    border-right-style: none;
  }

  .plus-icon, .graph-icon-white, .plus-icon-white {
    width: 30px;
  }

  .popup-list-item {
    line-height: 22px;
  }

  .ngs-grid {
    grid-column-gap: 16px;
  }

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

  .heading-3 {
    font-size: 40px;
  }

  .hero-nav-text {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .hero-nav-two {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
  }

  .image-13 {
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .epidem-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .dark-blue-pill {
    font-size: 18px;
  }

  .treatment-plan-table {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .treatment-plan-table.orange {
    display: flex;
  }

  .mini-table-header {
    padding: 10px;
  }

  .mini-table-row {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mini-table-container {
    display: none;
  }

  .treatment-plan-headers {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mini-table-headers {
    display: none;
  }

  .resources {
    padding-left: 28px;
    padding-right: 28px;
  }

  .biomarkers-mini-tables {
    width: 100%;
  }

  .biomarkers-mini-tables.genomic {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .bm-mini-table-row {
    border-bottom: 1px solid var(--abbvie-medium-blue);
    height: 60px;
  }

  .bm-mini-table-row.last.mobile {
    border-bottom-style: solid;
  }

  .bm-mini-table-row.learn-more.spacer {
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-top: 10px;
  }

  .bm-mini-table-row.genomic-left, .bm-mini-table-row.spacer {
    border-bottom-style: none;
  }

  .bm-mini-table-row.spacer.mobile-hide {
    display: none;
  }

  .bm-mini-table-row.spacer.cmet {
    height: 40px;
    padding-bottom: 0;
  }

  .bm-mini-table-row.first {
    border-bottom-style: none;
  }

  .space {
    height: 30px;
  }

  .space.mobile-hide {
    height: 30px;
    display: none;
  }

  .space.desktop-hide {
    display: block;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .resource-list-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    display: none;
  }

  .image-16 {
    margin-left: -40px;
    margin-right: auto;
    position: absolute;
  }

  .resource-list {
    border-bottom: 1px solid var(--abbvie-medium-blue);
    border-left-style: none;
    width: 100%;
    padding: 12px 0;
  }

  .resource-list.last {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .treatment-table {
    display: none;
  }

  .treatment-table.crc, .patho-block.ovarian {
    width: auto;
  }

  .pathobiology {
    flex-flow: column;
  }

  .method-block {
    width: auto;
  }

  .method-container {
    flex-flow: column;
  }

  .div-block-22 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .oc-bio-block {
    width: auto;
  }

  .oc-bio-intro {
    flex-flow: column;
  }

  .fra-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .next-prev-container {
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .next-prev-container.two {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footnote-content {
    padding-left: 28px;
    padding-right: 28px;
  }

  .code-embed {
    display: none;
  }

  .code-embed.mobile {
    display: block;
  }

  .code-embed.mobile.wide {
    width: auto;
    height: auto;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-5 {
    font-size: 14px;
  }

  .heading-5.mobile-small {
    letter-spacing: -.3px;
  }

  .heading-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .right-analysis {
    width: auto;
  }

  .nav-sub-section.nsclc, .nav-sub-section.crc {
    margin-left: 28px;
    margin-right: 28px;
  }

  .nav-sub-section.oc {
    border-bottom-style: none;
    margin-left: 28px;
    margin-right: 28px;
    display: block;
  }

  .nav-sub-item {
    text-align: right;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-main-container {
    display: flex;
  }

  .nav-main-container.mobile-landscape {
    display: none;
  }

  .nav-sub-container {
    justify-content: center;
    align-items: stretch;
  }

  .nav-main-oc {
    padding-right: 28px;
    font-size: 16px;
  }

  .nav-main-oc.in-sub.first {
    text-align: right;
    border-top-style: solid;
    border-bottom-style: none;
    margin-left: 28px;
    margin-right: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-main-crc {
    padding-right: 28px;
    font-size: 16px;
  }

  .nav-main-crc.in-sub.first {
    text-align: right;
    border-top-style: solid;
    border-bottom-style: none;
    margin-left: 28px;
    margin-right: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-main-nsclc {
    padding-right: 28px;
    font-size: 16px;
  }

  .nav-main-nsclc.in-sub.first {
    text-align: right;
    border-top-style: solid;
    border-bottom-style: none;
    margin-left: 28px;
    margin-right: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-main-home {
    padding-right: 28px;
    font-size: 16px;
  }

  .nav-main-home.in-sub {
    text-align: right;
    border-bottom-style: none;
    align-self: auto;
    margin-top: 0;
    margin-right: 28px;
    padding-bottom: 12px;
  }

  .nav-main-home.in-sub.w--current {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 28px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    width: 70px;
  }

  .div-block-23-copy {
    width: 70px;
  }

  .tools-mobile {
    z-index: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
    position: relative;
  }

  .accordion-title {
    opacity: .7;
    align-self: center;
  }

  .accordion-item {
    z-index: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
  }

  .accordion-toggle {
    border-bottom: 1px solid var(--abbvie-medium-blue);
    height: 60px;
    padding-left: 0;
    display: flex;
  }

  .dropdown-list {
    background-color: #0000;
    padding: 20px 0;
    display: block;
    position: static;
  }

  .dropdown-list.last {
    padding-bottom: 0;
  }

  .accordion-icon {
    margin-right: 0;
  }

  .accordion1-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .practical-table-mobile {
    z-index: 0;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .practical-table-dropdown {
    background-color: var(--abbvie-light-blue);
    border-radius: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bio-testing-box-mobile {
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .bio-testing-mobile {
    grid-template-columns: 1fr .75fr 1fr;
    max-width: 90%;
    padding-top: 0;
    display: flex;
  }

  .column-18 {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bt-arrow-mobile {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-19 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bio-testing-dropdown {
    z-index: 0;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .test-selection-grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-arrow-down {
    transform: none;
  }

  .test-icons-mobile {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .test-icons {
    max-width: 60px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .actg {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-7 {
    margin-top: 20px;
  }

  .actg-img {
    max-width: 150px;
  }

  .epidem-grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mini-table-container-mobile {
    grid-auto-columns: 1fr;
    margin-top: 20px;
  }

  .resource-list-container-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start;
    max-width: 100%;
    margin-left: 40px;
    display: flex;
  }

  .legend {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .legend.crc {
    justify-content: flex-start;
    width: 100%;
  }

  .legend-item {
    text-align: left;
  }

  .arrow-slider {
    display: none;
  }

  .slider-img-right {
    margin-bottom: 0;
  }

  .slider-img-right.desktop {
    display: none;
  }

  .slider-img-right.mobile {
    min-height: auto;
    max-height: none;
    margin-bottom: 20px;
    display: block;
  }

  .report-pop-up-mobile {
    z-index: 7;
    display: none;
  }

  .report-pop-up-mobile.desktop {
    z-index: 0;
    opacity: 0;
  }

  .file-button-mobile {
    width: 80%;
    padding-left: 12px;
    padding-right: 15px;
  }

  .genomic-profiling-row {
    border-bottom-style: none;
    flex-flow: column;
  }

  .genomic-profiling-row.learn-more {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .genomic-profiling-row.learn-more.last {
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .genomic-learn-more {
    justify-content: center;
    align-items: center;
  }

  .bm-mini-table-row-copy.last.mobile {
    border-bottom-style: solid;
  }

  .bm-mini-table-row-copy.right {
    border-top: 1px solid var(--abbvie-medium-blue);
    width: 100%;
  }

  .div-block-25 {
    border-bottom: 1px solid var(--abbvie-medium-blue);
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-25.last {
    border-bottom-style: none;
  }

  .learn-more-block-copy {
    width: auto;
  }

  .learn-more-block-copy.right {
    padding-right: 0;
  }

  .protein-expression-row {
    border-top-style: solid;
  }

  .protein-expression-row.last.mobile {
    border-bottom-style: solid;
  }

  .protein-expression-container {
    width: 100%;
  }

  .div-block-27 {
    width: 100%;
    margin-top: 30px;
  }

  .examples-block, .pcr-block, .actionable-biomarkers {
    flex-flow: column;
  }

  .bio-testing-tab3-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(300px, 373px);
    width: auto;
    max-width: none;
  }

  .grid-5 {
    display: none;
  }

  .biomarker-column {
    width: 100%;
    margin-top: 10px;
  }

  .heading-8 {
    margin-bottom: 70px;
  }

  .illustrative-footnote {
    padding-top: 10px;
  }

  .italic-text-2 {
    font-weight: 700;
  }

  .heading-9, .heading-10 {
    margin-top: 10px;
    color: var(--abbvie-blue);
  }

  .bm-mini-row {
    height: 60px;
  }

  .bm-mini-row.last.mobile {
    border-bottom-style: solid;
  }

  .bm-mini-row.learn-more.spacer {
    justify-content: center;
    align-items: center;
  }

  .bm-mini-row.genomic-left, .bm-mini-row.spacer {
    border-bottom-style: none;
  }

  .mini-table-headers-mobile {
    margin-top: 20px;
    display: flex;
  }

  .mini-table-container-copy {
    display: flex;
  }

  .treatment-table-mobile {
    z-index: 0;
    width: 100%;
    margin-top: 20px;
    display: block;
    position: relative;
  }

  .grid-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nsclc-met-dropdown {
    background-color: var(--abbvie-light-blue);
    border-radius: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-21 {
    max-width: 90%;
    padding-bottom: 20px;
  }

  .epidemiology-legend {
    display: none;
  }

  .graph-legend {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: start;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 22px;
    display: grid;
  }

  .graph-legend.crc {
    justify-content: flex-start;
    width: 100%;
  }

  .staining-mobile {
    max-width: 70%;
    display: block;
  }

  .staining-img {
    display: none;
  }

  .heading-11 {
    text-align: center;
  }

  .treatment-table-crc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--abbvie-light-blue);
    border-radius: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .biomarker-icon-mobile {
    max-width: 75px;
    padding-right: 0;
  }

  .div-block-28 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .grid-7 {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    margin-top: 10px;
  }

  .bio-testing-tab2-icon-copy {
    max-width: 75px;
  }

  .bio-testing-icon-mobile {
    max-width: 70px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .biomarker-icon {
    max-width: 75px;
  }

  .heading-12 {
    margin-bottom: 70px;
  }

  .percent-img {
    max-width: 100%;
  }

  .div-block-29 {
    background-color: var(--secondary-blue);
  }

  .hero-img {
    opacity: .3;
    inset: 0%;
  }

  .hero-img.nsclc-disease {
    opacity: .22;
    width: auto;
    position: absolute;
    inset: 0% auto auto;
  }

  .hero-img.oc-disease-state {
    inset: 0% 0% 0% -50%;
  }

  .hero-img.oc-biomarkers {
    inset: 0%;
  }

  .hero-img.nsclc-biomarkers {
    width: auto;
    height: 80vh;
  }

  .bm-mini-table-row-mag {
    border-bottom: 1px solid var(--abbvie-medium-blue);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bm-mini-table-row-mag.last.mobile {
    border-bottom-style: solid;
  }

  .bm-mini-table-row-mag.right {
    border-top: 1px solid var(--abbvie-medium-blue);
    width: 100%;
  }

  .dark-blue {
    color: var(--abbvie-blue);
  }


  .div-block-31 {
    overflow: hidden;
  }
}

#w-node-_2a294616-c3b1-8eae-352c-7cb16775dbb1-0e4e9d54 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-deff3aca-c7df-e337-4956-9f367c8b60d0-0e4e9d54, #w-node-deff3aca-c7df-e337-4956-9f367c8b60d6-0e4e9d54, #w-node-deff3aca-c7df-e337-4956-9f367c8b60dd-0e4e9d54, #w-node-aa9d5425-81a8-b97f-93fc-41f03c03ac36-0e4e9d54, #w-node-aa9d5425-81a8-b97f-93fc-41f03c03ac3c-0e4e9d54, #w-node-_0f584200-fa12-a2e1-eff8-20d786bd059f-0e4e9d54, #w-node-_0f584200-fa12-a2e1-eff8-20d786bd05a5-0e4e9d54, #w-node-_782fb5cd-e954-6a2f-af99-6ed26c8d7051-0e4e9d54, #w-node-f818e730-492c-bf65-0e16-77ab5e5a27c4-0e4e9d54, #w-node-f818e730-492c-bf65-0e16-77ab5e5a27c5-0e4e9d54 {
  align-self: center;
}

#w-node-f818e730-492c-bf65-0e16-77ab5e5a27c6-0e4e9d54, #w-node-f818e730-492c-bf65-0e16-77ab5e5a27cc-0e4e9d54 {
  justify-self: start;
}

#w-node-_27816691-5964-c887-35b0-b92b8939619a-0e4e9d54 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: start;
}

#w-node-_27816691-5964-c887-35b0-b92b893961a0-0e4e9d54, #w-node-_3b62f7e2-e318-215f-9ff4-6f862b60539c-0e4e9d54 {
  align-self: center;
}

#w-node-_27816691-5964-c887-35b0-b92b893961a1-0e4e9d54, #w-node-_27816691-5964-c887-35b0-b92b893961bd-0e4e9d54 {
  justify-self: start;
}

#w-node-_27816691-5964-c887-35b0-b92b893961ac-0e4e9d54, #w-node-_6289a798-bf80-fdfb-eeb8-777594d1db55-0e4e9d54, #w-node-fb3d0f81-ef0c-ddea-61e8-cdf9aebfbe9a-0e4e9d54, #w-node-fb3d0f81-ef0c-ddea-61e8-cdf9aebfbe9f-0e4e9d54 {
  align-self: center;
}

#w-node-d4fd4c6e-387f-ad7e-43c0-7fd97b86d378-0e4e9d54 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_4d7f9702-4658-a9f6-a8db-4728744a63c7-0e4e9d54, #w-node-_5e5e6019-a647-eed9-bd16-2d1d48bf5826-0e4e9d54 {
  align-self: center;
}

#w-node-ff3a0e98-2a41-e9a4-311f-7a9a53c976ce-0e4e9d54 {
  justify-self: end;
}

#w-node-_2a0f4d86-a030-6839-8e95-ceb0d3864879-0e4e9d54 {
  align-self: center;
}

#w-node-_10313c41-e4e7-d05e-4dc9-58e5e504101c-0e4e9d54 {
  justify-self: start;
}

#w-node-_54d4900e-a326-4a21-4d48-8cf21d5be987-0e4e9d54 {
  align-self: center;
}

#w-node-e4f39f28-e4fb-ebf0-72b8-ff2289d9adad-0e4e9d54 {
  justify-self: start;
}

#w-node-_1ad3d846-8575-86bb-b6aa-e488809be422-0e4e9d54, #w-node-_1ad3d846-8575-86bb-b6aa-e488809be423-0e4e9d54 {
  align-self: center;
}

#w-node-_1ad3d846-8575-86bb-b6aa-e488809be424-0e4e9d54, #w-node-_1ad3d846-8575-86bb-b6aa-e488809be42a-0e4e9d54 {
  justify-self: start;
}

#w-node-_1ad3d846-8575-86bb-b6aa-e488809be43a-0e4e9d54, #w-node-_1ad3d846-8575-86bb-b6aa-e488809be43b-0e4e9d54 {
  align-self: center;
}

#w-node-_12aaede1-b92e-3224-9f55-b8453eafbf15-0e4e9d54 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: start;
}

#w-node-_12aaede1-b92e-3224-9f55-b8453eafbf1a-0e4e9d54 {
  align-self: center;
}

#w-node-_12aaede1-b92e-3224-9f55-b8453eafbf1b-0e4e9d54 {
  justify-self: start;
}

#w-node-_0518d857-6ef7-cffc-8ffa-f226c2a02cdb-0e4e9d54, #w-node-_25f985b4-dca9-8744-e63a-654049720859-0e4e9d54 {
  align-self: center;
}

#w-node-_25f985b4-dca9-8744-e63a-65404972085a-0e4e9d54 {
  justify-self: start;
}

#w-node-dd45edc5-d74c-9bf9-a56c-14c2e200388c-0e4e9d54 {
  place-self: center end;
}

#w-node-_87f7e718-0af6-af7b-cd00-fb558fadccb0-0e4e9d54, #w-node-_87f7e718-0af6-af7b-cd00-fb558fadccb1-0e4e9d54, #w-node-_87f7e718-0af6-af7b-cd00-fb558fadccb2-0e4e9d54, #w-node-_87f7e718-0af6-af7b-cd00-fb558fadccb4-0e4e9d54, #w-node-dec1eb56-1e92-ae0f-c910-3537c24f0cba-0e4e9d55, #w-node-ddd2a380-1a0c-0680-a172-82943ca59a49-0e4e9d55 {
  justify-self: center;
}

#w-node-f190c768-466d-845a-8c07-a3759d4e1759-0e4e9d55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7405de77-0555-0d58-f54c-72ecc5234eab-0e4e9d56 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-f4fe2936-0377-ffa1-926a-f522dbb11d8f-0e4e9d56, #cmet-nsclc-learn-more.w-node-_688e95cb-54fd-25a6-fcaa-c9cdd1561ca0-0e4e9d56 {
  justify-self: end;
}

#w-node-b08db94d-31f0-bd4f-62c4-9c9b8896153e-0e4e9d56, #w-node-a67e2f94-7f30-9080-82c2-9cf4abb1091c-0e4e9d56 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12c893ae-500a-7eac-2fce-3d6f80fd6559-0e4e9d56 {
  justify-self: start;
}

#metex-nsclc-learn-more.w-node-_4af19160-7086-f216-b682-3c9a54f127c3-0e4e9d56 {
  justify-self: end;
}

#w-node-bd452152-7a37-ed6b-437a-4e0a6e5d6321-0e4e9d56 {
  justify-self: start;
}

#metfocal-nsclc-learn-more.w-node-bd452152-7a37-ed6b-437a-4e0a6e5d632b-0e4e9d56 {
  justify-self: end;
}

#w-node-b0e182e0-0b13-c50e-678a-4d41cefb7236-0e4e9d57, #w-node-_61883293-09a2-dcf5-2743-2031b05a7df3-0e4e9d57, #w-node-a6f1dd1c-f50f-54b8-fb55-282d72b327fe-0e4e9d57, #w-node-a6f1dd1c-f50f-54b8-fb55-282d72b32800-0e4e9d57, #w-node-dec1eb56-1e92-ae0f-c910-3537c24f0cba-0e4e9d58, #w-node-ddd2a380-1a0c-0680-a172-82943ca59a49-0e4e9d58 {
  justify-self: center;
}

#w-node-d40eb1b3-8c70-35e2-db2d-6024b0585be3-0e4e9d58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7405de77-0555-0d58-f54c-72ecc5234eab-0e4e9d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2f0bf42a-c8f5-3a0c-2f12-70b2a59cc850-0e4e9d59, #w-node-a67e2f94-7f30-9080-82c2-9cf4abb1091c-0e4e9d59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dec1eb56-1e92-ae0f-c910-3537c24f0cba-0e4e9d5a, #w-node-ddd2a380-1a0c-0680-a172-82943ca59a49-0e4e9d5a {
  justify-self: center;
}

#w-node-_28e014c0-c161-81a2-284c-30084a1e63a3-0e4e9d5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfdbfd80-b404-2a05-fcb8-a5aeca3ea85d-0e4e9d5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab548f91-3e76-24a0-9cf7-8d2719610f37-0e4e9d5a, #w-node-_5f325f84-8bbf-191e-25ea-829188170e33-0e4e9d5a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_7405de77-0555-0d58-f54c-72ecc5234eab-0e4e9d5b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-a67e2f94-7f30-9080-82c2-9cf4abb1091c-0e4e9d5b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_89a6dc70-13fc-8e15-a41b-e47de73d0248-0e4e9d5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4d0fffcd-65bd-296c-bd01-925859105652-0e4e9d5c, #w-node-_4d0fffcd-65bd-296c-bd01-925859105654-0e4e9d5c, #w-node-_70d73c73-2366-13da-607e-cc51a1f22089-0e4e9d5c, #w-node-_70d73c73-2366-13da-607e-cc51a1f2208b-0e4e9d5c {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9e74362c-aefd-a5a9-ddba-fb95483b6105-0e4e9d54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e74362c-aefd-a5a9-ddba-fb95483b6105-0e4e9d54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e498524-4ee0-83cc-e7f7-9ee55efae880-5efae880 {
    grid-row: 2 / 3;
  }

  #w-node-_0dcbd891-b19b-6a1f-68bf-eeeecddd4b31-5efae880 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center stretch;
  }

  #home.w-node-_0dcbd891-b19b-6a1f-68bf-eeeecddd4b1d-5efae880 {
    place-self: end stretch;
  }

  #met-nsclc.w-node-_0dcbd891-b19b-6a1f-68bf-eeeecddd4b1f-5efae880, #case-atlas.w-node-_0dcbd891-b19b-6a1f-68bf-eeeecddd4b28-5efae880 {
    align-self: end;
  }

  #resource-library.w-node-_0dcbd891-b19b-6a1f-68bf-eeeecddd4b2f-5efae880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_115d2a89-af7f-b41c-ed20-41bae4247226-5efae880 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_5731c7ef-bced-568d-629c-f18239b0827d-0e4e9d55 {
    justify-self: end;
  }

  #w-node-ada625e1-7290-8ffd-336d-a0e6163fc6e4-0e4e9d58 {
    justify-self: start;
  }

  #w-node-ada625e1-7290-8ffd-336d-a0e6163fc6fe-0e4e9d58 {
    justify-self: end;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610ee0-0e4e9d5a {
    order: -9999;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610eff-0e4e9d5a {
    order: 3;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610ee7-0e4e9d5a {
    order: 2;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610f14-0e4e9d5a {
    order: 4;
  }

  #w-node-_4e7c197a-d88a-0a06-05f5-1014c25392d5-0e4e9d5a {
    order: -9999;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610f21-0e4e9d5a {
    order: 3;
  }

  #w-node-_4e7c197a-d88a-0a06-05f5-1014c25392dd-0e4e9d5a {
    order: 2;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610f32-0e4e9d5a {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b6b86418-78fd-2e81-ce5e-7d97bb233374-0e4e9d54 {
    order: -9999;
  }

  #w-node-_917c28b1-143b-d405-fdf6-d2b038ce42e2-0e4e9d54 {
    order: 3;
  }

  #w-node-_5f94effa-edba-7e99-7d6d-b374004b3f53-0e4e9d54 {
    order: 2;
  }

  #w-node-a2d0ffb2-f4c1-e090-6756-6b3dfd8903c0-0e4e9d54 {
    order: 9999;
  }

  #w-node-_0f584200-fa12-a2e1-eff8-20d786bd059f-0e4e9d54 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f818e730-492c-bf65-0e16-77ab5e5a27c4-0e4e9d54, #w-node-f818e730-492c-bf65-0e16-77ab5e5a27c5-0e4e9d54, #w-node-_27816691-5964-c887-35b0-b92b893961a0-0e4e9d54, #w-node-_3b62f7e2-e318-215f-9ff4-6f862b60539c-0e4e9d54, #w-node-_27816691-5964-c887-35b0-b92b893961ac-0e4e9d54, #w-node-_6289a798-bf80-fdfb-eeb8-777594d1db55-0e4e9d54, #w-node-_1ad3d846-8575-86bb-b6aa-e488809be422-0e4e9d54, #w-node-_1ad3d846-8575-86bb-b6aa-e488809be423-0e4e9d54, #w-node-_1ad3d846-8575-86bb-b6aa-e488809be43a-0e4e9d54, #w-node-_1ad3d846-8575-86bb-b6aa-e488809be43b-0e4e9d54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dec1eb56-1e92-ae0f-c910-3537c24f0cba-0e4e9d55 {
    order: -9999;
  }

  #w-node-ddd2a380-1a0c-0680-a172-82943ca59a49-0e4e9d55 {
    order: 3;
  }

  #w-node-_28e014c0-c161-81a2-284c-30084a1e63a3-0e4e9d55 {
    order: 2;
  }

  #w-node-b92eabfc-a01f-4c01-c5c0-fa0a8640b9c4-0e4e9d55 {
    order: 4;
  }

  #w-node-f190c768-466d-845a-8c07-a3759d4e1759-0e4e9d55 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-f190c768-466d-845a-8c07-a3759d4e176a-0e4e9d55 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5731c7ef-bced-568d-629c-f18239b08268-0e4e9d55 {
    justify-self: start;
  }

  #w-node-_5731c7ef-bced-568d-629c-f18239b0827d-0e4e9d55 {
    place-self: stretch end;
  }

  #w-node-_5731c7ef-bced-568d-629c-f18239b0828a-0e4e9d55 {
    justify-self: start;
  }

  #w-node-_5731c7ef-bced-568d-629c-f18239b0829b-0e4e9d55 {
    justify-self: end;
  }

  #w-node-_54a361ac-df7d-4035-6205-2420cc18ea06-0e4e9d56, #w-node-f4fe2936-0377-ffa1-926a-f522dbb11d8f-0e4e9d56 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0dd48ddd-e78d-a54b-747c-838f07f25b22-0e4e9d57, #w-node-bce01657-79ed-1142-fef8-66101e82e05e-0e4e9d57, #w-node-e3696846-df1e-7681-3c7d-52647dd8835d-0e4e9d57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dec1eb56-1e92-ae0f-c910-3537c24f0cba-0e4e9d58 {
    order: -9999;
  }

  #w-node-ddd2a380-1a0c-0680-a172-82943ca59a49-0e4e9d58 {
    order: 3;
  }

  #w-node-_28e014c0-c161-81a2-284c-30084a1e63a3-0e4e9d58 {
    order: 2;
  }

  #w-node-b92eabfc-a01f-4c01-c5c0-fa0a8640b9c4-0e4e9d58 {
    order: 4;
  }

  #w-node-d40eb1b3-8c70-35e2-db2d-6024b0585be3-0e4e9d58 {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_768482ab-e2a5-d2ee-8615-83d0745cf5c8-0e4e9d58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ada625e1-7290-8ffd-336d-a0e6163fc6e4-0e4e9d58 {
    justify-self: start;
  }

  #w-node-ada625e1-7290-8ffd-336d-a0e6163fc6fe-0e4e9d58 {
    place-self: stretch end;
  }

  #w-node-ada625e1-7290-8ffd-336d-a0e6163fc710-0e4e9d58 {
    justify-self: start;
  }

  #w-node-ada625e1-7290-8ffd-336d-a0e6163fc727-0e4e9d58 {
    justify-self: end;
  }

  #w-node-dec1eb56-1e92-ae0f-c910-3537c24f0cba-0e4e9d5a {
    order: -9999;
  }

  #w-node-ddd2a380-1a0c-0680-a172-82943ca59a49-0e4e9d5a {
    order: 3;
  }

  #w-node-_28e014c0-c161-81a2-284c-30084a1e63a3-0e4e9d5a {
    order: 2;
  }

  #w-node-b92eabfc-a01f-4c01-c5c0-fa0a8640b9c4-0e4e9d5a {
    order: 4;
  }

  #w-node-cfdbfd80-b404-2a05-fcb8-a5aeca3ea85d-0e4e9d5a {
    order: 9999;
    grid-column: span 1 / span 1;
  }

  #w-node-cfdbfd80-b404-2a05-fcb8-a5aeca3ea86e-0e4e9d5a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610ee0-0e4e9d5a {
    order: -9999;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610eff-0e4e9d5a {
    order: 3;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610ee7-0e4e9d5a {
    order: 2;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610f14-0e4e9d5a {
    order: 4;
  }

  #w-node-_4e7c197a-d88a-0a06-05f5-1014c25392d5-0e4e9d5a {
    order: -9999;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610f21-0e4e9d5a {
    order: 3;
  }

  #w-node-_4e7c197a-d88a-0a06-05f5-1014c25392dd-0e4e9d5a {
    order: 2;
  }

  #w-node-ab548f91-3e76-24a0-9cf7-8d2719610f32-0e4e9d5a {
    order: 9999;
  }

  #w-node-_44c769bf-7b3f-d78e-5337-3e4e3a58be3d-0e4e9d5b, #w-node-bd05fc16-4e7b-dc31-49c1-27a4451f24a0-0e4e9d5b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4d0fffcd-65bd-296c-bd01-92585910564a-0e4e9d5c {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d0fffcd-65bd-296c-bd01-92585910564e-0e4e9d5c, #w-node-_70d73c73-2366-13da-607e-cc51a1f22085-0e4e9d5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


