:root {
  --bg-color: #0a2c5b;
  --text-color: #01dcd9;
}

body {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

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

ol {
  color: var(--bg-color);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--bg-color);
}

.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;
}

.main-container {
  padding: 10px 40px;
}

.main-container.relative {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.main-container.relative.no-padding {
  padding-right: 0;
}

.main-container.height {
  background-color: #fff;
  height: 16%;
}

.main-container.height.bgcolor {
  background-color: var(--bg-color);
}

.main-container.height.bgcolor.white {
  background-color: #fff;
}

.main-container.bg-color {
  padding-top: 0;
  padding-bottom: 0;
}

.main-container.padding {
  padding-bottom: 40px;
}

.main-container.bot-padd {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-container.bot-padd._2.super {
  padding-top: 6vh;
}

.main-container._2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-container.bg-color {
  background-color: var(--bg-color);
  padding-top: 0;
  padding-bottom: 0;
}

.main-container.bg-color.white {
  background-color: #fff;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper.bottom-end {
  justify-content: flex-end;
  padding-bottom: 35px;
}

.wrapper.right-end {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 41px;
}

.wrapper.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.wrapper.padding {
  padding: 30px 80px 10px;
}

.wrapper.padding.s1 {
  padding: 60px 40px;
}

.wrapper.s1 {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 80px;
  padding-right: 80px;
}

.wrapper.horizontal {
  flex-direction: row;
}

.wrapper.super {
  padding: 20px 40px;
}

.wrapper.super.s1 {
  padding: 60px 40px;
}

.wrapper.left-right-padding {
  color: var(--bg-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 100px;
  padding-right: 100px;
}

.wrapper.left-right-padding.hide {
  display: none;
}

.wrapper.left-right-padding.less-pad {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper.left-right-padding.less-pad._2 {
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.new {
  padding-top: 0;
  padding-bottom: 60px;
}

.desktop-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.brand-logo {
  color: var(--bg-color);
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.brand-logo.width {
  width: 120px;
  margin-bottom: 10px;
}

.menu-item {
  border-bottom: 2px solid var(--text-color);
  color: var(--bg-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .36s ease-in-out;
  display: inline-block;
}

.menu-item:hover, .menu-item.w--current {
  color: var(--text-color);
}

.link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  transition: all .36s ease-in-out;
  display: inline-block;
}

.link:hover, .link.w--current {
  color: var(--text-color);
}

.link.blue:hover, .link.blue.w--current {
  color: var(--text-color);
}

.link.s1 {
  letter-spacing: 2px;
  font-size: 10px;
}

.link.s1.hide {
  display: none;
}

.link.blue {
  color: var(--bg-color);
  letter-spacing: .5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 600;
}

.link.blue:hover, .link.blue.w--current {
  color: var(--text-color);
}

.text-block {
  font-size: 20px;
  line-height: 35px;
}

.text-block.size {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}

.text-block.no {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 30px;
}

.logo {
  width: 50px;
}

.logo._2 {
  width: auto;
}

.logo.new {
  width: auto;
  height: 80px;
}

.footer-container {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.f-col {
  justify-content: center;
  align-items: center;
  width: 68%;
  padding-left: 60px;
  display: flex;
}

.f-col1 {
  width: 6%;
}

.f-col1._2 {
  width: auto;
}

.f-col2 {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.h-line {
  background-color: #a1a1a1;
  width: 100%;
  max-width: 40px;
  height: 2px;
  margin-left: 10px;
}

.tab-menu-wrapper, .menu-wrapper {
  display: none;
}

.desktop-menu-fiexd {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.fiexd-menu {
  z-index: 500;
  background-color: #fff;
  width: 100%;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.lottie-animation-2 {
  z-index: -1;
  display: none;
  position: absolute;
  inset: -50% 0% auto;
}

.wave_wrapper {
  align-items: center;
  width: 200%;
  display: flex;
}

.wave {
  width: 50%;
  margin-right: -1px;
}

.element {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wave_bottom {
  width: 100%;
  margin-bottom: -4px;
  margin-left: 0;
  margin-right: -1px;
}

.bg_color_container {
  background-color: var(--bg-color);
  padding: 20px 40px;
}

.btn-1-1 {
  background-color: var(--bg-color);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 10px 30px;
  transition: all .36s ease-in-out;
}

.btn-1-1:hover {
  background-color: var(--text-color);
}

.btn-1-1._2 {
  padding: 15px 60px;
}

.btn-1-1._2.space {
  margin-left: 20px;
  margin-right: 20px;
}

.btn-1-1._2.space.w--current {
  background-color: var(--text-color);
}

.social-icon-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-text {
  text-transform: capitalize;
  margin-left: 5px;
  font-size: 13px;
  display: none;
}

.logo-text.hide {
  display: none;
}

.social-links {
  margin-right: 15px;
}

.image-9 {
  width: 25px;
}

.section {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-5 {
  color: var(--text-color);
  text-align: center;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 60px;
}

.heading-6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.div-block-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.link-block-4 {
  color: var(--text-color);
  text-decoration: none;
}

.text-block-7 {
  color: var(--bg-color);
  text-decoration: underline;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 1280px) {
  .link.blue {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .main-container.height {
    height: 15%;
  }

  .wrapper.bottom-end, .wrapper.right-end, .wrapper.bottom-end, .wrapper.right-end {
    padding-bottom: 60px;
  }

  .col-1 {
    width: 40%;
    bottom: -18%;
  }

  .categories-container {
    top: 13%;
  }

  .container-large {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .main-container.relative {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .main-container.height {
    height: 13%;
  }

  .main-container.bg-color {
    height: 12%;
  }

  .wrapper {
    max-width: 1400px;
  }

  .wrapper.right-end {
    padding-top: 50px;
  }

  .brand-logo.width {
    width: 150px;
  }

  .menu-item {
    letter-spacing: 2px;
  }

  .link.blue {
    font-size: 12px;
  }

  .col1.no-padding, .col1.super, .col1.no-padding, .col1.super {
    padding-left: 0;
  }

  .h1 {
    font-size: 55px;
    line-height: 62px;
  }

  .h1.padding, .h1.no-padding {
    font-size: 38px;
  }

  .h1.size {
    font-size: 38px;
    line-height: 55px;
  }

  .h1.size.s1 {
    font-size: 40px;
    line-height: 55px;
  }

  .h1.size.s1.color {
    font-size: 50px;
  }

  .h1.padding, .h1.no-padding {
    font-size: 38px;
  }

  .h1.color {
    font-size: 80px;
    line-height: 75px;
  }

  .c1.flex.left-padding {
    margin-top: 20px;
  }

  .text-block {
    font-size: 22px;
    line-height: 38px;
  }

  .line {
    height: 60px;
  }

  .p1 {
    font-size: 18px;
    line-height: 32px;
  }

  .p1.color {
    font-size: 20px;
    line-height: 35px;
  }

  .btn1 {
    margin-right: 50px;
    font-size: 20px;
    font-weight: 600;
  }

  .img1 {
    width: 50%;
  }

  .img1.absolute {
    width: 40%;
    top: 42%;
    left: 40%;
  }

  .img1.super {
    width: 40%;
    top: 42%;
  }

  .white-div {
    background-color: #fff;
    bottom: 44%;
    left: 48%;
  }

  .white-div2 {
    background-color: #fff;
    bottom: 42%;
  }

  .slider-wrapper {
    max-width: 1400px;
  }

  .what-our-clients-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-wrap {
    font-size: 18px;
    line-height: 29px;
  }

  .paragraph {
    line-height: 30px;
  }

  .footer-wrapper {
    max-width: 1400px;
  }

  .f-col {
    padding-left: 80px;
  }

  .form-block, .tabs, .c4 {
    max-width: 1000px;
  }

  .desktop-menu-fiexd {
    max-width: 1400px;
  }

  .col-1 {
    width: 40%;
    bottom: -10%;
  }

  .col-1.s1 {
    width: 42%;
  }

  .col-2.super {
    padding-left: 0;
  }

  .sub-text {
    font-size: 20px;
  }

  .slide2 {
    height: 400px;
  }

  .meet-wrap {
    max-width: 1000px;
  }

  .grid {
    max-width: 1100px;
  }

  .h4 {
    font-size: 22px;
  }

  .wecycling-container {
    height: 82vh;
  }

  .images {
    width: 40%;
  }

  .link-3 {
    font-size: 20px;
  }

  .categories-container {
    top: 10%;
  }

  .categories-wrapper {
    max-width: 1100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cat-link {
    font-size: 16px;
  }

  .h3.h-1 {
    font-size: 24px;
  }

  .count {
    font-size: 55px;
    line-height: 62px;
  }

  .count.padding, .count.no-padding {
    font-size: 38px;
  }

  .count.size {
    font-size: 38px;
    line-height: 55px;
  }

  .count.size.s1 {
    font-size: 40px;
    line-height: 55px;
  }

  .count.size.s1.color {
    font-size: 50px;
  }

  .count.padding, .count.no-padding {
    font-size: 38px;
  }

  .count.color {
    font-size: 80px;
    line-height: 75px;
  }

  .image-new {
    max-height: 310px;
  }

  .image-11 {
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }

  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-container.relative {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-container.height {
    height: 20%;
  }

  .wrapper {
    width: 90%;
  }

  .wrapper.padding, .wrapper.padding.s1, .wrapper.s1, .wrapper.super, .wrapper.super.s1, .wrapper.left-right-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.bottom-end {
    padding-bottom: 0;
  }

  .wrapper.right-end {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .wrapper.padding, .wrapper.padding.s1, .wrapper.padding.s1, .wrapper.s1, .wrapper.super, .wrapper.super.s1, .wrapper.super.s1, .wrapper.left-right-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo.w--current {
    width: 200px;
  }

  .brand-logo.width {
    width: 29%;
  }

  .col.tab-hide {
    display: none;
  }

  .link.s1 {
    letter-spacing: 1px;
    letter-spacing: 1px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .container {
    background-size: 100%;
  }

  .banner-row {
    flex-direction: column-reverse;
    justify-content: center;
    padding-bottom: 150px;
  }

  .col1 {
    width: 100%;
    padding-bottom: 0;
  }

  .col1.no-padding {
    width: 50%;
  }

  .col1.super {
    width: 100%;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h1.size {
    font-size: 20px;
    line-height: 30px;
  }

  .h1.padding, .h1.no-padding, .h1.size {
    font-size: 20px;
    line-height: 30px;
  }

  .h1.size.no-margin {
    font-size: 22px;
  }

  .h1.size.s1 {
    font-size: 24px;
    line-height: 40px;
  }

  .h1.padding, .h1.no-padding {
    font-size: 20px;
    line-height: 30px;
  }

  .c1.flex.left-padding {
    margin-top: 20px;
  }

  .text-block {
    font-size: 18px;
    line-height: 32px;
  }

  .text-block.no {
    font-size: 12px;
    line-height: 20px;
  }

  .logo.new._2 {
    height: 55px;
  }

  .col2 {
    width: 48%;
  }

  .col2.top-padding.s2 {
    width: 100%;
  }

  .col2.top-padding.s2.horizontal {
    width: 55%;
  }

  .col2.top-padding.s2.horizontal.hor-left {
    margin-left: 20px;
  }

  .p1 {
    font-size: 14px;
    line-height: 28px;
  }

  .btn1 {
    margin-top: 0;
  }

  .img1 {
    width: 60%;
  }

  .img1.absolute {
    width: 44%;
  }

  .img1.absolute.big {
    width: 55%;
  }

  .img1.super {
    width: 45%;
    top: 40%;
    left: 5%;
  }

  .img1._2 {
    width: 70%;
  }

  .white-div {
    bottom: 39%;
    left: 50%;
  }

  .c2 {
    margin-left: 5px;
  }

  .our-greatest.right-end {
    flex-direction: column;
  }

  .our-greatest.scroll {
    height: 75vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-greatest.scroll.left {
    flex-direction: row-reverse;
  }

  .white-div2 {
    bottom: 40%;
    left: 19%;
  }

  .img2 {
    width: 70%;
  }

  .slider-wrapper {
    width: 90%;
  }

  .what-our-clients-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .what-our-clients-container.s1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left {
    left: 40%;
  }

  .right {
    right: 39%;
  }

  .slide {
    height: 350px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mask.sup {
    width: 50%;
  }

  .footer-wrapper {
    width: 90%;
  }

  .f-col {
    padding-left: 0;
  }

  .tab-menu-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 8px;
    display: flex;
  }

  .menu-wrapper {
    z-index: 999;
    background-color: var(--bg-color);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
    transform: translate(0, -100%);
  }

  .close-wrapper {
    z-index: 5;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin-bottom: 1.2rem;
    display: flex;
    position: relative;
  }

  .close {
    padding: 10px;
  }

  .overlay {
    z-index: 1;
    width: 991px;
    position: absolute;
    inset: 0%;
  }

  .image-2 {
    z-index: 0;
    background-image: url("https://cdn.prod.website-files.com/60337f78f3518247c26daee6/6036500fdda4a85f2464cd99_Path%201.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 75%;
    width: 100%;
  }

  .col-wrap {
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    display: flex;
    position: relative;
  }

  .c-1 {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .c-1.r2 {
    align-items: flex-end;
  }

  .c-1.r2._2 {
    width: 20%;
  }

  .link-item {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    display: block;
  }

  .d1 {
    height: 45px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .d1.no-margin {
    margin-bottom: 0;
  }

  .mt-div {
    padding: 20px;
  }

  .m-line {
    background-color: var(--text-color);
    width: 30px;
    height: 3px;
    margin-bottom: 7px;
    padding: 0;
  }

  .m-line.no-margin {
    width: 12px;
    margin-bottom: 0;
  }

  .m-line.super {
    width: 20px;
  }

  .image-3 {
    width: 22px;
  }

  .contact-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-container._2 {
    width: 100%;
  }

  .contact-container._70 {
    width: 90%;
  }

  .h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .submit-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col3 {
    width: 100%;
    padding-top: 0;
  }

  .tab-pane {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link {
    padding: 14px 0;
    font-size: 12px;
  }

  .c4 {
    margin-bottom: 20px;
  }

  .mask-div.top-morgin.no {
    margin-top: 0;
  }

  .banner {
    height: 90vh;
  }

  .desktop-menu-fiexd {
    width: 90%;
  }

  .fiexd-menu {
    transform: translate(0, -100%);
  }

  .background-video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-banner {
    height: auto;
    padding: 20px 10px 0;
  }

  .about-banner.super {
    height: auto;
  }

  .col-1 {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .col-1.s1 {
    width: 90%;
  }

  .col-2 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .col-2.super {
    padding-left: 0;
  }

  .video-wrap {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .slide2 {
    width: 100%;
  }

  .right2 {
    right: 33%;
  }

  .left2 {
    left: 33%;
  }

  .meet-container {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .meet-container.padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .meet-wrap {
    padding-bottom: 45px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    width: 90%;
  }

  .wecycling-container {
    height: 60vh;
  }

  .images {
    width: 42%;
  }

  .p2 {
    font-size: 14px;
    line-height: 25px;
  }

  .d4 {
    height: 60vh;
  }

  .breadcrumb-container {
    padding: 35px 10px;
  }

  .marketplace-banner {
    height: 60vh;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .categories-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-3 {
    text-align: center;
  }

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

  .bg_color_container {
    padding-left: 0;
    padding-right: 0;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .count {
    font-size: 40px;
    line-height: 50px;
  }

  .count.size {
    font-size: 20px;
    line-height: 30px;
  }

  .count.padding, .count.no-padding, .count.size {
    font-size: 20px;
    line-height: 30px;
  }

  .count.size.no-margin {
    font-size: 22px;
  }

  .count.size.s1 {
    font-size: 24px;
    line-height: 40px;
  }

  .count.padding, .count.no-padding {
    font-size: 20px;
    line-height: 30px;
  }

  .small-heading {
    font-size: 17px;
  }

  .grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-6 {
    font-size: 28px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .horizontal-line {
    width: 55%;
  }

  .code-embed-2 {
    max-width: 1rem;
  }

  .best-oasis-logo {
    max-width: 3rem;
  }

  .recycling-reports-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1rem;
  }

  .recycling-reports-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .name-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-38 {
    height: 220px;
  }

  .investor-name {
    font-size: 1.2rem;
  }

  .inverstors-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 20px;
  }

  .main-container {
    padding-bottom: 40px;
  }

  .main-container.height, .main-container.bg-color {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-container.relative {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-container.relative.no-padding {
    padding-right: 10px;
  }

  .main-container.height, .main-container.bg-color {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-container.bot-padd {
    padding-bottom: 60px;
  }

  .wrapper.right-end {
    padding-top: 0;
  }

  .brand-logo.width {
    width: 35%;
    margin-bottom: 20px;
  }

  .link.s1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .col1.no-padding {
    width: 100%;
    padding-bottom: 10px;
  }

  .col1.no-padding.s2 {
    align-items: flex-start;
  }

  .h1 {
    font-size: 32px;
    line-height: 45px;
  }

  .h1.size.no-margin {
    font-size: 20px;
    line-height: 30px;
  }

  .h1.s2 {
    font-size: 19px;
    line-height: 38px;
  }

  .c1.flex.left-padding {
    margin-top: 10px;
    padding-left: 15px;
  }

  .c1.flex.padding {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c1.bottom-margin {
    margin-bottom: 30px;
  }

  .text-block {
    font-size: 16px;
    line-height: 30px;
  }

  .line {
    width: 4px;
    margin-right: 15px;
  }

  .about-container {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .col2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .col2.relative.right-align {
    margin-bottom: 20px;
  }

  .col2.top-padding {
    padding-top: 90px;
    padding-bottom: 10px;
  }

  .col2.top-padding.s2 {
    padding-top: 10px;
  }

  .col2.top-padding.s2.horizontal {
    width: auto;
  }

  .p1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
  }

  .btn2 {
    margin-top: 25px;
  }

  .btn1.no-margin {
    margin-top: 10px;
  }

  .img1.super.hor {
    width: 30%;
    left: 17%;
  }

  .white-div {
    bottom: 42%;
    left: 56%;
  }

  .our-greatest {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-greatest.scroll {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-greatest.scroll.left {
    flex-direction: column-reverse;
  }

  .white-div2 {
    bottom: 35%;
    left: 25%;
  }

  .img2 {
    width: 65%;
  }

  .what-our-clients-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left {
    left: 30%;
  }

  .right {
    right: 30%;
  }

  .slide {
    height: 410px;
    padding: 40px 20px;
  }

  .footer-container {
    background-size: 100% 40%;
    height: auto;
  }

  .mask {
    width: 100%;
  }

  .mask.sup {
    width: 60%;
  }

  .row {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .f-col {
    flex-direction: column;
    width: 40%;
    padding-left: 0;
  }

  .f-col1 {
    width: 14%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-col2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h-line {
    max-width: 100px;
    margin-top: 5px;
    margin-left: 0;
  }

  .close-wrapper {
    margin-bottom: 2rem;
  }

  .c-1 {
    width: 80%;
  }

  .c-1.r2 {
    width: 20%;
  }

  .link-item {
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 25px;
  }

  .d1 {
    height: 35px;
    margin-bottom: 22px;
  }

  .image-3 {
    width: 20px;
  }

  .contact-container {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .contact-container.cwnter.color {
    align-items: center;
    padding-bottom: 40px;
  }

  .contact-container._70 {
    width: 100%;
  }

  .h2 {
    letter-spacing: 5px;
    font-size: 26px;
    line-height: 40px;
  }

  .form-block {
    width: 100%;
  }

  .text-field {
    margin-bottom: 30px;
  }

  .col3 {
    padding-bottom: 20px;
  }

  .t3 {
    font-size: 12px;
    line-height: 22px;
  }

  .html-embed {
    width: 15px;
  }

  .html-embed.super {
    width: 20px;
  }

  .link-2 {
    font-size: 12px;
  }

  .tab-pane {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link {
    letter-spacing: .5px;
    font-size: 12px;
  }

  .mask-div {
    margin-top: 20px;
  }

  .mask-div.top-morgin, .mask3 {
    margin-top: 10px;
  }

  .about-banner {
    padding-bottom: 20px;
  }

  .col-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col-2.super {
    padding-top: 10px;
  }

  .slide2 {
    margin-right: 20px;
  }

  .right2 {
    right: 15%;
  }

  .left2 {
    left: 15%;
  }

  .meet-wrap, .meet-wrap.no-padding, .meet-wrap.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .h4 {
    font-size: 18px;
  }

  .blue-div {
    display: none;
  }

  .wecycling-container {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .images {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .content-col {
    width: 100%;
    padding-top: 25px;
  }

  .heading {
    font-size: 28px;
  }

  .link-3 {
    font-size: 16px;
  }

  .backgroung-image-container {
    height: 40vh;
  }

  .d4 {
    background-attachment: scroll;
    height: 50vh;
  }

  .marketplace-banner {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/60337f78f3518247c26daee6/6048b977083f8f4558978ec7_marketplace-img.jpg");
    background-attachment: scroll, scroll;
  }

  .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .categories-container {
    padding-left: 0;
    padding-right: 0;
  }

  .categories-wrapper {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .cat-link {
    text-align: center;
    padding: 20px;
  }

  .text-block-3 {
    font-size: 11px;
  }

  .h3.h-1.s {
    font-size: 15px;
  }

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

  ._2-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 100%;
  }

  ._2-grid._1grid {
    width: 50%;
  }

  .h5 {
    text-align: center;
  }

  .location-div {
    width: 100%;
  }

  .count {
    font-size: 32px;
    line-height: 45px;
  }

  .count.size.no-margin {
    font-size: 20px;
    line-height: 30px;
  }

  .count.s2 {
    font-size: 19px;
    line-height: 38px;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 35px;
  }

  .bg-img-div {
    height: 30vh;
  }

  .grid-4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-new {
    width: 100%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .recycling-reports-section {
    padding-bottom: 6vh;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .horizontal-line {
    width: 30%;
  }

  .subtitle-wrap {
    margin-bottom: 6vh;
  }

  .recycling-reports-link {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .recycling-reports-list {
    grid-template-columns: 1fr;
  }

  .name-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

  .div-block-38.finance {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .main-container.relative {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-container.bg-color {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .main-container.padding {
    padding-bottom: 20px;
  }

  .wrapper.padding {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .wrapper.padding.s1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper.s1 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .wrapper.super {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .wrapper.super.s1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-logo.w--current {
    width: 160px;
  }

  .container {
    background-image: linear-gradient(to bottom, null, null);
    padding-left: 0;
    padding-right: 0;
  }

  .banner-row {
    padding-bottom: 110px;
  }

  .h1 {
    font-size: 25px;
    line-height: 38px;
  }

  .h1.padding, .h1.no-padding {
    font-size: 18px;
    line-height: 30px;
  }

  .h1.size {
    font-size: 16px;
    line-height: 30px;
  }

  .h1.size.s1 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .h1.size.s1.color {
    font-size: 18px;
  }

  .h1.s2 {
    font-size: 12px;
    line-height: 28px;
  }

  .h1.padding, .h1.no-padding {
    font-size: 18px;
    line-height: 30px;
  }

  .c1.flex.left-padding {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .c1.flex.padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block {
    font-size: 15px;
  }

  .text-block.size {
    font-size: 14px;
  }

  .line {
    display: none;
  }

  .about-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    z-index: 5;
    width: 45px;
  }

  .logo.new {
    height: 55px;
  }

  .col2.top-padding {
    padding-top: 70px;
  }

  .col2.top-padding.s2 {
    padding-top: 20px;
  }

  .btn1 {
    margin-bottom: 10px;
    margin-right: 30px;
  }

  .btn1.no {
    margin-right: 0;
  }

  .img1 {
    width: 60%;
  }

  .img1.absolute {
    width: 45%;
    left: 44%;
  }

  .img1.absolute.big {
    width: 50%;
  }

  .img1.super {
    width: 50%;
    left: 0%;
  }

  .img1.super.hor {
    width: 40%;
    left: 5%;
  }

  .img1._2 {
    width: 65%;
  }

  .white-div {
    bottom: 28%;
    left: 52%;
  }

  .c2 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .our-greatest.scroll {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-div2 {
    bottom: 30%;
    left: 8%;
  }

  .img2 {
    width: 75%;
  }

  .what-our-clients-container {
    padding-bottom: 0;
  }

  .left, .right {
    width: 50px;
    height: 50px;
  }

  .slide {
    height: auto;
    padding: 30px 0 0;
  }

  .arrow-icon1 {
    width: 25px;
  }

  .arrow-icon1.s1, .arrow-icon1.s2, .arrow-icon1.s1, .arrow-icon1.s2 {
    width: 22px;
  }

  .c-wrap {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph {
    line-height: 24px;
  }

  .t2 {
    line-height: 23px;
  }

  .mask.sup {
    width: 100%;
  }

  .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f-col {
    width: 100%;
  }

  .f-col1 {
    width: 25%;
  }

  .menu-wrapper {
    justify-content: flex-start;
  }

  .close {
    padding: 5px;
  }

  .image-2 {
    background-position: 0 0;
    background-size: 80%;
  }

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

  .c-1, .c-1.r2, .c-1.r2 {
    width: 100%;
  }

  .link-item {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .d1 {
    height: auto;
  }

  .image-3 {
    width: 18px;
  }

  .contact-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .contact-container._2, .contact-container._70 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-container.cwnter {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .contact-container.cwnter.color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-container._2, .contact-container._70 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 36px;
  }

  .h2.super {
    font-size: 18px;
    line-height: 30px;
  }

  .form-block {
    margin-bottom: 25px;
  }

  .text-field {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .submit-button {
    margin-top: 20px;
    padding: 15px 20px;
  }

  .textarea {
    min-height: 130px;
    font-size: 12px;
  }

  .d2 {
    flex-direction: column;
  }

  .d3.s1 {
    padding-left: 20px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: column;
    width: 100%;
  }

  .tab-pane {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-link {
    letter-spacing: 2px;
    width: 100%;
    font-size: 14px;
  }

  .d-wrap {
    width: 100%;
  }

  .mask-div {
    margin-top: 10px;
  }

  .about-banner.super {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .col-2.super {
    padding-top: 20px;
  }

  .right2 {
    width: 90px;
    height: 50px;
    font-size: 14px;
    right: 10%;
  }

  .left2 {
    width: 90px;
    height: 50px;
    font-size: 14px;
    left: 10%;
  }

  .meet-wrap.no-padding {
    padding-top: 0;
  }

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

  .wecycling-container {
    padding-bottom: 10px;
  }

  .heading {
    font-size: 22px;
  }

  .p2 {
    margin-bottom: 15px;
  }

  .backgroung-image-container, .d4 {
    height: 30vh;
  }

  .rich-text.super {
    font-size: 14px;
    line-height: 30px;
  }

  .rich-text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img5 {
    width: 80%;
  }

  .breadcrumb-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block2 {
    margin-bottom: 10px;
  }

  .marketplace-banner {
    height: 50vh;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .col-3 {
    padding: 11px 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .categories-container {
    top: 12%;
  }

  .categories-wrapper {
    grid-template-columns: 1fr;
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
  }

  .cat-link {
    padding: 10px 0;
  }

  .grid-2 {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
  }

  .h3.h-1 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .image-8 {
    width: 80%;
  }

  ._2-grid {
    grid-template-columns: 1fr;
  }

  ._2-grid._1grid {
    width: 100%;
  }

  .h5 {
    font-size: 25px;
  }

  .btn-1-1._2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo-text {
    font-size: 11px;
    line-height: 21px;
  }

  .count {
    font-size: 25px;
    line-height: 38px;
  }

  .count.padding, .count.no-padding {
    font-size: 18px;
    line-height: 30px;
  }

  .count.size {
    font-size: 16px;
    line-height: 30px;
  }

  .count.size.s1 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .count.size.s1.color {
    font-size: 18px;
  }

  .count.s2 {
    font-size: 12px;
    line-height: 28px;
  }

  .count.padding, .count.no-padding {
    font-size: 18px;
    line-height: 30px;
  }

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

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .collection-list-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .image-11 {
    height: auto;
  }

  .text-block-8 {
    width: 100%;
  }

  .horizontal-line {
    width: 20%;
  }

  .code-embed-2 {
    max-width: .7rem;
  }

  .date-text {
    font-size: 1rem;
  }

  .best-oasis-logo {
    max-width: 2.2rem;
  }

  .recycling-reports-link {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: .9rem;
  }

  .name-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-block-38 {
    height: 240px;
  }

  .inverstors-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_8312ee31-820e-e75d-d69c-eb561b8ec84f-cc2dc55b, #w-node-db5d6532-2fa5-e1ef-39fa-14d12cce1b73-cc2dc55b, #w-node-_67422cef-4a26-1faf-3f7d-2224484eaa50-cc2dc55b, #w-node-_8528a6df-dacc-2cb2-b9f9-2108c2c72e35-cc2dc55b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
