#id-home-page {
     /*max-width: 1440px;*/
  /*margin: 0 auto;*/
  background: #FFFFFF;
}

#id-home-page h1 {
  font-family: Lexia;
  font-size: 75px;
    /* font-size: min(4.167vw, 80px); */
  font-weight: 400;
  line-height: 92.7px;
  text-align: left;
}

#id-home-page h2 {
  font-family: Arial;
  font-size: 20px;
  /* font-size: min(1.042vw, 20px); */
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

#id-home-page h3 {
  font-family: Lexia;
  font-size: 30px;
  /* font-size: min(1.563vw, 30px); */
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}

#id-home-page p {
  font-family: Arial;
  font-size: 20px;
  /* font-size: min(1.042vw, 20px); */
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

#id-home-page .cmp-container__backgroundImage--enabled {
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 664px;
  width: auto;
  /* height:auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

#id-home-page .banner-content {
  position: absolute;
  top: 24%;
  max-width: 700px;
  left: 12%;
}

#id-home-page .banner-sub-heading {
  padding-bottom: 12px;
  color: #FFFFFF;
}

#id-home-page p.banner-text {
  width: 90%;
  color: #FFFFFF;
}

#id-home-page .banner-btn {
  width: 276.98px;
  height: 61.55px;
  background: #FFFFFF;
}

#id-home-page .btn-container {
  margin-top: 50px;
}

#id-home-page .banner-btn {
  font-family: Lexia;
  font-size: 22px;
  /* font-size: min(1.158vw, 22px); */
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

#id-home-page a.banner-btn {
  position: relative;
  border-radius: 6px;
  /* padding: 16px; */
  display: flex;
  text-decoration: none;
  align-items: center;
  padding-left: 49px;
}

#id-home-page a.banner-btn img {
  position: absolute;
  height: 23px;
  right: 47px;
  width: 23px;
}

.wrapper-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

#id-home-page .main-section {
  margin-top: 57px;
  text-align: center;
}

#id-home-page .sub-text {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

#id-home-page .flex-container {
  padding-top: 64px;
}

#id-home-page .flex-container h2 {
  font-size: 18px;
  padding-bottom: 22px;
  margin: 0 auto;
  padding-right: 37px;
}

#id-home-page .section-flex {
  display: flex;
  justify-content: center;
  gap: 45px;
  padding-bottom: 20px;
}

#id-home-page .content {
  width: 310px;
  height: 82px;
  margin-bottom: 19px;
  box-shadow: 0px 0px 9px 0px #C7255D80;
  background: linear-gradient(180deg, rgba(195, 116, 60, 1) 0%, rgba(199, 37, 93, 1) 100%);
  padding: 2px;
  border-radius: 6px;
  /* border-radius: 6px;
  border: 2px solid;
  border-image: linear-gradient(180deg, #C3743C 0%, #C7255D 100%)2; */
  ;
}

#id-home-page .content p {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 31px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  background: #ffff;
  line-height: 21px;
}

#id-home-page .font-change {
  font-size: 18px;
  font-style: italic;
}

#id-home-page .fotter-note {
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  max-width: 1020px;
  margin: 0 auto;
  font-weight: 400;
  padding-left: 1px;
  line-height: 20px;
  text-align: left;
}

#id-home-page .second-section h2 {
  padding-top: 63px;
  padding-bottom: 24px;
  padding-left: 51px;
}

#id-home-page .total-border {
  max-width: 1230px;
  margin: 0 auto;
  /*width: auto;*/
  /* margin: 32px; */
  height: auto;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #C3743C 0%, #C7255D 100%);
  box-shadow: 0px 0px 9px 0px #C7255D80;
  padding: 2px;
}

#id-home-page .flex-column ul li, #biomarker .flex-column ul li {
  /*margin: 20px;*/
  font-style: normal;
  font-size: 18px;
}

#id-home-page .d-flex-section, #biomarker .d-flex-section {
  padding-top: 15px;
  display: flex;
  margin: auto;
  justify-content: center;
  width: 100%;
  gap: 116px;
  height: auto;
  padding-bottom: 16px;
  background: white;
  border-radius: 6px;
}

