#hero {
  display: flex;
  height: 35vw;
  justify-content: center;
  align-items: center;
}

:root {
  --video-gap: clamp(12px, 3vw, 32px);
  --video-radius: clamp(32px, 2.5vw, 96px);
}

#video {
  position: relative;
  height: 200vh;
}

.background-video {
  position: sticky;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: calc(100% - (var(--video-gap) * 2));
  height: 100vh;
  object-fit: cover;
  object-position: center;
  margin: var(--video-gap);
  border-radius: var(--video-radius);
  transition: border-radius 0.12s linear, margin 0.12s linear, width 0.12s linear;
}


#trust {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  /* background-color: var(--primary); */
  height: 100vh;
}

.trust-content {
  margin-bottom: 10%;
}

.trust-content h2 {
  color: var(--secondary);
  text-align: center;
  margin-top: 0%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10%;
}

.brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7vw;
  flex-wrap: wrap;
  margin: 0 auto;
}

.brand-logos img {
  display: block;
  height: clamp(28px, 3vw, 42px);
  width: auto;
  filter: brightness(0) invert(1);
}

#projects {
  display: flex;
  margin: 2.77778vw;
  gap: 2.77778vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.project-image-large {
  display: block;
  width: 100%;
  height: auto;
  max-width: 3000px;
  margin-right: auto;
  margin-left: auto;
}

.two-up-images {
  display: flex;
  width: 100%;
  gap: 2.77778vw;
  max-width: 3000px;
  justify-content: space-between;
  align-items: center;
}

.project-image-small {
  display: block;
  width: calc(50vw - (2.77778vw * 2));
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

#stats {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 150vh;
  padding-top: 10vh;
  text-align: center;
}

.stats-heading {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.our-stats-box {
  display: flex;
  width: 10vw;
  height: 2.22vw;
  justify-content: center;
  align-items: center;
  background-color: var(--accent);
}

.our-stats-box p {
  color: var(--secondary);
  text-align: center;
}

.stats-cards {
  display: grid;
  height: 27vw;
  margin-top: 9.2vw;
  margin-bottom: 9.2vw;
  padding-right: 9.2vw;
  padding-left: 9.2vw;
  justify-content: center;
  place-items: stretch;
  grid-auto-columns: 1fr;
  gap: 1.11vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  background-image: url("https://cdn.prod.website-files.com/6937c741f73e928e743f72ba/693810000d210ede99cae838_Group%20120.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.stat-card {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}








#process {
  display: flex;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: center;
  place-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  background-color: transparent;
}

.side-info {
  position: static;
  top: 0px;
  bottom: auto;
  width: auto;
  background-color: transparent;
}

.sticky-info {
  position: sticky;
  top: 200px;
  width: 650px;
  height: auto;
}

.sticky-info img {
  width: 100%;
}

.steps {
  display: flex;
  width: 534px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
}

.progress-bar {
  display: flex;
  width: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.number-circle {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-image: url("https://cdn.prod.website-files.com/6937c741f73e928e743f72ba/693906609b1ee8b6874d5203_Group%20150.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.number-circle p {
  color: var(--secondary);
  line-height: 24px;
  text-align: center;
}

.progress-line {
  display: block;
  width: 4px;
  height: 500px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: var(--accent);
}

.step {
  display: flex;
  gap: 32px;
}

.step-icon {
  display: flex;
  width: 192px;
  height: 120px;
  justify-content: center;
  align-items: center;
  background-image: url("https://cdn.prod.website-files.com/6937c741f73e928e743f72ba/69390600414953e24a995d99_Group%209.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.step-icon img {
  filter: invert(100%);
  width: 72px;
  height: 72px;
  border-radius: 0px;
  background-position: 0px 0px;
  background-size: auto;
}

.step-description ul, .step-description p, .step-description, .step-icon {
  margin-bottom: 10px;
}

.step-description ul {
  padding-left: 40px;
}
