.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_nav {
  position: fixed;
  z-index: 1000;
  display: block;
  width: 100%;
  background-color: #101010;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0px;
  padding: 12px 40px;
  border-style: solid;
  border-width: 0px;
  border-color: #000;
}

.container_kv {
  position: absolute;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 30px 10px 10px;
  background-image: url('../assets/website_kv_2880_1440.webp');
  background-position: 100% 50%;
  background-size: cover;
  opacity: 1;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.mobile-margin-top-10 {
  margin-left: 20px;
}

.button-primary {
  padding: 12px 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.section_hero {
  position: relative;
  display: block;
  height: 100vh;
  margin-top: 0px;
  padding: 0px;
  border-style: solid solid none;
  border-width: 0px;
  border-color: #000;
  background-color: transparent;
}

.hero-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero_split_r {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 100%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-form-input {
  width: 240px;
  height: auto;
  margin-right: 9px;
  margin-bottom: 0px;
  padding: 5px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d6db;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
}

.hero-form-input:hover {
  border-color: #76879d;
}

.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, 0.8);
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.heading {
  width: 100%;
  margin-top: 10px;
  font-family: 'Shippori Mincho B1', sans-serif;
  color: #19191d;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.2em;
}

.kv_product_01 {
  width: 100%;
  height: 65%;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.kv_product_img {
  width: auto;
  height: 100%;
  text-align: left;
}

.kv_logo_container {
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.kv_logo {
  width: 100%;
  height: auto;
  text-align: left;
}

.section_product_main {
  position: relative;
  height: 660px;
  margin-bottom: 120px;
  padding: 0px 30px 60px;
  border-style: none;
  border-color: #000;
  background-image: url('../assets/section_bkg_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.product_kv {
  width: auto;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.product_info_split_l {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  max-width: 46%;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: multiply;
}

.product_title_en {
  width: 100%;
  height: auto;
  max-width: 380px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.product_title_ch {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.image {
  width: auto;
  height: 90px;
  max-width: none;
  text-align: center;
  mix-blend-mode: multiply;
}

.spec_txt {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.03em;
}

.spec_txt.ex_top {
  margin-top: 0px;
}

.list_feature {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}

.product_list {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../assets/check_icon.svg');
  background-position: 0% 4px;
  background-size: 24px;
  background-repeat: no-repeat;
  text-align: center;
}

.product_list_container {
  position: static;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.product_spec {
  width: 100%;
  height: auto;
  margin-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.spec_txt-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
}

.prod_title_ch {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}

.product_price {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.price_txt {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #2a2a2a;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.03em;
}

.btn_cta_xl {
  width: 280px;
  padding: 15px 20px 15px 24px;
  border-radius: 4px;
  background-color: #2a2a2a;
  background-image: url('../assets/arrow_icon.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
}

.product_kv_wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product_info_split_r {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 100%;
  max-width: 40%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: multiply;
}

.product_kv_prod_01 {
  position: absolute;
  left: 35%;
  bottom: -30px;
  z-index: 50;
  width: auto;
  height: 84%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.product_kv_prod_02 {
  position: absolute;
  left: 40%;
  bottom: -190px;
  z-index: 70;
  width: auto;
  height: 66%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.kv_product_img_02 {
  height: 100%;
  max-width: none;
}

.product_feature_float {
  position: absolute;
  left: 47%;
  top: 90px;
  bottom: auto;
  z-index: 90;
  width: auto;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.image-2 {
  height: 100%;
  max-width: none;
}

.product_misc_float {
  position: absolute;
  left: 22%;
  top: 160px;
  bottom: auto;
  z-index: 0;
  width: auto;
  height: 240px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.image-3 {
  height: 100%;
}

.section_product_visual {
  position: relative;
  height: 600px;
  padding: 30px 30px 60px;
  border-style: none;
  border-color: #000;
  background-image: url('../assets/radiant_skin_refiner_visual_02.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-transform: capitalize;
}

.section_visual_heading_01_s {
  margin-top: 30px;
  font-family: 'Shippori Mincho B1', sans-serif;
  color: #292c3c;
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}

.section_feature_l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-color: #000;
  text-transform: capitalize;
}

.product_feature_img_01 {
  position: static;
  width: 45%;
  max-width: 680px;
  float: left;
  clear: none;
  background-image: url('../assets/radiant_skin_refiner_visual_bkg.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.image-4 {
  width: 100%;
}

.product_feature_txt {
  position: static;
  width: 55%;
  padding: 90px 60px 60px 90px;
  float: left;
  clear: none;
}

.feature_heading {
  font-family: 'Shippori Mincho B1', sans-serif;
  color: #96a7b2;
  font-size: 34px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.product_feature_list {
  position: static;
  width: 100%;
  max-width: None;
  margin-bottom: 20px;
  padding: 0px 0px 0px 15px;
  float: left;
  clear: none;
  border-left: 3px solid #2a2a2a;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.feature_heading_container {
  margin-bottom: 130px;
}

.feature_list_container {
  margin-bottom: 30px;
}

.hero_split_l {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: 100%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section_feature_r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 60px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-color: #000;
  text-transform: capitalize;
}

.feature_heading_container_2 {
  margin-bottom: 60px;
}

.feature_extra_desc {
  margin-bottom: 20px;
}

.extra_feature_img {
  width: 20%;
  margin-right: 20px;
  float: left;
}

.extra_feature_txt {
  width: 75%;
  float: left;
}

.extra_feature_title {
  margin-bottom: 5px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.extra_feature_p {
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.section_instruction {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 30px 0px 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-color: #000;
  text-transform: capitalize;
}

.instruction_title_block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.instruction_title {
  height: 36px;
  margin-bottom: 10px;
  text-align: center;
}

.subtitle_img {
  height: 100%;
}

.subtitle_ch {
  height: 40px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.05em;
}

.instruction_title_ch {
  height: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.instruction_content_block {
  position: static;
  width: 700px;
  height: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: left;
}

.instruction_list_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  margin-top: 25px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.list_txt {
  display: block;
  margin-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.instruction_stepper_container {
  position: static;
  height: auto;
  margin-right: 60px;
  margin-bottom: 90px;
  margin-left: 60px;
  text-align: left;
}

.stepper_block {
  width: 33.333%;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  float: left;
}

.stepper_img {
  margin-bottom: 10px;
}

.stepper_title {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #e8eeef;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

.stepper_txt {
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.03em;
}

.product_info_split_r_2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 46%;
  margin-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
}

.stepper_desc_list {
  margin-bottom: 5px;
}

.desc_list_l {
  width: 15%;
  float: left;
}

.stepper_num {
  width: auto;
  font-family: Roboto, sans-serif;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.desc_list_r {
  width: 85%;
  float: left;
  color: #2a2a2a;
}

.stepper_desc_txt {
  width: auto;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.section_product_main_2 {
  position: relative;
  height: 660px;
  margin-bottom: 0px;
  padding: 30px 30px 60px;
  border-style: none;
  border-color: #000;
  background-image: url('../assets/section_bkg_02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-5 {
  width: auto;
  height: 42px;
  max-width: none;
  mix-blend-mode: multiply;
}

.image-6 {
  height: 100%;
  max-width: none;
}

.product_feature_float_2 {
  position: absolute;
  left: 22%;
  top: 90px;
  bottom: auto;
  z-index: 50;
  width: auto;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.product_kv_prod_03 {
  position: absolute;
  left: 37%;
  bottom: -40px;
  z-index: 50;
  width: auto;
  height: 80%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.section_product_visual_2 {
  position: relative;
  height: 560px;
  padding: 30px 30px 60px;
  border-style: none;
  border-color: #000;
  background-image: url('../assets/cheering_mist_uv_splash.png');
  background-position: 50% 50%;
  background-size: 960px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-transform: capitalize;
}

.section_visual_heading_02 {
  margin-top: 120px;
  font-family: 'Shippori Mincho B1', sans-serif;
  color: #2a2a2a;
  font-size: 38px;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
}

.product_label {
  margin-bottom: 15px;
}

.label_l {
  padding: 5px 12px 5px 20px;
  float: left;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #2a2a2a;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.label_r {
  padding: 4px 20px 4px 12px;
  float: left;
  border: 1px solid #2a2a2a;
  border-radius: 0px 15px 15px 0px;
  background-color: transparent;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  letter-spacing: 0.05em;
}

.product_title_en_s {
  width: 100%;
  height: auto;
  max-width: 380px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.title_en_s {
  width: auto;
  height: 30px;
  max-width: none;
  mix-blend-mode: multiply;
}

.prod_title_ch_s {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}

.section_footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-color: #000;
  background-color: #101010;
  text-transform: capitalize;
}

.footer_logo_container {
  margin-bottom: 60px;
  text-align: center;
}

.image-7 {
  height: 80px;
}

.footer_logo_container-copy {
  margin-bottom: 60px;
  text-align: center;
}

.footer_cta_container {
  margin-bottom: 40px;
  text-align: center;
}

.footer_social_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.social_icon {
  width: 36px;
  height: 36px;
}

.image-8 {
  background-color: transparent;
  color: #fff;
}

.footer_copyright {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid none none;
  border-width: 1px;
  border-color: #707070;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
}

.text-block {
  color: #707070;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.section_visual_heading_01_xl {
  margin-top: 0px;
  font-family: 'Shippori Mincho B1', sans-serif;
  color: #2a2a2a;
  font-size: 46px;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}

.section_visual_heading_container {
  position: absolute;
  left: 23%;
}

.section_visual_feature_container {
  position: absolute;
  left: 60%;
  top: 140px;
  width: 250px;
  height: 250px;
  padding-top: 60px;
  background-image: url('../assets/blue_blur_bubble.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section_visual_feature_txt_s {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
}

.section_visual_feature_txt_xl {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #256180;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}

.section_visual_feature_container_2 {
  position: absolute;
  left: 30%;
  top: auto;
  right: 0%;
  bottom: 5%;
  width: 250px;
  height: 250px;
  padding-top: 80px;
  background-image: url('../assets/blue_blur_bubble.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section_product_main_3 {
  position: relative;
  height: 500px;
  margin-bottom: 0px;
  padding: 30px 30px 60px;
  border-style: none;
  border-color: #000;
  background-image: url('../assets/veil_of_day_visual.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.product_info_split_l_2 {
  position: absolute;
  left: 22%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 46%;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
}

.prod_title_ch-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}

.product_price_box_container {
  margin-right: 0px;
}

.product_price_box_l {
  margin-right: 20px;
  float: left;
}

.btn_cta_s {
  width: 160px;
  padding: 15px 20px 15px 24px;
  border-radius: 4px;
  background-color: #2a2a2a;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.product_feature_img_02 {
  position: static;
  width: 45%;
  max-width: 680px;
  float: left;
  clear: none;
  background-image: url('../assets/4_layering_cotton_visual_bkg.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.product_feature_img_03 {
  position: static;
  width: 45%;
  max-width: 680px;
  float: left;
  clear: none;
  background-image: url('../assets/cheering_uv_product_bkg.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.extra_feature_img_2 {
  width: 20%;
  margin-right: 20px;
  float: left;
}

.extra_feature_img-copy {
  width: 20%;
  margin-right: 20px;
  float: left;
}

.controler_container {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 30;
}

.arrow_next {
  width: 60px;
  height: 60px;
}

.section_hero_2 {
  position: relative;
  display: block;
  height: 100vh;
  margin-top: 0px;
  padding: 100px 30px 10px 10px;
  border-style: solid solid none;
  border-width: 0px;
  border-color: #000;
  background-color: transparent;
  background-image: url('../assets/sklincare_23_main_kv.webp');
  background-position: 100% 50%;
  background-size: cover;
}

.container_kv_2 {
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 30px 10px 10px;
  background-image: url('../assets/sklincare_23_main_kv_2.webp');
  background-position: 50% -100%;
  background-size: auto 105vh;
  opacity: 1;
}

.arrow_prev {
  width: 60px;
  height: 60px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide_next {
  display: block;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../assets/arrow_next.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide_prev {
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-image: url('../assets/arrow_next.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-12 {
  width: 45vw;
  height: auto;
  max-width: 620px;
}

.slider_title {
  margin-top: 170px;
  margin-left: 30px;
}

.megamenu_full {
  display: none;
}

.item_text_ch {
  height: 40px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.05em;
}

.menu_wrapper {
  width: 100%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.menu_item {
  width: auto;
  padding-right: 30px;
  float: left;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.1em;
}

.menu_btn {
  height: auto;
  margin-right: 0px;
  padding: 5px 30px 5px 0px;
  background-color: transparent;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.menu_btn:hover {
  position: static;
}

.menu_btn.menu_btn_last {
  margin-right: 20px;
}

.menu_btn_ghost {
  height: auto;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.slide {
  width: 100%;
  height: 100vh;
}

.mask {
  width: 100%;
  height: 100vh;
}

.slider {
  width: 100%;
  height: 100vh;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 80px;
  bottom: 30px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 30px;
}

.image-13 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-nav {
  display: none;
}

.social_icon_btn:hover {
  opacity: 1;
}

.section_loading {
  position: absolute;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #101010;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding: 15px 30px;
  }

  .container_kv {
    display: block;
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-right: 20px;
    background-position: 75% 50%;
  }

  .navbar-brand {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 10px;
    bottom: 0%;
    margin-top: -5px;
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }

  .section_hero {
    padding-top: 55px;
    padding-right: 0px;
    background-image: none;
  }

  .hero-wrapper {
    width: 100%;
    margin-bottom: 0px;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero_split_r {
    width: 35vw;
    max-width: 100%;
    margin-bottom: 40px;
    -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;
  }

  .heading {
    font-size: 3.4vw;
    line-height: 4.2vw;
  }

  .kv_product_01 {
    height: 65%;
  }

  .section_product_main {
    overflow: hidden;
    height: auto;
    margin-top: 60px;
    padding-top: 30px;
    background-position: 100% 50%;
  }

  .product_kv {
    max-width: 728px;
  }

  .product_info_split_l {
    width: 50%;
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 30px;
  }

  .product_title_en {
    max-width: none;
  }

  .image {
    height: 11.5vw;
  }

  .list_feature {
    font-size: 15px;
  }

  .product_list {
    margin-bottom: 3px;
    padding-left: 24px;
    background-position: 0% 5px;
    background-size: 22px;
  }

  .product_list_container {
    margin-bottom: 40px;
  }

  .product_kv_wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .product_info_split_r {
    width: 60%;
    max-width: 100%;
    margin-top: 90px;
    margin-bottom: 40px;
    margin-left: 30px;
  }

  .product_kv_prod_01 {
    left: 75%;
    bottom: 490px;
    height: 40%;
  }

  .product_kv_prod_02 {
    left: 54%;
    bottom: -60px;
    height: 36%;
  }

  .kv_product_img_02 {
    max-width: none;
  }

  .product_feature_float {
    left: 65%;
    top: 20px;
    height: 140px;
  }

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

  .product_misc_float {
    left: 55%;
    height: 23vw;
  }

  .section_product_visual {
    height: 500px;
    margin-top: -90px;
  }

  .section_visual_heading_01_s {
    font-size: 3.4vw;
    line-height: 5.6vw;
  }

  .section_feature_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product_feature_img_01 {
    width: 100%;
    height: 360px;
    max-width: none;
    float: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-4 {
    width: 100%;
  }

  .product_feature_txt {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    float: left;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature_heading {
    font-size: 5vw;
    line-height: 7.4vw;
    letter-spacing: 0.03em;
  }

  .product_feature_list {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .feature_heading_container {
    margin-bottom: 90px;
  }

  .hero_split_l {
    width: 42vw;
    max-width: 100%;
    margin-bottom: 0px;
  }

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

  .extra_feature_img {
    width: 120px;
  }

  .extra_feature_title {
    line-height: 24px;
  }

  .section_instruction {
    padding-top: 60px;
  }

  .instruction_title_block {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .instruction_title {
    height: 4.6vw;
  }

  .subtitle_ch {
    line-height: 28px;
  }

  .instruction_title_ch {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .instruction_content_block {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .instruction_list_container {
    width: 70%;
    margin-top: 20px;
  }

  .list_txt {
    margin-bottom: 5px;
    line-height: 24px;
  }

  .instruction_stepper_container {
    margin-right: 30px;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .stepper_block {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .stepper_img {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
  }

  .stepper_title {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .stepper_txt {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  .product_info_split_r_2 {
    position: static;
    left: 30px;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 70%;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 30px;
  }

  .section_product_main_2 {
    height: auto;
  }

  .image-5 {
    height: 5.5vw;
  }

  .product_feature_float_2 {
    left: 57%;
    top: 120px;
    z-index: 50;
    height: 150px;
  }

  .product_kv_prod_03 {
    left: 80%;
    bottom: -30px;
    height: 75%;
  }

  .section_product_visual_2 {
    height: 480px;
  }

  .section_visual_heading_02 {
    margin-top: 120px;
    font-size: 5vw;
    line-height: 7.8vw;
    letter-spacing: 0.03em;
  }

  .label_l {
    font-size: 14px;
  }

  .title_en_s {
    height: 4vw;
  }

  .section_footer {
    padding-top: 40px;
  }

  .footer_logo_container {
    margin-bottom: 30px;
  }

  .image-7 {
    height: 60px;
  }

  .social_icon {
    width: 28px;
    height: 28px;
  }

  .section_visual_heading_01_xl {
    font-size: 6vw;
    line-height: 8vw;
  }

  .section_visual_heading_container {
    left: 9%;
  }

  .section_visual_feature_container {
    left: 65%;
    top: 70px;
    width: 200px;
    height: 200px;
    padding-top: 50px;
  }

  .section_visual_feature_txt_s {
    font-size: 16px;
    line-height: 28px;
  }

  .section_visual_feature_txt_xl {
    font-size: 24px;
    line-height: 36px;
  }

  .section_visual_feature_container_2 {
    left: 18%;
    width: 200px;
    height: 200px;
    padding-top: 65px;
  }

  .section_product_main_3 {
    height: 460px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .product_info_split_l_2 {
    left: 60px;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 65%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .product_feature_img_02 {
    width: 100%;
    height: 360px;
    max-width: none;
    float: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .product_feature_img_03 {
    width: 100%;
    height: 360px;
    max-width: none;
    float: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-size: cover;
  }

  .icon {
    color: #fff;
  }

  .extra_feature_img_2 {
    width: 120px;
  }

  .extra_feature_img-copy {
    width: 120px;
  }

  .controler_container {
    bottom: 0px;
  }

  .section_hero_2 {
    padding-top: 90px;
    padding-right: 10px;
    background-position: 80% 50%;
    background-size: cover;
  }

  .container_kv_2 {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    background-color: #fff;
    background-position: 100% 190%;
    background-size: auto 600px;
    background-repeat: no-repeat;
  }

  .image-12 {
    width: 65vw;
  }

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

  .ham_lottie {
    width: 60px;
    height: 60px;
  }

  .megamenu_full {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 6;
    display: none;
    width: 100%;
    height: 100vh;
    -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;
    background-color: #101010;
    opacity: 0;
  }

  .item_text_ch {
    color: #fff;
    line-height: 28px;
    text-decoration: none;
  }

  .menu_wrapper {
    display: none;
  }

  .menu_item {
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .image-15 {
    height: 4.6vh;
  }

  .image-16 {
    height: 4.6vh;
  }

  .image-17 {
    width: auto;
    height: 4.6vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-18 {
    height: 80px;
    margin-bottom: 10px;
  }

  .menu_item_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .image-19 {
    height: 80px;
    margin-bottom: 10px;
  }

  .megamenu_logo_ontainer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    padding: 15px 30px;
    text-align: center;
  }

  .menu_close_btn {
    position: absolute;
    left: auto;
    top: -5px;
    right: 10px;
    bottom: auto;
  }

  .ham_lottie_2 {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 15px 20px;
  }

  .container_kv {
    display: block;
  }

  .navbar-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .navbar-brand {
    padding-left: 0px;
    text-align: left;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    right: 10px;
    margin-top: -5px;
    padding: 0px;
  }

  .section_hero {
    padding: 55px 0px 0px;
    background-image: none;
  }

  .hero-wrapper {
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero_split_r {
    width: 45vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .kv_product_01 {
    width: 20%;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .kv_logo_container {
    width: 75%;
    margin-right: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section_product_main {
    margin-bottom: 90px;
    padding-bottom: 30px;
  }

  .product_kv {
    max-width: none;
  }

  .product_info_split_l {
    width: 60%;
    margin-left: 0px;
  }

  .product_title_en {
    margin-bottom: 5px;
  }

  .product_title_ch {
    margin-bottom: 20px;
  }

  .spec_txt {
    line-height: 24px;
  }

  .list_feature {
    font-size: 14px;
    line-height: 26px;
  }

  .product_list_container {
    margin-bottom: 30px;
  }

  .price_txt {
    font-size: 20px;
    line-height: 24px;
  }

  .btn_cta_xl {
    width: 240px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .product_info_split_r {
    width: 80%;
    margin-top: 60px;
    margin-left: 0px;
  }

  .product_kv_prod_01 {
    bottom: 390px;
    height: 40%;
  }

  .product_kv_prod_02 {
    left: 50%;
    bottom: -60px;
    height: 35%;
  }

  .product_feature_float {
    left: 60%;
  }

  .section_product_visual {
    height: 460px;
  }

  .product_feature_img_01 {
    height: 280px;
  }

  .feature_heading_container {
    margin-bottom: 60px;
  }

  .hero_split_l {
    width: 50vw;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .section_feature_r {
    margin-bottom: 30px;
  }

  .extra_feature_img {
    width: 20%;
    margin-right: 15px;
  }

  .extra_feature_txt {
    width: 70%;
  }

  .instruction_list_container {
    width: 100%;
    margin-top: 10px;
  }

  .list_txt {
    line-height: 24px;
  }

  .stepper_block {
    width: 100%;
    margin-bottom: 15px;
  }

  .stepper_img {
    width: 35%;
    margin-right: 15px;
    margin-left: 0px;
    float: left;
  }

  .stepper_title {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 20px;
    text-align: left;
  }

  .stepper_txt {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .product_info_split_r_2 {
    width: 80%;
    margin-left: 0px;
  }

  .product_feature_float_2 {
    left: 54%;
    z-index: 50;
    height: 140px;
    line-height: 20px;
  }

  .product_kv_prod_03 {
    height: 73%;
  }

  .section_product_visual_2 {
    height: 380px;
  }

  .section_visual_heading_02 {
    margin-top: 90px;
  }

  .label_l {
    padding-right: 10px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .label_r {
    padding-right: 15px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .section_visual_heading_container {
    left: 5%;
  }

  .section_visual_feature_container {
    left: 62%;
    height: 200px;
  }

  .section_visual_feature_container_2 {
    left: 8%;
  }

  .section_product_main_3 {
    height: 420px;
    padding-left: 30px;
    background-position: 55% 50%;
  }

  .product_info_split_l_2 {
    left: 30px;
    width: 55%;
    margin-top: 30px;
  }

  .btn_cta_s {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .product_feature_img_02 {
    height: 280px;
  }

  .product_feature_img_03 {
    height: 280px;
  }

  .image-9 {
    height: 24px;
    text-align: left;
  }

  .icon {
    color: #fff;
  }

  .extra_feature_img_2 {
    width: 100%;
    height: 100px;
    margin-right: 15px;
    text-align: center;
  }

  .image-10 {
    height: 100%;
  }

  .stepper_content {
    width: 62%;
    float: left;
  }

  .extra_feature_img-copy {
    width: 20%;
    margin-right: 15px;
  }

  .image-11 {
    height: 100%;
  }

  .controler_container {
    left: 10px;
    top: auto;
    right: auto;
    bottom: 10px;
  }

  .section_hero_2 {
    padding: 85px 15px 0px;
    background-position: 85% 50%;
  }

  .container_kv_2 {
    padding-top: 60px;
    padding-right: 10px;
    background-color: #fff;
    background-position: 80% 180%;
    background-size: auto 580px;
    background-repeat: no-repeat;
  }

  .image-12 {
    width: 80vw;
  }

  .slider_title {
    margin-top: 0px;
    text-align: center;
  }

  .ham_lottie {
    width: 60px;
    height: 60px;
  }

  .megamenu_full {
    display: none;
    opacity: 0;
  }

  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .right-arrow {
    left: 60px;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .image-13 {
    width: 45px;
    height: 45px;
  }

  .image-14 {
    width: 45px;
    height: 45px;
  }

  .slide-2 {
    width: 100%;
    height: 100vh;
  }

  .ham_lottie_2 {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section_nav {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container_kv {
    display: block;
    height: 90%;
    max-width: none;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
    background-position: 65% 100%;
    background-size: auto 90vh;
  }

  .navbar-brand {
    position: static;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 0px;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    right: 0px;
    padding: 0px;
    line-height: 20px;
  }

  .menu-button:hover {
    opacity: 0.65;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-button.w--open:hover {
    opacity: 1;
  }

  .menu-button.w--open:active {
    opacity: 1;
  }

  .section_hero {
    height: 90vh;
    padding-top: 55px;
    background-image: none;
  }

  .hero_split_r {
    width: 55vw;
  }

  .hero-form {
    margin-bottom: 15px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-form-container {
    -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;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading {
    font-size: 6vw;
    line-height: 7vw;
  }

  .kv_product_01 {
    width: 15%;
  }

  .kv_product_img {
    width: 100%;
    height: auto;
  }

  .kv_logo_container {
    width: 60%;
  }

  .section_product_main {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .product_kv {
    max-width: none;
  }

  .product_info_split_l {
    width: 75%;
    margin-top: 30px;
  }

  .product_title_en {
    margin-bottom: 10px;
  }

  .product_title_ch {
    margin-bottom: 20px;
  }

  .image {
    height: 18vw;
  }

  .spec_txt.ex_top {
    margin-top: 90px;
  }

  .product_list_container {
    margin-bottom: 40px;
  }

  .product_spec {
    margin-top: 0px;
  }

  .prod_title_ch {
    font-size: 18px;
    line-height: 26px;
  }

  .btn_cta_xl {
    width: 240px;
    padding-left: 20px;
    background-position: 92% 50%;
    background-size: auto 10px;
  }

  .product_kv_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product_info_split_r {
    width: 90%;
    margin-top: 90px;
  }

  .product_kv_prod_01 {
    left: 69%;
    bottom: 530px;
    width: 21%;
    height: auto;
  }

  .product_kv_prod_02 {
    left: 40%;
    bottom: 60px;
    height: 25%;
  }

  .product_feature_float {
    left: 57%;
    top: 110px;
    height: 130px;
  }

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

  .product_misc_float {
    left: 40%;
    top: 280px;
    z-index: 0;
    height: 36vw;
  }

  .section_product_visual {
    height: 480px;
    margin-top: 0px;
    background-position: 50% 100%;
  }

  .section_visual_heading_01_s {
    margin-top: 0px;
    font-size: 5vw;
    line-height: 7.4vw;
  }

  .product_feature_txt {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature_heading {
    font-size: 6.8vw;
    line-height: 10.2vw;
  }

  .feature_list_container {
    margin-bottom: 20px;
  }

  .hero_split_l {
    width: 80vw;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .section_feature_r {
    padding-top: 30px;
  }

  .extra_feature_img {
    width: 25%;
    margin-right: 10px;
  }

  .extra_feature_txt {
    width: 70%;
  }

  .extra_feature_title {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.03em;
  }

  .instruction_title {
    height: 6vw;
    margin-bottom: 5px;
  }

  .instruction_content_block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .instruction_list_container {
    width: 100%;
  }

  .list_txt {
    font-size: 16px;
    line-height: 28px;
  }

  .instruction_stepper_container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .stepper_img {
    width: 40%;
    margin-right: 10px;
  }

  .stepper_title {
    padding-left: 15px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .product_info_split_r_2 {
    width: 100%;
  }

  .desc_list_l {
    width: 25%;
  }

  .desc_list_r {
    width: 75%;
  }

  .section_product_main_2 {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .image-5 {
    height: 8vw;
  }

  .product_feature_float_2 {
    left: 42%;
    top: 250px;
    height: 120px;
  }

  .product_kv_prod_03 {
    left: 72%;
    bottom: -20px;
    width: 16%;
    height: auto;
  }

  .section_visual_heading_02 {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }

  .title_en_s {
    height: 5.4vw;
  }

  .section_visual_heading_01_xl {
    font-size: 9vw;
    line-height: 11.2vw;
  }

  .section_visual_heading_container {
    left: 0%;
    top: -10%;
    right: 0%;
    bottom: auto;
  }

  .section_visual_feature_container {
    left: 52%;
    top: 51px;
    width: 180px;
    height: 180px;
  }

  .section_visual_feature_txt_s {
    font-size: 15px;
    line-height: 26px;
  }

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

  .section_visual_feature_container_2 {
    left: 0%;
    width: 180px;
    height: 180px;
  }

  .section_product_main_3 {
    height: 460px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 52% 100%;
    background-size: auto 320px;
    background-repeat: no-repeat;
  }

  .product_info_split_l_2 {
    width: 70%;
    margin-top: 20px;
  }

  .product_price_box_l {
    margin-right: 10px;
  }

  .btn_cta_s {
    width: 120px;
    padding-left: 20px;
  }

  .image-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .icon {
    color: #fff;
  }

  .extra_feature_img_2 {
    width: 100%;
    height: 90px;
    margin-right: 10px;
  }

  .stepper_content {
    width: 56%;
  }

  .extra_feature_img-copy {
    width: 25%;
    margin-right: 10px;
  }

  .controler_container {
    bottom: -30px;
  }

  .section_hero_2 {
    padding-top: 70px;
    background-position: 68% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container_kv_2 {
    height: 90%;
    max-width: none;
    padding-top: 80px;
    padding-right: 10px;
    background-position: 70% 90%;
    background-size: auto 550px;
  }

  .slide_next {
    width: 50px;
    height: 50px;
    background-size: cover;
  }

  .slide_prev {
    width: 50px;
    height: 50px;
    background-size: cover;
  }

  .image-12 {
    width: 96vw;
    max-width: none;
    text-align: center;
  }

  .slider_title {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .megamenu_full {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 6;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100vh;
    padding-right: 0px;
    padding-bottom: 0px;
    -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;
    border-radius: 0px;
    background-color: #101010;
    opacity: 0;
  }

  .megamenu_item {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .item_text_ch {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
  }

  .menu_item {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .slide {
    background-color: #fff;
  }

  .mask {
    height: 90vh;
  }

  .slider {
    height: 90vh;
  }

  .slide-2 {
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }

  .image-15 {
    height: 3.6vh;
  }

  .image-16 {
    height: 3.6vh;
  }

  .image-17 {
    height: 3.6vh;
  }

  .image-18 {
    height: 70px;
  }

  .menu_item_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    text-decoration: none;
  }

  .menu_item_block.w--current {
    margin-bottom: 10px;
    text-decoration: none;
  }

  .image-19 {
    height: 65px;
  }

  .megamenu_logo_ontainer {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 15px 0px;
    text-align: center;
  }

  .menu_close_btn {
    position: absolute;
    left: auto;
    top: -5px;
    right: 0%;
    bottom: auto;
    display: block;
  }
}