#id-home-page .flex-column, #biomarker .flex-column {
  font-family: Arial;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
}

#id-home-page .third-section {
  padding-top: 66px;
}

#id-home-page .sub-text-two {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

#id-home-page .third-flex {
  padding-top: 66px;
  padding-bottom: 94px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#id-home-page .two-section {
  width: 604px;
  height: 238px;
  position: relative;
  border-radius: 6px;
}

#id-home-page .white-arrow {
  position: absolute;
  left: auto;
  right: 13px;
  bottom: 13px;
  top: auto;
  width: 30px;
}

#id-home-page .two-section a {
  /* text-decoration: underline; */
  border-bottom: 2px solid #ffffff;
  color: #FFFFFF;
}

#id-home-page .color-one {
  background: linear-gradient(90.77deg, #82A2C5 2.17%, #AC3F90 100%);
  box-shadow: 0px 4px 8px 0px #B4338B80;
  color: #FFFFFF;
}

#id-home-page .color-one p {
  max-width: 496px;
  /* padding-bottom: 24px; */
  ;
}

#id-home-page .color-two p {
  max-width: 512px;
}

#id-home-page .color-two {
  background: linear-gradient(90.77deg, #184B72 2.17%, #62B9C8 100%);
  color: #FFFFFF;
  box-shadow: 0px 0px 9px 0px #0D4A7380;
}

#id-home-page .two-section h3 {
  padding-top: 29px;
  padding-bottom: 18px;
  font-size: 26px;
  line-height: 21px;
  text-align: center;
}

#id-home-page .two-section p {
   /* width: 496px; */
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: auto;
}

#id-home-page #chart-container {
  background: #F0F0F0B2;
}

#id-home-page .chart-section > p {
  padding-top: 42px;
  font-family: Lexia;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.24);
}

#id-home-page .pie-chart {
  max-width: 719px;
    /* height: 601px; */
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

#id-home-page #chart-container .chart-bottom-text {
  padding-bottom: 46px;
}

#id-home-page .chart-bottom-text p, #biomarker .chart-bottom-text p {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

#id-home-page .sub-title, #biomarker .sub-title {
  font-family: Lexia;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}

#id-home-page #text-4280c658a9 {
  margin-top: 50px;
}

#id-home-page .last-section, #biomarker .last-section {
  border: 0px;
  border-top: 3px solid;
  border-image: linear-gradient(90deg, #C3743C 0%, #C7255D 101.56%)3;
}

#id-home-page .last-section  .chart-bottom-text {
  padding-top: 40px;
}

#biomarker .last-section .chart-bottom-text {
  padding-top: 57px;
}

#id-home-page .column-section, #biomarker .column-section {
  margin-top: 36px;
}

#id-home-page .last-section-heading, #biomarker .last-section-heading {
  font-family: Lexia;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}

#id-home-page .last-flex, #biomarker .last-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  padding-bottom: 69px;
}

#biomarker .last-flex {
  padding-bottom: 115px;
}

#id-home-page .d-last-flex {
  width: 47.4%;
}

#biomarker .d-last-flex {
  width: 48.2%;
}

#id-home-page .d-last-flex ol, #biomarker .d-last-flex ol {
  list-style-type: decimal;
  margin-top: 6px;
  margin-bottom: 0px;
  list-style-position: inherit;
}

#id-home-page .d-last-flex li, #biomarker .d-last-flex li {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-top: 2px;
}

#id-home-page #back-to-top.show {
  display: block;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  animation: scroll-up 0.3s ease-out;
  background: url(/content/dam/intelligentcontent/unbranded/idlung/us/en/images/desktop/back-to-top.png);
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
}

