#unmet-need .container .wrapper {
  max-width: 1320px;
}
@media (min-width: 1024px) {
  #unmet-need .container .wrapper {
    padding-left: 120px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1600px) {
  #unmet-need .container .wrapper {
    padding-left: 70px;
  }
}
#unmet-need .bird {
  position: absolute;
  left: 27px;
  top: 620px;
  z-index: 2;
  width: 300px;
  display: none;
}
@media (min-width: 1800px) {
  #unmet-need .bird {
    display: block;
  }
}
#unmet-need section {
  padding: 0 20px;
  background: #fff;
}
@media (min-width: 1024px) {
  #unmet-need section {
    background: url("../../images/sky-bg.webp") no-repeat top;
    background-size: 100% 50%;
    position: relative;
  }
  #unmet-need section:after {
    content: "";
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    position: absolute;
  }
}
#unmet-need section .container {
  padding: 42px 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  #unmet-need section .container {
    padding: 42px 0 50px;
  }
}
#unmet-need section .container .wrapper {
  max-width: 100%;
}
#unmet-need section .bird {
  position: absolute;
  right: 50px;
  top: 193px;
  z-index: 2;
}
#unmet-need section h2,
#unmet-need section h3 {
  color: #083887;
  font-weight: bold;
  margin: 0;
  margin-bottom: 19px;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  #unmet-need section h2,
  #unmet-need section h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
#unmet-need .clinical-data-banner__wrapper {
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
}
#unmet-need .clinical-data-banner__wrapper .clinical-data__banner {
  background: linear-gradient(90deg, #ef9600 0%, #2e75d3 40%, #083887 140%);
  padding: 3px;
  border-radius: 16px;
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1175px;
}
@media (min-width: 1024px) {
  #unmet-need .clinical-data-banner__wrapper .clinical-data__banner {
    margin-bottom: 20px;
    border-radius: 34px;
  }
}
#unmet-need .clinical-data-banner__wrapper .clinical-data__banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ef9600 0%, #2e75d3 40%, #083887 140%);
  border-radius: 16px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 1024px) {
  #unmet-need .clinical-data-banner__wrapper .clinical-data__banner:after {
    top: 5px;
    left: 0;
    border-radius: 34px;
  }
}
#unmet-need .clinical-data-banner__wrapper .clinical-data__banner .clinical-data-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
  background: white;
  border-radius: 14px;
  padding: 12px 11px 12.5px;
}
@media (min-width: 1024px) {
  #unmet-need .clinical-data-banner__wrapper .clinical-data__banner .clinical-data-wrapper {
    padding: 20px 30px 14px 30px;
    border-radius: 32px;
  }
}
#unmet-need .clinical-data-banner__wrapper .clinical-data__banner .clinical-data-wrapper p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  font-weight: bold;
  color: #083887;
  max-width: 95%;
}
#unmet-need .clinical-data-banner__wrapper .clinical-data__banner .clinical-data-wrapper p .orange {
  color: #ff6721;
}
@media (min-width: 1024px) {
  #unmet-need .clinical-data-banner__wrapper .clinical-data__banner .clinical-data-wrapper p {
    font-size: 38px;
    line-height: 44px;
  }
}
#unmet-need .clinical-data-banner__wrapper .clinical-data__button a {
  padding: 14px 40px;
}
#unmet-need .when-is-time {
  margin-bottom: 20px;
}
#unmet-need .when-is-time .references {
  font-size: 14px;
  line-height: 18px;
  max-width: 1202px;
}
@media (min-width: 1024px) {
  #unmet-need .when-is-time {
    margin-bottom: 35px;
  }
}
#unmet-need .transfusion-burden {
  margin-bottom: 20px;
}
#unmet-need .transfusion-burden .mobile {
  width: 400px;
  margin: 0 auto;
}
#unmet-need .transfusion-burden .desktop {
  max-width: 930px;
  margin: 20px auto 0;
}
@media (min-width: 1024px) {
  #unmet-need .transfusion-burden {
    margin-bottom: 60px;
  }
}
#unmet-need .ring-sideroblasts h2 {
  margin-bottom: 30px;
}
#unmet-need .ring-sideroblasts .mobile {
  width: 400px;
  margin: 0 auto;
}
#unmet-need .ring-sideroblasts .desktop {
  max-width: 930px;
  margin: 20px auto 35px;
}
#unmet-need .ring-sideroblasts .copy {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 11.5px;
  max-width: 823px;
  margin: 0 auto 25px;
}
@media (min-width: 1024px) {
  #unmet-need .ring-sideroblasts .copy {
    margin-bottom: 0;
  }
}
#unmet-need .ring-sideroblasts .copy p {
  font-size: 25px;
  line-height: 31px;
  color: #083887;
}
@media (min-width: 1024px) {
  #unmet-need .ring-sideroblasts .copy p {
    font-size: 35px;
    line-height: 44px;
  }
}
#unmet-need .ring-sideroblasts .copy:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 48px;
  background: #ef9626;
  left: -6px;
}
@media (min-width: 1024px) {
  #unmet-need .ring-sideroblasts .copy:before {
    height: 22px;
  }
}
#unmet-need section.references {
  background: white;
}
@media (min-width: 1024px) {
  #unmet-need section.references .container {
    padding-top: 0;
  }
}
#unmet-need .references__container {
  margin-bottom: 20px;
  width: 100%;
}
#unmet-need .references__container p {
  margin-bottom: 20px;
  max-width: 1282px;
}
#unmet-need .references__container p:last-child {
  margin-bottom: 30px;
}
#unmet-need .references__container .hang-item {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
#unmet-need .__button a {
  height: 65px;
  width: 318px;
}
@media (min-width: 1024px) {
  #unmet-need .__button a {
    width: 373px;
  }
}
/*# sourceMappingURL=unmet-need.css.map */
