.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

p {
  color: #3f444e;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 27px;
}

li {
  padding-bottom: 8px;
  line-height: 27px;
}

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.p-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container.p-t-32 {
  padding-top: 32px;
}

.container.p-b-120 {
  padding-bottom: 120px;
}

.container.p-t-120 {
  padding-top: 120px;
}

.container.p-t-120.p-b-200 {
  padding-top: 140px;
  position: relative;
}

.container.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading {
  color: #2b303a;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Pangea, sans-serif;
  font-weight: 600;
}

.heading.xl {
  color: #2b303a;
  font-size: 88px;
  font-weight: 700;
  line-height: 1.2;
}

.heading.xl.linen {
  color: #efebe6;
  font-family: Pangea, sans-serif;
  font-size: 72px;
  line-height: 1.1;
}

.heading.l {
  color: #2b303a;
  font-size: 48px;
  line-height: 1.2;
}

.heading.l.p-b-32 {
  padding-bottom: 32px;
}

.heading.l.p-b-32.text-light {
  color: #f9f5f0;
}

.heading.l.p-b-32.text-light.text-center {
  text-align: center;
}

.heading.l.p-b-56 {
  padding-bottom: 56px;
}

.heading.l.p-b-56.proof-heading {
  color: #f9f5f0;
  text-align: center;
}

.heading.l.m-t-0 {
  margin-top: 0;
}

.heading.l.m-t-0.m-b-24 {
  margin-bottom: 24px;
}

.heading.l.m-t-0.m-b-0 {
  margin-bottom: 0;
}

.heading.l.center {
  text-align: center;
}

.heading.m {
  font-size: 48px;
  line-height: 1.2;
}

.heading.m.stat {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: flex;
}

.heading.xxs {
  font-size: 18px;
  line-height: 1.2;
}

