  body{
                font-family: 'Raleway';
            }
           
            @media screen and (max-width: 600px) {
                #emailblock {margin-top: -15%;}
            }
            .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #eb2055;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #eb2055;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
	border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.highlight {
      color: white; /* Neon green */
    }
    .stat-card {
      background-color: #1a1a1a;
      border-radius: 0.75rem;
      padding: 2rem;
      text-align: center;
      height: 100%;
     border: 1px solid rgba(128, 128, 128, 0.479);
     color: white;
    }

    .highlight-btn {
      background-color: #c6ff00;
      color: #000;
      font-weight: bold;
      padding: 0.75rem 1.5rem;
      border: none;
      border-radius: 0.25rem;
    }
    .number-circle {
      display: inline-block;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      border-radius: 50%;
      background-color: rgb(255, 56, 56);
      color: white;
      font-weight: bold;
      margin-right: 0.5rem;
    }
    .image-placeholder {
      background-color: white;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;
      font-weight: bold;
    }

    .wwd-number-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      background-color: black;
      border-radius: 50%;
      color: #000;
      font-weight: bold;
      margin-right: 0.75rem;
    }

    .wwd-vertical-line {
      position: relative;
      padding-left: 2.5rem;
      border-left: 2px solid #ccc;
    }

    .wwd-image-placeholder {
      background-color: #000;
      color: white;
      height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
    }

    .wwd-cta-button {
      background-color: black;
      color: white;
      font-weight: bold;
      border: none;
      padding: 0.75rem 2rem;
      border-radius: 0.25rem;
      font-size: 1.1rem;
    }


    .imggrid-section {
      background-color: #0e0e0e;
      padding: 4rem 0;
    }


  
.imggrid-box img{
  width: 80%;
  border-radius: 10px;
}

@media (max-width: 500px) {
  .imggrid-box img{
    width: 100%;
  }
}
    

    .hero-bg {
      background: linear-gradient(135deg, #000 20%, #111 80%);
      color: #fff;
    }
    /* container spacing */
    .hero-section {
      padding: 4rem 0;
    }
    /* constrain text width */
    .hero-content {
      max-width: 800px;
      margin: 0 auto;
    }
    /* VSL placeholder */
    .vsl-block {
      /* adjust as needed */
      margin-top: 0rem;
    }

    .lead-container {
      padding-top: 4rem;
      padding-bottom: 4rem;
      color: white;
    }

    .lead-headline {
      font-weight: bold;
      font-size: 3rem;
      line-height: 3.5rem;
      width: 70%;
    }

    .main-headline {
      font-weight: bold;
      font-size: 3rem;
      line-height: 3.5rem;
      width: 100%;
    }

    .lead-subheadline {
      font-size: 1.3rem;
      opacity: 0.85;
      line-height: normal ;
      line-height: 2rem;
      width: 75%;
    }

    

    .lead-email-input {
      background-color: #fff;
      border: none;
      padding: 1rem;
      border-radius: 5px;
      width: 100%;
      max-width: 500px;
    }

    .lead-cta-btn {
      background-color: #ccff33;
      border: none;
      font-weight: bold;
      color: #000;
      padding: 0.75rem 1.5rem;
      font-size: 1.1rem;
      border-radius: 5px;
      transition: all 0.2s ease;
    }

    .lead-cta-btn:hover {
      background-color: #b6ec2e;
    }

  
    .leadp-discover-section {
      font-family: 'Helvetica Neue', sans-serif;
    }
  
    .leadp-circle {
      background-color: #8056ff;
      color: #fff;
      font-weight: bold;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
    }
  
    .leadp-discover-item p {
      font-size: 1.05rem;
      line-height: 1.6;
    }

    @font-face {
      font-display: block;
      font-family: Roboto;
      src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
    }
  
    @font-face {
      font-display: fallback;
      font-family: Roboto;
      font-weight: 600;
      src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
    }
  
    @font-face {
      font-display: fallback;
      font-family: Roboto;
      font-weight: 700;
      src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
    }
  
    #sib-container input:-ms-input-placeholder {
      text-align: left;
      font-family: Helvetica, sans-serif;
      color: #c0ccda;
    }
  
    #sib-container input::placeholder {
      text-align: left;
      font-family: Helvetica, sans-serif;
      color: #c0ccda;
    }
  
    #sib-container textarea::placeholder {
      text-align: left;
      font-family: Helvetica, sans-serif;
      color: #c0ccda;
    }
  
    #sib-container a {
      text-decoration: underline;
      color: #2BB2FC;
    }
.case-study-body{
  width: 100%;
  border: 1px solid rgb(144, 0, 255);
  border-radius: 0px;
  color: white;
}

    .case-study {
     color: white;
      border-radius: 12px;
      padding: 40px 20px;
      max-width: 800px;
      margin: 40px auto;
      text-align: center;
    }

    .case-study h2 {
      font-weight: 700;
      color: white;
    }

    .case-study p {
      color: white;

    }

    .case-image {
      width: 100%;
      height: 300px;
      background-color: #ccc;
      border-radius: 10px;
      margin: 30px 0;
    }

    .results-list {
      list-style: none;
      padding: 0;
    }

    .results-list li {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      margin-bottom: 10px;
      color: white;
    }

    .results-list li::before {
      content: "➔";
      color: white; /* bright green/yellow arrow */
      font-size: 1.2rem;
      margin-right: 10px;
    }





    .slider {
      background: #efeef2;
      height: 75pt;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      cursor: default;
      user-select: none;
      touch-action: none;
  }
  
  .slider:before {
      left: 0;
      top: 0;
  }
  .slider:after,
  .slider:before {
      background: linear-gradient(
          to right,
          #efeef2 0%,
          hsla(0, 0%, 100%, 0) 100%
      );
      content: "";
      height: 75pt;
      position: absolute;
      width: 200px;
      z-index: 2;
  }
  .slider:after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
  }
  .slider:after,
  .slider:before {
      background: linear-gradient(
          to right,
          #efeef2 0%,
          hsla(0, 0%, 100%, 0) 100%
      );
      content: "";
      height: 75pt;
      position: absolute;
      width: 200px;
      z-index: 2;
  }
  
  .slider .slide-track-1 {
      animation: scroll-l 30s linear infinite;
      display: flex;
      width: 3500px;
  }
  .slider .slide-track-2 {
      animation: scroll-r 30s linear infinite;
      display: flex;
      width: 3500px;
  }
  
  .slider .slide {
      height: 75pt;
      width: 250px;
      display: flex;
      align-items: center;
      text-align: center;
  }
  .slider .slide img {
      width: 180px;
      padding: 1pc;
      vertical-align: middle;
      margin: 0 auto;
      display: inline-block;
      max-width: 100%;
      height: auto;
  }
  
  @keyframes scroll-l {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(calc(-250px * 7));
      }
  }
  @keyframes scroll-r {
      100% {
          transform: translateX(0);
      }
      0% {
          transform: translateX(calc(-250px * 7));
      }
  }


  .res-img-div img{ 
    width: 80%;
    border-radius: 10px;
    background-size: 100% 100%;
    background-position: center;
    border: 1px solid rgb(186, 186, 186);
  }

  @media (max-width: 500px) {
    .res-img-div img{
      width: 100%;
    }
  }

 
  @media (max-width: 500px) {
    .lead-headline{
      font-size:19px;
      line-height: 2.1rem;
      width: 90%;
      padding-bottom: 1rem;
    }
    .main-headline{
      font-size:19px;
      line-height: 2.1rem;
      width: 90%;
      padding-bottom: 1rem;
    }
    .lead-subheadline{
      font-size: 15px;
      line-height: 1.6rem;
      width: 90%;
      padding-bottom: 1rem;
    }
    .trust-line{
      font-size: 16px;
      line-height: normal;
      width: 90%;
      margin-left: 50%;
      transform: translateX(-50%);
    }
    .case-study h2{
      font-size: 30px;
    }
    .case-study p{
      font-size: 16px;
      line-height: 2rem;
    }
    .case-study ul li{
      font-size: 11px;
      line-height: 1rem;
    }
    .lead-page-ul li{
      font-size: 16px;
    }
    .index-page-ul li{
      font-size: 14px;
    }
    .index-page-ul-two li{
      font-size: 11px;
    }
   
  }


  .btn-donate {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: rgb(255, 97, 97);
    --btn-bg-2: rgb(255, 31, 31);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 0.9em 1.4em;
    min-width: 120px;
    min-height: 44px;
    font-size: var(--size, 1.2rem);
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(
      325deg,
      var(--btn-bg-2) 0%,
      var(--btn-bg-1) 55%,
      var(--btn-bg-2) 90%
    );
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow:
      0px 0px 20px rgba(255, 71, 71, 0.5),
      0px 5px 5px -1px rgba(233, 58, 58, 0.25),
      inset 4px 4px 8px rgba(255, 175, 175, 0.5),
      inset -4px -4px 8px rgba(216, 19, 19, 0.35);
  }

  .btn-orange {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: #ffc7ab;
    --btn-bg-2: #FF5704;
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 0.9em 1.4em;
    min-width: 120px;
    min-height: 44px;
    font-size: var(--size, 1.2rem);
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(
      325deg,
      var(--btn-bg-2) 0%,
      var(--btn-bg-1) 55%,
      var(--btn-bg-2) 90%
    );
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow:
      0px 0px 20px rgba(255, 145, 71, 0.5),
      0px 5px 5px -1px rgba(233, 58, 58, 0.25),
      inset 4px 4px 8px rgba(255, 203, 175, 0.5),
      inset -4px -4px 8px rgba(216, 85, 19, 0.35);
  }

    .btn-white {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: #ffdece;
    --btn-bg-2: #ffffff;
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 0.9em 1.4em;
    min-width: 120px;
    min-height: 44px;
    font-size: var(--size, 1.2rem);
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(
      325deg,
      var(--btn-bg-2) 0%,
      var(--btn-bg-1) 55%,
      var(--btn-bg-2) 90%
    );
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow:
      0px 0px 20px rgba(255, 145, 71, 0.5),
      0px 5px 5px -1px rgba(233, 58, 58, 0.25),
      inset 4px 4px 8px rgba(255, 203, 175, 0.5),
      inset -4px -4px 8px rgba(216, 85, 19, 0.35);
  }
  
  .btn-donate:hover {
    background-position: right top;
    color: white;
  }
  
  .btn-donate:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow:
      0 0 0 3px var(--btn-bg-color),
      0 0 0 6px var(--btn-bg-2);
  }

  
  .btn-orange:hover {
    background-position: right top;
    color: white;
  }
  
  .btn-orange:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow:
      0 0 0 3px var(--btn-bg-color),
      0 0 0 6px var(--btn-bg-2);
  }

  .btn-white:hover {
    background-position: right top;
    color: white;
  }
  
  .btn-white:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow:
      0 0 0 3px var(--btn-bg-color),
      0 0 0 6px var(--btn-bg-2);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .btn-donate {
      transition: linear;
    }
  }
  