:root {
  --logo-blue: #004ea2;
  --main-water-green: #87dbc8;
  --white: white;
  --main-orange: #ea9243;
  --water-green-light: #abddd8;
  --light-orange: #fc7f28;
  --main-blue: #1d90d8;
  --white-orange: #fff0e6;
  --lightly-blue: #2a9ad0;
  --light-brown: #d3caa8;
  --light-black: #333;
  --sport-color: #87cedb;
  --fishing-color: #71c3c7;
  --camp-color: #87dbc8;
  --outdorr-color: #b2f396;
  --green: #2fcc4d;
  --fresh-fishing-color: #18adb0;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.overflow-x {
  width: 100%;
  overflow: hidden;
}

.head-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.brand {
  flex: 1;
}

.menu-button {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

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

.icon {
  color: var(--logo-blue);
  font-size: 40px;
  line-height: 40px;
}

.menu-tx {
  color: var(--logo-blue);
  font-size: 12px;
  font-weight: 700;
}

.banner-section {
  background-color: var(--main-water-green);
  height: 900px;
}

.image {
  width: 100%;
  max-width: 200px;
}

.hero-banner {
  border-bottom-left-radius: 85px;
  width: 88%;
  height: 730px;
  margin-left: 12%;
  position: relative;
}

.hero-banner.banner-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(255, 255, 255, 0) 12%), url('../images/photo-11000x-100.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
}

.hero-text {
  z-index: 5;
  color: var(--white);
  width: 100%;
  max-width: 800px;
  font-size: 45px;
  line-height: 80px;
  display: none;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 20%;
}

