:root {
  --gainsboro: #e3e3e1;
  --saddle-brown: #48381f;
  --tan: #d1bd88;
}

.body {
  background-color: var(--gainsboro);
  font-family: Raleway, sans-serif;
}

.navbar {
  height: 110px;
  background-color: var(--gainsboro);
}

.container {
  height: 100%;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 13px;
}

.image {
  height: 80px;
}

.brand {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  height: 100%;
  color: var(--saddle-brown);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: .8em;
  padding-right: .8em;
  font-size: 16px;
  display: flex;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--saddle-brown);
  color: var(--saddle-brown);
  padding-top: 42px;
  text-decoration: none;
}

.nav-menu {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  width: 100%;
  height: 800px;
  background-color: rgba(0, 0, 0, 0);
}

.slider-bg-img-01 {
  height: 100%;
  background-image: url('../images/banner01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  font-size: 12px;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.slider-txt-blk {
  height: 100%;
  max-width: 1300px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Stardos Stencil, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 72px;
  display: flex;
}

.slider-bg-img-02 {
  height: 100%;
  background-image: url('../images/banner03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-bg-img-03 {
  height: 100%;
  background-image: url('../images/banner04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.index-first-blk {
  padding-top: 100px;
  padding-bottom: 100px;
}

._1050w {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-content {
  color: var(--saddle-brown);
  text-align: justify;
  font-size: 16px;
  line-height: 36px;
}

.txt-content.white {
  color: #fff;
}

.image-2 {
  max-width: 60%;
}

.div-block-3 {
  margin-left: 40px;
}

.div-block-4 {
  height: 730px;
  max-width: 60%;
  background-color: var(--tan);
  position: relative;
}

.txt-title {
  color: var(--saddle-brown);
  font-family: Stardos Stencil, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.txt-title.white {
  color: #fff;
}

.txt-title.keymar, .txt-title.right {
  text-align: right;
}

.line-blk {
  width: 90px;
  height: 3px;
  background-color: var(--saddle-brown);
  margin-top: 70px;
  margin-bottom: 30px;
}

.line-blk.center {
  margin-left: auto;
  margin-right: auto;
}

.line-blk.lightbrown {
  background-color: var(--tan);
}

.line-blk.white {
  background-color: #fff;
}

.div-block-6 {
  max-width: 600px;
}

.div-block-7 {
  height: 910px;
  background-image: url('../images/img21.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  padding-top: 170px;
  display: flex;
}

.div-block-8 {
  position: absolute;
}

.index-key-blk {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-9 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  width: 215px;
  height: 215px;
  min-height: 215px;
  min-width: 215px;
  background-color: var(--saddle-brown);
  color: var(--tan);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 50px;
  font-size: 20px;
  display: flex;
}

.image-4 {
  height: 100%;
}

.image-4.delivery {
  height: 70px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 50px;
  display: flex;
}

.text-block-2 {
  margin-top: 17px;
}

.image-5 {
  height: 60px;
}

.div-block-12 {
  height: 80px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
  display: flex;
}

.index-gettouch-blk {
  background-color: var(--tan);
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-13 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  max-width: 500px;
  text-align: left;
  margin: 26px auto 0;
}

.text-field {
  height: 40px;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.textarea {
  max-width: 490px;
  min-height: 100px;
  border-radius: 6px;
}

.div-block-15 {
  padding-left: 5px;
  padding-right: 5px;
}

.submit-button {
  width: 70px;
  height: 70px;
  background-color: var(--saddle-brown);
  border-radius: 1000px;
  padding: 0;
  font-size: 16px;
}

.div-block-16 {
  text-align: center;
  margin-top: 20px;
}

.footer-blk {
  background-color: var(--saddle-brown);
  padding-top: 30px;
  padding-bottom: 30px;
}

.link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.div-block-17 {
  width: 55%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 30px;
  height: 30px;
}

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

.div-block-18 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-19 {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-20 {
  color: #fff;
  font-size: 14px;
}

.div-block-23 {
  display: flex;
}

.banner-blk {
  width: 100%;
  height: 500px;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .3);
  font-family: Stardos Stencil, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 68px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
}

.banner-bg-img {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-bg-img.abtus {
  background-image: url('../images/banner05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bg-img.inno {
  background-image: url('../images/banner06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bg-img.strategy {
  background-image: url('../images/banner02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bg-img.sustain {
  background-image: url('../images/banner08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bg-img.service {
  background-image: url('../images/banner09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-24 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.div-block-25 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-26 {
  margin-right: 60px;
}

.image-7 {
  max-width: 60%;
}

.div-block-27 {
  width: 500px;
  height: 380px;
  background-image: url('../images/img09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
}

.div-block-28 {
  width: 100%;
  height: 2050px;
  background-image: url('../images/img22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-8 {
  width: 540px;
  max-width: 60%;
  min-width: 540px;
  margin-bottom: 10px;
}

.div-block-30 {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 60px;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 125px;
  margin-bottom: 125px;
  display: flex;
}

.image-9 {
  width: 600px;
  max-width: 60%;
  min-width: 600px;
  margin-bottom: 10px;
}

.image-10 {
  width: 550px;
  max-width: 60%;
  min-width: 590px;
  margin-bottom: 10px;
}

.div-block-32 {
  background-color: var(--tan);
  padding-top: 110px;
  padding-bottom: 220px;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 550px;
  max-width: 60%;
  min-width: 550px;
  margin-bottom: 10px;
}

.image-12 {
  width: 580px;
  max-width: 60%;
  min-width: 580px;
  margin-bottom: 10px;
}

.div-block-37 {
  padding-top: 50px;
  padding-bottom: 300px;
}

.div-block-38 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-39 {
  background-color: var(--saddle-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-40 {
  background-color: var(--tan);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-41 {
  padding-top: 100px;
  padding-bottom: 300px;
}

.div-block-42 {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 60px;
  display: flex;
}

.image-13 {
  width: 570px;
  max-width: 60%;
  min-width: 570px;
  margin-bottom: 10px;
}

.div-block-43 {
  padding-top: 125px;
  padding-bottom: 300px;
}

.div-block-44 {
  align-items: flex-end;
  display: flex;
}

.image-14 {
  max-width: 52%;
  margin-bottom: 10px;
  position: relative;
}

._1250w {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.div-block-46 {
  max-width: 35%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
  position: relative;
  left: 100px;
}

.div-block-47 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-48 {
  max-width: 35%;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 60px;
  display: flex;
  position: relative;
  right: 100px;
}

.div-block-49 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.div-block-50, .div-block-51 {
  padding-top: 100px;
}

.div-block-52 {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 60px;
  display: flex;
}

.div-block-53 {
  background-image: url('../images/img24.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 300px;
}

.div-block-54 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-55 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-56 {
  height: 80vh;
}

.div-block-57 {
  height: 80vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    height: auto;
    color: #fff;
    border-bottom: 1px solid rgba(209, 189, 136, .25);
    padding: 30px 0;
  }

  .nav-link.w--current {
    color: #fff;
    border-bottom-width: 1px;
    border-bottom-color: rgba(209, 189, 136, .25);
  }

  .nav-menu {
    background-color: var(--saddle-brown);
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider {
    height: 600px;
  }

  .slider-txt-blk {
    max-width: 90%;
    font-size: 60px;
    line-height: 62px;
  }

  ._1050w {
    max-width: 90%;
  }

  .image-2 {
    max-width: 50%;
  }

  .txt-title {
    text-align: center;
  }

  .txt-title.left {
    text-align: left;
  }

  .txt-title.right {
    text-align: center;
  }

  .line-blk {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .line-blk.lightbrown2 {
    background-color: var(--tan);
  }

  .div-block-6 {
    max-width: 66%;
  }

  .div-block-10 {
    width: 180px;
    height: 180px;
    min-height: 180px;
    min-width: 180px;
    padding-bottom: 37px;
    font-size: 18px;
  }

  .text-block-2 {
    margin-top: 10px;
  }

  .image-5 {
    height: 55px;
  }

  .div-block-12 {
    height: 75px;
  }

  .link {
    margin-right: 20px;
  }

  .div-block-17 {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-button {
    height: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    height: 100%;
    color: var(--saddle-brown);
    font-size: 50px;
  }

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

  .banner-blk {
    height: 400px;
    font-size: 64px;
    line-height: 66px;
  }

  .div-block-24 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .div-block-27 {
    width: 50%;
  }

  .div-block-28 {
    height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-29 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .image-8 {
    max-width: 80%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-30 {
    align-items: center;
    margin-left: 0;
  }

  .div-block-31 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-9, .image-10 {
    max-width: 80%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-32 {
    padding-top: 100px;
  }

  .image-11 {
    max-width: 80%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-34 {
    background-color: var(--tan);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-35 {
    background-color: var(--saddle-brown);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-36 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-12 {
    max-width: 80%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-42 {
    align-items: center;
    margin-left: 0;
  }

  .image-13 {
    max-width: 80%;
    min-width: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-44 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block-45 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-14 {
    max-width: 80%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  ._1250w {
    max-width: 90%;
  }

  .div-block-46 {
    max-width: 100%;
    align-items: center;
    margin-right: 0;
    left: 0;
  }

  .div-block-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-48 {
    max-width: 100%;
    align-items: center;
    margin-left: 0;
    right: 0;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-52 {
    align-items: center;
    margin-left: 0;
  }

  .div-block-53 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-54 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-55 {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 90px;
  }

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

  .image {
    height: 70px;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slider {
    height: 450px;
  }

  .slider-txt-blk {
    font-size: 50px;
    line-height: 54px;
  }

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

  .txt-content {
    font-size: 15px;
    line-height: 30px;
  }

  .image-2 {
    max-width: 75%;
    margin-bottom: 20px;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .txt-title {
    font-size: 34px;
    line-height: 38px;
  }

  .txt-title.left {
    text-align: center;
  }

  .div-block-6 {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    height: auto;
    background-color: var(--tan);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-10 {
    width: 130px;
    height: 130px;
    min-height: 130px;
    min-width: 130px;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 27px;
  }

  .text-block-2 {
    margin-top: 7px;
    font-size: 15px;
  }

  .image-5 {
    height: 43px;
  }

  .div-block-12 {
    height: 53px;
    padding-bottom: 0;
  }

  .link {
    margin-bottom: 6px;
    margin-right: 0;
    font-size: 14px;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .div-block-18 {
    flex-direction: row;
    justify-content: space-between;
  }

  .menu-button {
    padding-top: 32px;
    padding-bottom: 26px;
  }

  .icon {
    font-size: 40px;
  }

  .div-block-22 {
    background-color: var(--tan);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-23 {
    align-items: center;
  }

  .banner-blk {
    height: 350px;
    font-size: 55px;
    line-height: 55px;
  }

  .image-12 {
    max-width: 100%;
  }

  .div-block-41 {
    padding-bottom: 220px;
  }

  .image-13, .image-14 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 80px;
  }

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

  .image {
    height: 45px;
  }

  .slider {
    height: 350px;
  }

  .slider-txt-blk {
    font-size: 40px;
    line-height: 44px;
  }

  .txt-content {
    line-height: 28px;
  }

  .txt-title {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
  }

  .line-blk {
    margin-top: 44px;
    margin-bottom: 20px;
  }

  .div-block-10 {
    width: 150px;
    height: 150px;
    min-height: 150px;
    min-width: 150px;
    margin-bottom: 10px;
    padding-bottom: 31px;
  }

  .div-block-11 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .text-block-2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .image-5 {
    height: 50px;
  }

  .div-block-12 {
    height: 60px;
  }

  .div-block-14 {
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-blk {
    height: 300px;
    font-size: 40px;
    line-height: 40px;
  }

  .image-8, .image-9, .image-10, .image-11 {
    max-width: 100%;
  }

  .div-block-43 {
    padding-bottom: 220px;
  }
}


