@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://img1.wsimg.com/gfonts/s/cinzel/v26/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfY3lDQ.woff2") format("woff2");
}

:root {
  --brand-green: #006400;
  --heading-color: rgb(27, 27, 27);
  --body-color: rgb(94, 94, 94);
  --muted-color: rgb(89, 89, 89);
  --content-width: 1112px;
  --body-font: "Quicksand", sans-serif;
  --display-font: "Cinzel", Georgia, serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html,
body { margin: 0; min-height: 100%; }

body { color: var(--heading-color); background: #ffffff; font-family: var(--body-font); font-size: 16px; -webkit-font-smoothing: antialiased; }
img,
svg { display: block; }
a { color: inherit; }

.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 8px 14px; color: #fff; background: var(--brand-green); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
main > section { background: #ffffff; }

.intro-section { padding: 56px 24px; }

.intro-section h1,
.process-section > h2 {
  width: min(100%, var(--content-width));
  margin: 0 auto 40px;
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.intro-section h1 {
  margin-bottom: 16px;
  padding: 8px 0 8px 20px;
  border-left: 2px solid #185127;
  color: #185127;
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.process-section > h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 18px;
  color: #185127;
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.process-section > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: #185127;
  transform: translateX(-50%);
}

.intro-copy,
.text-step > *,
.text-step > div { width: min(100%, 725.33px); margin-right: auto; margin-left: auto; }

.intro-copy {
  width: min(100%, var(--content-width));
  padding-left: 22px;
}

.intro-copy,
.text-step p { color: var(--body-color); font-size: 18px; line-height: 1.8; }
.intro-copy p,
.text-step p { margin: 0; }

.factor-section { height: 274.5px; padding: 56px 24px; overflow: hidden; }
.factor-section--activity { height: 275.015625px; }

.factor-section h2 {
  width: min(100%, var(--content-width));
  margin: 0 auto 40px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.factor-section h2 {
  position: relative;
  padding-bottom: 0;
  color: #000000;
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

.factor-section h2::after {
  content: none;
}

.logo-viewport { width: min(100%, var(--content-width)); height: 100.5px; margin: 0 auto; overflow: hidden; }

.logo-track { width: max-content; height: 100%; display: flex; transform: translateX(0); }
.logo-track[data-step-carousel] { will-change: transform; }

.logo-set { height: 100%; display: flex; align-items: center; gap: 48px; padding-right: 48px; }
.logo-set img { width: auto; max-width: 190px; height: 100px; object-fit: contain; flex: 0 0 auto; }

.process-section { padding: 56px 24px; }
.process-list { width: min(100%, var(--content-width)); margin: 0 auto; }

.process-row {
  height: 266px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  align-items: center;
}

.process-row:last-child { margin-bottom: 0; }
.process-row img { width: 100%; height: 266px; object-fit: fill; }

.process-row h3,
.text-step h2 {
  margin: 0;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.text-step h2 {
  margin-right: auto;
  margin-left: auto;
}

.text-step > p {
  margin-right: auto;
  margin-left: auto;
}

.text-step { padding: 56px 24px; }
.text-step--details h2,
.text-step--last h2 { margin-bottom: 24px; }

.gallery-section { height: 614px; padding: 60px 24px; overflow: hidden; }

.gallery-pan {
  width: min(100%, var(--content-width));
  height: 494px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 7.84375px;
}

.gallery-column { position: relative; }
.gallery-column img { width: 100%; height: auto; object-fit: fill; }
.gallery-column img + img { position: absolute; top: 251px; left: 0; }
.gallery-column--third img + img { top: 201px; }

.actions-section {
  width: 66.6667%;
  height: auto;
  margin: 0 auto;
  padding: 56px 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.action-button {
  width: 100%;
  min-height: 70px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  color: #ffffff;
  background: linear-gradient(180deg, #006d2c 0%, #004d1f 100%);
  border: 2px solid rgba(245, 249, 235, 0.95);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 77, 31, 0.25), 0 0 0 1px rgba(189, 210, 157, 0.35);
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.action-button:last-child { margin-bottom: 0; }
.action-button:hover,
.action-button:focus-visible { filter: brightness(.88); }
.action-button:active { transform: translateY(1px); }

.site-footer { min-height: 164.796875px; padding: 56px 24px; background: #ffffff; }
.footer-container { width: min(100%, var(--content-width)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.copyright { margin: 0; color: var(--muted-color); font-size: 16px; line-height: 1.8; }
.powered-by { display: flex; flex-direction: column; align-items: flex-end; color: var(--muted-color); font-size: 16px; line-height: 1.8; }
.powered-by span { margin: 0 0 4px; }
.powered-by img { width: 131px; height: 20px; object-fit: contain; }

@media (max-width: 767px) {
  .intro-section { padding: 40px 24px; }

  .intro-section h1,
  .process-section > h2 { margin-bottom: 40px; font-size: 28px; line-height: 1.4; }

  .intro-section h1 { margin-bottom: 16px; font-size: 24px; }
  .process-section > h2 { margin-bottom: 40px; font-size: 24px; line-height: 1.3; }
  .intro-copy { padding-left: 22px; }

  .factor-section,
  .factor-section--activity { height: 226.5px; padding: 40px 24px 44px; }

  .factor-section h2 { font-size: 24px; white-space: normal; }

  .logo-viewport { height: 80px; }
  .logo-set { gap: 32px; padding-right: 32px; }
  .logo-set img { max-width: 152px; height: 80px; }

  .process-section { padding: 40px 24px 64px; }

  .process-row { height: auto; margin-bottom: 48px; display: flex; flex-direction: column; align-items: stretch; }
  .process-row:nth-child(even) h3 { order: 2; }
  .process-row:nth-child(even) img { order: 1; }
  .process-row img { height: 266px; }
  .process-row h3 { margin-top: 24px; }

  .text-step { padding: 40px 24px; }

  .gallery-section { height: 582px; padding: 44px 24px; }

  .gallery-pan {
    width: 905.25px;
    height: 494px;
    grid-template-columns: repeat(3, 159.25px);
    column-gap: 213.75px;
    animation: gallery-pan 18s ease-in-out infinite alternate;
    will-change: transform;
  }

  .gallery-column img + img { top: 251px; }
  .gallery-column--third img + img { top: 201px; }

  @keyframes gallery-pan { to { transform: translateX(-578.25px); } }

  .actions-section {
    width: 100%;
    height: auto;
    padding: 40px 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .action-button { width: 100%; }
  .action-button--implementation { height: 66px; min-height: 66px; padding: 4px 32px; }

  .site-footer { min-height: 214.390625px; padding: 40px 24px; }
  .footer-container { grid-template-columns: 1fr; text-align: center; }
  .copyright { text-align: center; }
  .powered-by { align-items: center; }
  .powered-by span { margin: 24px 0 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-pan { animation: none; }
  .action-button { transition-duration: .01ms; }
}
