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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -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: #222224;
}

.logo {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  width: 100vw;
  max-width: 1200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-3 {
  position: static;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 60px;
  -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;
}

.div-block {
  width: 120px;
  height: 120px;
  background-color: #c5c5c5;
}

.div_style {
  padding: 20px 30px;
  border: 1px none #000;
  text-decoration: none;
  cursor: pointer;
}

.div_style:hover {
  border-style: none;
  border-width: 1.5px;
  border-color: #e6e6e6;
  outline-color: #f2f2f2;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1.5px;
}

.div_style:active {
  border-style: none;
  border-width: 2px;
  border-color: #1c1c1c;
  outline-color: #121212;
  outline-width: 2px;
}

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

.div-block-3 {
  padding: 40px;
}

.button {
  border-radius: 0px;
  background-color: transparent;
}

.button.button_style {
  width: 120px;
  border: 1px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 700;
}

.button_text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #222224;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.country_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  padding-left: 4px;
}

.discription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.discription_text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #b4b4b4;
  font-size: 13px;
  line-height: 12px;
  font-weight: 400;
}

.open_text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #222224;
  font-size: 13px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
}

.open_button {
  display: none;
  overflow: visible;
  margin-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-left: 4px;
}

.image_style {
  max-width: 50px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222224;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.image-3 {
  max-width: none;
}

.div-block-5 {
  width: 100%;
  max-width: 1200px;
  margin-right: 20px;
  margin-left: 20px;
}

.banner {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  max-width: 1200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f5f5f5;
  background-image: url('../images/products.png');
  background-position: 90% 90%;
  background-size: auto 170px;
  background-repeat: no-repeat;
}

.image-6 {
  height: 170px;
  margin-bottom: 4px;
  margin-left: 40px;
}

.slogan {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
}

.slogan.second {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 90px;
  line-height: 90px;
  font-weight: 100;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  margin-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0px 20px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
}

.footer_text {
  margin-top: 6px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

.body {
  display: block;
}

@media screen and (min-width: 1280px) {
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header {
    -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 {
    justify-items: center;
  }

  .section-3 {
    padding-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .button_text {
    font-family: Poppins, sans-serif;
  }

  .discription_text {
    font-family: Poppins, sans-serif;
  }

  .open_text {
    font-family: Poppins, sans-serif;
  }

  .image_style {
    max-width: 60px;
    margin-bottom: 4px;
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 200px;
    margin-top: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 200px;
    max-width: 1200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #f5f5f5;
    background-image: url('../images/products.png');
    background-position: 90% 80%;
    background-size: auto 170px;
    background-repeat: no-repeat;
  }

  .image-4 {
    height: 200px;
  }

  .image-5 {
    height: 320px;
  }

  .image-6 {
    height: 170px;
    margin-left: 40px;
    padding-left: 0px;
  }

  .image-7 {
    height: 200px;
  }

  .slogan {
    font-family: 'Playfair Display', sans-serif;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .slogan.second {
    font-family: Poppins, sans-serif;
    font-size: 90px;
    font-weight: 100;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    margin-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-8 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-9 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .section-3 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div_style {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div_style.text-decoration-none {
    padding-left: 10px;
  }

  .footer {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    width: 100%;
    height: 160px;
    padding-right: 0px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 94% 94%;
    background-size: auto 140px;
  }

  .image-6 {
    height: 140px;
    margin-left: 0px;
  }

  .slogan {
    font-size: 32px;
    line-height: 34px;
  }

  .slogan.second {
    font-size: 62px;
    line-height: 70px;
  }

  .div-block-7 {
    margin-bottom: 26px;
    margin-left: 0px;
    padding: 4px;
    background-color: hsla(0, 0%, 100%, 0.45);
  }
}

@media screen and (max-width: 767px) {
  .grid {
    margin-right: 0px;
    margin-left: 0px;
    justify-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .section-3 {
    padding-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div_style {
    padding: 10px 4px;
  }

  .div_style.text-decoration-none {
    padding-right: 4px;
    padding-left: 4px;
  }

  .button_text {
    font-size: 15px;
  }

  .discription_text {
    margin-top: 6px;
    font-size: 11px;
  }

  .image_style {
    max-width: 38px;
  }

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

  .image-3 {
    max-width: 90px;
  }

  .div-block-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .banner {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: auto 116px;
  }

  .slogan {
    outline-color: #333;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    font-size: 24px;
    line-height: 24px;
  }

  .slogan.second {
    font-size: 42px;
    line-height: 44px;
    font-weight: 200;
  }

  .div-block-7 {
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .div-block-8 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-9 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 4px;
  }

  .image-8 {
    max-width: 90px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    width: 96vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .section-3 {
    width: auto;
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div_style {
    padding-right: 4px;
    padding-left: 4px;
  }

  .div_style:active {
    border-top-style: none;
    background-color: transparent;
    outline-color: #1e1e1e;
  }

  .div_style.text-decoration-none {
    padding-right: 4px;
    padding-left: 4px;
  }

  .image_style {
    max-width: 38px;
  }

  .footer {
    height: 200px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .banner {
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 100%;
    background-size: contain;
  }

  .div-block-7 {
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    margin-right: 6px;
    margin-left: 6px;
  }

  .div-block-9 {
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_text {
    margin-top: 4px;
  }
}

