.fullbleed-banner {
  width: 100%;
}

.fullbleed-banner .fullbleed-banner-container h1,
.fullbleed-banner .fullbleed-banner-container h2,
.fullbleed-banner .fullbleed-banner-container p {
  color: #fff;
}

.fullbleed-banner .fullbleed-banner-container h1,
.fullbleed-banner .fullbleed-banner-container h2 {
  font-style: italic;
}

.fullbleed-banner .fullbleed-banner-container h1 {
  text-shadow: 0px 3px 57px #574d43;
}
.fullbleed-banner .fullbleed-banner-container h1 .yellow-text {
  color: #fef33b;
}

.fullbleed-banner .fullbleed-banner-container h2 {
  text-shadow: 0px 3px 19px #574d43;
}

.fullbleed-banner .fullbleed-banner-container p {
  font-family: Lexend;
}
.fullbleed-banner .fullbleed-banner-container p span {
  font-weight: 700;
}
.fullbleed-banner .fullbleed-banner-container p.fullbleed-banner-footnote {
  font-family: "Britanica-Regular";
}

#results-with-wainua .fullbleed-banner .fullbleed-banner-container p {
  font-weight: 500;
}
#results-with-wainua .jumplinks-section {
  top: 0px;
}

#results-with-wainua #results-section span.audio-icon {
  display: inline-block;
  width: 22px;
  margin-left: 3px;
}

.results-columns,
.results-columns-item,
.tips-row,
.safety-flex-row,
.safety-flex-column,
.how-section-container {
  display: flex;
}

.results-columns .results-columns-item:nth-of-type(1) .column-icon {
  background-image: url("/content/dam/intelligentcontent/brands/wainua/en/phase1/images/desktop/arm.svg");
  background-size: 112px 103px;
}
.results-columns .results-columns-item:nth-of-type(2) .column-icon {
  background-image: url("/content/dam/intelligentcontent/brands/wainua/en/phase1/images/desktop/improve-quality-of-life.svg");
  background-size: contain;
}

.results-columns .results-columns-item .column-icon {
  width: 150px;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

.results-intro-text .footnote {
  font-size: 16px;
  text-indent: -4px;
  line-height: 22px;
}

#tips-section {
  background-size: 100% 100%;
  width: 100%;
}

.tips-section-container {
  padding: 80px 14px 0;
}
.tips-section-container img {
  min-width: 193px;
  max-height: 234px;
}
.tips-section-container h3,
.tips-section-container p {
  color: #fff;
}
.tips-section-container h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.tips-section-container p {
  max-width: 610px;
}

#safety-section h2 {
  margin-bottom: 50px;
  color: #014424;
}

.safety-intro-text .intro-title {
  font-weight: 900;
  font-family: Lexend;
}

.wainua-list {
  list-style-type: disc;
  padding-left: 10px !important;
  list-style-position: outside !important;
}
.wainua-list li {
  display: list-item;
  position: relative;
  left: 12px;
  line-height: 1.5;
  font-family: "Britanica-Regular";
  position: relative;
}

.safety-intro-text .wainua-list li {
  line-height: 24px;
}

#wainua-how-section {
  background-image: url("/content/dam/intelligentcontent/brands/wainua/en/phase1/images/desktop/wainua-way-columns-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 489px;
}

#wainua-how-section .col-work {
  padding-top: 159px;
}
#wainua-how-section .col-take {
  padding-top: 137px;
}

#wainua-how-section .cta-primary,
#wainua-how-section .wainua-mint-btn {
  margin-top: 20px;
}

#results-with-wainua .cta-primary {
  transition: transform 0.4s ease, padding 0.4s ease;
}
#results-with-wainua .cta-primary:hover {
  transition: transform 0.4s ease, padding 0.4s ease;
}

.results-tab {
  border: solid 2px #004122;
  border-radius: 10px;
}

#results-tabs-section ol.cmp-tabs__tablist {
  display: flex;
  justify-content: center;
  position: relative;
  top: 1px;
}

#results-tabs-section li.cmp-tabs__tab {
  background-color: #f6f6f6;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #014424;
  text-align: center;
  align-content: center;
  font-weight: 600;
  font-family: "Lexend";
}
#results-tabs-section li.cmp-tabs__tab--active {
  background-color: #014424;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .fullbleed-banner {
    /* height: 323px; */
	height: 83vw;
    background-image: url("/content/dam/intelligentcontent/brands/wainua/en/phase1/images/mobile/results-hero-mb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position-y: bottom; */
    padding: 7px 14px;
    background-position-y: center;
  }

  .fullbleed-banner .fullbleed-banner-container h1 {    
    font-size: clamp(28px, 6.5vw, 56px);
    line-height: 1.04;
    margin-bottom: 8px;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .fullbleed-banner .fullbleed-banner-container h2 {
    font-size: clamp(12px, 2.8vw, 17px);
        line-height: 2.5;
    font-weight: 400;
    height: 25px;
  }
  .fullbleed-banner .fullbleed-banner-container p {
    font-size: 20px;
    width: 55%;
    line-height: 25px;
  }
  .fullbleed-banner .fullbleed-banner-container p.fullbleed-banner-footnote {
    line-height: 16px;
    font-size: 14px;
    margin-top: 27px;
  }

  #results-with-wainua .jumplinks-section {
    height: 160px;
    background-position-x: 90%;
  }

  #results-section {
    padding: 0 14px;
    margin-bottom: 23px;
    margin-top: 35px;
  }

  .results-columns {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .results-columns .results-columns-item {
    flex-direction: row;
  }
  .results-columns .results-columns-item:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .results-columns .results-columns-item:nth-of-type(1) .column-icon,
  .results-columns .results-columns-item:nth-of-type(2) .column-icon {
    min-width: 110px;
  }

  .results-columns .results-columns-item:nth-of-type(1) .column-icon {
    background-size: 95px;
    background-position-x: 3px;
  }
  .results-columns .results-columns-item h4 {
    margin-left: 18px;
    font-size: 22px;
    padding-right: 37px;
    line-height: 29px;
  }

  .results-intro-text h4 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .results-intro-text p.footnote {
    margin-bottom: 15px;
  }

  #results-tabs-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  #results-tabs-section ol.cmp-tabs__tablist li {
    padding: 5px 8px;
    font-size: 15px;
  }
  #results-tabs-section ol.cmp-tabs__tablist li:nth-of-type(1) {
    width: 56%;
  }
  #results-tabs-section ol.cmp-tabs__tablist li:nth-of-type(2) {
    width: 41%;
  }

  .results-tab {
    padding: 19px 24px;
    margin-bottom: 68px;
  }

  .wainua-list {
    position: relative;
    left: -5px;
  }
  .wainua-list li {
    font-size: 17px;
  }
  .wainua-list li:nth-of-type(1) {
    margin-top: 10px;
  }
  .wainua-list li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .safety-columns img {
    width: 91px;
    height: 91px;
  }

  #tips-section {
    height: 585px;
    background: url(/content/dam/intelligentcontent/brands/wainua/en/phase1/images/mobile/green-banner-mobile.png) no-repeat;
    background-size: 100% 100%;
  }
  #tips-section .tips-row {
    flex-direction: column;
  }
  #tips-section .tips-row .flex-column:nth-of-type(1) {
    align-items: center;
  }
  .tips-section-container {
    padding: 55px 14px 0;
  }
  .tips-section-container img {
    margin-right: 0;
    margin-bottom: 28px;
    min-width: 165px;
    max-height: 200px;
  }
  .tips-section-container h3 {
    margin-bottom: 11px;
  }

  #tips-section .wainua-mint-btn {
    max-width: 204px;
    padding: 10px 18px 10px 24px;
    transition: padding 0.4s ease, max-width 0.4s ease;
  }
  #tips-section .wainua-mint-btn:hover {
    max-width: 214px;
    padding: 10px 18px 10px 34px;
    transition: padding 0.4s ease, max-width 0.4s ease;
  }
  #results-with-wainua .wainua-mint-btn .download-icon {
    min-width: 12px;
    height: 18px;
    left: -7px;
    margin-left: 0;
  }

  #safety-section {
    padding: 40px 14px 60px;
  }
  #safety-section > h2 {
        padding-left: 85px;
        padding-bottom: 54px;
        padding-right: 30px;
        margin: 0px;
  }
  .safety-flex-row {
    flex-direction: column;
  }
  .safety-flex-column {
    flex-direction: row;
  }
  .safety-item img {
    width: 65px;
    height: 65px;
    margin-right: 22px;
  }

  #wainua-how-section {
    background: url("/content/dam/intelligentcontent/brands/wainua/en/phase1/images/mobile/Results-2-up-mb.svg")
      no-repeat;
    background-size: cover;
    background-position: center;
    height: 680px;
    padding: 140px 30px 80px 45px;
  }
  #wainua-how-section .col-work {
    order: 2;
    padding: 0;
  }
  #wainua-how-section .col-take {
    padding: 5px 0 0;
  }
  .how-section-container {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }

  #wainua-how-section .col-take .cta-primary {
    padding: 10px 24px;
    max-width: 233px;
  }
  #wainua-how-section .col-take .cta-primary:hover {
    padding: 10px 24px 10px 34px;
    max-width: 233px;
  }
  #wainua-how-section .col-work .wainua-mint-btn {
    padding: 10px 24px;
  }
  #wainua-how-section .how-section-container .cta-primary:hover {
    max-width: 240px;
  }
  .safety-columns .safety-flex-column {
    align-items: center; /*max-width: 349px; */
    margin-bottom: 50px;
  }

  .safety-intro-text .intro-title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .safety-intro-text p:nth-of-type(2) {
    margin: 15px 0;
  }

  .tips-section-container p {
    margin-bottom: 11px;
  }

  #results-tabs-section li.cmp-tabs__tab {
    line-height: 21px;
  }
}