@media (max-width: 992px) {
  #id-home-page {
    height: auto;
  }

  #id-home-page .banner-sub-heading {
    font-family: Lexia;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 9px;
  }

  #id-home-page .banner-heading {
    max-width: 340px;
    font-family: Lexia;
    font-size: 34px;
    font-weight: 400;
    line-height: 42.02px;
    text-align: left;
  }

  #id-home-page  .banner-text {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }

  #id-home-page h1 {
    width: auto;
    font-size: 37px;
    line-height: 45.73px;
  }

  #id-home-page h3 {
    width: auto;
    width: 324px;
    font-size: 18px;
    line-height: 22px;
  }

  #id-home-page p {
    width: auto;
    /* width: 299px; */
    font-size: 14px;
    line-height: 18px;
  }

  #id-home-page p.banner-text {
    /*width: 87%;*/
    width: 93%;
    color: #ffffff;
  }

  #id-home-page .sub-text sup {
    line-height: normal;
  /* font-size:14px; */
    ;
  }

  #id-home-page .banner-sub-heading br {
    display: none;
  }

  #id-home-page .flex-column ul li, #biomarker .flex-column ul li {
    /* margin: 18px 0; */
    margin: 0;
    font-family: Arial;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
  }

  #id-home-page .cmp-container__backgroundImage--enabled {
    margin: 0;
    background-size: cover;
    background-image: url("/content/dam/intelligentcontent/unbranded/idlung/us/en/images/mobile/iD.png") !important;
    background-repeat: no-repeat;
    min-height: 300px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }

  #id-home-page .banner-content {
    position: absolute;
    top: 17%;
    /*top: 11%;*/
    max-width: 85%;
    left: 4%;
  }

  #id-home-page .banner-container {
    position: relative;
    /*left: 10px;*/
    left: 0px;
    width: 100%;
    padding: 0 10px;
    /*width: 91.5%;*/
    ;
  }

  #id-home-page .btn-container {
    display: none;
  }

  #id-home-page .wrapper-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #id-home-page .main-section {
    margin-top: 20px;
  }

  #id-home-page .sub-text sup {
    line-height: normal;
  }

  #id-home-page .sub-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0px auto;
    width: 100%;
    padding: 0 12px;
  }

  #id-home-page .sub-text br {
    display: none;
  }

  #id-home-page .section-flex {
    flex-direction: column;
    margin: 0 auto;
  }

  #id-home-page .flex-container {
    padding-top: 37px;
  }

  #id-home-page .flex-container h2 {
    font-size: 16px;
    line-height: 19px;
    padding-right: 0px;
  }

  #id-home-page .section-flex {
    display: flex;
    padding-bottom: 0px;
    gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-left: 32px;
    padding-right: 33px;
  }

  #id-home-page .total-border {
    margin-left: 32px;
    margin-right: 32px;
  }

  #id-home-page .content {
    /* max-width: 303px; */
    height: 66px;
    /* margin-bottom: 19px; */
    ;
  }

  #id-home-page .content p {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 19px;
    font-size: 16px;
    line-height: 19px;
  }

  #id-home-page .register-symbol {
    line-height: normal;
  }

  #id-home-page .fotter-note {
    font-size: 12px;
    width: 100%;
    padding: 0 13px;
    /* margin: 0 auto; */
    text-align: left;
  }

  #id-home-page .second-section h2 {
    padding-top: 39px;
    padding-bottom: 13px;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    padding-left: 0px;
  }

  #id-home-page .d-flex-section, #biomarker .d-flex-section {
    padding-top: 15px;
    gap: 0px;
    flex-direction: column;
    /*width: 237px;*/
    height: auto;
  }

  #id-home-page .flex-column, #biomarker .flex-column {
    font-size: 14px;
    line-height: 38px;
  }

  #id-home-page .font-change, #biomarker  .font-change {
    text-align: center;
    font-size: 14px;
    font-style: italic;
  }

  #id-home-page .third-section {
    padding-top: 31px;
  }

  #id-home-page .sub-text-two br {
    display: none;
  }

  #id-home-page .sub-text-two sup {
    font-family: Arial;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }

  #id-home-page .sub-text-two {
    font-size: 14px;
    line-height: 24px;
    /* margin: 0px auto; */
    width: 100%;
    padding: 0 30px;
    padding-bottom: 10px;
  }

  #id-home-page .third-flex {
    padding-top: 10px;
    gap: 0px;
    padding-bottom: 38px;
    flex-direction: column;
  }

  #id-home-page .color-two {
    min-height: 190px;
  }

  #id-home-page .color-one p {
    max-width: 289px;
    padding-bottom: 24px;
  }

  #id-home-page .p-bio-text {
    max-width: 320px;
    !;!;! inherit;! inherit;! i;! im;! imp;! impo;! impor;! import;! importa;! importan;
    margin: 0 auto;
    width: auto;
    padding-bottom: 28px;
  }

  #id-home-page .two-section {
    width: auto;
    max-height: 162px;
    margin: 0 10px 20px 10px;
    /* margin-bottom: 20px; */;
  }

  #id-home-page .white-arrow {
    left: auto;
    right: 8px;
    bottom: 3px;
    top: auto;
    width: 23px;
  }

  #id-home-page .two-section a {
    /* text-decoration: underline; */
    /* color: #FFFFFF; */
    ;
  }

  #id-home-page .two-section h3 {
    padding-top: 17.6px;
    padding-bottom: 11px;
    font-size: 22px;
    padding-left: 27px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
  }

  #id-home-page .two-section p {
    font-size: 14px;
    line-height: 22px;
  }

  #id-home-page .color-two p {
    max-width: 321px;
  }

  #id-home-page .chart-section sup {
    line-height: normal;
  }

  #id-home-page .chart-section > p {
    font-size: 20px;
    padding-top: 31px;
    line-height: 26px;
    text-align: center;
    margin: auto;
    width: auto;
    margin: 0 30px;
    text-shadow: unset;
  }

  #id-home-page .pie-chart {
    width: 100%;
    margin: 0 auto;
    max-width: 355px;
    max-height: max-content;
    /* position: relative; */
    /* left: 33%; */
    padding-top: 10px;
    padding-bottom: 13px;
  }

  #id-home-page .text-two {
    padding-left: 10px;
    padding-right: 11px;
  }

  #id-home-page .chart-bottom-text p, #biomarker .chart-bottom-text p {
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 0px;
    padding-bottom: 20px;
    text-align: left;
  }

  #biomarker .chart-bottom-text p {
    width: 94%;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 0px;
    text-align: left;
  }

  #id-home-page #chart-container .chart-bottom-text, #biomarker #chart-container .chart-bottom-text {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 23px;
  }

  #id-home-page .sub-title, #biomarker .sub-title {
    font-family: Lexia;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
  }

  #id-home-page #text-4280c658a9 {
    margin-top: 37px;
  }

  #id-home-page .last-section, #biomarker .last-section {
    /* padding-left: 10px; */
    /* padding-right: 12px; */
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #C3743C 0%, #C7255D 101.56%)3;
    margin-left: 11px;
    margin-right: 11px;
    width: auto;
  }

  #id-home-page .last-section  .chart-bottom-text, #biomarker .last-section  .chart-bottom-text {
    padding-top: 32px;
  }

  #id-home-page .column-section, #biomarker .column-section {
    margin-top: 30px;
    padding-left: 1px;
  }

  #id-home-page .last-section-heading, #biomarker .last-section-heading {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 3px;
  }

  #id-home-page .last-flex, #biomarker .last-flex {
    flex-direction: column;
    gap: 0px;
    padding-bottom: 50px;
    margin: 0;
  }

  #id-home-page .d-last-flex, #biomarker .d-last-flex {
    /* padding-left: 18px; */
    width: 100%;
    height: auto;
  }

  #id-home-page .d-last-flex ol, #biomarker .d-last-flex ol {
    list-style-type: decimal;
    margin-top: 0px;
    padding-left: 18px;
  }

  #biomarker .d-last-flex ol li {
    letter-spacing: -0.1px;
  }

  #id-home-page .d-last-flex li, #biomarker .d-last-flex li {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }

  #id-home-page .d-last-flex li .list-span {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.1px;
