.navhome-nav {
  gap: 50px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navhome-link {
  display: contents;
}
.navhome-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.navhome-image {
  align-self: center;
  margin-right: 10px;
}
.navhome-text {
  color: #ffffff;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 5px;
}
.navhome-text:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.navhome-link1 {
  display: contents;
}
.navhome-container1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.navhome-image1 {
  align-self: center;
  margin-right: 10px;
}
.navhome-text1 {
  color: #ffffff;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 5px;
}
.navhome-text1:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.navhome-link2 {
  display: contents;
}
.navhome-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.navhome-image2 {
  align-self: center;
  margin-right: 10px;
}
.navhome-text2 {
  color: #ffffff;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 5px;
}
.navhome-text2:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.navhome-link3 {
  display: contents;
}
.navhome-container3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.navhome-image3 {
  align-self: center;
  margin-right: 10px;
}
.navhome-text3 {
  color: #ffffff;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 300;
  letter-spacing: 5px;
}
.navhome-text3:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}

















@media(max-width: 1200px) {
  .navhome-nav {
    gap: 30px;
  }
}
@media(max-width: 991px) {
  .navhome-nav {
    gap: 15px;
  }
  .navhome-image {
    width: 16px;
    margin-right: 5px;
  }
  .navhome-text {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .navhome-image1 {
    width: 16px;
    margin-right: 5px;
  }
  .navhome-text1 {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .navhome-image2 {
    width: 16px;
    margin-right: 5px;
  }
  .navhome-text2 {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .navhome-image3 {
    width: 16px;
    margin-right: 5px;
  }
  .navhome-text3 {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media(max-width: 767px) {
  .navhome-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navhome-text1 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navhome-text2 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navhome-text3 {
    margin-bottom: var(--dl-space-space-unit);
  }
}

.software-mh-now-auto-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.software-mh-now-auto-header {
  width: 100%;
  height: 80px;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(26, 28, 35, 0.9);
}
.software-mh-now-auto-menu {
  display: none;
}
.software-mh-now-auto-text03 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  line-height: 80px;
  margin-left: 20px;
  text-indent: 80px;
  letter-spacing: 10px;
  background-size: 50px 50px;
  background-image: url("https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/home_small_logo.png");
  background-repeat: no-repeat;
  background-position: left;
}
.software-mh-now-auto-nav {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: center;
  padding-right: 50px;
  flex-direction: row;
  justify-content: center;
}
.software-mh-now-auto-main {
  width: 100%;
  background-color: #dedede;
}
.software-mh-now-auto-appsection {
  display: flex;
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 160px;
  flex-direction: column;
}
.software-mh-now-auto-m-htop {
  display: flex;
}
.software-mh-now-auto-text04 {
  font-size: 30px;
  font-style: normal;
  font-family: "Noto Sans TC";
  font-weight: 700;
  letter-spacing: 5px;
}
.software-mh-now-auto-text05 {
  font-size: 24px;
  font-style: normal;
  margin-top: 10px;
  font-family: "Noto Sans TC";
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.software-mh-now-auto-container1 {
  display: flex;
  align-self: flex-start;
  margin-bottom: 50px;
}
.software-mh-now-auto-slider {
  width: 800px;
  height: 500px;
  display: inline-block;
}
.software-mh-now-auto-slider-slide {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/MH_NOW_1_txt.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-mh-now-auto-slider-slide1 {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/MH_NOW_2_txt.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-mh-now-auto-slider-slide2 {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/MH_NOW_3_txt.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-mh-now-auto-slider-slide3 {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/MH_NOW_4_txt.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-mh-now-auto-slider-slide4 {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/MH_NOW_5_txt.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-mh-now-auto-slider-slide5 {
  display: flex;
  background-size: contain;
  background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/MH_NOW_6_txt.png');
  background-repeat: no-repeat;
  background-position: center;
}
.software-mh-now-auto-slider-pagination {
  display: block;
}
.software-mh-now-auto-slider-button-prev {
  display: block;
}
.software-mh-now-auto-slider-button-next {
  display: block;
}
.software-mh-now-auto-iframe {
  width: 500px;
  height: 500px;
  margin-left: 50px;
}
.software-mh-now-auto-text06 {
  font-size: 18px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
.software-mh-now-auto-text07 {
  font-style: normal;
}
.software-mh-now-auto-text08 {
  font-style: normal;
}
.software-mh-now-auto-text09 {
  font-style: normal;
}
.software-mh-now-auto-text10 {
  font-style: normal;
}
.software-mh-now-auto-text11 {
  font-style: normal;
}
.software-mh-now-auto-text12 {
  font-style: normal;
}
.software-mh-now-auto-text13 {
  font-style: normal;
}
.software-mh-now-auto-text14 {
  font-style: normal;
}
.software-mh-now-auto-text15 {
  font-style: normal;
}
.software-mh-now-auto-text16 {
  font-style: normal;
}
.software-mh-now-auto-text17 {
  font-style: normal;
}
.software-mh-now-auto-text18 {
  font-style: normal;
}
.software-mh-now-auto-text19 {
  font-style: normal;
}
.software-mh-now-auto-text20 {
  font-style: normal;
}
.software-mh-now-auto-text21 {
  font-style: normal;
}
.software-mh-now-auto-text22 {
  font-style: normal;
}
.software-mh-now-auto-text23 {
  font-style: normal;
}
.software-mh-now-auto-text24 {
  font-style: normal;
}
.software-mh-now-auto-text25 {
  font-style: normal;
}
.software-mh-now-auto-text26 {
  font-style: normal;
}
.software-mh-now-auto-text27 {
  font-style: normal;
}
.software-mh-now-auto-text28 {
  font-style: normal;
}
.software-mh-now-auto-text29 {
  font-style: normal;
}
.software-mh-now-auto-text30 {
  font-style: normal;
}
.software-mh-now-auto-text31 {
  font-style: normal;
}
.software-mh-now-auto-text32 {
  font-style: normal;
}
.software-mh-now-auto-text33 {
  font-style: normal;
}
.software-mh-now-auto-text34 {
  font-style: normal;
}
.software-mh-now-auto-text35 {
  font-style: normal;
}
.software-mh-now-auto-text36 {
  font-style: normal;
}
.software-mh-now-auto-text37 {
  font-style: normal;
}
.software-mh-now-auto-text38 {
  font-style: normal;
}
.software-mh-now-auto-text39 {
  font-style: normal;
}
.software-mh-now-auto-text40 {
  font-style: normal;
}
.software-mh-now-auto-text41 {
  font-style: normal;
}
.software-mh-now-auto-text42 {
  font-style: normal;
}
.software-mh-now-auto-text43 {
  font-style: normal;
}
.software-mh-now-auto-text44 {
  font-style: normal;
}
.software-mh-now-auto-text45 {
  font-style: normal;
}
.software-mh-now-auto-text46 {
  font-style: normal;
}
.software-mh-now-auto-text47 {
  font-style: normal;
}
.software-mh-now-auto-text48 {
  font-style: normal;
}
.software-mh-now-auto-text49 {
  font-style: normal;
}
.software-mh-now-auto-text50 {
  font-style: normal;
}
.software-mh-now-auto-text51 {
  font-style: normal;
}
.software-mh-now-auto-text52 {
  font-style: normal;
}
.software-mh-now-auto-text53 {
  font-style: normal;
}
.software-mh-now-auto-text54 {
  font-style: normal;
}
.software-mh-now-auto-text55 {
  font-style: normal;
}
.software-mh-now-auto-text56 {
  font-style: normal;
}
.software-mh-now-auto-text57 {
  font-style: normal;
}
.software-mh-now-auto-text58 {
  font-style: normal;
}
.software-mh-now-auto-text59 {
  font-style: normal;
}
.software-mh-now-auto-text60 {
  font-style: normal;
}
.software-mh-now-auto-text62 {
  font-style: normal;
}
.software-mh-now-auto-text63 {
  font-style: normal;
}
.software-mh-now-auto-text64 {
  font-style: normal;
}
.software-mh-now-auto-text65 {
  color: #00a4ff;
  font-size: 22px;
  font-weight: 500;
}
.software-mh-now-auto-text66 {
  font-style: normal;
}
.software-mh-now-auto-text67 {
  font-style: normal;
}
.software-mh-now-auto-text68 {
  font-style: normal;
}
.software-mh-now-auto-text69 {
  font-style: normal;
}
.software-mh-now-auto-text70 {
  font-style: normal;
}
.software-mh-now-auto-text71 {
  font-style: normal;
}
.software-mh-now-auto-text72 {
  font-style: normal;
}
.software-mh-now-auto-text73 {
  font-style: normal;
}
.software-mh-now-auto-text74 {
  font-style: normal;
}
.software-mh-now-auto-text75 {
  font-style: normal;
}
.software-mh-now-auto-text76 {
  font-style: normal;
}
.software-mh-now-auto-text77 {
  font-style: normal;
}
.software-mh-now-auto-link {
  color: rgb(0, 164, 255);
  width: 120px;
  font-size: 22px;
  font-style: normal;
  margin-top: 30px;
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 500;
  line-height: 1.5;
  border-color: #00a4ff;
  border-width: 3px;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: 30px;
  letter-spacing: 3px;
  text-decoration: none;
}
.software-mh-now-auto-footer {
  width: 100%;
  height: 120px;
  display: flex;
  z-index: 100;
  margin-top: -120px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.software-mh-now-auto-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.software-mh-now-auto-link1 {
  display: contents;
}
.software-mh-now-auto-image {
  width: 20px;
  align-self: flex-end;
  object-fit: cover;
  margin-right: 10px;
  text-decoration: none;
}
.software-mh-now-auto-link2 {
  color: #707070;
  z-index: 100;
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans TC";
  font-weight: 400;
  letter-spacing: 8px;
  text-decoration: none;
}
.software-mh-now-auto-link2:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.software-mh-now-auto-text80 {
  color: #707070;
  z-index: 100;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
  letter-spacing: 3px;
}
@media(max-width: 1600px) {
  .software-mh-now-auto-slider {
    width: 680px;
    height: 400px;
  }
  .software-mh-now-auto-iframe {
    width: 400px;
    height: 400px;
  }
}
@media(max-width: 1200px) {
  .software-mh-now-auto-text03 {
    text-indent: 65px;
    letter-spacing: 8px;
  }
  .software-mh-now-auto-nav {
    padding-right: 20px;
  }
  .software-mh-now-auto-container1 {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .software-mh-now-auto-iframe {
    margin-top: 30px;
    margin-left: 65px;
  }
}
@media(max-width: 991px) {
  .software-mh-now-auto-text03 {
    font-size: 18px;
    margin-left: 10px;
    text-indent: 60px;
    letter-spacing: 5px;
  }
  .software-mh-now-auto-nav {
    padding-right: 10px;
  }
}
@media(max-width: 767px) {
  .software-mh-now-auto-header {
    height: 60px;
    align-items: center;
    justify-content: flex-start;
  }
  .software-mh-now-auto-menu {
    width: 30px;
    height: 30px;
    display: flex;
    margin-left: 20px;
    background-size: 30px 30px;
    background-image: url('https://storage.googleapis.com/cyvisionbot_test_2/Web_Static/Images/menu_svg.svg');
  }
  .software-mh-now-auto-text03 {
    font-size: 16px;
    line-height: 60px;
    margin-left: 20px;
    text-indent: 50px;
    background-size: 35px 35px;
  }
  .software-mh-now-auto-nav {
    display: none;
  }
  .software-mh-now-auto-appsection {
    margin-top: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .software-mh-now-auto-text04 {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .software-mh-now-auto-text05 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .software-mh-now-auto-slider {
    width: 380px;
    height: 380px;
  }
  .software-mh-now-auto-iframe {
    width: 380px;
    height: 380px;
    margin-top: 20px;
    margin-left: 0px;
  }
  .software-mh-now-auto-text81 {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
