body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 15px;
}

.container {
  padding: 0;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 990px) {
  .container {
    width: auto;
  }
}

header .logo {
  margin: 0 auto;
  padding: 20px 0;
  display: table;
}

article {
  /*padding: 16px;*/
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}

h1, h2 {
  margin-bottom: 35px;
}
@media (max-width: 990px) {
  h1, h2 {
    max-width: 100%;
  }
}

@media (min-width: 990px) {
  h1 {
    padding: 0 20px;
    margin: 0 auto;
  }
}
img {
  max-width: 100%;
}

table, th, td {
  border: 1px solid #ddd;
  border-collapse: collapse;
}

table {
  width: 100%;
}

th {
  padding: 15px 8px;
  font-size: 18px;
}

td {
  padding: 8px;
}

td img {
  max-width: 24px;
}

tr:nth-child(odd) {
  background: #f7f7f7;
}

tr:nth-child(even) {
  background: #eee;
}

ul {
  margin: 0 0 0 16px;
  padding: 0;
}

a {
  color: #cf202e;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: #333;
}

p {
  line-height: 18px;
}

.green {
  color: #0b9444;
}

.features {
  clear: both;
  margin-top: 20px;
  grid-gap: 8px;
  text-align: center;
  align-items: top;
  padding: 0 15px;
}
.features .col-md-3 {
  margin-bottom: 20px;
}
.features .col-md-3 div {
  border-radius: 3px;
  padding: 16px 16px 8px 16px;
  border: 1px solid #ddd;
  margin: 4px;
  background: #f9fafc;
  height: 100%;
  align-items: center;
}
.features .col-md-3 div span {
  display: block;
  margin-bottom: 15px;
}
.features .col-md-3 div span img {
  max-width: 64px;
}
.features .col-md-3 div h3 {
  font-size: 22px;
  color: #0b9444;
  margin-bottom: 10px;
}
.features .col-md-3 div p {
  line-height: 22px;
  color: #666;
}

.recycled {
  vertical-align: middle;
}
@media (min-width: 990px) {
  .recycled .r-wrapper {
    max-width: 60%;
    margin: 0 auto;
  }
  .recycled .r-wrapper h2 {
    text-align: left;
  }
}
@media (max-width: 990px) {
  .recycled {
    text-align: center;
  }
  .recycled .r-wrapper {
    margin-bottom: 40px;
  }
}

.clear {
  clear: both;
}

.d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.video-content {
  vertical-align: middle;
}
.video-content h3 {
  text-align: left;
}
.video-content ul {
  padding: 0;
  margin: 0;
}
.video-content li {
  color: #666;
  list-style: none;
  background: url("../images/yes.png") left center no-repeat;
  background-size: 24px 24px;
  padding-left: 35px;
  margin-bottom: 16px;
  line-height: 24px;
  width: 49%;
  display: inline-block;
}

.bg-light-grey {
  background: #f9fafc;
}

.bg-grey {
  background: #f7f7f7;
}

ul.usage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

ul.usage li {
  list-style: none;
}

ul.usage li {
  padding: 8px;
  display: inline-block;
}

.switch-over {
  background: url(../images/switch-over.jpg);
  background-size: cover;
  font-size: 30px;
  text-align: center;
  padding: 40px 20px;
  color: #fff;
}

.switch-over a {
  color: #fff;
}

.p-40 {
  padding: 40px 20px;
}

.b-top {
  border-top: 1px solid #ddd;
}

.b-bottom {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 990px) {
  .b-bottom br {
    display: none;
  }
}