/*letter-spacing: -0.01em;*/
    text-align: left;
  }

  #id-home-page .last-li ol, #biomarker .last-li ol {
    margin-top: 0px;
  }

  #id-home-page #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 8px;
    display: none;
    animation: scroll-up 0.3s ease-out;
    background: url(/content/dam/intelligentcontent/unbranded/idlung/us/en/images/desktop/back-to-top.png);
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
  }
}

@media screen and (min-width: 993px) and (max-width: 1600px) {
  #id-home-page .desktop-only {
    display: block;
    height: 500px;
  }

  #id-home-page p {
    font-family: Arial;
    font-size: min(1.333vw, 20px);
    font-weight: 400;
    line-height: 30px;
    text-align: left;
  }

  #id-home-page p.banner-text {
    width: 100%;
  }

  #id-home-page .banner-content {
    position: absolute;
    top: 10%;
    max-width: 700px;
    left: 12%;
  }

  #id-home-page .cmp-container__backgroundImage--enabled {
    margin: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 669px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }

  #id-home-page .banner-container {
    position: relative;
    left: 6%;
    width: 54.7%;
  }

  #id-home-page .banner-btn {
    width: 300px;
    height: 61.55px;
    background: #FFFFFF;
  }

  #id-home-page .btn-container {
    margin-top: 50px;
  }

  #id-home-page .cmp-container__backgroundImage--enabled {
    margin: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 669px;
    width: auto;
    /* height: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
  }

  #id-home-page .banner-btn {
    width: 230px;
    background: #FFFFFF;
  }

  #id-home-page .btn-container {
    margin-top: 12px;
  }

  #id-home-page .banner-btn {
    font-family: Lexia;
    font-size: min(1.467vw, 22px);
    font-weight: 400;
    line-height: 27.19px;
    text-align: center;
    color: #000000;
  }

  #id-home-page a.banner-btn {
    position: relative;
    padding: 16px;
    display: inline-block;
    text-decoration: none;
    width: 41.4%;
  }

  #id-home-page a.banner-btn:before {
    content: '';
    position: absolute;
    background-image: url(/content/dam/intelligentcontent/unbranded/idlung/us/en/images/desktop/right-button.svg);
    height: 23px;
    right: 19px;
    width: 22px;
  }

  #id-home-page .wrapper-section {
    /*width: 100%;*/
    width: 96%;
    max-width: 1440px;
    /* margin: 0 10px; */
    text-align: center;
  }

  #id-home-page .two-section {
    width: 604px;
    height: auto;
    position: relative;
    margin: 0 0 20px;
  }

  #id-home-page .two-section h3 {
    font-size: min( 1.733vw, 26px);
  }

  #id-home-page .two-section p {
    max-width: 90%;
    /*font-size: 20px;*/
    /*line-height: 30px;*/
    padding: 0 50px;
    margin: auto;
  }

  #id-home-page .color-two p {
    padding-bottom: 10px;
  }

  #id-home-page a.banner-btn img {
    position: absolute;
    height: 23px;
    right: 40px;
    width: 23px;
  }
}

@media (max-width: 767px) {
  #id-home-page .flex-column, #biomarker .flex-column {
    font-size: 10px;
    line-height: 11px;
  }
}

@media (min-width: 376px) and (max-width: 767px) {
  #id-home-page .last-flex {
    /*display: block;*/
    margin: 0 0px 0 25px;
  }
}

@media (max-width:370px) {
  #id-home-page .banner-content {
    top: 11%;
  }

  #id-home-page .content {
    max-width: 99%;
  }

  #id-home-page .banner-heading {
    max-width: 340px;
    font-family: Lexia;
    font-size: 28px;
    font-weight: 400;
    line-height: 42.02px;
    text-align: left;
  }

  #id-home-page .banner-container {
    width: 98%;
    padding: 0 0 0 10px;
  }

  #id-home-page .banner-sub-heading {
    width: 100%;
  }

  #id-home-page .two-section h3 {
    padding-left: 0px;
    width: auto;
  }

  #id-home-page p.banner-text {
        /* width: 87%; */
    width: 98%;
    color: #ffffff;
  }
}