.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.anti-slip-car-trunk-mat {
  position: -webkit-sticky;
  position: sticky;
  top: -91vh;
  z-index: 100;
  display: none;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0019d9;
}

.body {
  font-family: 'Neufile Grotesk', sans-serif;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.mokono {
  width: 40%;
}

.text-span {
  color: #cfff43;
}

.heading {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-top: 50px;
  margin-left: 35%;
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3px;
  margin-left: 25px;
  color: #0019d9;
  font-size: 18px;
}

.matte {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 67vh;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
}

.column-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/dimensions.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cfff43;
}

.dimensions {
  position: relative;
  z-index: 60;
}

.list {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
  list-style-type: none;
}

.column-3 {
  height: 100%;
  background-image: url('../images/completely-waterproof.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-4 {
  height: 100%;
  background-image: url('../images/anti-slip.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-5 {
  height: 100%;
  background-image: url('../images/easily-cuttable.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.columns {
  height: 41vh;
}

.columns-2 {
  height: 100vh;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0419d9;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
}

.image {
  width: 220px;
  margin-top: 5%;
}

.column-7 {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 40px;
  background-color: #cfff41;
}

.heading-3-copy {
  color: #000;
  text-transform: uppercase;
}

.text-block-copy {
  color: #000;
  text-transform: uppercase;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  padding: 20px 50px;
  border-radius: 10px;
  background-color: #031bd9;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-2 {
  margin-top: 10px;
  color: #031bd9;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.normallink {
  color: #000;
  text-decoration: none;
}

.div-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mokono-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 80px;
  grid-template-rows: auto 80px;
}

.blau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0419d9;
}

.blau.header {
  z-index: 100;
}

.headline {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3px;
  margin-left: 25px;
  color: #0019d9;
  font-size: 18px;
}

.mokono-logo {
  width: 40%;
}

.heading-big {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-top: -53vh;
  color: #fff;
  font-size: 60px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.matte-big {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 67vh;
  margin-top: 170px;
  margin-right: auto;
  margin-left: auto;
}

.wei {
  background-color: #fff;
}

.wei.header {
  z-index: 100;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1440px) {
  .matte {
    width: 40%;
  }

  .list-item {
    font-size: 35px;
    line-height: 1.5em;
  }

  .list {
    list-style-type: none;
  }

  .column-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .matte-big {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .mokono {
    bottom: 3%;
  }

  .heading {
    font-size: 100px;
  }

  .heading-2 {
    bottom: 15px;
    font-size: 25px;
  }

  .matte {
    width: 45%;
  }

  .list-item {
    font-size: 50px;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3 {
    font-size: 80px;
    line-height: 1.2em;
  }

  .text-block {
    font-size: 40px;
    line-height: 1.2em;
  }

  .heading-3-copy {
    font-size: 80px;
    line-height: 1.5em;
  }

  .text-block-copy {
    font-size: 25px;
    line-height: 1.5em;
  }

  .button {
    padding: 36px 60px;
    font-size: 50px;
  }

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

  .mokono-holder {
    height: 110px;
  }

  .grid {
    -ms-grid-rows: auto 100px;
    grid-template-rows: auto 100px;
  }

  .headline {
    bottom: 15px;
    margin-top: 0px;
    font-size: 25px;
  }

  .mokono-logo {
    bottom: 3%;
    width: 30%;
  }

  .heading-big {
    margin-top: -45vh;
    font-size: 100px;
  }

  .matte-big {
    width: 71vh;
    margin-top: 250px;
  }

  .anti-slip-car-trunk-mat-header {
    overflow: hidden;
  }

  .wei {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .mokono {
    left: 19%;
    bottom: 24px;
    width: 60%;
  }

  .heading {
    padding-left: 20px;
  }

  .heading-2 {
    bottom: 11px;
  }

  .matte {
    width: 70%;
    margin-top: 224px;
  }

  .list {
    font-size: 20px;
  }

  .columns {
    height: 27vh;
  }

  .buy-now {
    margin-bottom: 220px;
  }

  .headline {
    bottom: 11px;
  }

  .mokono-logo {
    left: 19%;
    bottom: 24px;
    width: 60%;
  }

  .heading-big {
    margin-left: 0%;
    padding-left: 20px;
    font-size: 50px;
  }

  .matte-big {
    width: 70%;
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .anti-slip-car-trunk-mat {
    top: -69%;
  }

  .column-2 {
    height: 7vh;
  }

  .mokono {
    left: 22%;
  }

  .heading {
    padding-left: 0px;
  }

  .heading-2 {
    margin-left: 0px;
    text-align: center;
  }

  .matte {
    margin-top: 261px;
  }

  .column-copy {
    height: 80vh;
  }

  .column-2-copy {
    height: 50vh;
  }

  .list {
    font-size: 30px;
  }

  .columns {
    height: 20vh;
  }

  .columns-2 {
    height: 700px;
  }

  .columns-4 {
    display: block;
  }

  .columns-copy {
    height: 20vh;
  }

  .mokono-holder {
    height: 60px;
  }

  .headline {
    margin-left: 0px;
    text-align: center;
  }

  .mokono-logo {
    left: 22%;
  }

  .heading-big {
    padding-left: 0px;
    font-size: 40px;
  }

  .matte-big {
    margin-top: 261px;
  }
}

@media screen and (max-width: 479px) {
  .anti-slip-car-trunk-mat {
    top: -44vh;
    display: block;
  }

  .column {
    height: 50vh;
  }

  .column-2 {
    height: 5vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mokono {
    bottom: 10px;
    z-index: 100;
  }

  .heading {
    margin-top: 15px;
    font-size: 40px;
  }

  .heading-2 {
    position: static;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .matte {
    width: 60%;
    margin-top: 129px;
    padding-bottom: 0px;
  }

  .column-copy {
    height: 50vh;
  }

  .column-2-copy {
    height: 30vh;
  }

  .list {
    font-size: 18px;
  }

  .images {
    display: block;
  }

  .column-3 {
    height: 33vh;
  }

  .column-4 {
    height: 33vh;
  }

  .column-5 {
    height: 33vh;
  }

  .columns {
    display: none;
    height: auto;
  }

  .columns-2 {
    height: auto;
  }

  .column-6 {
    display: block;
  }

  .columns-3 {
    display: block;
  }

  .image {
    width: 180px;
  }

  .column-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-4 {
    display: block;
  }

  .column-4-copy {
    margin-top: -5px;
  }

  .column-5-copy {
    margin-top: -5px;
  }

  .columns-copy {
    height: auto;
  }

  .mokono-holder {
    height: 57px;
  }

  .grid {
    height: 80vh;
    grid-auto-rows: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px;
    grid-template-rows: auto 40px;
  }

  .headline {
    position: static;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .mokono-logo {
    bottom: 10px;
    z-index: 100;
    width: 40%;
  }

  .heading-big {
    margin-top: 250px;
    margin-left: 0%;
    font-size: 40px;
  }

  .matte-big {
    width: 60%;
    margin-top: 100px;
    padding-bottom: 0px;
  }

  .anti-slip-car-trunk-mat-header {
    top: -91%;
  }

  .wei {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    display: none;
  }

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

  .image-4 {
    height: auto;
    margin-bottom: -2px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-ExtraBold-Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neufile Grotesk';
  src: url('../fonts/Letter-Omega-Typefoundry---Neufile-Grotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}