/* Base */

/* Primary */

/* Secondary */

/* Containers */

/* Header height */

/* Rich text */

/* Widths */

/* Spacing */

/* Radius */

/* Misc */

/* how far the art extends past the left edge at each breakpoint */

.o-footer {
  color: #fff;
  min-height: 515px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(231deg, rgba(15, 237, 141, 0) -87.27%, rgba(6, 98, 35, .77) 24.93%, #033803 70.39%), #033803;
}

.o-footer > * {
  position: relative;
  z-index: 1;
}

.o-footer__container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (min-width: 768px) {
  .o-footer__container {
    gap: 1.5rem;
  }
}

.o-footer__container {
  position: relative;
  row-gap: 3rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

@media only screen and (min-width: 768px) {
  .o-footer__container {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    row-gap: unset;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .o-footer__container {
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .o-footer__container {
    padding-bottom: 1.5rem;
  }
}

.o-footer .o-footer__inner {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Inter", sans-serif;
  line-height: 160%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 768px) {
  .o-footer .o-footer__inner {
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .o-footer .o-footer__inner {
    gap: 1rem;
  }
}

@media only screen and (min-width: 1440px) {
  .o-footer__column {
    padding: 24px 0;
  }
}

.o-footer__column--brand {
  grid-column: 1/span 6;
}

@media only screen and (min-width: 768px) {
  .o-footer__column--brand {
    grid-column: 1/span 4;
  }
}

@media only screen and (min-width: 1024px) {
  .o-footer__column--brand {
    grid-column: 1/span 2;
  }
}

.o-footer__column--brand .o-footer__inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (min-width: 768px) {
  .o-footer__column--brand .o-footer__inner {
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .o-footer__column--brand .o-footer__inner {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    gap: unset !important;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .o-footer__column--brand .o-footer__inner {
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .o-footer__column--brand .o-footer__inner {
    row-gap: 1rem !important;
  }
}

.o-footer__column--brand .o-footer__logo {
  grid-column: 2/span 4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .o-footer__column--brand .o-footer__logo {
    grid-column: 1/1;
    margin-left: unset;
    margin-right: unset;
  }
}

.o-footer__column--brand address {
  grid-column: 1/span 6;
}

.o-footer__column--contact {
  grid-column: 1/span 6;
}

@media only screen and (min-width: 768px) {
  .o-footer__column--contact {
    grid-column: 7/span 6;
  }
}

@media only screen and (min-width: 1024px) {
  .o-footer__column--contact {
    grid-column: 3/span 3;
  }
}

.o-footer__column--contact .o-footer__inner {
  gap: 1.5rem;
}

.o-footer__column--quick-links {
  grid-column: 1/span 6;
}

@media only screen and (min-width: 768px) {
  .o-footer__column--quick-links {
    grid-column: 1/span 6;
  }
}

@media only screen and (min-width: 1024px) {
  .o-footer__column--quick-links {
    grid-column: 6/span 3;
  }
}

.o-footer__column--connect {
  grid-column: 1/span 6;
}

@media only screen and (min-width: 768px) {
  .o-footer__column--connect {
    grid-column: 7/span 6;
  }
}

@media only screen and (min-width: 1024px) {
  .o-footer__column--connect {
    grid-column: 9/span 4;
  }
}

@media only screen and (min-width: 1024px) {
  .o-footer__column--connect .o-footer__inner ul:not(.horizontal) {
    gap: 1rem;
  }
}

.o-footer__copyright {
  grid-column: 1/span 6;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .o-footer__copyright {
    grid-column: 1/span 12;
  }
}

.o-footer__social {
  display: flex;
  gap: 1rem;
  list-style: none;
}

.o-footer__social .c-icon {
  display: inline-flex;
  line-height: 1;
  color: #eae5dd;
  text-decoration: none;
  transition: color .2s ease;
}

.o-footer__social .c-icon__glyph {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
          mask: var(--icon-url) no-repeat center/contain;
  transition: transform .2s ease, background-color .2s ease;
  transform-origin: center center;
}

.o-footer__social .c-icon:hover .c-icon__glyph {
  transform: scale(1.15);
}

.o-footer__social .c-icon:hover {
  color: #a7d936;
}

.o-footer__social .c-icon:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.o-footer a {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.18px;
  line-height: 140%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .o-footer a {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -0.16px;
  }
}

.o-footer a {
  color: #fff;
  text-decoration: none;
}

.o-footer a:hover {
  color: #a7d936;
  text-decoration: underline;
}

.o-footer address {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Inter", sans-serif;
  line-height: 150%;
  letter-spacing: -0.2px;
  font-style: normal;
  font-weight: 400;
}

.o-footer ul:not(.horizontal) {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 768px) {
  .o-footer ul:not(.horizontal) {
    gap: 1.5rem;
  }
}

.o-footer ul:not(.horizontal) {
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .o-footer ul:not(.horizontal) {
    gap: 1.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .o-footer--connect ul:not(.horizontal) {
    gap: 1rem;
  }
}

.o-footer__trim {
  position: absolute;
  bottom: 0;
  right: -1047px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .o-footer__trim {
    right: -967px;
  }
}

@media only screen and (min-width: 1440px) {
  .o-footer__trim {
    bottom: unset;
  }
}


/*# sourceMappingURL=footer.css.map*/