@media only screen and (min-width: 992px) {
  .fullbleed-banner {
    height: 39.3vw;
    background-image: url("/content/dam/intelligentcontent/brands/wainua/en/phase1/images/desktop/results-for-hereditary-ATTR-PN-Desktop-Hero-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fullbleed-banner-pos {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1440px;
    margin: 0 auto;
  }
  .fullbleed-banner .fullbleed-banner-container {
    position: relative;
    top: 38px;
    left: 9%;
    max-width: 780px;
  }
  .fullbleed-banner .fullbleed-banner-container h1 {
    font-size: 89px;
    letter-spacing: 3px;
  }
  #results-with-wainua .fullbleed-banner .fullbleed-banner-container h2 {
    font-size: 38px;
    height: 44px;
  }
  .fullbleed-banner .fullbleed-banner-container p {
    font-size: 26px;
  }
  .fullbleed-banner .fullbleed-banner-container p.fullbleed-banner-footnote {
    font-size: 16px;
  }

  #results-section {
    margin-bottom: 65px;
  }

  .results-columns {
    margin-top: 20px;
    margin-bottom: 55px;
    gap: 78px;
    flex-direction: row;
  }
  .results-columns-item {
    flex-direction: column;
  }

  #results-tabs-section {
    max-width: 1023px;
    margin: 0 auto;
    width: 91%;
  }

  .results-columns .results-columns-item .column-icon {
    margin-left: 110px;
  }

  .tips-section-container,
  #safety-section {
    margin: 0 auto;
    width: 91%;
    max-width: 1165px;
  }
  .how-section-container {
    flex-direction: row;
    padding-left: 32px;
    justify-content: space-between;
    margin: 0 auto;
    width: 91%;
    max-width: 1220px;
  }

  .safety-columns img {
    width: 91px;
    height: 91px;
  }

  #wainua-how-section .col-work h3 {
    max-width: 435px;
  }
  #wainua-how-section .col-take h3 {
    max-width: 485px;
  }

  #wainua-how-section .cta-primary {
    padding: 12px 39px;
    max-width: 307px;
  }
  #wainua-how-section .cta-primary:hover {
    padding: 12px 39px 12px 49px;
    max-width: 307;
  }
  #wainua-how-section .wainua-mint-btn {
    max-width: 286px;
  }

  #wainua-how-section .how-section-container .wainua-mint-btn {
    max-width: 290px;
  }
  #wainua-how-section .how-section-container .cta-primary {
    max-width: 310px;
  }
  #results-tabs-section .cmp-tabs__tab {
    width: 318px;
    height: 70px;
  }
  .results-tab {
    padding: 18px 45px 28px;
    margin-bottom: 110px;
  }

  .results-tab p,
  .results-tab ul li {
    font-size: 18px;
  }

  #tips-section {
    background: url("/content/dam/intelligentcontent/brands/wainua/en/phase1/images/desktop/DDG-download-bg.svg")
      no-repeat;
    background-position-x: right;
    background-size: cover;
    height: 394px;
  }
  #tips-section .tips-row {
    flex-direction: row;
  }
  #tips-section .tips-row .flex-column:nth-of-type(2) {
    margin-left: 97px;
    margin-top: 25px;
  }

  .safety-flex-row {
    flex-direction: row;
  }
  .safety-flex-column {
    flex-direction: column;
  }

  #safety-section {
    padding-top: 85px;
  }
  #safety-section .safety-item p {
    max-width: 325px;
  }

  .safety-intro-text .flex-column {
    max-width: 1070px;
  }
  .safety-intro-text p:nth-of-type(2) {
    margin: 23px 0;
    font-size: 18px;
  }
  .safety-intro-text p:nth-of-type(3) {
    max-width: 1055px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .wainua-list li {
    font-size: 18px;
    max-width: 990px;
  }
  .safety-intro-text span {
    font-size: 20px;
  }

  #results-tabs-section li.cmp-tabs__tab {
    line-height: 29px;
  }
  #results-tabs-section li.cmp-tabs__tab:nth-of-type(2) {
    padding: 0.5rem 3rem;
  }
  #results-tabs-section li.cmp-tabs__tab:nth-of-type(2) {
    padding: 0.5rem 4rem;
  }

  #wainua-how-section {
    position: relative;
    bottom: -28px;
    z-index: 2;
  }
  .safety-columns > .safety-flex-column {
    flex: 1;
    margin-bottom: 40px;
  }

  .safety-intro-text .intro-title {
    font-size: 18px;
    margin-bottom: 27px;
  }

  .results-columns .results-columns-item h4 {
    line-height: 40px;
  }
  .results-columns .results-columns-item:nth-of-type(2) h4 {
    padding-right: 2px;
  }

  .results-intro-text h4 {
    margin-bottom: 10px;
  }

  .results-columns .results-columns-item:nth-of-type(1) .column-icon {
    background-position-y: 30px;
  }

  .safety-item img {
    margin-bottom: 33px;
  }

  #results-with-wainua .wainua-mint-btn .download-icon {
    min-width: 12px;
    height: 16px;
    margin-left: 11px;
  }

  .tips-section-container p {
    margin-bottom: 20px;
  }
  #results-with-wainua .jumplink-wraper .jumplink:nth-child(1) .double-arrow {
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  #results-with-wainua #wainua-how-section {
    background-position-x: 67%;
    background-position-y: 50%;
  }
 #results-with-wainua .fullbleed-banner {
      height: 567px;
      background-position: center;
  }
  #results-with-wainua .how-section-container {
      width: 96%;
  }

 
}
@media (min-width: 992px) and (max-width: 1075px) {
  #results-with-wainua .tips-section-container p {
      width: 100%;
      max-width: 500px;
  }
  #results-with-wainua .safety-columns {
      gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .results-columns .results-columns-item .column-icon {
    margin-bottom: 0px;
  }
  .results-columns .results-columns-item {
    align-items: center;
  }
  #results-with-wainua #tips-section {
    background-position: bottom;
  }
  .tips-section-container p {
    margin-bottom: 15px;
  }
  #results-with-wainua #safety-section > h2 {
    width: 100%;
    max-width: 100%;
  }
   #results-with-wainua  .fullbleed-banner {
       max-height: 600px;
        background-position: bottom;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results-columns .results-columns-item {
    align-items: center;
  }
  .results-columns .results-columns-item .column-icon {
    margin-bottom: 0px;
  }
  
}
@media (max-width: 375px) {
  .results-columns .results-columns-item h4 {
    padding-right: 0px;
  }
}
