.header {
  background-color: white;
  z-index: 999;
}

.bg--gradient_green {
  background: linear-gradient(
    to bottom,
    rgb(22 163 74 / 0.9) 0%,
    rgb(22 163 74 / 0.7) 100%
  );
}

.koop-logos li img {
  height: 25px;
  width: auto;
}

.image-grid {
 position: relative;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 grid-template-rows: repeat(3, 1fr);
 grid-column-gap: 0.2rem;
 grid-row-gap: 0.2rem;
 width: 70vw;
 margin: 0 auto;
 padding-top: 0;
 z-index: -1;
}
 .image_cont {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
 }

 .image_cont:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
 }

 .image_cont:nth-child(2) {
  grid-column: 3;
  grid-row: 2;
 }

 .image_cont:nth-child(3) {
  grid-column: 2;
  grid-row: 3;
 }


 @media screen and (min-width:1024px){
  .image-content-50 {
    order: 3;
  }
  .reversed-bg {
        right: -78rem;
    width: 100%;
    left: auto;
  }
 }
.parallax-images {
 margin-top: 10vh;
 padding: 10rem 1rem;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 grid-column-gap: 1rem;
 grid-row-gap: 20vh;
 align-items: center;
 justify-items: center;

 .image_cont {
  position: relative;
  height: 80vh;
  overflow: hidden;
 }
* {
 box-sizing: border-box;
}

section {
 min-height: 100vh;
}

p {
 line-height: 1.35;
}

#content {
 padding: 0 0.75rem;
}

.container {
 max-width: 1100px;
 margin: 0 auto;
 padding: 0 0.5rem;
}

h1,
h2,
h3,
h4,
p {
 margin: 0;
}

.flow--lg > * + * {
 margin-top: 2em;
}

.flow > * + * {
 margin-top: 1em;
}

.title {
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 min-height: 50vh;
}

#content {
 overflow: visible;
 width: 100%;
}

.heading {
 position: absolute;
 top: 50vh;
 left: 50%;
 transform: translateX(-50%);
 opacity: 0;
}

h1 {
 font-size: clamp(12px, 8vw, 100px);
 text-align: center;
 line-height: 0.67;
 margin: 0 auto;
 font-family: "wild_worldbold";

 .eyebrow {
  font-family: "Open sans", sans-serif;
  font-size: clamp(12px, 3vw, 40px);
  font-weight: 400;
 }
}

.heading p {
 font-family: "wild_worldbold";
 font-size: 15.5vw;
 font-size: clamp(12px, 15.5vw, 250px);
 text-align: center;
 line-height: 0.67;
 margin: 0;
 text-align: center;
 color: #111;
 -webkit-text-stroke-width: 1.5px;
 -webkit-text-stroke-color: white;
 z-index: -10;
}

.intro,
h2,
h3 {
 font-size: var(--step-1);
 font-weight: 500;
}

.text-container {
 position: relative;
}

.text-container p {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 999;
 color: transparent;
}

.text-container p:first-child {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 999;
 color: white;
}

.image-grid {
 position: relative;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 grid-template-rows: repeat(3, 1fr);
 grid-column-gap: 0.2rem;
 grid-row-gap: 0.2rem;
 width: 70vw;
 margin: 0 auto;
 padding-top: 40vh;
 z-index: -1;

 .image_cont {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
 }

 img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
 }

 .image_cont:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
 }

 .image_cont:nth-child(2) {
  grid-column: 3;
  grid-row: 2;
 }

 .image_cont:nth-child(3) {
  grid-column: 2;
  grid-row: 3;
 }
}

.parallax-images {
 margin-top: 10vh;
 padding: 10rem 1rem;
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 grid-column-gap: 1rem;
 grid-row-gap: 20vh;
 align-items: center;
 justify-items: center;

 .image_cont {
  position: relative;
  height: 80vh;
  overflow: hidden;
 }

 img {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  height: 140%;
  width: 100%;
  object-fit: cover;
 }

 .parallax-text {
  grid-column: 2;
  grid-row: 1;
 }

 .image_cont:nth-child(2) {
  grid-column: 1 / span 1;
  grid-row: 1;
  width: 100%;
 }

 .image_cont:nth-child(3) {
  grid-column: 2 / span 1;
  grid-row: 2;
 }
}

.spacer {
 min-height: 50vh;
 display: flex;
 align-items: center;
 justify-content: center;
}

.stagger {
 font-size: 8vw;
}

.bars {
 display: flex;
 flex-wrap: wrap;
 column-gap: 4rem;

 .bars-text {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
 }

 .bars-cont {
  flex: 1 1 500px;
  display: flex;
  width: 100%;
  height: 60vh;
  align-items: flex-end;
 }

 .bar {
  border-radius: 10px;
  margin: 2vw;
  text-align: center;
  flex: 1 0 auto;
  font-size: var(--step-0);
  justify-self: flex-end;
  font-family: "wild_worldbold";
  font-size: clamp(16px, 3vw, 36px);
 }
}

.content {
 border-left: solid 1px white;
 padding: 0.5rem 2rem;
}

.staggered {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 column-gap: 4rem;

 h3 {
  font-family: "wild_worldbold";
  font-size: clamp(16px, 6vw, 80px);
  letter-spacing: 0.03em;
 }

 &_text {
  flex: 1 1 300px;
 }

 &_demo {
  flex: 1 1 500px;
  display: flex;
  align-items: center;
  justify-content: center;
 }
}

.parallax-slab {
 position: relative;
 height: 500px;
 width: 100%;
 max-height: 500px;
 overflow: hidden;

 img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180%;
  object-fit: cover;
 }
}

.v-center {
 display: flex;
 align-items: center;
}

.spacer {
 height: 10vh;
}