.text-block {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-car-type-text {
  z-index: 1;
  color: var(--white);
  letter-spacing: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 10%;
  right: auto;
}

.hero-car {
  z-index: 10;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: 10%;
}

.hero-balls {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 5%;
  left: -75px;
  right: auto;
}

.hero-tx-block {
  background-color: var(--main-orange);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  letter-spacing: 5px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.video-section {
  background-color: var(--white);
  border-top-left-radius: 85px;
  margin-top: -110px;
  padding-bottom: 110px;
  position: relative;
  box-shadow: 0 2px 15px 10px rgba(0, 0, 0, .2);
}

.container {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container.container-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.container-padding.position-re {
  position: relative;
}

.container.container-padding.position-re.overflow-hide {
  overflow: hidden;
}

.container.container-padding.p-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.container.pb-80 {
  padding-bottom: 100px;
}

.container.footer-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-row {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.row-left, .row-right {
  width: 50%;
}

.video-block {
  z-index: 1;
  background-color: var(--main-water-green);
  box-shadow: 0 2px 20px 10px var(--main-water-green);
  background-image: url('../images/video-play-btn.png'), url('../images/details_video_cover.jpg');
  background-position: 50%, 80%;
  background-repeat: no-repeat, no-repeat;
  background-size: 145px, cover;
  border-radius: 50%;
  justify-content: flex-end;
  width: 500px;
  height: 500px;
  margin-left: 10%;
  position: relative;
  overflow: hidden;
}

.video-contents-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.video-title {
  margin-left: 30px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
}

.video-tx {
  margin-top: 0px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
}

.video-contents {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 250px;
  padding-right: 30%;
  display: flex;
}

.scroll-tx-block {
  background-image: linear-gradient(180deg, var(--water-green-light) 50%, white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -250px;
  position: absolute;
}

.scroll-tx {
  background-image: linear-gradient(180deg, var(--water-green-light) 50%, white);
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: none;
  height: 170px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 170px;
  font-weight: 900;
  line-height: 170px;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

._01 {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.section-title {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec-title-block {
  align-items: center;
  width: 100%;
  display: flex;
}

.sec-num {
  color: var(--light-orange);
  margin-top: -25px;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

.sec-num.tx-blue {
  color: var(--main-blue);
}

.body {
  font-family: Noto Sans TC, sans-serif;
	max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
	background-color: #e8eef3;
}

.sec-title {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.sec-title-1 {
  background-color: var(--light-orange);
  color: var(--white);
  padding: 5px 20px 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.sec-title-1.bg-blue {
  background-color: var(--main-blue);
}

.sec-title-2 {
  background-color: var(--light-orange);
  color: var(--white);
  margin-left: 50px;
  padding: 5px 20px 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.sec-title-2.bg-blue {
  background-color: var(--main-blue);
}

.section-content {
  background-color: var(--white);
  width: 100%;
}

.section-content.bg-orange {
  background-color: var(--white-orange);
}

.big-title {
  padding-right: 5%;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.big-title.tx-orange {
  color: var(--light-orange);
}

.big-title2 {
  z-index: 10;
  color: var(--white);
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.big-title2.tx-orange {
  color: var(--light-orange);
}

.big-title2.vertical-tx {
  text-shadow: -3px 0 0 var(--light-orange), 3px 0 0 var(--light-orange), 0 3px 0 var(--light-orange), 0 -3px 0 var(--light-orange), 2px 2px 0 var(--light-orange), -2px -2px 0 var(--light-orange), 2px -2px 0 var(--light-orange), -2px 2px 0 var(--light-orange);
}

._01-content-block {
  width: 100%;
  position: relative;
}

._01-banner {
  border-radius: 50px;
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin: 25px auto;
  position: relative;
}

.big-title3 {
  color: var(--light-orange);
  text-align: right;
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
}

.big-title3.tx-orange {
  color: var(--light-orange);
}

.sec-title-content {
  text-align: right;
  justify-content: flex-end;
  width: 50%;
  line-height: 48px;
  text-decoration: underline;
}

.sec-title-content-tx {
  text-align: right;
  font-size: 14px;
  line-height: 40px;
}

.container-2 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28%;
  display: flex;
}

.column._2 {
  margin-top: 10%;
}

.img-wrapper {
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

._02 {
  background-color: var(--white);
  width: 100%;
  position: relative;
}

.text-span {
  color: #004b53;
  margin-bottom: 4px;
  font-size: 30px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.text-span.c_f89700 {
  color: #f89700;
}

.text-span.c_af4123 {
  color: #af4123;
}

.text-span.c_008de0 {
  color: #008de0;
}

.text-span.c_2b7702 {
  color: #2b7702;
}

.s6_btn_icon {
  width: 22px;
  margin-right: 10px;
}

.pin-left {
  float: left;
  width: 50%;
  height: 100%;
}

.s6_btn_inner {
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
}

.image-9 {
  z-index: 1;
  width: 100%;
  max-width: 548px;
  display: block;
  position: relative;
}

.panel {
  width: 50%;
  height: 100%;
  position: relative;
}

.panel.p8 {
  z-index: 8;
  background-color: rgba(204, 204, 204, 0);
  justify-content: center;
  align-items: center;
}

.panel.p7 {
  z-index: 5;
  width: 70%;
}

.panel.p6 {
  z-index: 4;
  background-color: rgba(204, 204, 204, 0);
}

.panel.p5 {
  z-index: 1;
  width: 70%;
}

.panel.p4 {
  z-index: 7;
  width: 70%;
}

.panel.p3 {
  z-index: 6;
  background-color: rgba(204, 204, 204, 0);
}

.panel.p1 {
  z-index: 2;
  background-color: rgba(204, 204, 204, 0);
}

.panel.p2 {
  z-index: 3;
  width: 70%;
}

.div-block-25 {
  z-index: 2;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 5%;
  position: relative;
}

.div-block-25.hide {
  display: none;
}

.div-block-27 {
  color: #fff;
  background-image: url('../images/icon_empty.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 35%;
  padding-bottom: 35%;
  font-size: 30px;
  display: flex;
}

.image-17b {
  position: absolute;
  top: 60%;
  bottom: auto;
  left: auto;
  right: 2%;
  transform: translate(0, -60%);
}

.div-block-15 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 40%;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.image-15c {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 1%;
  right: auto;
}

.cs_txt {
  color: #707070;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.4;
}

.paragraph {
  color: #707070;
  text-align: center;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 1.5;
}

.paragraph.left {
  text-align: left;
}

.list {
  color: #707070;
  margin-left: 20px;
  padding-left: 35px;
  font-size: 30px;
  line-height: 1.4;
}

.lb_title.green {
  color: #0f720f;
  font-weight: 700;
}

.lb_title.blue {
  color: #0092e5;
  font-weight: 700;
}

.lb_title.red {
  color: #ad4440;
  font-weight: 700;
}

.lb_title.orange {
  color: #c45611;
}

.div-block-16 {
  text-align: center;
  margin-bottom: 40px;
}

.nutrition_lb_mask {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-24 {
  z-index: 2;
  float: left;
  color: #707070;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
}

.div-block-26 {
  color: #707070;
  text-align: center;
  width: 18%;
  margin-bottom: 10px;
  margin-left: .8%;
  margin-right: .8%;
  font-size: 22px;
  line-height: 1.4;
  display: inline-block;
}

.list-2 {
  color: #707070;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 1.4;
  list-style-type: none;
}

.list-2.hide {
  display: none;
}

.image-15d {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph-3 {
  color: #9c6206;
  font-size: 12px;
  line-height: 1.4;
}

.text-block-3 {
  color: #707070;
  margin-top: 60px;
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.image-3 {
  width: 42%;
  margin-bottom: 40px;
}

.image-17e {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-17 {
  position: absolute;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.image-2 {
  width: 38%;
  max-width: 236px;
  margin-left: 2%;
  margin-right: 2%;
}

.image-16 {
  position: absolute;
  top: 65%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -65%);
}

.nutrition_each {
  opacity: .55;
  width: 43.6%;
  margin-left: 3%;
  margin-right: 3%;
  display: inline-block;
  position: relative;
}

.nutrition_each:hover {
  opacity: 1;
}

.nutrition_each.p4 {
  top: -100px;
}

.nutrition_each.p3 {
  margin-top: 30px;
  left: 2%;
}

.nutrition_each.p2 {
  top: -120px;
  left: 4%;
}

.nutrition_each.p1 {
  left: 8%;
}

.cloud_wrapper {
  display: inline-block;
  position: absolute;
}

.cloud_wrapper.p7 {
  width: 18%;
  top: auto;
  bottom: 6%;
  left: 6%;
  right: auto;
}

.cloud_wrapper.p9 {
  width: 12%;
  top: 43%;
  right: 0%;
}

.cloud_wrapper.p6 {
  z-index: -1;
  width: 25%;
  top: 173px;
  left: -28%;
}

.cloud_wrapper.p8 {
  width: 9%;
  top: 9%;
  bottom: auto;
  right: 6%;
}

.cloud_wrapper.p5 {
  width: 20%;
  top: 74px;
  left: -10%;
}

.image-18 {
  width: 25%;
}

.consume_wrapper {
  align-items: center;
  padding-top: 94px;
  padding-bottom: 100px;
  display: flex;
}

.image-17f {
  position: absolute;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.image-16c {
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 2%;
  right: auto;
}

.image-15b {
  z-index: 1;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-17 {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 70px;
}

.text-block-4 {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.4;
}

.div-block-19 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: -14%;
  margin-right: -5%;
  display: flex;
  position: relative;
  left: 5%;
}

.link {
  color: #3e92df;
}

.link:hover {
  color: #1e5dab;
}

.div-block-20 {
  position: relative;
}

.slide_bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1130px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slide_bg.potato {
  background-image: url('../images/bg3_repeat_1bg3_repeat.jpg');
}

.slide_bg.coffee {
  background-image: url('../images/bg5_repeat_1bg5_repeat.jpg');
}

.slide_bg.chocolate {
  background-image: url('../images/bg4_repeat_1bg4_repeat.jpg');
}

.slide_bg.tofu {
  background-image: url('../images/bg2_repeat_1bg2_repeat.jpg');
}

.logo_wrapper {
  width: 98%;
  margin-left: 2%;
}

.s4_talent_wrapper {
  z-index: 102;
  float: right;
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.nutrition_wrapper {
  width: 100%;
  margin-top: 40px;
}

.image-17c {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.div-block-28 {
  width: 77%;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.b2t {
  width: 100%;
  max-width: 56px;
  margin-bottom: 2%;
  margin-right: 2%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.b2t:hover {
  opacity: .7;
  border-radius: 50%;
  padding-bottom: 10px;
}

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

.lb_close {
  cursor: pointer;
  width: 3%;
  min-width: 26px;
  max-width: 53px;
  min-height: 26px;
  max-height: 53px;
  margin-top: 15px;
  margin-right: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lb_close:hover {
  opacity: .6;
}

.image-15 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-6 {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.s4_talent {
  z-index: 102;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 0%;
  right: auto;
}

.div-block-31 {
  width: 100%;
}

.product_feature_mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  width: 90vw;
  max-width: 1180px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.s6_btn {
  color: #fff;
  letter-spacing: 1px;
  background-color: #1e5dab;
  border-radius: 50px;
  margin-left: 2%;
  margin-right: 2%;
  padding: 20px 40px;
  font-size: 30px;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 6px 7px 0 -2px #01aeef;
}

.s6_btn:hover {
  background-color: #01aeef;
  box-shadow: 6px 7px 0 -2px rgba(47, 198, 255, .7);
}

.s6_btn.address.disable {
  cursor: default;
  background-color: #707070;
  padding: 14px 30px;
  box-shadow: 6px 7px 0 -2px #b5babc;
}

.s6_btn.cart.hide {
  display: none;
}

.product_feature_ani_each {
  width: 100%;
  height: 100%;
}

.nutrition_lb_wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-16b {
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 2%;
  right: auto;
}

.s6_btn_icon2 {
  width: 32px;
  margin-right: 10px;
}

.s6_btn_icon2.hide {
  display: none;
}

.slide_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 105px 60px 23px;
}

.container_1180 {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.container_1180.mt-40 {
  padding-top: 40px;
}

.container_1180.s6 {
  padding-top: 155px;
  padding-bottom: 210px;
}

.container_1180.mv-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.left-arrow {
  width: 5vw;
  margin-left: -5vw;
  font-size: 5vw;
}

.left-arrow:hover {
  opacity: .61;
}

.logo_each {
  float: left;
  margin-bottom: 5%;
  margin-right: 2%;
  display: block;
}

.logo_each.p2 {
  clear: both;
}

.div-block-8 {
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.slide {
  width: 100%;
  overflow: auto;
}

.div-block-14 {
  z-index: 2;
  float: right;
  width: 61%;
  position: relative;
}

.pin-right {
  float: left;
  width: 50%;
  height: 100%;
}

.right-arrow {
  width: 5vw;
  margin-right: -5vw;
  font-size: 5vw;
}

.right-arrow:hover {
  opacity: .61;
}

.wrapper-2 {
  width: 100%;
}

.wrapper-2.s6 {
  background-color: #fff9df;
  position: relative;
}

.wrapper-2.s5 {
  background-image: url('../images/bg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-2.s4 {
  position: relative;
  overflow: hidden;
}

.wrapper-2.s3 {
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-7 {
  z-index: 2;
  position: absolute;
  bottom: 1%;
}

.image-12 {
  margin-top: 10px;
}

.product_feature_info_each {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 62px 40px 25px;
  display: flex;
}

.product_feature_info_each.p1 {
  background-image: url('../images/bg2_repeat_1bg2_repeat.jpg');
  background-position: 50%;
  background-size: auto;
}

.product_feature_info_each.p2 {
  background-image: url('../images/bg3_repeat_1bg3_repeat.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
}

.product_feature_info_each.p3 {
  background-image: url('../images/bg4_repeat_1bg4_repeat.jpg');
  background-position: 50%;
  background-size: auto;
}

.product_feature_info_each.p4 {
  background-image: url('../images/bg5_repeat_1bg5_repeat.jpg');
  background-position: 50%;
  background-size: auto;
}

.div-block-10 {
  width: 50%;
  padding-top: 5%;
  position: relative;
}

.m_product_feature_mask {
  display: none;
}

.list-item-2 {
  color: #707070;
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.4;
}

.image-4 {
  width: 100%;
  max-width: 541px;
}

.slide-nav {
  margin-bottom: -40px;
}

.image-5 {
  width: 35%;
  max-width: 453px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 49px;
  padding-bottom: 69px;
  display: flex;
}

.list-3 {
  margin-right: auto;
  padding-right: 40px;
  list-style-type: none;
}

.link-2 {
  color: #3e92df;
}

.car-function-sec {
  background-color: var(--white);
  margin-top: 300vh;
  position: relative;
}

.car-function-sec.blue-bg {
  background-color: rgba(135, 206, 219, .2);
}

.car-big-cricle {
  border: 7px solid var(--lightly-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.car-function-pic {
  width: 70%;
  padding-bottom: 50px;
}

.function-cricle {
  background-color: var(--lightly-blue);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.function-cricle-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
  line-height: 50px;
}

.text-span-2 {
  line-height: 60px;
}

.function-cricle-title-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
  line-height: 54px;
}

.function-cricle2 {
  background-color: var(--lightly-blue);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: -30%;
  right: auto;
}

.sec-top {
  align-items: center;
  width: 55%;
  display: flex;
}

.car-eng-block {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.text-block-5 {
  color: var(--lightly-blue);
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-6 {
  color: var(--lightly-blue);
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
}

.div-block-32 {
  align-items: flex-end;
  margin-left: 50px;
  display: flex;
}

.text-block-6-copy {
  color: var(--lightly-blue);
  margin-left: 20px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-5-copy {
  color: var(--lightly-blue);
  margin-top: 10px;
  margin-left: 70px;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.color-tab {
  width: 100%;
  position: relative;
}

.color-tab-btn {
  border: 4px solid var(--light-brown);
  background-color: var(--white);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 5px;
  padding: 0;
}

.color-tab-btn.w--current {
  background-color: var(--white);
  width: 70px;
  height: 70px;
}

.color-tab-btn.color-1 {
  background-image: linear-gradient(145deg, #88adb7 49%, #fff 51%);
}

.color-tab-btn.color-2 {
  background-image: linear-gradient(145deg, #2c4132 49%, #fff 51%);
}

.color-tab-btn.color-3 {
  background-image: linear-gradient(145deg, #fece02 49%, #fff 51%);
}

.color-tab-btn.color-4 {
  background-image: linear-gradient(145deg, #ff5b45 49%, #fff 51%);
}

.color-tab-btn.color-5 {
  background-image: linear-gradient(145deg, #383635 49%, #fff 51%);
}

.color-tab-btn.color-6 {
  background-image: linear-gradient(145deg, #f1642c 49%, #333 51%);
}

.color-tab-btn.color-7 {
  background-image: linear-gradient(145deg, #0a4651 49%, #333 51%);
}

.color-tab-btn.color-8 {
  background-image: linear-gradient(145deg, #750712 49%, #333 51%);
}

.color-tab-btn.color-9 {
  background-color: #c4b284;
}

.color-tab-btn.color-10 {
  background-color: #354238;
}

.color-tab-btn.color-11 {
  background-color: #81abc1;
}

.color-tab-btn.color-12 {
  background-color: var(--white);
}

.color-tab-btn.color-13 {
  background-color: #333;
}

.tabs-menu {
  z-index: 1;
  flex-flow: wrap;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.tab-contents {
  width: 100%;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tab-contents.color-1 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, var(--white) 53.9%, rgba(136, 173, 183, .7) 54%);
}

.tab-contents.color-6 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, #333 53.9%, rgba(241, 100, 44, .8) 54%);
}

.tab-contents.color-8 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, #333 53.9%, #ac2431 54%);
}

.tab-contents.color-2 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, var(--white) 53.9%, rgba(44, 65, 50, .8) 54%);
}

.tab-contents.color-3 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, var(--white) 53.9%, rgba(254, 206, 2, .6) 54%);
}

.tab-contents.color-4 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, var(--white) 53.9%, rgba(255, 91, 69, .8) 54%);
}

.tab-contents.color-5 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, var(--white) 53.9%, rgba(56, 54, 53, .8) 54%);
}

.tab-contents.color-7 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, #333 53.9%, rgba(10, 70, 81, .8) 54%);
}

.tab-contents.color-9 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, rgba(211, 202, 168, .5) 53.9%, var(--light-brown) 54%);
}

.tab-contents.color-10 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, rgba(53, 66, 56, .5) 53.9%, #354238 54%);
}

.tab-contents.color-11 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, rgba(129, 171, 193, .5) 53.9%, #81abc1 54%);
}

.tab-contents.color-12 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, var(--white) 53.9%, rgba(192, 192, 192, .7) 54%);
}

.tab-contents.color-13 {
  background-color: var(--white);
  background-image: linear-gradient(100deg, rgba(51, 51, 51, .7) 53.9%, #333 54%);
}

.color-tab-title {
  color: var(--white);
  text-align: right;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.car-img {
  width: 100%;
  max-width: 900px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
}

.color-tab-main-title {
  color: #333;
  text-align: right;
  letter-spacing: 20px;
  font-family: Lemonmilk, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.color-tab-main-title.tx-white {
  color: var(--white);
}

.color-tab-content {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spec-sec {
  position: relative;
}

.spec-content {
  z-index: 10;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.sec-title-3 {
  color: var(--white);
  letter-spacing: 10px;
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.spec-box-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.spec-box {
  background-color: var(--white);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  min-height: 130px;
  margin-bottom: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 20px 5%;
  display: flex;
}

.spec-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.spec-big-content {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.spec-sm-content {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.bottom-tri-layer {
  background-image: linear-gradient(170deg, var(--light-black) 50%, rgba(255, 255, 255, 0) 50.1%);
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sec-bg {
  background-color: var(--light-black);
  position: relative;
}

.spec-sec-2 {
  background-image: url('../images/spec-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
  position: relative;
}

.spec-car {
  z-index: 20;
  width: 100%;
  max-width: 650px;
  margin-top: 0;
}

.spec-content-2 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 350px;
  padding-bottom: 100px;
  display: flex;
}

.spec-cricle {
  z-index: 10;
  background-color: #f2a238;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-left: -50px;
  display: flex;
  position: relative;
}

.content-block {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spec-title-2 {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.spec-num {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
}

.spec-unit {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.mid-line {
  background-color: var(--white);
  width: 50%;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.spiec-big-block {
  background-color: rgba(0, 93, 180, .8);
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 50px;
  display: flex;
}

.spec-block-half {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.x {
  font-size: 40px;
}

.footer {
  background-color: var(--light-black);
}

.footer-content {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo {
  width: 100%;
  max-width: 250px;
}

.social-link {
  margin-left: 15px;
}

.soical-icon {
  height: 30px;
}

.copy-right {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.footer-link {
  color: var(--white);
  margin-left: 15px;
  text-decoration: none;
}

.footer-link.ml-0 {
  margin-left: 0;
}

.text-block-7 {
  margin-left: 15px;
}

.footer-content2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.img-wrap {
  z-index: 100;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-scroll-right {
  cursor: pointer;
  max-width: 400px;
  transition: all 1s;
  position: relative;
}

.img-scroll-right:hover {
  opacity: 1;
  transform: scale(1.2);
}

.wrapper-3 {
  perspective: 2000px;
  color: #fff;
  text-align: center;
  background-image: url('../images/gallery-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
	max-width: 1920px;
}

.inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 1922px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  width: 280vw;
  height: 280vh;
  display: grid;
  transform: perspective(1667px)scale(1);
}

.gallyery {
  z-index: 999;
  color: #afafaf;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transform: perspective(1176px);
}

.scroll-down {
  z-index: 3;
  filter: invert(0%);
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: auto;
}

.scroll-down:hover {
  filter: invert();
}

.img-scroll-left {
  opacity: 1;
  cursor: pointer;
  max-width: 400px;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}

.img-scroll-left:hover {
  transform: scale(1.2);
}

.text-wrap {
  z-index: 999;
  perspective: 2000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  max-width: 800px;
  min-height: 65vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vw;
  display: flex;
  position: relative;
}

.image-19 {
  width: 10px;
  transform: rotate(90deg);
}

.headline {
  margin-bottom: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
  position: relative;
  transform: perspective(1059px);
}

.headline:hover {
  color: #fff;
}

.text-block-8 {
  color: rgba(255, 255, 255, .05);
  text-transform: uppercase;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

.text-block-8-copy {
  color: rgba(255, 255, 255, .05);
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.bg-tx-block {
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.text-block-8-copy-copy {
  color: rgba(255, 255, 255, .05);
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.bg-tx-block-2 {
  z-index: 20;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
  transform: translate(35%, 150%)rotate(90deg);
}

.nav-menu {
  z-index: 90;
  background-color: var(--main-blue);
  background-image: url('../images/menu-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._01-banner-content {
  z-index: 10;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -5%;
  right: auto;
}

._01-tx-block {
  background-color: var(--light-black);
  color: var(--white);
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
}

.nav-bar {
  z-index: 99;
  background-color: var(--white);
  border-bottom-right-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.menu-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}

.nav-link {
  color: var(--white);
}

.nav-link-2 {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.menu-btn {
  z-index: 10;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  margin-bottom: 70px;
  margin-left: 4%;
  margin-right: 4%;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-btn:hover {
  border-bottom-color: var(--main-orange);
  color: var(--main-orange);
}

.menu-num {
  font-size: 30px;
  line-height: 30px;
}

.menu-title {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 40px;
  line-height: 40px;
}

.lottie-animation {
  width: 40px;
}

.lottie-animation-2 {
  width: 50px;
  height: 50px;
}

.div-block-39-2-copy {
  background-color: #5e4dc0;
  width: 100%;
  height: 100%;
}

.div-block-39-3-copy {
  background-color: #c04d71;
  width: 100%;
  height: 100%;
}

.div-block-39-4 {
  background-color: #b14dc0;
  width: 100%;
  height: 100%;
}

.product_feature_mask-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper-slide {
  width: 100%;
}

.wrapper-slide.s3 {
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-39-copy {
  background-color: #7eaf56;
  width: 100%;
  height: 100%;
}

.div-block-39-2 {
  background-color: #4dc0b1;
  width: 100%;
  height: 100%;
}

.slide-1-left {
  z-index: 2;
  background-image: url('../images/slide-1-pic.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-39-4-copy {
  background-color: #c04d4f;
  width: 100%;
  height: 100%;
}

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

.slide-2-left {
  background-color: var(--sport-color);
  background-image: url('../images/slide-2-bg-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-3-left {
  background-image: url('../images/slide-3-pic.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-4-left {
  background-color: var(--fishing-color);
  background-image: url('../images/slide-4-bg-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-1-right {
  z-index: 1;
  background-color: var(--camp-color);
  background-image: url('../images/slide-1-bg-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-2-right {
  background-image: url('../images/slide-2-pic-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-3-right {
  background-color: var(--outdorr-color);
  background-image: url('../images/slide-3-bg-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-4-right {
  background-image: url('../images/slide-4-pic.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-title-1 {
  z-index: 3;
  background-color: var(--light-orange);
  color: var(--white);
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Lemonmilk, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 80%;
}

.text-block-9 {
  color: var(--white);
  padding: 15px 30px;
  font-family: Lemonmilk, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
}

.car-pic-1 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 30%;
  left: 65%;
}

.slide-content-tx {
  background-color: var(--white);
  color: var(--light-black);
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.content-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 60%;
  left: 50%;
}

.slide-title-3 {
  z-index: 3;
  background-color: var(--green);
  color: var(--white);
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Lemonmilk, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 70%;
}

.car-pic-3 {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 40%;
  left: 60%;
}

.content-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 40%;
  left: 50%;
}

.content-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
}

.slide-title-2 {
  z-index: 3;
  background-color: var(--main-blue);
  color: var(--white);
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Lemonmilk, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  position: relative;
  left: -40%;
}

.div-block-33 {
  position: absolute;
  top: 10%;
  right: 70%;
}

.slide-title-2-2 {
  z-index: 3;
  background-color: var(--main-blue);
  color: var(--white);
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Lemonmilk, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.car-pic-2 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 40%;
  right: 60%;
}

.content-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 40%;
  left: 3%;
}

.content-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 3%;
}

.content-block-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 40%;
  left: 50%;
}

.content-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 40%;
  left: 3%;
}

.content-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 25%;
  left: 3%;
}

.slide-title-4 {
  z-index: 3;
  background-color: var(--fresh-fishing-color);
  color: var(--white);
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Lemonmilk, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  position: absolute;
  top: 10%;
  bottom: auto;
  right: 70%;
}

.car-pic-4 {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 30%;
  right: 55%;
}

.sec-title-1-block {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.sec-title-color-block-1 {
  background-color: var(--light-orange);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sec-title-color-block-1.blue {
  background-color: var(--main-blue);
}

.sec-title-2-block {
  position: relative;
  overflow: hidden;
}

.sec-title-color-block-2 {
  background-color: var(--light-orange);
  width: 100%;
  height: 100%;
  margin-left: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sec-title-color-block-2.blue {
  background-color: var(--main-blue);
}

._03-m {
  width: 100%;
  display: none;
}

.car-function-contents {
  background-color: rgba(42, 154, 208, .9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.function-title {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.function-description {
  color: var(--white);
  font-size: 20px;
  font-weight: 100;
  line-height: 36px;
}

.div-block-34 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-bottom: 15px;
  padding: 30px 5%;
  display: flex;
  position: relative;
}

.close-btn {
  cursor: pointer;
  width: 100%;
  max-width: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.car-function-contents-2, .car-fun-content-1, .car-fun-content-2 {
  background-color: rgba(42, 154, 208, .9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pointer {
  width: 100%;
  max-width: 30px;
}

.count-js {
  width: 0;
  height: 0;
}

.lb_video_wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lb_mask {
  z-index: 1200;
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lb_video_content_wrapper {
  z-index: 1300;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: 960px;
  display: flex;
  position: relative;
}

.video_relative_wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.worklife_video_link {
  background-image: url('../images/video_2019_thumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 56.25%;
}

.worklife_video_link._2023_3 {
  background-image: url('../images/2023-Huizhou-Teambuilding-full-video_00000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 0;
}

.hero-slide {
  border-bottom-left-radius: 85px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(255, 255, 255, 0) 21%);
}

.slide-bg._01 {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(255, 255, 255, 0) 30%), url('../images/photo-11000x-100.jpg');
  background-position: 0 0, 30% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-bg._02 {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(255, 255, 255, 0) 30%), url('../images/marine_01-拷貝.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-bg._03 {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(255, 255, 255, 0) 30%), url('../images/mood_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-bg._04, .slide-bg._04-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(255, 255, 255, 0) 30%), url('../images/outdoor_01-拷貝.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-bg._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(255, 255, 255, 0) 21%), url('../images/mood_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-bg._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(255, 255, 255, 0) 21%), url('../images/outdoor_01-拷貝.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.mask {
  border-bottom-left-radius: 85px;
}

._01-slide {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: 100%;
  position: absolute;
}

._01-slide-pic._01 {
  background-image: url('../images/mood_08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._01-slide-pic._02 {
  background-image: url('../images/low_HSL_1L_00071.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._01-slide-pic._03 {
  background-image: url('../images/camp_01-拷貝_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._01-slide-pic._04 {
  background-image: url('../images/marine_01-拷貝.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._01-slide-pic._3 {
  background-image: url('../images/camp_01-拷貝_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._01-slide-pic._4 {
  background-image: url('../images/marine_01-拷貝.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-2 {
  border-radius: 50px;
}

.background-video-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  width: 100%;
  height: 100%;
}

.div-block-35 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.pdf-btn {
  background-color: var(--main-blue);
  color: var(--white);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.pdf-btn:hover {
  background-color: var(--lightly-blue);
}

.btn-mid-line {
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 50px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.btn-arrow {
  width: 100%;
  max-width: 10px;
  margin-left: 15px;
}

html.w-mod-js [data-ix="car-fade-in"] {
  opacity: 0;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="car-circle-right"] {
  opacity: 0;
  transform: translate(-500px)scale(.01);
}

html.w-mod-js [data-ix="car-circle-left"] {
  opacity: 0;
  transform: translate(500px)scale(.01);
}

html.w-mod-js [data-ix="scroll-bottom-top"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="scroll-right-left"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="scroll-left-tight"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="load-scale"], html.w-mod-js [data-ix="function-circle-anime"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="load-bottom-top"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="load-right-left"] {
  opacity: 0;
  transform: translate(50%);
}

@media screen and (min-width: 1920px) {
  .menu-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section {
    position: relative;
  }

  .image {
    max-width: 300px;
  }

  .hero-banner {
    background-position: 0 0, 50% 68%;
    background-size: auto, 100%;
    width: 90%;
    margin-left: 10%;
  }

  .hero-car-type-text {
    font-size: 150px;
    font-weight:  900;
    line-height: 150px;
    bottom: -80px;
	  z-index: 2;
  }

  .hero-car {
    right: 17%;
  }

  .video-section {
    z-index: 1;
    margin-top: -90px;
    position: relative;
  }

  .video-block {
    width: 700px;
    height: 700px;
    margin-left: 5%;
  }

  .section-title {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec-num {
    font-size: 200px;
    line-height: 200px;
  }

  .sec-title-1 {
    margin-bottom: 15px;
    padding: 10px 30px 15px;
    font-size: 54px;
    line-height: 54px;
  }

  .sec-title-2 {
    margin-left: 70px;
    padding: 10px 30px 15px;
    font-size: 54px;
    line-height: 54px;
  }

  .big-title {
    font-size: 120px;
    line-height: 120px;
  }

  ._01-banner {
    max-width: 1200px;
    height: 800px;
  }

  .sec-title-content-tx {
    font-size: 20px;
  }

  .img-wrapper {
    height: 400px;
  }

  .car-big-cricle {
    width: 700px;
    height: 700px;
  }

  .function-cricle {
    cursor: pointer;
    width: 300px;
    height: 300px;
  }

  .function-cricle-title {
    line-height: 50px;
  }

  .text-span-2 {
    line-height: 40px;
  }

  .function-cricle2 {
    cursor: pointer;
    width: 300px;
    height: 300px;
  }

  .tabs-menu {
    width: 27%;
  }

  .tab-contents {
    height: 120vh;
  }

  .color-tab-title {
    font-size: 50px;
    line-height: 60px;
    right: 10%;
  }

  .car-img {
    max-width: 1200px;
  }

  .color-tab-main-title {
    font-size: 137px;
    line-height: 140px;
  }

  .color-tab-content {
    max-width: 1680px;
  }

  .spec-title {
    font-size: 24px;
    line-height: 30px;
  }

  .spec-big-content {
    font-size: 32px;
    line-height: 40px;
  }

  .spec-sm-content {
    font-size: 18px;
    line-height: 24px;
  }

  .bottom-tri-layer {
    background-image: linear-gradient(175deg, var(--light-black) 50%, rgba(255, 255, 255, 0) 50.1%);
  }

  .spec-sec-2 {
    margin-top: 0;
  }

  .spec-car {
    max-width: 850px;
  }

  .spec-content-2 {
    padding-top: 470px;
  }

  .spec-cricle {
    width: 500px;
    height: 500px;
    margin-left: -100px;
  }

  .spec-title-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .spec-num {
    font-size: 60px;
    line-height: 60px;
  }

  .spec-unit {
    font-size: 24px;
    line-height: 30px;
  }

  .headline {
    font-size: 60px;
    line-height: 60px;
  }

  .nav-bar {
    max-width: 350px;
  }

  .car-pic-1 {
    max-width: 600px;
  }

  .car-pic-4 {
    right: 70%;
  }

  .pointer {
    margin-bottom: 10px;
  }

  .slide-bg._01 {
    background-position: 0 0, 30% 70%;
  }
}

@media screen and (max-width: 991px) {
  .banner-section {
    height: 680px;
  }

  .hero-banner {
    height: 540px;
  }

  .hero-text {
    max-width: 500px;
    font-size: 32px;
    line-height: 40px;
    right: 5%;
  }

  .hero-car-type-text {
    font-size: 66px;
    line-height: 72px;
    bottom: -30px;
    left: 5%;
  }

  .hero-car {
    max-width: 470px;
    bottom: 47%;
    right: 20%;
  }

  .hero-balls {
    bottom: 10%;
    left: -50px;
  }

  .hero-tx-block {
    width: 100px;
    height: 100px;
  }

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

  .container.container-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.container-padding.p-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .row-left {
    width: 100%;
  }

  .row-left.last {
    order: 1;
    display: flex;
  }

  .row-right {
    width: 100%;
  }

  .video-block {
    margin-left: auto;
    margin-right: auto;
  }

  .video-contents {
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 220px;
    padding-right: 0%;
  }

  .scroll-tx {
    height: 140px;
    font-size: 100px;
    line-height: 100px;
  }

  .section-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec-title-block {
    flex-flow: column;
  }

  .sec-num {
    font-size: 100px;
  }

  .sec-title-1, .sec-title-2 {
    font-size: 40px;
  }

  .big-title, .big-title2 {
    font-size: 60px;
    line-height: 60px;
  }

  ._01-banner {
    height: 400px;
    margin-bottom: 15px;
  }

  .big-title3 {
    font-size: 36px;
    line-height: 40px;
  }

  .sec-title-content {
    width: 100%;
  }

  .sec-title-content-tx {
    text-align: left;
  }

  .container-2 {
    height: 150vh;
    padding-top: 0;
  }

  .img-wrapper {
    height: 250px;
  }

  .text-span {
    font-size: 27px;
  }

  .s6_btn_icon {
    width: 18px;
  }

  .pin-left {
    width: 100%;
    height: 50%;
  }

  .panel {
    width: 100%;
  }

  .div-block-27 {
    font-size: 26px;
  }

  .image-17b {
    width: 8%;
  }

  .div-block-15 {
    width: 88%;
    position: relative;
  }

  .image-15c {
    width: 13%;
    left: 0%;
  }

  .cs_txt {
    font-size: 28px;
  }

  .paragraph {
    font-size: 26px;
  }

  .list {
    padding-left: 25px;
    font-size: 26px;
  }

  .nutrition_lb_mask {
    z-index: 1;
  }

  .div-block-24 {
    width: 100%;
    margin-top: 13px;
    font-size: 26px;
  }

  .div-block-26 {
    width: 46%;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .div-block-26.m_pa_20 {
    padding: 20px;
  }

  .list-2 {
    margin-top: 50px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 26px;
  }

  .image-15d {
    width: 18%;
    top: -2%;
    left: -1%;
  }

  .paragraph-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
  }

  .text-block-3 {
    margin-top: 55px;
    font-size: 26px;
  }

  .image-3 {
    float: left;
    width: 35%;
    margin-bottom: 30px;
  }

  .hide {
    display: none;
  }

  .image-17e {
    width: 10%;
    top: 5%;
    right: 1%;
  }

  .image-17 {
    width: 20%;
  }

  .image-2 {
    width: 45.5%;
  }

  .image-16 {
    width: 15%;
  }

  .nutrition_each.p4 {
    top: -77px;
  }

  .nutrition_each.p3 {
    left: 0%;
  }

  .nutrition_each.p2 {
    top: -77px;
  }

  .nutrition_each.p1 {
    left: 6%;
  }

  .cloud_wrapper.p7 {
    width: 35%;
    bottom: 22%;
    left: -19%;
  }

  .cloud_wrapper.p9 {
    width: 20%;
    right: -9%;
  }

  .cloud_wrapper.p6 {
    width: 23%;
    top: 341px;
    bottom: auto;
    left: -17%;
    right: -17%;
  }

  .cloud_wrapper.p8 {
    width: 30%;
    top: 1%;
    right: 0%;
  }

  .cloud_wrapper.p5 {
    left: 0%;
  }

  .consume_wrapper {
    padding-top: 30px;
    padding-bottom: 80%;
  }

  .image-17f {
    width: 15%;
  }

  .image-16c {
    width: 8%;
    bottom: 1%;
  }

  .image-15b {
    width: 20%;
    top: 0%;
  }

  .text-block-4 {
    margin-top: 35px;
    margin-left: 20px;
    font-size: 12px;
  }

  .div-block-19 {
    margin-bottom: -12%;
    left: 8%;
  }

  .div-block-23 {
    width: 80%;
  }

  .logo_wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .s4_talent_wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .nutrition_wrapper {
    margin-top: 35px;
  }

  .image-17c {
    width: 10%;
    top: 6%;
    right: 2%;
  }

  .b2t {
    max-width: 50px;
    position: fixed;
  }

  .b2t.w--current {
    z-index: 999;
  }

  .div-block-30 {
    flex-direction: row;
    width: 100%;
  }

  .image-15 {
    width: 20%;
  }

  .product_feature_mask {
    display: none;
  }

  .s6_btn {
    margin-left: 3%;
    margin-right: 3%;
    padding: 12px 32px;
    font-size: 22px;
    box-shadow: 4px 5px 0 -2px #01aeef;
  }

  .product_feature_ani_each {
    width: 100%;
    margin-top: -6px;
  }

  .image-16b {
    width: 10%;
  }

  .s6_btn_icon2 {
    width: 25px;
  }

  .slide_inner {
    background-image: none;
    padding: 70px 40px 40px;
  }

  .container_1180 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container_1180.s6 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .container_1180.mv-60 {
    padding-bottom: 50px;
  }

  .slider-2 {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: auto;
  }

  .logo_each {
    margin-bottom: 4%;
    margin-right: 4%;
  }

  .logo_each.p5 {
    clear: both;
  }

  .div-block-8 {
    float: left;
    clear: right;
    margin-top: 10px;
    bottom: 0;
  }

  .slide {
    height: 85vh;
    overflow: hidden;
  }

  .div-block-14 {
    width: 100%;
  }

  .pin-right {
    width: 100%;
    height: 50%;
  }

  .wrapper-2.s6 {
    flex-direction: column-reverse;
    display: flex;
    overflow: hidden;
  }

  .product_feature_info_each.p1 {
    background-size: 70px;
    width: 100%;
  }

  .product_feature_info_each.p2, .product_feature_info_each.p3 {
    background-size: 70px;
  }

  .product_feature_info_each.p4 {
    background-size: 70px;
    padding-top: 27px;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .m_product_feature_mask {
    display: block;
  }

  .list-item-2 {
    font-size: 19px;
  }

  .m_product_feature_slide {
    z-index: 1;
  }

  .div-block-9 {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .list-3 {
    width: 50%;
  }

  .car-function-sec {
    margin-top: 0;
  }

  .car-big-cricle {
    border-width: 4px;
    width: 500px;
    height: 500px;
  }

  .function-cricle {
    width: 200px;
    height: 200px;
    right: -20%;
  }

  .function-cricle-title {
    font-size: 30px;
    line-height: 30px;
  }

  .function-cricle-title-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .function-cricle2 {
    width: 200px;
    height: 200px;
    left: -22%;
  }

  .sec-top {
    width: 100%;
  }

  .text-block-5 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-6 {
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-6-copy, .text-block-5-copy {
    font-size: 24px;
    line-height: 24px;
  }

  .color-tab-btn {
    border-width: 3px;
    width: 40px;
    height: 40px;
  }

  .color-tab-btn.w--current {
    width: 55px;
    height: 55px;
  }

  .tabs-menu {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
  }

  .tab-contents {
    height: auto;
    padding-bottom: 100px;
  }

  .color-tab-title {
    text-align: center;
    text-shadow: 0 0 5px var(--light-black);
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    top: 0%;
    right: auto;
  }

  .car-img {
    position: relative;
  }

  .color-tab-main-title {
    text-align: center;
    position: relative;
    top: 0%;
    left: auto;
  }

  .color-tab-content {
    flex-flow: column;
    display: flex;
  }

  .sec-title-3 {
    font-size: 54px;
  }

  .spec-title {
    font-size: 20px;
    line-height: 28px;
  }

  .spec-big-content {
    font-size: 24px;
    line-height: 30px;
  }

  .spec-car {
    max-width: 450px;
  }

  .spec-content-2 {
    padding-top: 270px;
    padding-bottom: 50px;
  }

  .spec-cricle {
    width: 300px;
    height: 300px;
  }

  .content-block {
    top: -2%;
  }

  .spec-title-2 {
    font-size: 22px;
  }

  .spec-num {
    font-size: 28px;
    line-height: 40px;
  }

  .mid-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .inner {
    width: 400vw;
  }

  .headline {
    font-size: 36px;
    line-height: 40px;
  }

  .text-block-8 {
    font-size: 100px;
    line-height: 100px;
  }

  .text-block-8-copy {
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-8-copy-copy {
    font-size: 54px;
    line-height: 54px;
  }

  ._01-banner-content {
    left: -3%;
  }

  .menu-btn {
    width: 42%;
  }

  .menu-title {
    font-size: 30px;
    line-height: 30px;
  }

  .lottie-animation-2 {
    width: 30px;
    height: 30px;
  }

  ._03 {
    display: none;
  }

  .slide-title-1 {
    text-align: center;
    padding: 10px 20px;
    font-size: 42px;
    line-height: 50px;
    position: static;
  }

  .car-pic-1 {
    z-index: 10;
    max-width: 400px;
    margin-left: -150px;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0%;
  }

  .slide-content-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .content-block-2 {
    position: static;
  }

  .slide-title-3 {
    text-align: center;
    padding: 10px 20px;
    font-size: 42px;
    line-height: 50px;
    position: static;
  }

  .car-pic-3 {
    z-index: 10;
    max-width: 350px;
    margin-top: 50px;
    margin-left: -150px;
    position: relative;
    top: 5%;
    left: 0%;
  }

  .content-block-5, .content-block-6 {
    position: static;
  }

  .slide-title-2 {
    margin-right: 50px;
    padding: 10px 20px;
    font-size: 42px;
    line-height: 50px;
    position: static;
  }

  .slide-title-2-2 {
    margin-left: 50px;
    padding: 10px 20px;
    font-size: 42px;
    line-height: 50px;
  }

  .car-pic-2 {
    z-index: 10;
    max-width: 360px;
    margin-top: 50px;
    margin-right: -50px;
    position: relative;
    top: 5%;
    right: 0%;
  }

  .content-block-3, .content-block-4, .content-block-1, .content-block-7, .content-block-8 {
    position: static;
  }

  .slide-title-4 {
    text-align: center;
    padding: 10px 20px;
    font-size: 42px;
    line-height: 50px;
    position: static;
  }

  .car-pic-4 {
    z-index: 10;
    max-width: 300px;
    margin-top: 50px;
    margin-right: -100px;
    position: relative;
    top: 5%;
    right: 0%;
  }

  ._03-m {
    flex-flow: column;
    display: flex;
  }

  .product-point-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .product-point-row._01 {
    background-image: url('../images/slide-1-bg-2.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .product-point-row._02 {
    background-image: url('../images/slide-2-bg-2.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .product-point-row._03 {
    background-image: url('../images/slide-3-bg-2.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .product-point-row._04 {
    background-image: url('../images/slide-4-bg-2.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .product-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .product-left._01 {
    background-color: rgba(255, 255, 255, 0);
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-right {
    flex-flow: column;
    display: flex;
  }

  .product-circle-bg {
    border-radius: 50%;
    width: 300px;
    min-width: 300px;
    height: 300px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .product-circle-bg._02 {
    background-image: url('../images/slide-2-pic-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .product-circle-bg._01 {
    background-image: url('../images/slide-1-pic.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .product-circle-bg._03 {
    background-image: url('../images/slide-3-pic.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .product-circle-bg._04 {
    background-image: url('../images/slide-4-pic.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .product-point-title {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .car-function-contents, .car-function-contents-2 {
    flex-flow: column;
    align-items: center;
  }

  .pointer {
    margin-bottom: 5px;
  }

  .lb_video_content_wrapper {
    width: 80vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 150px;
  }

  .hero-text {
    display: none;
  }

  .hero-car-type-text {
    font-size: 42px;
    line-height: 50px;
  }

  .hero-car {
    right: 15%;
  }

  .video-block {
    background-size: 80px, cover;
  }

  .scroll-tx {
    height: 110px;
  }

  .img-wrapper {
    height: 200px;
  }

  .text-span {
    font-size: 23px;
  }

  .s6_btn_icon {
    width: 16px;
  }

  .div-block-27 {
    font-size: 22px;
  }

  .div-block-15 {
    width: 82%;
  }

  .image-15c {
    width: 15%;
    left: 1%;
  }

  .cs_txt {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 25px;
  }

  .paragraph {
    font-size: 22px;
  }

  .list {
    margin-left: 0;
    padding-left: 22px;
    font-size: 22px;
  }

  .div-block-16 {
    margin-bottom: 30px;
  }

  .div-block-24 {
    font-size: 22px;
  }

  .div-block-26 {
    margin-bottom: 21px;
    font-size: 18px;
  }

  .div-block-26.m_pa_20 {
    padding: 7px;
  }

  .list-2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .image-15d {
    width: 21%;
  }

  .paragraph-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    margin-top: 50px;
    margin-left: 0;
    font-size: 22px;
  }

  .image-3 {
    float: none;
    width: 35%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-17 {
    width: 35%;
  }

  .image-2 {
    width: 41.5%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .image-16 {
    width: 20%;
    left: -3%;
  }

  .nutrition_each {
    width: 49.5%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .nutrition_each.p4 {
    top: -43px;
  }

  .nutrition_each.p3 {
    margin-top: 2px;
  }

  .nutrition_each.p2 {
    top: -54px;
    left: 3%;
  }

  .nutrition_each.p1 {
    left: 4%;
  }

  .cloud_wrapper.p6 {
    left: -28%;
  }

  .consume_wrapper {
    padding-top: 15px;
    padding-bottom: 91%;
  }

  .image-17f {
    width: 19%;
  }

  .image-16c {
    bottom: 2%;
  }

  .image-15b {
    width: 18%;
  }

  .div-block-17 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-4 {
    margin-top: 30px;
    margin-left: 0;
  }

  .div-block-23 {
    width: 100%;
  }

  .s4_talent_wrapper {
    width: 80%;
  }

  .nutrition_wrapper {
    margin-top: 61px;
  }

  .image-17c {
    width: 9%;
    top: 8%;
  }

  .b2t {
    max-width: 40px;
  }

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

  .image-15 {
    width: 25%;
  }

  .image-6 {
    padding: 15%;
  }

  .div-block-31 {
    text-align: center;
  }

  .s6_btn {
    padding: 14px 28px;
    font-size: 22px;
    box-shadow: 5px 5px 0 -2px #01aeef;
  }

  .s6_btn.address {
    margin-bottom: 40px;
  }

  .s6_btn.address.disable {
    margin-bottom: 26px;
  }

  .s6_btn_icon2 {
    width: 21px;
  }

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

  .container_1180 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container_1180.s6 {
    padding-top: 60px;
    padding-bottom: 37px;
  }

  .container_1180.mv-60 {
    padding-bottom: 40px;
  }

  .logo_each {
    margin-bottom: 6%;
  }

  .logo_each.p6 {
    width: 23.5%;
  }

  .logo_each.p4, .logo_each.p1 {
    width: 28%;
  }

  .logo_each.p5, .logo_each.p3 {
    width: 63%;
  }

  .div-block-8 {
    margin-top: 3px;
  }

  .wrapper-2.s5 {
    text-align: center;
  }

  .product_feature_info_each {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .product_feature_info_each.p1, .product_feature_info_each.p2, .product_feature_info_each.p3 {
    background-size: 50px;
  }

  .product_feature_info_each.p4 {
    background-size: 50px;
    padding-top: 38px;
  }

  .div-block-10 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .image-4 {
    width: 110%;
    max-width: none;
  }

  .div-block-9 {
    float: left;
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .list-3 {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .car-big-cricle {
    margin-top: 50px;
  }

  .function-cricle {
    width: 170px;
    height: 170px;
    top: -10%;
    right: 0%;
  }

  .function-cricle2 {
    width: 170px;
    height: 170px;
    top: -10%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .color-tab-btn {
    border-width: 2px;
    width: 30px;
    height: 30px;
  }

  .color-tab-btn.w--current {
    width: 40px;
    height: 40px;
  }

  .color-tab-title {
    font-size: 40px;
    line-height: 50px;
  }

  .color-tab-main-title {
    font-size: 70px;
    line-height: 80px;
  }

  .spec-box {
    width: 46%;
    margin-bottom: 30px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .spec-content-2 {
    padding-top: 525px;
    padding-bottom: 0;
  }

  .spec-cricle {
    width: 300px;
    height: 300px;
    margin-top: -25px;
    margin-left: 0;
  }

  .content-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .spec-title-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .spec-num {
    font-size: 22px;
    line-height: 30px;
  }

  .logo {
    max-width: 150px;
  }

  .soical-icon {
    height: 20px;
  }

  .copy-right {
    font-size: 14px;
  }

  .wrapper-3 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective-origin: 50%;
    transform-origin: 50%;
  }

  .inner {
    width: 450vw;
  }

  .nav-bar {
    max-width: 250px;
    padding: 5px;
  }

  .menu-block {
    top: 15%;
  }

  .menu-btn {
    width: auto;
    margin-bottom: 40px;
  }

  .menu-num {
    font-size: 22px;
  }

  .menu-title {
    font-size: 24px;
    line-height: 30px;
  }

  .lottie-animation-2 {
    width: 40px;
    height: 40px;
  }

  .car-pic-1 {
    max-width: 300px;
    margin-top: 50px;
  }

  .car-pic-3, .car-pic-2 {
    max-width: 300px;
  }

  .product-point-title {
    position: relative;
  }

  .function-title {
    font-size: 32px;
    line-height: 40px;
  }

  .car-fun-content-1 {
    display: none;
  }

  .pointer {
    max-width: 20px;
  }

  .lb_video_content_wrapper {
    padding-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .banner-section {
    height: 437px;
  }

  .image {
    max-width: 100px;
  }

  .hero-banner {
    height: 300px;
  }

  .hero-text {
    top: 30%;
  }

  .hero-car-type-text {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 40px;
    bottom: 42px;
        left: 28%;
	  text-shadow: 1px 1px 1px black, 0 0 1em black, 0 0 0.1em black;
  }

  .hero-car {
    max-width: 300px;
  }

  .hero-balls {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    bottom: -24%;
    left: -5%;
  }

  .hero-tx-block {
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .video-section {
    border-top-left-radius: 45px;
  }

  .container.container-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.container-padding.p-150 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-block {
    width: 300px;
    height: 300px;
  }

  .video-title {
    font-size: 28px;
    line-height: 28px;
  }

  .video-tx, .video-tx.vertical-tx {
    font-size: 18px;
    line-height: 30px;
  }

  .scroll-tx {
    height: 70px;
    font-size: 80px;
    line-height: 80px;
  }

  .section-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sec-title-1, .sec-title-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .big-title {
    padding-right: 30%;
    font-size: 40px;
    line-height: 40px;
  }

  .big-title2 {
    margin-top: 5px;
    font-size: 30px;
    line-height: 30px;
  }

  ._01-banner {
    height: 300px;
  }

  .big-title3 {
    font-size: 24px;
    line-height: 30px;
  }

  .sec-title-content-tx {
    line-height: 22px;
  }

  .container-2 {
    height: 80vh;
  }

  .img-wrapper {
    height: 120px;
  }

  .text-span, .div-block-27 {
    font-size: 18px;
  }

  .image-15c {
    width: 20%;
  }

  .cs_txt {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .paragraph {
    font-size: 16px;
  }

  .list {
    margin-left: 0;
    padding-left: 20px;
    font-size: 20px;
  }

  .div-block-16 {
    margin-bottom: 16px;
  }

  .div-block-24 {
    font-size: 19px;
  }

  .div-block-26 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-26.m_pa_20 {
    padding: 0;
  }

  .list-2 {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 19px;
  }

  .image-15d {
    width: 29%;
  }

  .text-block-3 {
    margin-top: 26px;
    font-size: 20px;
  }

  .image-3 {
    width: 50%;
    margin-bottom: 20px;
  }

  .image-17e {
    width: 9%;
  }

  .list-item {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .image-17 {
    width: 40%;
  }

  .nutrition_each {
    width: 49%;
  }

  .nutrition_each.p4 {
    top: -33px;
  }

  .nutrition_each.p3 {
    margin-top: 9px;
  }

  .nutrition_each.p2 {
    top: -31px;
  }

  .cloud_wrapper.p6 {
    top: 226px;
  }

  .cloud_wrapper.p5 {
    top: 50px;
    left: -4%;
  }

  .consume_wrapper {
    padding-top: 0;
    padding-bottom: 96%;
  }

  .image-17f {
    width: 36%;
  }

  .image-16c {
    bottom: 1%;
  }

  .image-15b {
    width: 27%;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .text-block-4 {
    margin-top: 25px;
  }

  .s4_talent_wrapper {
    width: 90%;
  }

  .nutrition_wrapper {
    margin-top: 37px;
  }

  .image-17c {
    top: 6%;
  }

  .b2t {
    z-index: 1000;
    max-width: 36px;
  }

  .lb_close {
    z-index: 999;
    position: absolute;
    top: 4%;
  }

  .image-15 {
    width: 29%;
  }

  .s6_btn {
    padding: 10px 22px;
    font-size: 18px;
    box-shadow: 4px 5px 0 -2px #01aeef;
  }

  .s6_btn.address {
    margin-bottom: 10px;
  }

  .s6_btn.address.disable {
    margin-bottom: 0;
  }

  .image-16b {
    width: 9%;
  }

  .s6_btn_icon2 {
    width: 20px;
  }

  .slide_inner {
    padding: 50px 20px 14px;
  }

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

  .container_1180.s6 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .container_1180.mv-60 {
    padding-top: 40px;
  }

  .logo_each.p6 {
    width: 24%;
  }

  .logo_each.p1 {
    width: 32%;
  }

  .div-block-8 {
    width: 100%;
    margin-top: -1px;
    margin-left: 0%;
  }

  .slide {
    height: 80vh;
  }

  .product_feature_info_each {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-2 {
    font-size: 14px;
    line-height: 1.5;
  }

  .image-4 {
    width: 120%;
    max-width: none;
  }

  .image-5 {
    width: 50%;
  }

  .div-block-9 {
    margin-top: -11px;
    padding-top: 10px;
    padding-bottom: 26px;
  }

  .list-3 {
    padding-left: 20px;
    padding-right: 0;
  }

  .car-big-cricle {
    width: 300px;
    height: 300px;
    margin-top: 70px;
  }

  .car-function-pic {
    padding-bottom: 80px;
  }

  .function-cricle {
    width: 130px;
    height: 130px;
    padding-bottom: 10px;
    top: -30%;
  }

  .function-cricle-title {
    font-size: 20px;
    line-height: 20px;
  }

  .function-cricle-title-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .function-cricle2 {
    width: 130px;
    height: 130px;
    top: -30%;
  }

  .sec-top {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .text-block-5 {
    font-size: 24px;
  }

  .text-block-6 {
    font-size: 54px;
    line-height: 54px;
  }

  .div-block-32 {
    margin-left: 25px;
  }

  .text-block-6-copy {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-5-copy {
    margin-left: 50px;
    font-size: 18px;
    line-height: 18px;
  }

  .color-tab-btn.w--current {
    width: 35px;
    height: 35px;
  }

  .tab-contents {
    padding-bottom: 150px;
  }

  .color-tab-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .color-tab-main-title {
    letter-spacing: 10px;
    font-size: 46px;
    line-height: 50px;
  }

  .spec-box {
    width: 96%;
    min-height: auto;
  }

  .spec-title {
    font-size: 18px;
    line-height: 24px;
  }

  .spec-content-2 {
    padding-top: 480px;
  }

  .spec-cricle {
    margin-top: -35px;
  }

  .spec-block-half {
    width: 100%;
    margin-bottom: 30px;
  }

  .spec-block-half.mb-0 {
    margin-bottom: 0;
  }

  .logo {
    max-width: 100px;
  }

  .footer-link-block {
    order: -1;
    margin-bottom: 10px;
  }

  .footer-content2 {
    flex-flow: column;
  }

  .img-wrap {
    width: 300px;
  }

  .img-scroll-right {
    max-width: 300px;
  }

  .wrapper-3 {
    justify-content: center;
    align-items: center;
    overflow: scroll;
  }

  .inner {
    perspective-origin: 50%;
    transform-origin: 50%;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    width: 550vw;
    min-width: 2800px;
    height: 220vh;
    margin-left: auto;
    margin-right: auto;
    padding: 12vw;
    transform: none;
  }

  .img-scroll-left {
    max-width: 300px;
  }

  .text-wrap {
    justify-content: center;
    min-height: 50vh;
  }

  .headline {
    font-size: 34px;
    line-height: 44px;
  }

  ._01-banner-content {
    bottom: 2%;
  }

  ._01-tx-block {
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .nav-bar {
    max-width: 200px;
  }

  .menu-btn {
    border-bottom-width: 1px;
    padding-bottom: 5px;
  }

  .menu-num {
    font-size: 18px;
  }

  .menu-title {
    font-size: 20px;
    line-height: 30px;
  }

  .lottie-animation-2 {
    width: 30px;
    height: 30px;
  }

  .slide-title-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .car-pic-1 {
    margin-top: 100px;
    margin-left: -200px;
    position: relative;
    top: -5%;
    left: -5%;
  }

  .slide-content-tx {
    font-size: 16px;
    line-height: 22px;
  }

  .slide-title-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .car-pic-3 {
    max-width: 250px;
    margin-top: 100px;
    margin-left: -200px;
  }

  .slide-title-2, .slide-title-2-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .car-pic-2 {
    max-width: 250px;
    margin-top: 150px;
    margin-right: -200px;
  }

  .slide-title-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .car-pic-4 {
    max-width: 250px;
    margin-top: 100px;
    margin-right: -200px;
  }

  .product-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product-circle-bg {
    width: 250px;
    min-width: 250px;
    height: 250px;
  }

  .function-title {
    font-size: 24px;
    line-height: 30px;
  }

  .function-description {
    font-size: 16px;
    line-height: 24px;
  }

  .close-btn {
    max-width: 25px;
  }

  .lb_video_content_wrapper {
    width: 85vw;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pdf-btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .btn-mid-line {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .btn-arrow {
    max-width: 7px;
    margin-left: 10px;
    padding-top: 2px;
  }
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76bd-a4735a0c {
  grid-area: 1 / 3 / 5 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76c4-a4735a0c {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76c6-a4735a0c {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76c8-a4735a0c {
  grid-area: 6 / 1 / 2 / 2;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76ca-a4735a0c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76cc-a4735a0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76cd-a4735a0c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76cf-a4735a0c {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76d1-a4735a0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76d3-a4735a0c {
  grid-area: 1 / 1 / 3 / 1;
  align-self: center;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76d5-a4735a0c {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76d7-a4735a0c {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76d9-a4735a0c {
  grid-area: 4 / 3 / 5 / 6;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76db-a4735a0c {
  grid-area: 3 / 2 / 6 / 5;
}

#w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76dd-a4735a0c {
  grid-area: 4 / 5 / 6 / 6;
}

@media screen and (max-width: 479px) {
  #w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76bd-a4735a0c {
    grid-column: 3 / 4;
  }

  #w-node-_727db9f4-4984-5c54-6c6a-60f41fbe76db-a4735a0c {
    grid-row-end: 9;
  }
}


@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}