::placeholder {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.g-recaptcha {
  margin: 0 auto;
  display: table;
  margin-bottom: 8px;
}

form {
  margin: 0 auto;
  margin-top: 40px;
  display: table;
  max-width: 750px;
}
form input, form textarea {
  display: block;
  min-height: 45px;
  padding: 5px 8px !important;
  font-size: 13px;
  border: none;
  color: #333 !important;
  outline: none;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 3px;
}
form input[type=submit] {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: #000;
  color: #fff !important;
  display: table;
  max-width: 300px;
  margin: 0 auto;
}
form textarea {
  height: 200px;
}

.thank-you {
  border-radius: 8px;
}
.thank-you h3 {
  margin-bottom: 8px;
}
.thank-you p {
  font-size: 14px;
}
.thank-you div.redirect {
  font-size: 14px;
  background: #1abc9c;
  color: #fff;
  clear: both;
  display: block;
  margin: 0 20px;
  border: 3px;
  padding: 8px;
  border-radius: 3px;
}

.back-history {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: #000;
  color: #fff !important;
  display: table;
  max-width: 300px;
  margin: 0 auto;
  padding: 16px 25px;
  border: 3px;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
}
.back-history:hover {
  text-decoration: none;
}

.social-media {
  margin-top: 20px;
  list-style: none;
  display: inline-table;
  text-align: center;
}
.social-media li {
  float: left;
  padding: 0 5px;
}
.social-media li img {
  max-width: 32px;
}

.privacy-policy {
  padding: 20px;
  font-size: 14px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}
.privacy-policy input {
  height: 12px;
  width: 12px;
  min-height: 100%;
  display: inline-block;
  margin: 0 10px 0 0;
}
.privacy-policy span {
  display: inline-block;
}

@media (max-width: 990px) {
  body {
    margin: 8px 0;
  }
  .container {
    margin: 0 15px;
  }
  .p-40 {
    padding: 20px 16px;
  }
  .d-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.usage {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
  #number-one {
    background: #F7F7F7;
  }
}
.caption {
  position: relative;
  top: -75px;
  margin-top: -65px;
}
.caption h1 {
  font-size: 55px;
  color: #cf202e;
}
.caption div {
  margin-top: 20px;
  font-size: 25px;
}
@media (min-width: 990px) and (max-width: 1024px) {
  .caption {
    top: -30px;
    margin-top: -80px;
  }
  .caption h1 {
    font-size: 45px;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .caption {
    position: static;
    margin-top: 20px;
    padding: 40px 0;
  }
  .caption h1 {
    font-size: 35px;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .caption div {
    font-size: 16px;
    margin-top: 8px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 990px) {
  h2 {
    font-size: 25px;
  }
}

#number-one {
  padding: 100px 20px;
}
#number-one h2 {
  color: #cf202e;
}

#products {
  padding: 100px 0;
}
@media (max-width: 990px) {
  #products {
    padding: 40px 0;
  }
}
#products .container {
  margin: 0 auto;
}
@media (max-width: 990px) {
  #products .container {
    margin: 0 15px;
  }
}
#products h2 {
  color: #cf202e;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 0 20px;
}
@media (max-width: 990px) {
  #products h2 {
    margin-bottom: 0;
    padding: 0 45px;
  }
}
#products h3 {
  font-size: 22px;
  margin-bottom: 50px;
}
@media (max-width: 990px) {
  #products h3 {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #products h3 {
    font-size: 18px;
  }
}
#products .box {
  background: #ECECEC;
  color: #ACACAC;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  padding-bottom: 80px;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 990px) {
  #products .box {
    min-height: 345px;
  }
}
#products .box img {
  position: relative;
  margin-top: -60px;
}
#products .box .desc {
  margin-top: 20px;
  transition: all ease-in-out 0.3s;
}
#products .box a.button {
  display: block;
  border-radius: 25px;
  text-align: center;
  padding: 10px;
  background: #E1E1E1;
  color: #ACACAC;
  margin-top: 20px;
  text-decoration: none;
  position: absolute;
  width: calc(100% - 40px);
  bottom: 20px;
  transition: all ease-in-out 0.3s;
}
#products .box:hover, #products .box.active {
  background: #E6F2E1;
}
#products .box:hover .desc, #products .box.active .desc {
  color: #224D10;
}
#products .box:hover a.button, #products .box.active a.button {
  background: #6AB04C;
  color: #fff;
}
@media (max-width: 990px) {
  #products .box {
    margin: 0 15px;
    background: #E6F2E1;
  }
  #products .box .desc {
    color: #224D10;
  }
  #products .box a.button {
    background: #6AB04C;
    color: #fff;
  }
}

#wcu {
  display: flex;
  align-items: center;
  background: #F7F7F7;
}
#wcu .label {
  color: #888;
  margin-bottom: 10px;
}

.wcu-img {
  padding-left: 0;
  padding-right: 40px;
  background: #000 url("../images/why-choose-us.jpg") no-repeat center center;
  background-size: cover;
  height: 550px;
}
@media (max-width: 990px) {
  .wcu-img {
    height: 400px;
  }
}

.wcu-content {
  padding: 100px;
  text-align: left;
}
@media (max-width: 990px) {
  .wcu-content {
    padding: 40px;
  }
}
.wcu-content h2 {
  text-align: left;
}
.wcu-content ul {
  margin-left: 40px;
}
.wcu-content li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
}
.wcu-content li:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-check.svg");
  background-size: cover;
  background-position: left center;
}

#esg, #export {
  height: 550px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  #esg, #export {
    height: 400px;
  }
}
#esg h2, #export h2 {
  margin-bottom: 0;
}

#esg {
  background: #000;
  background-size: cover;
  position: relative;
}
#esg .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
#esg .video-foreground {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#esg .video-foreground iframe {
  width: 100vw;
  height: 56.25vw; /* 16:9 ratio */
  min-height: 100vh;
  min-width: 177.78vh; /* 16:9 ratio */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#esg #muteButton {
  display: none;
}
#esg iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#esg h2, #esg svg {
  position: relative;
  z-index: 2;
  transition: all ease-in-out 0.3s;
}
#esg svg {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}

#export {
  background: #000 url("../images/export-bg.jpg") no-repeat;
  background-size: cover;
}

#industry .container {
  margin: 0 auto;
}
#industry li {
  position: relative;
}
#industry li .img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}
#industry li .img-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 1;
  text-align: center;
  color: #fff;
}
#industry li .img-text img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
#industry li .img-text span {
  font-size: 18px;
}

.site-info {
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */