.image-16-icon {
    width: 78px;
    position: relative;
    height: 79px;
    object-fit: cover;
}
.heading-67 {
  top: -25px;
  width: 859px;
  position: relative;
  line-height: 36px;
  font-weight: 300;
  display: flex;
  align-items: center;
  height: 500px;
  flex-shrink: 0;
}
.heading-6 {
  top: -30px;
    width: 859px;
    position: relative;
    line-height: 36px;
    font-weight: 300;
    display: flex;
    align-items: center;
    height: 71px;
    flex-shrink: 0;
}
.heading-61 {
    top: -12px;
    width: 859px;
    position: relative;
    line-height: 36px;
    font-weight: 300;
    display: flex;
    align-items: center;
    height: 162px;
    flex-shrink: 0;
}
.heading-62 {
    top: -18px;
    width: 859px;
    position: relative;
    line-height: 36px;
    font-weight: 300;
    display: flex;
    align-items: center;
    height: 161px;
    flex-shrink: 0;
}
.heading-65 {
  top: 0px;
  width: 859px;
  position: relative;
  line-height: 36px;
  font-weight: 300;
  display: block;
  align-items: center;
  height: 161px;
  flex-shrink: 0;
}
.heading-66 {
  top: 0px;
  width: 859px;
  position: relative;
  line-height: 36px;
  font-weight: 300;
  display: flex;
  align-items: center;
  height: 161px;
  flex-shrink: 0;
}
.image-16-icon:nth-of-type(2) {
  margin-top: -1.75rem;
}
.image-16-icon:nth-of-type(5) {
  margin-top: 0.5rem;
}
.image-16-icon:nth-of-type(6) {
  margin-top: 2rem;
}
.image-16-parent {
    position: relative;
    margin: 350px auto 0 auto; /* Adjust 80px as needed for spacing */
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
}
.heading-4 {
    position: absolute;
    top: 0px;
    left: 11px;
    letter-spacing: -1.44px;
    line-height: 72px;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 129px;
    height: 72px;
}
.background1 {
    position: absolute;
    top: 218px;
    left: 215px;
    border-radius: 6px;
    background-color: #beff92;
    width: 140px;
    height: 72px;
    overflow: hidden;
    font-size: 44px;
    color: var(--color-darkslateblue);
    font-family: var(--font-inter);
}
.background {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: #fbfeff;
    height: 1960px;
    overflow-x: hidden !important;
}
.image-14-icon {
    position: absolute;
    top: 56px;
    left: 163px;
    width: 557px;
    height: 107px;
    object-fit: cover;
}
.image-15-icon {
    position: absolute;
    top: 64px;
    left: 843px;
    width: 344px;
    height: 91px;
    object-fit: cover;
}
.contact {
    position: absolute;
    width: 100%;
    top: 1740px;
    right: -1px;
    left: 1px;
    background-color: #eefaff;
    border-top: 1px solid var(--color-darkslateblue);
    box-sizing: border-box;
    height: 219px;
    overflow: hidden;
}
.image-icon {
    top: 7px;
    width: 144px;
    position: relative;
    height: 38px;
    object-fit: cover;
}
.data-contribution {
    position: relative;
}
.data-contribution-wrapper {
    width: 243px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.how-it-works {
    position: relative;
    cursor: pointer;
}
.how-it-works-parent {
    width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    font-size: var(--font-size-5xl);
}
.navbar {
  position: fixed; /* Use fixed so it's always on top */
  bottom: 0px;
  top:auto;
  left: 0px;
  right: 0px;
  z-index: 1000;
  background-color: var(--color-white);
  height: 114px;
  width: 100%;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between; /* This moves CANDOR to the left */
  padding-right: 2rem; /* Add horizontal padding */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: var(--font-size-14xl);
  font-family: var(--font-afacad);
}
html, body {
    overflow-x: hidden !important;
}
.data-contribution {
    color: var(--color-darkslateblue);
  }
.team-page {
    width: 100%;
    position: relative;
    background: linear-gradient(#f5fcff, #f5fcff), #f5fcff;
    height: 1960px;
    overflow-y: hidden;
    overflow-x: hidden !important;
    text-align: left;
    font-size: var(--font-size-5xl);
    color: var(--color-dimgray);
    font-family: var(--font-archivo);
}




body {
    margin: 0;
    line-height: normal;
    overflow-x: hidden;
}


:root {
    
    /* Fonts */
    --font-inter: Inter;
    --font-afacad: Afacad;
    --font-archivo: Archivo;
    
    /* font sizes */
    --font-size-sm: 14px;
    --font-size-xl: 20px;
    --font-size-3xl: 22px;
    --font-size-5xl: 24px;
    --font-size-14xl: 33px;
    --font-size-16xl: 35px;
    --font-size-20xl: 39px;
    
    /* Colors */
    --color-aliceblue: #eefaff;
    --color-black: #000;
    --color-aliceblue-100: #f5fcff;
    --color-darkolivegreen: #496e30;
    --color-darkslateblue: #1d458b;
    --color-dimgray-100: #5a5b5e;
    --color-dimgray: #5a5b5e;
    --color-honeydew: #f7fff1;
    --color-palegreen: #beff92;
    --color-white: #fff;
    
    /* Gaps */
    --gap-3xs: 10px;
    --gap-smi: 13px;
    
    /* Paddings */
    --padding-2xl: 21px;
    --padding-8xl: 27px;
    --padding-11xl: 30px;
    --padding-24xl: 43px;
    
    /* Border radiuses */
    --br-7xs: 6px;
    --br-5xs: 8px;
    
}
@media (max-width: 1024px) {
    .navbar {
      flex-direction: column;
      height: auto;
      padding: 1rem;
      font-size: 1.3rem;
      justify-content: center;
      align-items: center;
    }
  
    .how-it-works-parent {
        flex-direction: row;
        gap: 1rem;
        font-size: 1rem;
        width: 100%;
      }
  
    .heading-4 {
      position: relative;
      top: 0;
      left: 0;
      font-size: 1.5rem;
      width: auto;
      text-align: center;
      margin-bottom: 1rem;
    }
  
    .background1 {
      position: relative;
      top: 0;
      left: 0;
      width: 5.5rem;
      height: 4rem;
      margin: 0.5rem auto;
      font-size: 1rem;
      text-align: center;
      padding-left: 0.75rem;
    }
  
    .image-16-parent {
      margin: 2rem auto 0 auto;
      padding: 0 1rem;
      gap: 1rem;
      justify-content: center;
    }
  
    .image-16-icon {
      width: 64px;
      height: 64px;
    }
  
    .heading-6,
    .heading-61,
    .heading-62,
    .heading-65,
    .heading-66,
    .heading-67 {
      width: 100%;
      font-size: 1rem;
      line-height: 1.5;
      height: auto;
      padding: 0.5rem;
      margin-bottom: 1rem;
      top: 0;
    }
  
    .image-14-icon,
    .image-15-icon {
      position: relative;
      top: 0;
      left: 0;
      width: 80%;
      height: auto;
      object-fit: contain;
      margin: 1rem auto;
      display: block;
    }
  
    .contact {
      position: relative;
      top: auto;
      width: 100%;
      height: auto;
      padding: 1.5rem 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      margin-top: 2rem;
    }
  
    .team-page {
      height: auto;
      font-size: 1.2rem;
      overflow-y: auto;
    }
  
    .background {
      position: relative;
      height: auto;
      padding: 1rem 0;
    }
  }