/* Hero Section for Resources */
.hero__background__resources--desktop {
  display: none;
}

@media (min-width: 992px) {
  .hero__background__resources--desktop {
    display: block;
    width: 100%;
    max-width: none;
    height: 90%;
    object-fit: cover;
    object-position: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hero__background__resources--mobile {
  width: 100vw;
  object-fit: cover;
  display: block;
  object-position: top;
}

@media (min-width: 992px) {
  .hero__background__resources--mobile {
    display: none;
  }
}

.RESOURCES-THAT-FLIP {

  line-height: normal;

  @media (min-width: 991px) {
    margin-top: 30px;
  }
}

.hero__title_resources {
  font-family: "Tilt Neon";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  width: 100%;
  max-width: 600px;
  color: var(--color-charcol, #1d2d3a);
  text-shadow: none;
  display: block;
}

@media only screen and (max-width: 767px) {
  .hero__title_resources {
    font-size: 36px;
    line-height: normal;
    width: 100%;
    display: block;
    letter-spacing: 0.72px;
    /* For some reason, the font-weight 700 looks like 400 in this page */
    font-weight: unset;
    
  }
}

@media (max-width: 480px) {
  .hero__title {
    font-size: var(--font-size-3xl);
  }

  .hero__subtitle {
    font-size: var(--font-size-base);
  }

  .section__title {
    font-size: var(--font-size-2xl);
  }

  .section__subtitle {
    font-size: var(--font-size-base);
  }
}

/* Hero*/
.hero {
  min-height: 600px;
  background-color: unset;


}

.hero--overlay .hero__container {
  padding-left: 0px;
}

@media (max-width: 1200px) {
  .hero__background img {
    /*height: auto;*/
  }

  .hero__container {
    grid-template-columns: unset;
  }
}

@media (max-width: 991px) {
  .faq-container {
    margin-top: 100px;
  }

  .section--60px-top-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-grid {
    margin-bottom: 125px;
  }

  .hero__background img {
    height: 100%;
  }

  /* Hero*/
  .hero {
    min-height: 123vw;
  }
}



/* Table starts here */
.safety-container {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.link-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.label-wrapper {
  border-radius: 4px;
  padding: 0px 12px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.label {
  background: var(--color-coral, #f16b50);
  border-radius: 4px;
  padding: 5px 12px 3px 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.anchor-link-tag {
  color: var(--color-white, #ffffff);
  text-align: left;
  font-size: var(--footnote-font-size, 20px);
  font-weight: var(--footnote-font-weight, 700);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}

.safety-title {
  color: var(--color-charcol);
  text-align: left;
  font-family: Tilt Neon, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  /* display: flex; */
  align-items: center;
  justify-content: flex-start;
  line-height: normal;

  @media (min-width: 769px) {
    font-size: 2.5rem;
  }

  @media (max-width: 767px) {
    line-height: 34px;
  }
}

.safety-body-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.link-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;

  .body {
    color: var(--color-charcol, #1D2D3A);
    font-family: var(--font-tilt-neon);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    @media (max-width: 991px) {
      font-size: 24px;
    }
  }
}

.safety-body {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.table {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.first_column {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: auto;
  position: relative;
}

.container3 {
  background: #eeeeee;
  padding: 15px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 80px;
  position: relative;
}

.tb-column {
  padding: 15px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.tb-column-header-content {
  color: var(--color-charcol, #1d2d3a);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: 700;
  position: relative;
  flex: 1;
  white-space: nowrap;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.tb-header {
  padding: 15px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 80px;
  position: relative;

  .tb-header-content {
    text-align: center;
    font-size: var(--body-font-size, 20px);
    font-weight: 700;
    position: relative;
    width: auto;
    line-height: normal;
  }
}

.tb-column-content {
  color: var(--color-charcol, #1d2d3a);
  text-align: center;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  flex: 1;
}

.redness-short-text {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}

.body-redness-text {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}

.lasting-freedom-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  scroll-margin-top: 6.5rem;

  @media (min-width: 1024px) {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }


  .safety-title {
    color: var(--Dark-Coral, #c94808);
  }
}

.wrap-two-section {
  position: relative;
}

.section-pipe {
  display: none;
}

@media (min-width: 1400px) {
  .section-pipe {
    display: block;
    background: unset;
    margin-bottom: 50px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 5;

    img {
      height: 100%;
      max-width: 100%;
    }
  }
}

.safety-side-effects-section {
  scroll-padding-top: 6.5rem;

  @media (min-width: 1024px) {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.how-dawnzera-works-section {
  padding-top: 60px;

  .safety-title {
    color: var(--Dark-Coral, #c94808);
  }

  .footnotes .footnote {
    font-size: 16px;
  }
}

.study-design {
  padding-bottom: 2.5rem;
  padding-top: 44px;

  @media (min-width: 1024px) {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }

}

/* Add the ::before pseudo-element to .wrapper_study_freedom_pipe */
.wrapper_study_freedom_pipe::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 10%;
  height: 89%;
  background-image: url("../../images/backgrounds/desktop-pipe-left-full.svg");
  background-repeat: no-repeat;
  z-index: 1;

  /* Ensures the background stays behind content */
  @media (max-width: 1400px) {
    display: none;
  }

}

/* Ensure the wrapper has a relative position so the ::before pseudo-element is positioned relative to it */
.wrapper_study_freedom_pipe {
  position: relative;
}

.safety-bottom {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;

  @media (min-width: 769px) {
    flex-direction: row;
    gap: 63px;
  }

  .safety-bottom-wrapper:last-child {
    @media (max-width: 769px) {
      flex-direction: column;
    }
  }
}

.safety-bottom-wrapper {
  display: flex;
  gap: 27px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  flex-direction: column-reverse;

  @media (min-width: 769px) {
    flex-direction: row;
    gap: 2rem;
  }
}

.safety-bottom-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.discuss-dawnzera-with-your-doctor {
  color: var(--color-charcol, #1d2d3a);
  text-align: left;
  font-size: var(--h4-font-size, 26px);
  font-weight: var(--h4-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.copy-button {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.safety-bottom-description {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}

.safety-bottom-button {
  background: var(--color-coral, #f16b50);
  border-radius: 999px;
  padding: 13px 16px 11px 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 48px;
  position: relative;
  overflow: hidden;
  width: 100%;

  @media (min-width: 770px) and (max-width: 1300px) {
    height: auto;
  }
}

.safety-bottom-text {
  color: var(--color-white, #ffffff);
  text-align: left;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 700);
  position: relative;
}

.safety-bottom-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}

.thumbnail {
  background: #d9d9d9;
  border-color: var(--color-steel, #515861);
  border-width: 1px;
  flex-shrink: 0;
  width: 128px;
  height: 170px;
  position: relative;
  overflow: hidden;
}

.thumbnail2 {
  color: var(--color-steel, #515861);
  text-align: center;
  font-size: var(--body-font-size, 20px);
  font-weight: var(--body-font-weight, 400);
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
}

.bar {
  .vertical-pipe {
    height: 100%;
    display: block;
  }

  .horizontal-pipe {
    display: none;
  }
}

@media (max-width: 768px) {
  .bar {
    width: 100%;

    .vertical-pipe {
      display: none;
    }

    .horizontal-pipe {
      display: block;
      width: 100%;
    }
  }

  .bar2 {
    align-self: stretch;
    background: white;
    box-shadow: 0px 0px 8px #e08a67;
    overflow: hidden;
    border-radius: 999px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bar-rectangle-1 {
    width: 311px;
    align-self: stretch;
    background: linear-gradient(180deg, #e03521 0%, #ffc6bb 50%, #e03521 100%);
  }

  .rectangle-1181 {
    width: 311px;
    align-self: stretch;
    background: linear-gradient(180deg, #f37a61 0%, #fde5e0 50%, #f37a61 100%);
  }

  .rectangle-1182 {
    width: 311px;
    align-self: stretch;
    background: #fcddd7;
  }

  .thumbnail {
    width: 150px;
    height: 200px;

    img {
      width: 100%;
      height: 100%;
    }
  }
}

.bar2 {
  background: #ffffff;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(224, 138, 103, 1),
    0px 0px 8px 0px rgba(201, 72, 8, 1);
  overflow: hidden;
}

.rectangle-1180 {
  background: linear-gradient(180deg,
      rgba(224, 53, 33, 1) 0%,
      rgba(255, 198, 187, 1) 50%,
      rgba(224, 53, 33, 1) 100%);
  align-self: stretch;
  flex-shrink: 0;
  width: 2px;
  position: relative;
}

.rectangle-1181 {
  background: linear-gradient(180deg,
      rgba(243, 122, 97, 1) 0%,
      rgba(253, 229, 224, 1) 50%,
      rgba(243, 122, 97, 1) 100%);
  align-self: stretch;
  flex-shrink: 0;
  width: 2px;
  position: relative;
}

.rectangle-1182 {
  background: #fcddd7;
  align-self: stretch;
  flex-shrink: 0;
  width: 2px;
  position: relative;
}

.new-doni-icons-v-06-representative-2 {
  flex-shrink: 0;
  width: 83px;
  height: 80px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 83/80;
}

.safety-bottom-text-title {
  color: var(--color-charcol, #1d2d3a);
  text-align: left;
  font-size: var(--h4-font-size, 26px);
  font-weight: var(--h4-font-weight, 700);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;

  @media (max-width: 769px) {
    font-size: 22px;
  }
}

.icon2 {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  overflow: visible;
}

.footnotes {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;
}

.footnote {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--footnote-font-size, 16px);
  font-weight: var(--footnote-font-weight, 400);
  position: relative;
  flex: 1;
  line-height: normal;
}

.div {
  color: var(--color-steel, #515861);
  text-align: left;
  font-size: var(--footnote-font-size, 14px);
  font-weight: var(--footnote-font-weight, 400);
  position: absolute;
  left: -6px;
  top: -2px;
}

.footnote-sign {
  font-size: 12px;
}

.safety-footnote {
  position: relative;

  p {
    margin-bottom: 0px;
  }
}

.sup {
  font-size: 0.75em;
  top: 6px;
  left: -5px;
}

.piping-asset-with-margin {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  width: 120px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
}

.piping-asset {
  flex: 1;
  width: 80px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  overflow: hidden;
}

.corner {
  width: 44px;
  height: 47px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.corner2 {
  width: 33px;
  height: 36px;
  position: absolute;
  left: 11px;
  top: 11px;
}

.circle {
  height: auto;
  position: absolute;
  left: 1.25rem;
  top: 22px;
  transform: translate(-24px, -24px);
  overflow: visible;
  aspect-ratio: 1;
}

.bar3 {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.frame-1171277231 {
  width: 26px;
  height: 1011px;
  position: absolute;
  left: 0px;
  top: 47px;
  overflow: hidden;
}

.bar4 {
  padding: 8px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  height: 1019px;
  position: absolute;
  left: 0px;
  top: -8px;
  overflow: hidden;
}

.bar5 {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(224, 138, 103, 1),
    0px 0px 8px 0px rgba(201, 72, 8, 1);
  overflow: hidden;
}

.frame-1171277232 {
  width: 278px;
  height: 26px;
  position: absolute;
  left: 44px;
  top: 0px;
  overflow: hidden;
}

.bar6 {
  padding: 8px 10px 8px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  height: 286px;
  position: absolute;
  left: 278px;
  top: 0px;
  transform-origin: 0 0;
  transform: rotate(90deg) scale(1, 1);
  overflow: hidden;
}

.border-left-coral {
  border-left: 1px solid var(--color-coral, #f16b50);
}

.border-right-coral {
  border-right: 1px solid var(--color-coral, #f16b50);
}

.border-right-steel {
  border-right: 1px solid var(--color-steel, #515861);
}

.h-80 {
  height: 80px;
}

.font-bold {
  font-weight: 700 !important;
}

.desktop-table-version {
  @media (max-width: 769px) {
    display: none;
  }
}

.mobile-table-version {
  display: flex;
  width: 100%;
  flex-direction: column;

  @media (min-width: 769px) {
    display: none;
  }

  .table-header {
    display: flex;
    width: 100%;

    .column {
      flex: 1;
      color: #fff;
      text-align: center;
      font-size: 1.25rem;
      font-style: normal;

      line-height: normal;
      padding: 15px 0 12px 0;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex: 1 0 0;
      font-weight: 400;

      @media (max-width: 767px) {
        line-height: 20px;
      }
    }
  }

  .mobile-tb-header-content {
    display: flex;
    padding: 15px 16px 12px 16px;
    align-items: center;
    align-self: stretch;
    font-weight: 700;

    @media (max-width: 767px) {
      line-height: 20px;
    }
  }
}

.lasting-short-desc {
  color: var(--color-charcol, #1d2d3a);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  @media (max-width: 769px) {
    font-size: 22px;
  }
}

.lasting-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  @media (min-width: 769px) {
    flex-direction: row;
  }

  .lasting-cta-box {
    display: flex;
    padding: 40px 36px;
    align-items: flex-start;
    gap: 1.5rem;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 1.5rem;
    background: var(--color-white, #fff);
    box-shadow: 0 8px 24px -4px rgba(81, 88, 97, 0.16);
    flex-direction: column;
    background: linear-gradient(white, white) padding-box,
      /* Inner background */
      linear-gradient(90deg, #dee1e3, #fffbe6, #d4cbbf, #edecec, #d6d4ba) border-box;
    border: 8px solid transparent;
    border-radius: 1.5rem;

    @media (min-width: 769px) and (max-width: 1200px) {
      padding: 1.5rem;
    }

    @media (max-width: 374px) {
      padding: 29px;
    }

    .lasting-cta-box-text-tag {
      color: #515861;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }

    .lasting-cta-box-text-title {
      color: #f16b50;
      font-size: 26px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
    }

    .lasting-cta-box-text-desc {
      color: var(--color-charcol, #1d2d3a);
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
  }
}

.freedom-red-wrapper {
  display: flex;
  width: 100%;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border: 8px solid #c94808;
  background: #f16b50;
  box-shadow: 0 0 8px 0 #c94808, 0 0 8px 0 #e08a67;

  @media (max-width: 767px) {
    padding: 1.8rem;
  }

  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  @media (min-width: 769px) {
    width: 69%;
  }

  .hae-attacks-text {
    font-family: Agenda;
    font-size: 20px;
    color: white;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;

    span {
      font-size: 26px;
      font-weight: 700;
    }

    @media (max-width: 767px) {
      span {
        font-size: 22px;
        display: block;
        line-height: 24px;
      }
    }
  }
}

.table_above {
  color: var(--color-charcol, #1D2D3A);
  text-align: center;
  font-family: var(--font-agenda);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}

.table_bottom {
  color: var(--color-charcol, #1D2D3A);
  font-family: var(--font-agenda);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.table_bottom .br-desktop-only {
  display: none;

  @media (min-width: 1200px) {
    display: inline;
  }
}

/* Table ends here */

.section__banner {
  width: 100%;
  max-width: var(--container-max-width);

  @media (max-width: 768px) {
    margin: 0px;
    padding: 0;
  }

  .outer-banner {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;

    .event_3 {
      border-radius: 22px;
      border: 2px solid #F59785;
      background: #FFF;

      .event_4 {
        border-radius: 20px;
        border: 2px solid #FDE5E0;
        background: #FFF;

        .event_5 {
          border-radius: 18px;
          background: #FFF;
          box-shadow: 0 0 8px 0 #C94808 inset, 0 0 8px 0 #E08A67 inset;

          .inner-banner {
            padding: 40px;
            border-radius: 18px;

            @media (max-width: 991px) {
              padding: 32px;
            }

            .large-numbers-key {
              color: #F16B50;
              text-align: center;
              font-family: Tilt Neon;
              font-size: 32px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              margin: 0;

              @media (max-width: 768px) {
                font-size: 1.5rem;
              }

            }
          }

        }

      }


    }


  }

}

.footnotes_bullet_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;

  .bullet_footnote {
    display: flex;
    color: var(--color-charcol, #1D2D3A);
    font-family: var(--font-agenda);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .bullet_footnote_after {
    color: var(--color-charcol, #1D2D3A);
    font-family: var(--font-agenda);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 19px;

    display: flex;
    flex-direction: row;
    gap: 8px;

  }

  .bullet {
    color: #ff7f50;
    margin-right: 12px;
  }
}


.safety__section_wrapper {

  display: flex;
  background-image: url('../../images/pages/safety/background/table-background.png');
  /* background-color: rgba(0,0,0,0.5); */
  background-blend-mode: multiply;
  flex-direction: column;

  .safety__section {

    @media (min-width: 1350px) {
      background-image: url('../../images/pages/safety/DONI_Neon%20Piping_ResultsSafety_69x965_RGB_v01%201.svg');
      background-repeat: no-repeat;
    }

    margin-bottom: 60px;

    @media (max-width: 991px) {
      margin-top: 40px;
      margin-bottom: 40px;
    }
  }
}

.font-normal {
  font-weight: 400 !important;
}

.attack-reduction__item::marker {
  color: #f16b50;
}