.heading.xxs.contact {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading.xxs.download {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.xs {
  font-size: 20px;
}

.heading.xs.download {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.xs.download.text-light {
  color: #f9f5f0;
}

.heading.xs.m-t-0 {
  margin-top: 0;
}

.heading.xs.m-t-0.m-b-24 {
  margin-bottom: 24px;
}

.heading.xs.teal {
  color: #0a809b;
  font-weight: 500;
}

.heading.xs.teal.centre {
  text-align: center;
}

.width-75 {
  width: 75%;
}

.body-large {
  color: #3f444e;
  font-size: 20px;
}

.body-large.linen {
  color: #fff;
}

.hero {
  background-color: #0d768b;
  background-image: linear-gradient(153deg, rgba(43, 48, 58, .95), rgba(10, 128, 155, .97) 84%), url('../images/federico-beccari-ahi73ZN5P0Y-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.width-50 {
  width: 50%;
}

.grid-col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-col-2.stats {
  grid-column-gap: 64px;
  grid-template-columns: 2fr .75fr;
}

.tagline {
  color: #0a809b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Pangea, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.tagline.centre {
  text-align: center;
}

.paragraph {
  color: #3f444e;
  letter-spacing: .25px;
  font-family: Poppins, sans-serif;
}

.stat-caption {
  text-align: right;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 400;
}

.intro-section.p-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.intro-section.p-y-120.bkg-teal, .intro-section.bkg-teal {
  background-color: #afddd6;
}

.intro-section.bkg-teal.p-b-120 {
  padding-bottom: 120px;
}

.intro-section.bkg-teal.p-b-120.p-t-32 {
  padding-top: 32px;
}

.ind-stat {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 48px;
  display: flex;
}

.p-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-y-120.feature-section {
  background-color: #fff;
}

.p-y-120.feature-section.bkg-teal {
  color: #fff;
  background-color: #0a809b;
}

.p-y-120.contact-section {
  background-image: url('../images/contact-us-bkg-2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image-container {
  height: 600px;
}

.feature-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-col-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-col-3.p-t-48 {
  padding-top: 48px;
}

.contact-option {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.contact-icon {
  width: 20px;
  height: 20px;
}

.text-link {
  color: #0a809b;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.p-t-40 {
  grid-row-gap: 1px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.div-block {
  grid-column-gap: 4px;
  display: flex;
}

.contact-container {
  background-color: #f9f5f0;
  margin-bottom: 0;
  padding: 64px;
}

.button {
  letter-spacing: 1px;
  background-color: #0a809b;
  border-radius: 50px;
  padding: 15px 24px;
  font-family: Pangea, sans-serif;
  font-weight: 400;
}

.button.width-100 {
  width: 100%;
}

.button.linen {
  color: #2b303a;
  background-color: #efebe6;
  font-weight: 500;
}

.button.teal {
  color: #2b303a;
  background-color: #afddd6;
}

.form-label {
  font-family: Pangea, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-group {
  padding-top: 24px;
}

.form-group.first {
  padding-top: 0;
}

.form-group.last {
  padding-bottom: 24px;
}

.input {
  min-height: 45px;
  background-color: #f9f5f0;
  border: 1px solid #2b303a;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.body {
  background-color: #efebe6;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.logo {
  width: 150px;
}

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

.nav-link {
  color: #efebe6;
  letter-spacing: 1px;
  font-family: Pangea, sans-serif;
  font-weight: 400;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  background-color: #efebe6;
  padding-top: 16px;
  padding-bottom: 16px;
}

.image {
  width: 130px;
}

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

.d-flex.flex-between {
  justify-content: space-between;
}

.d-flex._8-col {
  grid-column-gap: 8px;
  justify-content: flex-start;
}

.body-small {
  font-size: 16px;
}

.body-small.text-light {
  color: #f9f5f0;
}

.body-small.text-light.text-center, .body-small.centre {
  text-align: center;
}

.download-link {
  color: #afddd6;
  padding: 8px 8px 8px 0;
  text-decoration: none;
}

.link-text {
  color: #0a809b;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-grid.p-t-40 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.image-2 {
  width: 100%;
}

.process-flow {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0;
}

.process-flow.hide {
  display: none;
}

.process-flow.p-b-120 {
  padding-bottom: 120px;
}

.process-flow.p-b-120.desktop-hide {
  display: none;
}

._3-col-vertical-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card {
  min-height: 65%;
  background-color: #b3d0e0;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.feature-card.second {
  background-color: #a9d3dd;
}

.feature-card.third {
  background-color: #bfe4de;
}

.body-medium {
  font-family: Poppins, sans-serif;
}

.body-medium.p-b-32 {
  padding-bottom: 32px;
}

.body-medium.body-small {
  font-size: 12px;
}

.body-medium.p-m-0 {
  margin-bottom: 0;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.grid-col-4 {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.width-55 {
  width: 55%;
}

.rich-text-block {
  line-height: 27px;
}

.proof-image {
  width: auto;
  height: 80px;
  padding-bottom: 16px;
}

.proof-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.feature-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  align-items: flex-end;
  padding-top: 32px;
  padding-right: 32px;
  display: flex;
}

.feature-container.feature-1 {
  background-image: url('../images/fre-sonneveld-q6n8nIrDQHE-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.feature-container.feature-2 {
  background-image: url('../images/federico-beccari-ahi73ZN5P0Y-unsplash.jpg');
  background-size: cover;
}

.feature-container.feature-3 {
  background-image: url('../images/fre-sonneveld-q6n8nIrDQHE-unsplash-1.jpg');
  background-size: cover;
}

.feature-container.feature-bkg-2 {
  background-image: url('../images/federico-beccari-ahi73ZN5P0Y-unsplash.jpg');
  background-size: cover;
  position: static;
}

.feature-container.feature-bkg-3 {
  background-image: url('../images/fre-sonneveld-q6n8nIrDQHE-unsplash-1.jpg');
  background-size: cover;
}

.feature-container.feature-bkg-1 {
  background-image: url('../images/pexels-philippe-serrand-15071119.jpg');
  background-size: cover;
}

.div-block-11 {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tagline-2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.list {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.list.no-bullets {
  list-style-type: none;
}

.progress-indicator {
  width: 40px;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 48%;
  right: 48%;
}

.container-3 {
  height: 100%;
  max-width: 1600px;
  padding-left: 32px;
  padding-right: 32px;
  overflow: visible;
}

.the-sequence {
  position: relative;
}

.div-block-10 {
  z-index: 0;
  width: 32px;
  height: 32px;
  background-color: #ff4d00;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  position: relative;
}

.div-block-8 {
  width: 2px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
}

.three-quarter-div {
  width: 75%;
  max-width: none;
}

.indicator {
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #afddd6;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 24px;
  display: none;
  position: static;
  top: 40%;
  bottom: auto;
  left: auto;
  right: auto;
}

.heading-2 {
  color: #1f0900;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.heading-2.l {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 72px;
  line-height: 1;
}

.heading-2.s {
  font-size: 2rem;
}

.indicator-orange {
  z-index: 2;
  width: 4px;
  height: 0%;
  background-color: #afddd6;
  flex: none;
  align-self: auto;
  position: relative;
  top: 0;
  bottom: auto;
}

.list-item {
  padding-bottom: 16px;
  list-style-type: disc;
}

.sequence-image {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
  display: block;
}

.sequence-image.alt {
  max-width: 300px;
}

.supply-chain-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.d-flex-center {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.d-flex-center.space-between {
  justify-content: space-between;
}

.d-flex-center.space-between.progress-bar {
  align-items: center;
  position: absolute;
}

.waste-utlitization-item {
  grid-column-gap: 148px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.div-block-9 {
  z-index: 1;
  width: 32px;
  height: 32px;
  background-color: #afddd6;
  border-radius: 20px;
  flex: none;
  align-self: center;
  position: relative;
  top: 0;
}

.body-text {
  color: #444;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.body-text.l {
  text-align: left;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 2;
}

.body-text.l.s-p-b-40 {
  padding-bottom: 40px;
}

.grid-6 {
  grid-column-gap: 112px;
  grid-row-gap: 280px;
  grid-template-columns: 1fr;
}

.hero-side-image {
  width: 100%;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 47%;
  right: 0%;
}

.hero-side-image.hide {
  display: none;
}

.right-align {
  text-align: right;
  align-self: flex-end;
}

.p-t-16 {
  padding-top: 16px;
}

.success-message {
  background-color: #efebe6;
}

.div-block-14 {
  padding-bottom: 120px;
}

@media screen and (min-width: 1440px) {
  .heading.xs {
    font-size: 24px;
    line-height: 1.2;
  }

  .heading.xs.p-t-16.m-b-16, .heading.xs.p-b-16 {
    margin-bottom: 16px;
  }

  .heading.xs.p-y-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero {
    background-color: #09768c;
  }

  .contact-option {
    grid-column-gap: 12px;
  }

  .navbar {
    z-index: 1;
  }

  .d-flex._8-col {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .feature-grid.p-t-40 {
    grid-template-columns: .5fr 1fr;
  }

  .feature-3 {
    width: 100%;
    display: none;
  }

  ._3-col-vertical-grid {
    grid-template-rows: 600px;
    grid-auto-columns: 1fr;
  }

  .feature-1 {
    width: 100%;
    height: 100%;
  }

  .feature-2 {
    width: 100%;
    display: none;
  }

  .feature-card {
    min-height: 64%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    display: flex;
  }

  .body-medium {
    margin-bottom: 16px;
  }

  .body-medium.p-b-32 {
    padding-bottom: 32px;
  }

  .slider {
    height: 100%;
  }

  .slide-nav, .left-arrow, .right-arrow {
    display: none;
  }

  .width-55 {
    width: 50%;
  }

  .hero-side-image {
    top: 24%;
  }

  .image-3 {
    z-index: 0;
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .heading.l {
    font-size: 56px;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.l {
    font-size: 80px;
  }

  .d-flex-center {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .body-text.l {
    margin-bottom: 32px;
  }

  .body-text.l.s-p-b-40 {
    padding-bottom: 0;
  }

  .hero-side-image {
    top: 21%;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50% -320%;
  }

  .width-50 {
    width: 75%;
  }

  .grid-col-2.feature {
    grid-template-columns: 1fr;
  }

  .stat-container {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .feature-image-container {
    height: 300px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  ._3-col-vertical-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 500px;
  }

  .grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    overflow: visible;
  }

  .three-quarter-div {
    width: 110%;
  }

  .heading-2.l {
    font-size: 4.5rem;
  }

  .grid-6 {
    grid-row-gap: 160px;
  }
}

@media screen and (max-width: 767px) {
  .heading.xl {
    font-size: 64px;
  }

  .heading.xl.linen {
    font-size: 56px;
  }

  .heading.m.stat {
    align-items: center;
    margin-bottom: 32px;
  }

  .hero {
    background-position: 50% 250%;
    background-repeat: no-repeat;
  }

  .width-50 {
    width: 80%;
  }

  .grid-col-2 {
    grid-template-columns: 1fr;
  }

  .tagline.m-b-0 {
    margin-bottom: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .process-flow.p-b-120.desktop-hide {
    display: block;
  }

  .process-flow.mobile-hide {
    display: none;
  }

  .feature-card {
    min-height: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .width-55 {
    width: 80%;
  }

  .progress-indicator {
    left: 0%;
  }

  .div-block-10 {
    width: 24px;
    height: 24px;
  }

  .heading-2.l {
    font-size: 56px;
  }

  .heading-2.s {
    white-space: normal;
  }

  .sequence-image {
    max-width: 400px;
  }

  .sequence-image.alt {
    max-width: 200px;
  }

  .supply-chain-section {
    background-color: #fff;
  }

  .waste-utlitization-item {
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    width: 24px;
    height: 24px;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 100px;
    margin-left: 64px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.p-t-32.flex-mobile {
    grid-column-gap: 16px;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .container.p-t-120.p-b-200 {
    padding-top: 120px;
  }

  .heading.xl {
    font-size: 64px;
  }

  .heading.xl.linen {
    font-size: 36px;
  }

  .heading.l {
    font-size: 32px;
  }

  .hero {
    padding-bottom: 120px;
  }

  .width-50 {
    width: 100%;
  }

  .grid-col-2.stats {
    grid-template-columns: 2fr;
  }

  .stat-caption {
    text-align: center;
  }

  .button.linen {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2 {
    max-width: none;
  }

  ._3-col-vertical-grid {
    grid-template-rows: minmax(500px, 1fr);
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(500px, 1fr);
    display: grid;
  }

  .grid-col-4 {
    grid-template-columns: 1fr;
  }

  .width-55 {
    width: 100%;
  }

  .feature-container {
    padding-top: 56px;
    padding-right: 16px;
  }

  .feature-container.feature-bkg-1 {
    background-image: url('../images/fre-sonneveld-q6n8nIrDQHE-unsplash-1.jpg');
  }

  .list.no-bullets {
    padding-left: 0;
  }

  .progress-indicator {
    left: 5%;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .three-quarter-div {
    width: 100%;
  }

  .heading-2.l {
    font-size: 32px;
  }

  .heading-2.s.supply-chain-heading {
    font-size: 1.5rem;
  }

  .body-text.l {
    padding-left: 16px;
    font-size: 20px;
  }

  .brand {
    flex: 1;
  }
}

#w-node-c8eea00e-3578-b6e2-1972-bddc1c6fff17-76c78629, #w-node-a25fa192-72ce-922c-cb6a-ea1571329e89-76c78629, #w-node-e705ca11-fe2c-e22f-7732-186e2d637858-76c78629, #w-node-_534187b0-510c-f738-cc1a-134279828580-76c78629, #w-node-_1a775712-2e54-d778-bde2-e85d4416c179-76c78629, #w-node-_7aee7cba-04b5-6daf-85e8-83430e82365d-76c78629, #w-node-_6ca518d3-f06d-81f3-1711-d2e263b5e747-76c78629, #w-node-_9f7a35f1-2090-b30a-720a-85a38254f4db-76c78629, #w-node-c897beac-f3b5-6b43-01d4-b95ca60c748b-76c78629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c897beac-f3b5-6b43-01d4-b95ca60c748c-76c78629 {
  align-self: auto;
}

#w-node-c897beac-f3b5-6b43-01d4-b95ca60c748e-76c78629, #w-node-c897beac-f3b5-6b43-01d4-b95ca60c7498-76c78629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c897beac-f3b5-6b43-01d4-b95ca60c7499-76c78629 {
  align-self: center;
}

#w-node-_143bf8f1-1674-1af7-5817-19a65df27495-76c78629, #w-node-c897beac-f3b5-6b43-01d4-b95ca60c74af-76c78629, #w-node-_25ab1ec8-abc1-6279-f563-ebc14a5d38b5-76c78629, #w-node-_8fc39495-db3a-0e7d-a588-e5d770f56a5b-76c78629, #w-node-_8fc39495-db3a-0e7d-a588-e5d770f56a5e-76c78629, #w-node-e89dea16-b096-75f8-9b11-94e3ab57e2f2-76c78629, #w-node-e89dea16-b096-75f8-9b11-94e3ab57e2f5-76c78629, #w-node-e3f5152f-cc03-8ebe-d00c-fa8705a68156-76c78629, #w-node-cec49f22-521a-578e-e411-98c5f48785c0-76c78629, #w-node-_3026f913-02e2-2002-c984-9af52b6669f4-76c78629, #w-node-_3026f913-02e2-2002-c984-9af52b6669ed-76c78629, #w-node-_9873389e-5324-0b9d-bd4b-5cda5d309198-76c78629, #w-node-_305a67e9-67c8-41e7-c18e-ec2f8da0b75b-76c78629, #w-node-_92e164b9-ce40-7656-9819-77931cf7e2e7-76c78629, #w-node-d3fd5054-77b0-5cb3-7fcb-b3d9597099d6-76c78629, #w-node-_12679ef8-2532-90b1-1e7f-e4b5b2fbf0dc-76c78629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_912cdb74-f8b7-9a57-63be-9a86715acd26-76c78629 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cec49f22-521a-578e-e411-98c5f48785c0-76c78629 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Pangea';
  src: url('../fonts/PangeaTrial-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangea';
  src: url('../fonts/PangeaTrial-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangea';
  src: url('../fonts/PangeaTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangea';
  src: url('../fonts/PangeaTrial-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangea';
  src: url('../fonts/PangeaTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangea';
  src: url('../fonts/PangeaTrial-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pangea';
  src: url('../fonts/PangeaTrial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangea';
  src: url('../fonts/PangeaTrial-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}