:root {
  --dark-slate-grey: #46533e;
  --sandy-brown: #ffb16b;
  --black: #141414;
  --dark-slate-grey-2: #373d33;
  --antique-white: #eee0c9;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.main-nav-wrap {
  z-index: 100;
  width: 100%;
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.inner-nav {
  width: 100%;
  max-width: 85rem;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.home-logo, .home-logo.w--current {
  max-width: none;
  text-decoration: none;
}

.links-group {
  width: 100%;
  max-width: 60%;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: #fafafa;
  font-size: 13.5px;
  text-decoration: none;
}

.body {
  font-family: Gotham book, sans-serif;
}

.button {
  background-color: var(--sandy-brown);
  color: var(--dark-slate-grey);
  text-transform: none;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
}

.button.hollow {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 1rem;
}

.header-img-wrap {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/9E7z0jVi.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.header-cta {
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.image {
  width: 100%;
  max-width: 12.5rem;
}

.logo-main-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Freighttext, sans-serif;
  font-weight: 900;
  line-height: 32px;
}

.logo-main-heading.nav {
  font-size: 1.6rem;
  text-decoration: none;
}

.logo-sub-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  text-indent: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 34px;
}

.logo-sub-heading.nav {
  font-size: 1.6rem;
}

.section {
  background-color: #f0f0f0;
}

.section.green {
  background-color: var(--dark-slate-grey);
}

.section.intra {
  background-color: var(--black);
  overflow: hidden;
}

.inner-section {
  z-index: 0;
  width: 100%;
  max-width: 85rem;
  min-height: 25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2.5rem;
  display: flex;
  position: static;
}

.inner-section.intra {
  padding-top: 2.5rem;
}

.inner-section.full-height {
  min-height: 100vh;
  align-items: center;
}

.section-heading {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: Freighttext, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.section-heading.white {
  color: #fff;
}

.section-heading.videos {
  color: var(--dark-slate-grey);
  text-align: left;
  border-bottom: 1px solid #c6ccc3;
  margin-bottom: 2.5rem;
  padding-bottom: .5rem;
  font-family: Freighttext, sans-serif;
  font-weight: 900;
}

.section-heading.video-slide-heading {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Freighttext, sans-serif;
  font-weight: 900;
}

.section-heading.facts {
  width: 100%;
}

.paragraph {
  max-width: 35rem;
  color: var(--dark-slate-grey-2);
  margin-bottom: 0;
}

.paragraph.white {
  color: #fff;
  font-size: .9rem;
}

.paragraph.white.margin {
  margin-left: 2.5rem;
}

.paragraph.video-slide {
  width: 100%;
  margin-left: 0;
  padding-top: 1rem;
  font-size: 14px;
}

.paragraph.video-slide.no-margin {
  padding-top: 0;
}

.image-neg-margin {
  width: 100%;
  max-width: none;
  margin-top: -1vw;
  margin-bottom: -3vw;
}

.full-width-img {
  width: 100%;
  max-width: none;
}

.collection-list {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 18vw;
  max-height: 13.5rem;
  max-width: 100%;
  object-fit: cover;
}

.collection-item {
  width: 30vw;
  height: auto;
  max-width: 23.5rem;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  display: flex;
}

.heading {
  color: var(--dark-slate-grey-2);
  text-transform: capitalize;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list-wrapper.hide {
  display: none;
  overflow: visible;
}

.link-2 {
  color: var(--dark-slate-grey-2);
  font-family: Gotham book, sans-serif;
  text-decoration: underline;
}

.intra-header-img {
  height: 30vh;
  background-image: url('../images/intra-header.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 12rem;
  margin-left: 1rem;
}

.intra-header-inner {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.1rem;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
}

.image-4 {
  width: 100%;
  max-width: 12.5rem;
  margin-top: 1.5rem;
}

.form-block {
  z-index: 5;
  position: relative;
}

.form {
  flex-direction: column;
  margin-top: 3rem;
  display: flex;
}

.field-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.text-field {
  width: 30%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
  margin-right: 2rem;
  padding-left: 0;
  font-size: 1rem;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-size: 1rem;
}

.text-field::placeholder {
  color: #fff;
  font-size: 1rem;
}

.select-field {
  width: 30%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  font-size: 1rem;
}

.select-field:focus {
  color: #fff;
}

.button-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  align-self: center;
  margin-top: 1.5rem;
  margin-left: 0;
  padding: .5rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-2.white {
  color: #fff;
  border-color: #fff;
}

.button-2.white.submit {
  width: 30%;
  background-color: var(--sandy-brown);
  color: var(--dark-slate-grey-2);
  border-style: none;
  align-self: flex-end;
  margin-top: 0;
  margin-left: 0;
}

.button-2.intrapac {
  align-self: flex-start;
}

.footer {
  background-color: var(--antique-white);
}

.footer-inner {
  width: 100%;
  max-width: 80rem;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2.5rem;
  display: flex;
}

.footer-link {
  color: var(--dark-slate-grey-2);
  text-decoration: none;
}

.sub-page-header {
  height: 70vh;
  background-color: #1d1d1d;
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/q-a-header.jpg');
  background-position: 0 0, 50% 81%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sub-page-header.enviro-header {
  background-image: url('../images/Lloyd-Creek_1159.jpg'), linear-gradient(rgba(0, 0, 0, .33), rgba(0, 0, 0, .33));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.sub-page-header.process-header {
  background-image: url('../images/_DSC540495.jpg'), linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.sub-page-header.intrapac-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
}

.sub-page-header.vision-header {
  background-image: url('../images/Lloyd-Creek_1155.jpg'), linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
  background-position: 50%, 0 0;
  background-size: auto, auto;
}

.sub-page-header.news-header {
  background-image: url('../images/Lloyd-Creek_1363.jpg'), linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.sub-page-header.facts-header {
  height: 75vh;
  background-image: url('../images/Image2.jpg'), linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19));
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 3rem;
}

.heading-6 {
  color: #fff;
  text-shadow: 3px 3px 10px #2c2c2c;
  font-family: Freighttext, sans-serif;
  font-weight: 900;
}

._2-col-flex-wrap {
  width: 100%;
  max-width: 85rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-flex-wrap.enviro-2-col {
  width: 100%;
  max-width: 75rem;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

._2-col-p {
  max-width: 32rem;
  color: rgba(51, 51, 51, .83);
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5;
}

.recommendation-wrap {
  max-width: 50%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: none;
}

.list {
  margin-top: 1.5rem;
  padding-left: 0;
}

.list-item {
  max-width: 35rem;
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: 300;
}

.enviro-table {
  max-width: 75rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.enviro-table-header {
  width: 50%;
}

.enviro-row {
  border-bottom: 1px solid rgba(126, 126, 126, .35);
  display: flex;
}

.list-item-2 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
}

.enviro-heading {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem;
  font-size: 1rem;
}

.enviro-column {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.table-header {
  display: flex;
}

.list-2 {
  padding-left: 0;
}

.table-subhead {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.table-subhead.subhead-mobile {
  display: none;
}

.table-p {
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.actioned-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: -.25rem;
  font-style: italic;
  display: flex;
}

.tick {
  width: 2.3rem;
}

.heading-7 {
  color: var(--dark-slate-grey-2);
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: .25rem;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.mask {
  height: auto;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.left-arrow {
  margin-left: -5rem;
}

.project-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.project-card {
  height: 20rem;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey-2), var(--dark-slate-grey-2));
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 100px 8px rgba(0, 0, 0, .94);
}

.right-arrow {
  margin-right: -5rem;
}

.project-heading {
  color: #fff;
  margin-top: 0;
  font-family: Freighttext, sans-serif;
  font-size: 2rem;
}

.slide {
  width: 50%;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  overflow: visible;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.slider {
  height: auto;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1rem;
}

.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-p {
  color: #fff;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.project-p.location {
  opacity: .68;
  margin-bottom: .25rem;
  padding-top: 0;
}

.udia-wrap {
  margin-bottom: 5rem;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
}

.udia-wrap.home {
  padding-left: 0;
}

.udia-img {
  width: 3.5rem;
  margin-right: 1rem;
}

.inline-vertical-image {
  width: 100%;
  max-width: 50rem;
  flex: 0 auto;
  align-self: auto;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.news-item-wrap {
  width: 100%;
  max-width: 60rem;
  border: 1px #000;
  flex-grow: 1;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.q-a-heading {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 1.5rem;
}

.news-date {
  color: rgba(51, 51, 51, .51);
  font-size: 1rem;
  font-weight: 300;
}

.image-5 {
  width: 100%;
  height: 32rem;
  object-fit: cover;
  object-position: 50% 50%;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

.standard-btn {
  width: auto;
  max-width: 14rem;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ee794e;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  font-size: .9rem;
  font-weight: 500;
  display: block;
}

.standard-btn.back-btn {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #868282;
  margin-top: .5rem;
  margin-left: 0;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 2rem;
  font-size: .7rem;
  font-weight: 400;
}

.textarea {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1rem;
}

.textarea::-ms-input-placeholder {
  color: #fff;
}

.textarea::placeholder {
  color: #fff;
}

.image-6 {
  width: 5rem;
  margin-right: .5rem;
}

.white-link {
  color: #fff;
  margin-top: 1rem;
  margin-left: 2.5rem;
}

.popup-inner {
  width: 100%;
  height: auto;
  max-width: 41rem;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem 4rem;
  position: relative;
  overflow: visible;
}

.close-btn {
  color: #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: static;
  top: -15px;
  right: -49px;
}

.close-btn-txt {
  font-size: 1rem;
  display: inline-block;
}

.text-block-2 {
  color: rgba(0, 0, 0, .76);
  text-transform: none;
  margin-left: .25rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.t-c-sub-head {
  max-width: 30rem;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.paragraph-3 {
  text-align: left;
  line-height: 1.5;
}

.nav-overlay-wrap {
  z-index: 3000;
  background-color: rgba(17, 22, 13, .92);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-3 {
  color: #fff;
  margin-right: 2rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.logo-txt {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.button-3 {
  color: #232e1d;
  background-color: #ffb565;
  align-self: flex-start;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.button-3.mobile {
  display: none;
}

.logo-link {
  text-decoration: none;
}

.hamburg-wrap {
  display: none;
}

.hamburg {
  width: 1.25rem;
  height: 1.25rem;
}

.link-block {
  text-decoration: none;
}

.rich-txt {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.intro-section_plus-video {
  width: 100%;
  max-width: 85rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 2rem 5rem;
  display: flex;
}

._50-inner-section {
  width: 49%;
  padding-top: 2.5rem;
  padding-right: 1rem;
}

.video {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  flex: 0 auto;
  align-self: flex-start;
  display: block;
}

.video-slider-wrap {
  max-width: 85rem;
  min-height: auto;
  margin: 2.5rem auto 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.video-slide {
  width: 50%;
  margin-left: 0;
  margin-right: 2rem;
}

.slider-2 {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  padding-left: 0;
  overflow: visible;
}

.video-slide-inner-wrap {
  align-items: center;
  margin-bottom: 2.5rem;
  display: block;
}

.video-2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  align-self: flex-start;
}

.icon-9 {
  color: var(--dark-slate-grey);
  font-size: 30px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon-10 {
  color: var(--dark-slate-grey);
  margin-right: 0;
  font-size: 30px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow-2 {
  margin-left: 0;
  margin-right: -4rem;
}

.left-arrow-2 {
  justify-content: space-between;
  margin-left: -4rem;
  margin-right: 0;
  display: block;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  height: auto;
  padding-left: 0;
  overflow: hidden;
}

.bg-light {
  background-color: #e9e9e9;
}

.video-numeral {
  color: var(--dark-slate-grey);
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 12px;
}

.image-slide {
  width: 50%;
  height: 100%;
}

.slide-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.slide-nav-3 {
  display: none;
}

.slider-3 {
  height: 66vh;
}

.footer-acknowledgment {
  max-width: 46.1rem;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem 2rem;
  font-style: italic;
}

.video-grid {
  max-width: 85rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.process-image-wrap {
  width: 100%;
  background-color: var(--antique-white);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  padding-top: 2rem;
  display: block;
}

.project-card-copy {
  height: 20rem;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--dark-slate-grey-2), var(--dark-slate-grey-2));
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 100px 8px rgba(0, 0, 0, .94);
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .links-group {
    display: none;
  }

  .inner-section {
    max-width: none;
  }

  .inner-section.intra {
    padding-top: 2.5rem;
  }

  .image-4 {
    margin-top: 2.5rem;
  }

  .form-block, .form {
    width: 100%;
  }

  .field-wrap {
    flex-direction: column;
    align-self: stretch;
  }

  .text-field {
    width: 100%;
    margin-right: 0;
  }

  .select-field {
    width: 100%;
  }

  .button-2.white.submit {
    width: 100%;
    margin-top: 2rem;
  }

  ._2-col-p {
    margin-right: 1.5rem;
    font-size: .9rem;
  }

  .left-arrow {
    margin-left: -1.2rem;
  }

  .project-content {
    margin-top: 2.5rem;
  }

  .project-card {
    width: 100%;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .right-arrow {
    margin-right: -1.2rem;
  }

  .slide {
    width: auto;
  }

  .slider {
    width: 100%;
    max-width: 100%;
  }

  .project-img {
    margin-bottom: 2rem;
  }

  .popup-inner {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position: static;
  }

  .nav-overlay-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-3 {
    font-size: .9rem;
  }

  .link-3.overlay {
    text-align: center;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .button-3 {
    font-size: .8rem;
  }

  .button-3.mobile {
    display: none;
  }

  .button-3.mobile.overlay {
    display: block;
  }

  .close-wrap {
    width: 1rem;
    margin-top: 1rem;
    margin-right: 2rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-overlay-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hamburg-wrap {
    display: block;
  }

  .div-block {
    display: none;
  }

  ._50-inner-section, .video-slide {
    width: 100%;
  }

  .right-arrow-2 {
    margin-right: -2rem;
  }

  .left-arrow-2 {
    margin-left: -2rem;
  }

  .project-card-copy {
    width: 100%;
    height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .header-img-wrap {
    height: 90vh;
  }

  .logo-main-heading.nav {
    font-size: 1.3rem;
  }

  .inner-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-heading {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .paragraph {
    font-size: 13px;
  }

  .paragraph.white, .heading {
    font-size: .8rem;
  }

  .intra-header-img {
    height: 23vh;
  }

  .image-3 {
    width: 10.2rem;
  }

  .text-field {
    font-size: .8rem;
  }

  .text-field::-ms-input-placeholder {
    font-size: .8rem;
  }

  .text-field::placeholder {
    font-size: .8rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .footer-link {
    margin-bottom: 1rem;
  }

  .sub-page-header {
    height: 45vh;
    margin-bottom: -3rem;
  }

  .sub-page-header.process-header {
    margin-bottom: 0;
  }

  .sub-page-header.facts-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Image2.jpg');
    background-position: 0 0, 60% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    margin-bottom: 0;
  }

  ._2-col-flex-wrap {
    flex-direction: column;
  }

  ._2-col-p {
    font-size: .8rem;
  }

  .enviro-row {
    flex-direction: column;
    align-items: center;
  }

  .enviro-column {
    width: 100%;
  }

  .table-header {
    display: none;
  }

  .table-subhead.subhead-mobile {
    display: block;
  }

  .mask {
    width: 100%;
  }

  .left-arrow {
    margin-left: -2.5rem;
  }

  .project-card {
    height: 75vh;
  }

  .right-arrow {
    margin-right: -2.5rem;
  }

  .slide {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-image-wrap, .slider {
    width: 100%;
  }

  .project-img {
    max-width: none;
    margin-bottom: 0;
  }

  .project-p {
    width: 100%;
  }

  .news-item-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .q-a-heading {
    margin-bottom: 0;
  }

  .textarea::-ms-input-placeholder {
    font-size: .8rem;
  }

  .textarea::placeholder {
    font-size: .8rem;
  }

  .popup-inner {
    max-width: 31rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 2rem;
    position: fixed;
    overflow: scroll;
  }

  .close-btn {
    color: #000;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    top: 0;
    right: 0;
  }

  .close-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .nav-overlay-wrap {
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
  }

  .link-3.overlay {
    margin-bottom: 2rem;
    margin-right: 0;
    font-size: 1rem;
  }

  .button-3.mobile {
    display: block;
  }

  .button-3.mobile.overlay {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .85rem;
  }

  .logo-link.overlay {
    margin-bottom: 2.2rem;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .close-wrap {
    margin-top: 1.25rem;
    margin-right: 1.25rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-overlay-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hamburg-wrap {
    flex: 0 auto;
    order: 0;
    display: block;
  }

  .text-block-3 {
    margin-bottom: 1rem;
  }

  ._50-inner-section {
    width: 100%;
  }

  .video-slider-wrap {
    min-height: auto;
    margin-bottom: 5rem;
  }

  .process-image-wrap {
    margin-top: 2rem;
  }

  .project-card-copy {
    height: 75vh;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .inner-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-img-wrap {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/9E7z0jVi.jpeg');
    background-position: 0 0, 0 0;
  }

  .logo-main-heading.nav {
    font-size: 1rem;
  }

  .inner-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-heading.videos {
    font-family: Freighttext, sans-serif;
    font-weight: 900;
  }

  .section-heading.video-slide-heading {
    font-weight: 900;
  }

  .paragraph.white.margin {
    margin-left: 0;
  }

  .collection-list {
    flex-direction: column;
  }

  .image-2 {
    height: 20rem;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 2.5rem;
  }

  .button-2.intrapac {
    font-size: .85rem;
  }

  .sub-page-header, .sub-page-header.vision-header {
    margin-bottom: 0;
  }

  .sub-page-header.facts-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Image2.jpg');
    background-position: 0 0, 63% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .heading-6 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
  }

  .enviro-column {
    padding-bottom: 1rem;
  }

  .mask {
    overflow: visible;
  }

  .left-arrow {
    z-index: 1;
    margin-left: -2.9rem;
    overflow: visible;
  }

  .blog-image-2 {
    object-fit: cover;
  }

  .project-card {
    height: auto;
    padding-bottom: 2rem;
  }

  .right-arrow {
    margin-right: -3rem;
  }

  .slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .icon-7 {
    font-size: 25px;
    overflow: visible;
  }

  .blog-image-wrap {
    width: 100%;
    height: 17rem;
    overflow: visible;
  }

  .slider {
    overflow: visible;
  }

  .icon-8 {
    font-size: 25px;
  }

  .project-p {
    font-size: .8rem;
  }

  .udia-wrap {
    margin-bottom: 2.5rem;
    padding-left: 0;
  }

  .white-link {
    margin-left: 0;
  }

  .popup-inner {
    height: auto;
    max-width: 90%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
    overflow: scroll;
  }

  .close-btn {
    color: #000;
    justify-content: center;
    position: relative;
    top: -13px;
    left: 0;
    right: 0;
  }

  .paragraph-3 {
    max-width: 17rem;
    font-size: .8rem;
  }

  .nav-overlay-wrap {
    display: none;
    position: fixed;
  }

  .button-3.mobile {
    padding: .5rem 1rem;
  }

  .button-3.mobile.overlay {
    width: 100%;
    text-align: center;
  }

  .video-slide {
    margin-right: 0;
  }

  .icon-9, .icon-10 {
    font-size: 19px;
  }

  .slider-3 {
    height: 40vh;
  }

  .project-card-copy {
    height: auto;
    padding-bottom: 2rem;
  }
}

#w-node-_2b4b959a-7481-2aa9-d6e4-b30a2956c12c-9506b609, #w-node-_2b4b959a-7481-2aa9-d6e4-b30a2956c139-9506b609, #w-node-_2b4b959a-7481-2aa9-d6e4-b30a2956c147-9506b609, #w-node-_1de90c17-9d52-1443-d654-7df1ac140815-9506b609 {
  align-self: center;
}


@font-face {
  font-family: 'Freighttext';
  src: url('../fonts/FreightText-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freighttext Book';
  src: url('../fonts/FreightText-Medium.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freighttext';
  src: url('../fonts/FreightText-Medium.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}