@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular.eot');
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-medium.eot');
  src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium.woff2') format('woff2'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-bold.eot');
  src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Days';
  src: url('../fonts/Days.eot');
  src: url('../fonts/Days.eot?#iefix') format('embedded-opentype'), url('../fonts/Days.woff2') format('woff2'), url('../fonts/Days.woff') format('woff'), url('../fonts/Days.ttf') format('truetype');
  font-display: swap;
}
body {
  font-family: "roboto";
  max-width: 1920px;
  --color: #172a88;
  --color2: #fdcc48;
  --font: 'Days';
  background-color: #f4f2e6;
  color: var(--color);
  font-size: 1vw;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1600px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font1 {
  font-family: var(--font);
}
.wc {
  color: #FFFFFF;
}
.o-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.o-container.is-small {
  padding-left: 5.5em;
  padding-right: 5.5em;
}
.c-header-bg {
  background-color: white;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  height: auto;
  margin-left: 2em;
  margin-right: 2em;
  position: absolute;
  inset: 0%;
  -webkit-box-shadow: 0 3px 3px #0000000d;
  box-shadow: 0 3px 3px #0000000d;
}
.c-header_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header_rt {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-logo {
  width: 10.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#w-right {
  justify-self: end;
}
#header {
  z-index: 21;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}
#header .nav .ui.menu {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: grid;
  position: relative;
}
#header .nav .ui.menu .menu-box {
  margin-left: 0;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 1em;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 1em 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .line {
  height: 26px;
  border-left: 1px solid var(--color);
  opacity: .23;
}
#header .nav .ui.menu .h-search {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1250px) {
  #header {
    display: none;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.c-slider {
  width: 100%;
  padding-top: 6.25em;
  position: relative;
}
.c-slider.js-home-slider {
  height: 90vh;
  padding-top: 10em;
  overflow: hidden;
}
.c-slider-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.c-slider-bg.is-1 {
  background-color: #df8645;
  position: static;
}
.c-slider-bg.is-2 {
  background-color: #f87402;
  display: none;
  inset: 0%;
}
.c-slider-bg.is-2.garden-salsa {
  background-color: var(--base--orange);
}
.c-slider-bg.is-3 {
  background-color: #359edc;
  display: none;
}
.c-slider-bg.is-4 {
  background-color: #ffea72;
  display: none;
}
.c-slider-bg.is-5 {
  background-color: #eeb90e;
  display: none;
}
.c-slider-bg.is-6 {
  background-color: #3bc2da;
  display: none;
}
.c-slider-bg.is-7 {
  background-color: #9cd03f;
  display: none;
}
.c-hm-title {
  grid-column-gap: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-slider-transition {
  background-color: #f4f2e6;
  border-radius: 50%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80%;
  position: absolute;
  inset: 0% 0% auto;
  -webkit-transform: translateY(36.5%);
  -moz-transform: translateY(36.5%);
  -ms-transform: translateY(36.5%);
  transform: translateY(36.5%);
}
.c-slider-transition.js-hero-slider-transition,
.c-slider-transition.js-hero-slider-transition-placeholder {
  background-color: white;
}
.c-hero-slider-bg {
  position: absolute;
  inset: 0%;
}
.c-hero-slider-mask {
  position: absolute;
  inset: 0%;
}
.c-img-contain {
  position: relative;
  overflow: hidden;
}
.c-img-contain.product-size {
  width: 100%;
  height: 34em;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
.yuy > span {
  color: var(--color);
}
.yuy > span i {
  border: 1px solid currentcolor;
  line-height: 1;
  border-radius: 50%;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.c-section.hm-community {
  background-color: #f4f2e6;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.c-section.products {
  z-index: 5;
  isolation: isolate;
  padding-top: 3em;
  padding-bottom: 6em;
  position: relative;
  overflow: hidden;
}
.c-section.hm-goals-top {
  background-color: #f4f2e6;
  padding-top: 4em;
  padding-bottom: 0;
  position: relative;
}
.c-section.hm-flavors {
  padding-top: 6em;
  padding-bottom: 0;
}
.c-section.hm-flavors.background-offblurple,
.c-section.br-facts {
  background-color: #f4f2e6;
}
.t-display-1 {
  font-size: 7em;
  font-family: var(--font);
  line-height: 1;
  text-transform: uppercase;
}
.t-display-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font);
  line-height: 1;
}
.t-display-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font);
  font-size: 2em;
  line-height: 1;
}
.c-btn {
  background-color: var(--color2);
  color: var(--color);
  border-radius: 25em;
  padding: 1.25em 2em;
  font-family: var(--font);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  border: #000000;
}
.c-btn.is-large {
  text-align: center;
  background-color: #0000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 78px;
  padding: 0 39px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-btn.is-large.is-yellow {
  color: var(--color2);
  background-color: #0000;
}
.c-btn.is-large.is-yellow .c-btn-bg {
  background-color: var(--color);
}
.c-btn.is-large.is-hero {
  padding: 1em 1.5em;
}
.c-btn.is-large.is-outline {
  border: 2px solid var(--color);
  color: var(--color);
  padding-left: 96px;
  padding-right: 96px;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -moz-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
.c-btn.is-large.is-outline:hover {
  background-color: var(--color);
  color: var(--base--white-01);
}
.c-btn.is-secondary {
  color: var(--color);
  background-color: #0000;
  height: 56px;
  padding: 0 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-btn.is-secondary.is-small {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.c-btn.is-secondary.is-small.is-blue,
.c-btn.is-secondary.is-blue {
  color: var(--base--white-01);
  background-color: #0000;
}
.c-btn.is-secondary.is-blue.pdf {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-circle {
  background-color: var(--base--offblurple-02);
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  inset: 0% 0% auto;
  -webkit-transform: translateY(36.5%);
  -moz-transform: translateY(36.5%);
  -ms-transform: translateY(36.5%);
  transform: translateY(36.5%);
}
.c-circle.goals {
  background-color: var(--color2);
  width: 150%;
  padding-top: 120%;
  inset: 0% 0% auto 50%;
  -webkit-transform: translate(-50%, -3%);
  -moz-transform: translate(-50%, -3%);
  -ms-transform: translate(-50%, -3%);
  transform: translate(-50%, -3%);
}
.span-wrap {
  color: var(--color2);
  display: inline-block;
  position: relative;
}
.span-wrap.is-3 {
  overflow: visible;
}
.span-wrap.inline {
  display: inline;
}
.span-bg {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.span-bg.is-2 {
  width: 107%;
  -webkit-transform: rotate(1deg) translate(-0.1em, 0.21em);
  -moz-transform: rotate(1deg) translate(-0.1em, 0.21em);
  -ms-transform: rotate(1deg) translate(-0.1em, 0.21em);
  transform: rotate(1deg) translate(-0.1em, 0.21em);
}
.span-bg.main {
  background-color: var(--base--yellow-01);
  max-width: none;
  height: 100%;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.span-bg.delicious {
  -webkit-transform: rotate(3deg) translateY(12px);
  -moz-transform: rotate(3deg) translateY(12px);
  -ms-transform: rotate(3deg) translateY(12px);
  transform: rotate(3deg) translateY(12px);
}
.span-bg.solution {
  -webkit-transform: rotate(3deg) translate(0);
  -moz-transform: rotate(3deg) translate(0);
  -ms-transform: rotate(3deg) translate(0);
  transform: rotate(3deg) translate(0);
}
.c-recipe {
  background-color: var(--base--yellow-01);
  border-radius: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 24.375em;
  padding: 0.5em;
}
.c-recipe.filter,
.c-recipe.marquee,
.c-recipe.blog,
.c-recipe.perfect-wrap {
  width: 100%;
}
.c-recipe.perfect-wrap.power-pasta {
  max-width: 19.5em;
}
.c-recipe.m-pasta {
  width: 20em;
}
.c-recipe-inner {
  background-color: white;
  border-radius: 1.5em;
  padding: 0.75em;
}
.c-recipe_bt {
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.75em;
  padding-left: 1.5em;
  padding-right: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-recipe_bt.back-to-routine {
  padding-left: .5em;
  padding-right: 2em;
}
.c-recipe_top {
  position: relative;
}
.c-recipe-label {
  background-color: var(--base--white-01);
  border-radius: 10em;
  padding: .5em 1.25em;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
  -webkit-transform: translate(-1.5em, 1.5em);
  -moz-transform: translate(-1.5em, 1.5em);
  -ms-transform: translate(-1.5em, 1.5em);
  transform: translate(-1.5em, 1.5em);
}
.c-btn-bg {
  background-color: var(--color2);
  border-radius: 25em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.c-btn-inner {
  z-index: 5;
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-btn-txt {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.6vw;
  position: relative;
  overflow: hidden;
}
.c-btn-label {
  letter-spacing: .03em;
  font-size: 24px;
}
.c-btn-label.line-1 {
  line-height: 1;
}
.c-btn-label.line-2 {
  line-height: 1;
  position: absolute;
  inset: 0%;
}
.c-btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-btn-icon-arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  inset: 0%;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .c-btn.is-large {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .c-btn.is-large.is-hero {
    padding: 1em 1.25em 1em 1.5em;
  }
  .c-btn.is-secondary.is-blue {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
@media screen and (max-width: 479px) {
  .c-btn.is-large.is-outline {
    padding-left: 32px;
    padding-right: 32px;
  }
  .c-btn.is-secondary.is-blue.pdf {
    height: auto;
  }
}
.o-row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.o-row.vertical-start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.o-row.hm-community {
  z-index: 20;
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  background-color: var(--color);
  color: white;
  border-radius: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6.5em 5em 3.5em 5em;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(-5.625em);
  -moz-transform: translateY(-5.625em);
  -ms-transform: translateY(-5.625em);
  transform: translateY(-5.625em);
}
.c-img-contain {
  position: relative;
  overflow: hidden;
}
.c-img-contain.recipe {
  border: 1px #000;
  border-radius: 1em;
  height: 16.5em;
}
.c-img-contain.hand {
  width: 25em;
}
.c-img-contain.hm-stickers-mobile {
  display: none;
}
.c-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-freedom_rt {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}
.c-matter {
  width: 50vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}
.c-matter.hm {
  height: 100vh;
  inset: auto 0% 0% auto;
  overflow: visible;
}
.tricks-matter {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.tricks-matter.hm-matter {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.tricks-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.tricks-spacer {
  z-index: 2;
  width: 100%;
  height: 50vh;
  position: relative;
}
.tricks-view {
  height: 80%;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
}
.swiper.hm-product {
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.swiper-wrapper.hm-product {
  width: 100%;
  height: 100%;
}
.swiper-slide.hm-product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
.c-img-contain.slider {
  height: 40em;
}
.c-img-contain.slider.is-1 {
  width: 64em;
  display: block;
}
.c-img-contain.slider.is-2,
.c-img-contain.slider.is-3,
.c-img-contain.slider.is-4,
.c-img-contain.slider.is-5 {
  width: 64em;
  display: none;
}
#egg {
  right: 0;
  bottom: -1em;
  z-index: 15;
  width: 15.7em;
}
.swiper-slide.product {
  width: 19.625em;
  position: relative;
}
.swiper.product .slick-list {
  overflow: visible;
}
.maskBg {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.maskBg::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.maskBg1::before {
  background-image: url(../images/mask-bg1.png);
}
.maskBg2::before {
  background-image: url(../images/mask-bg2.png);
}
.maskBg3::before {
  background-image: url(../images/mask-bg3.png);
}
.maskBg4::before {
  background-image: url(../images/mask-bg4.png);
}
.maskBg5::before {
  background-image: url(../images/mask-bg5.png);
}
.maskBg6::before {
  background-image: url(../images/mask-bg6.png);
}
.ml-2 {
  margin-left: 2em;
}
.custom-text span {
  color: var(--color2);
}
.cookie {
  width: 6.3em;
}
.cookie.cookie1 {
  left: -3.6em;
  bottom: -2em;
}
.cookie.cookie2 {
  right: -3.2em;
  top: -1.8em;
}
.baseArrow {
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  color: white;
  border-radius: 50%;
  background-color: var(--color2);
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
  cursor: pointer;
}
.baseArrow:hover {
  background-color: var(--color);
}
.c-product_top {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-product-egg {
  color: white;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20em;
  position: absolute;
  inset: auto;
}
.c-product-egg-hover {
  color: white;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20em;
  position: absolute;
  inset: auto;
}
.c-img-contain.product-wrap {
  width: 20em;
  position: absolute;
}
.c-img-contain.product-bag.margin-16 {
  width: 19.625em;
  height: auto;
}
.foot-bg {
  background-color: #f4f2e6;
  padding-top: 3.65em;
  padding-bottom: 0;
}
#cookie {
  left: 92%;
  top: 30%;
  width: 10.2em;
}
#footer {
  padding-top: 4em;
  padding-bottom: 0;
  color: #FFFFFF;
  background-color: var(--color);
  position: relative;
}
#footer .form {
  border-bottom: 1px solid #FFFFFF;
}
#footer .form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-left: 1px solid white;
  padding: 0 10px;
}
#footer .form input::-webkit-input-placeholder {
  color: #FFFFFF;
}
#footer .form input:-moz-placeholder {
  color: #FFFFFF;
}
#footer .form input::-moz-placeholder {
  color: #FFFFFF;
}
#footer .form input:-ms-input-placeholder {
  color: #FFFFFF;
}
#footer .form input::placeholder {
  color: #FFFFFF;
}
#footer .form input[name="content"] {
  padding-right: 10em;
}
#footer .form button {
  font-family: var(--font);
  position: absolute;
  right: 0;
  bottom: 1em;
  width: 8.5em;
  height: 50px;
  border: 0;
  border-radius: .5em;
  color: var(--color);
  background-color: var(--color2);
  text-transform: uppercase;
}
#footer .foot-block {
  max-width: 21em;
}
#footer .foot-block li {
  line-height: 2;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer img.login {
  height: 18px;
}
#ewm {
  max-width: 130px;
  border: 5px solid white;
}
#goback {
  cursor: pointer;
}
#goback i {
  color: var(--color2);
}
.c-marquee-track {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-marquee-track.reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-marquee-track.pw-sweep,
.c-marquee-track.br-road {
  overflow: hidden;
}
.c-marquee-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-marquee-list {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-marquee-list.reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-marquee-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 3em;
}
.c-marquee-item.recipe {
  width: 24.375em;
}
.c-marquee-item.store {
  background-color: var(--base--white-01);
  border-radius: 1.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28em;
  height: 16.5em;
  margin-right: 1.5em;
  font-size: .7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.c-marquee-item.store-reverse {
  background-color: var(--base--white-01);
  border-radius: 1.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28em;
  height: 16.5em;
  margin-left: 1.5em;
  margin-right: 0;
  font-size: .7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.c-marquee-item.pw-sweep,
.c-marquee-item.br-road {
  margin-right: 1.25em;
}
@media screen and (max-width: 1000px) {
  #egg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .c-body {
    font-size: 16px;
  }
  .o-container,
  .o-container.is-small {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .c-slider.js-home-slider {
    padding-top: 6.25em;
  }
  .t-display-1 {
    font-size: 3em;
    line-height: .95;
  }
  .c-slider-transition {
    display: none;
    inset: auto 0% 0%;
  }
  .c-slider-transition.js-hero-slider-transition {
    opacity: 1;
    width: 160%;
    padding-top: 160%;
    display: block;
    left: 47%;
    -webkit-transform: translate(-50%) translateY(84%);
    -moz-transform: translate(-50%) translateY(84%);
    -ms-transform: translate(-50%) translateY(84%);
    transform: translate(-50%) translateY(84%);
  }
  .c-slider-transition.js-hero-slider-transition-placeholder {
    width: 160%;
    padding-top: 160%;
    display: block;
    left: 47%;
    -webkit-transform: translate(-50%, 84%);
    -moz-transform: translate(-50%, 84%);
    -ms-transform: translate(-50%, 84%);
    transform: translate(-50%, 84%);
  }
  .swiper.hm-product {
    width: 70%;
    height: 70%;
    inset: auto 0% 0% 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .c-img-contain.slider {
    height: auto;
    margin-top: 2em;
  }
  .c-img-contain.slider.is-1,
  .c-img-contain.slider.is-2,
  .c-img-contain.slider.is-3,
  .c-img-contain.slider.is-4,
  .c-img-contain.slider.is-5 {
    width: 100%;
  }
  .c-section.hm-community {
    margin-top: -1px;
    margin-bottom: 0;
    padding-top: 4.5em;
  }
  .o-row.hm-community {
    border-radius: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5em 2em 2em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .c-section.products {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .c-section.hm-goals-top {
    padding-top: 2em;
  }
  .c-btn-label {
    font-size: 16px;
  }
  .c-btn.is-large {
    height: 56px;
    padding: 0 32px;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .c-btn-icon-arrow {
    width: 20px;
    height: 20px;
  }
  .c-btn-icon-arrow svg {
    width: 10px;
    height: 10px;
  }
  .c-swiper-arrow-wrap {
    display: none;
  }
  .swiper-slide.product {
    width: 14.625em;
  }
  .c-product-egg {
    width: 15em;
  }
  .c-product-egg-hover {
    width: 15em;
    display: none;
  }
  .c-img-contain.product-wrap {
    display: none;
  }
  .c-img-contain.product-bag.margin-16 {
    width: 14.625em;
  }
  .c-circle.goals,
  .c-circle.why-food,
  .c-circle.why {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .c-freedom_rt {
    width: auto;
    height: 100%;
  }
  .c-img-contain.hand {
    width: 15em;
  }
  .c-section.hm-flavors {
    padding-top: 4em;
  }
  .c-marquee-item.recipe {
    width: 18em;
    margin-right: 2em;
  }
  .c-recipe {
    border-radius: 1.5em;
    width: 18em;
  }
  .c-recipe-inner {
    border-radius: 1em;
  }
  .c-img-contain.recipe.margin-8 {
    height: 12em;
  }
  .c-recipe_bt {
    height: 5em;
    padding-left: 1em;
  }
  .cookie {
    width: 4em;
  }
  .cookie.cookie1 {
    left: -2.6em;
    bottom: -1.5em;
  }
  .cookie.cookie2 {
    right: -2.2em;
    top: -1.4em;
  }
  #cookie {
    left: 85%;
    width: 5em;
  }
  .wap-jc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .foot-block {
    max-width: 100%;
    width: 45%;
  }
  #footer .foot-center > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hide-1000 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper.hm-product {
    width: 100%;
    height: 100%;
  }
  .swiper.hm-product.js-home-slider-animate-in {
    width: 70%;
  }
  .c-section.hm-community {
    display: none;
  }
  .c-marquee-item.recipe {
    margin-right: 1.25em;
  }
  #footer .form {
    border: 0;
  }
  #footer .form li {
    width: 100%;
  }
  #footer .form input {
    margin-bottom: 1em;
    padding: 1em;
    border: 0;
    border-bottom: 1px solid white;
  }
  #footer .form button {
    position: static;
  }
}
@media only screen and (max-width: 479px) {
  .c-section.hm-hero .t-display-2,
  .c-hm-title .t-display-1 {
    font-size: 2em;
  }
  .swiper.hm-product.js-home-slider-animate-in {
    width: 90%;
  }
  #footer .foot-block {
    width: 100%;
  }
}
/* GLOBAL */
[no-click] {
  pointer-events: none;
}
[z-5] {
  z-index: 5;
  position: relative;
}
/* BUTTONS */
@media only screen and (min-width: 992px) {
  .c-btn.is-large {
    padding-top: clamp(20px, 1.75em, 28px);
    padding-bottom: clamp(20px, 1.75em, 28px);
  }
  .c-btn.is-secondary {
    padding-top: clamp(16px, 1.75em, 20px);
    padding-bottom: clamp(16px, 1.75em, 20px);
  }
}
.c-btn-icon,
.c-btn-bg {
  will-change: auto;
}
/* OTHERS */
.o-row.footer {
  -webkit-box-shadow: 0px 3.13920903px 3.13920903px 0px hsba(0, 0%, 0%, 0.05);
  box-shadow: 0px 3.13920903px 3.13920903px 0px hsba(0, 0%, 0%, 0.05);
}
.span-bg {
  position: absolute !important;
}
.span-wrap {
  padding-right: 0.1em;
}
.line {
  overflow: hidden !important;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
  -webkit-transform-origin: bottom !important;
  -moz-transform-origin: bottom !important;
  -ms-transform-origin: bottom !important;
  transform-origin: bottom !important;
}
.word {
  padding-right: 0.1em;
  margin-right: -0.1em;
}
.c-table-row:last-child {
  border: 0;
  padding-bottom: 0;
}
.c-values-item:last-child {
  padding-bottom: 0;
}
.c-list-item:last-child {
  padding-bottom: 0;
  border: 0;
}
/* .c-registered-wrap .t-display-7 {
	font-size: 1.25em;
  transform: translate(-0.25em, 0.25em)
} */
.c-nav-link_hover-clone.dropdown {
  display: none;
}
.t-rich-text a {
  color: var(--base--accent-01);
}
/* BUTTON HOVER */
.c-btn-bg {
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
.c-btn.is-large.is-outline:hover .c-btn-bg {
  background: var(--color);
}
/* RECIPE CARDS */
.c-recipe .t-display-7 {
  font-size: 1.6em;
  font-family: var(--font);
}
@media (max-width: 991px) {
  .c-recipe .t-display-7 {
    font-size: 1.25em;
  }
}
/* MATTER JS */
.tricks-circle {
  overflow: hidden;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tricks-circle:nth-child(1) {
  background-image: url(../images/card-1.png);
}
.tricks-circle:nth-child(2) {
  background-image: url(../images/card-2.png);
}
.tricks-circle:nth-child(3) {
  background-image: url(../images/card-3.png);
}
.tricks-circle:nth-child(4) {
  background-image: url(../images/card-4.png);
}
.tricks-circle:nth-child(5) {
  background-image: url(../images/card-5.png);
}
.tricks-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
.tricks-elements,
.tricks-spacer {
  pointer-events: none;
}
@media (pointer: coarse) and (hover: none) {
  .c-matter {
    pointer-events: none;
  }
  .tricks-matter {
    -ms-touch-action: none !important;
    touch-action: none !important;
  }
  .tricks-canvas {
    -ms-touch-action: none !important;
    touch-action: none !important;
  }
}
.inner-banner {
  padding-top: 520px;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  bottom: 0;
}
.inner-banner .mask {
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 0;
}
.inner-banner h2 {
  font-size: 7.5em;
  line-height: .7;
  font-family: var(--font);
  color: #FFFFFF;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(transparent));
  background: -webkit-linear-gradient(white 50%, transparent);
  background: -moz-linear-gradient(white 50%, transparent);
  background: linear-gradient(white 50%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.inner-banner .mbx {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .inner-banner {
    padding-top: 300px;
  }
  .inner-banner h2 {
    font-size: 3em;
    line-height: 1;
  }
}
.baseTag {
  color: #545454;
  border: 1px solid currentcolor;
  padding: .6em 1em;
  border-radius: 3em;
}
.about-1 {
  padding-top: 7em;
  padding-bottom: 6em;
}
.about-1 .box {
  padding-left: 9.3em;
}
.about-1 .text span {
  color: #f4f2e6;
}
.about-1 .img {
  margin-right: -10em;
}
.about-2 .box {
  padding: 0 9.3em;
}
.about-2 .tit {
  font-size: 7.5em;
  margin: 0 0 -1em 0;
  opacity: .55;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-2 .txt {
  display: none;
}
.about-2 .img {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-2 .img img {
  border-radius: 50%;
}
.about-2 .btns {
  top: 2em;
  right: 9.3em;
}
.about-2 li {
  background-color: #fdcb48;
  padding-top: 4em;
  padding-bottom: 8em;
  border-radius: 2.5em;
  overflow: hidden;
  position: relative;
}
.about-2 li:nth-of-type(2) {
  background-color: #ffbc3b;
}
.about-2 li:nth-of-type(3) {
  background-color: #efa93c;
}
.about-2 li:last-child {
  padding-bottom: 4em;
}
.about-2 li + li {
  margin-top: -4em;
}
.about-2 li.active .tit {
  opacity: 1;
  margin: 0 0 10px 0;
}
.about-2 li.active .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-3 {
  padding-top: 8em;
  padding-bottom: 8em;
}
.about-3 .box {
  padding-left: 9.3em;
}
.about-3 .top {
  padding-right: 9.3em;
}
.about-3 .slick-list {
  padding-right: 18%;
}
.about-3 .list::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 60%;
  left: -5%;
  top: 50%;
  background-color: var(--color2);
  border-radius: 2.5em 0 0 2.5em;
}
@media screen and (max-width: 1000px) {
  .about-1 .right {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .about-1 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .about-1 .box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .about-2 .box {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .about-2 .tit {
    font-size: 4em;
  }
  .about-2 li {
    padding-top: 3em;
    padding-bottom: 6em;
    border-radius: 1.25em;
  }
  .about-2 .btns {
    top: 1em;
    right: 1.25em;
  }
  .about-3 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .about-3 .box {
    padding-left: 1.25em;
  }
  .about-3 .top {
    padding-right: 1.25em;
  }
  .about-3 .list::before {
    width: auto;
    left: -1.25em;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-2 .box > div {
    width: 100%;
    padding: 0;
  }
  .about-2 .tit {
    font-size: 2em;
  }
  .about-2 .img {
    display: none;
  }
  .about-2 .btns {
    width: auto!important;
    top: 0;
  }
}
.service-1 {
  padding-top: 8em;
  padding-bottom: 8em;
}
.service-1 .slick-list {
  overflow: visible;
  padding: 0 20em;
}
.service-1 li {
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.service-1 .slick-current li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.service-1 .slick-current .name {
  opacity: 1;
}
.service-1 .img {
  border-radius: 1em;
  overflow: hidden;
}
.service-1 .name {
  position: absolute;
  width: 100%;
  left: 0;
  top: 95%;
  opacity: 0;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.service-1 .slickBtn {
  font-size: 2.5em;
}
.service-1 .slickBtn div {
  width: auto;
  height: auto;
  color: var(--color);
  background-color: transparent;
}
.service-1 .slickBtn div:hover {
  color: var(--color2);
}
.service-1 .slickBtn.pos div.prev {
  right: 75%;
}
.service-1 .slickBtn.pos div.next {
  left: 75%;
  right: auto;
}
@-webkit-keyframes wgl_scroll_text {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes wgl_scroll_text {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes wgl_scroll_text {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.service-2 {
  color: #FFFFFF;
  background-color: #8b9271;
  padding-top: 6.5em;
  padding-bottom: 23em;
}
.service-2 .baseTag {
  color: #FFFFFF;
}
.service-2 .list {
  margin-top: 5.5em;
}
.service-2 .list li {
  background-color: #6c744f;
  border-radius: 1em;
  padding: 4.5em 6em;
  margin-bottom: 2.5em;
}
.service-2 .list li .img {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-2 .list li .num {
  left: 1.5em;
  top: 1.5em;
  color: var(--color2);
}
.service-2 .list li:hover .img {
  opacity: 1;
}
.service-2 .text-editor_wrapper {
  font-size: 200px;
  font-family: var(--font);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: inherit;
  -webkit-animation: wgl_scroll_text 250s linear infinite;
  -moz-animation: wgl_scroll_text 250s linear infinite;
  animation: wgl_scroll_text 250s linear infinite;
  white-space: nowrap;
}
.service-2 .text-editor_wrapper > span {
  display: inline;
  color: #6c744f;
}
.service-2 .extended-parallax {
  top: 0;
  left: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 0;
}
.service-2 .extended-parallax img {
  width: clamp(10px, 122.438vw, 2340px);
  max-width: none;
}
.extended-parallax {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.service-3 {
  padding-top: 8em;
  padding-bottom: 0;
}
.service-3 .list ul {
  margin: -1.2em -3em;
}
.service-3 .list li {
  padding: 1.2em 3em;
}
.service-3 .list li .icon {
  width: 6.2em;
  border-radius: 1em;
  overflow: hidden;
  background-color: var(--color2);
}
.service-3 .list li .icon.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1250px) {
  .service-2 .text-editor_wrapper {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  .service-1 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .service-1 .slick-list {
    padding: 0 10em;
  }
  .service-2 {
    padding-top: 4em;
    padding-bottom: 12em;
  }
  .service-2 .list li {
    padding: 3em 1.25em;
  }
  .service-2 .list li .num {
    position: static;
  }
  .service-3 {
    padding-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .service-1 .slick-list {
    padding: 0 1.25em;
  }
  .service-2 {
    padding-bottom: 7em;
  }
  .service-2 .text-editor_wrapper {
    font-size: 40px;
  }
}
.product-yd-page {
  padding-top: 8em;
  padding-bottom: 0;
}
.product-yd-page .item {
  border-radius: 2.5em;
  overflow: hidden;
}
.product-yd-page .item:nth-child(even) .content {
  left: auto;
  right: 0;
}
.product-yd-page .item .img {
  padding-top: 700px;
}
.product-yd-page .item .content {
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(252, 195, 55, 0.8);
}
.product-yd-page .item .content > div {
  height: 100%;
  padding: 3.5em;
}
.product-yd-page .item .content .text {
  line-height: 1.5;
  max-height: 19.5em;
  overflow-y: auto;
}
@media screen and (max-width: 1250px) {
  .product-yd-page .item .content {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .product-yd-page {
    padding-top: 4em;
  }
  .product-yd-page .item .img {
    padding-top: 45%;
  }
  .product-yd-page .item .content {
    position: static;
    width: 100%;
  }
  .product-yd-page .item .content > div {
    padding: 1.25em;
  }
  .product-yd-page .item .content .text {
    max-height: 9em;
  }
}
.product-page {
  padding-top: 5em;
  padding-bottom: 4em;
}
.product-page .cate {
  margin-bottom: 3.5em;
}
.product-page .top {
  margin-bottom: 2.5em;
}
.product-page .top > div {
  width: 390px;
  height: 90px;
  border-radius: 45px;
  border: 2px solid rgba(172, 128, 19, 0.36);
}
.product-page .top > div .child {
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 1;
}
.product-page .top > div .child > div {
  width: 100%;
  border-radius: 45px;
  background-color: #f4f2e6;
  border: 2px solid rgba(172, 128, 19, 0.36);
}
.product-page .top > div form input {
  width: 100%;
  border: 0;
  background-color: transparent;
}
.product-page .top > div form input::-webkit-input-placeholder {
  color: var(--color);
  text-transform: uppercase;
}
.product-page .top > div form input:-moz-placeholder {
  color: var(--color);
  text-transform: uppercase;
}
.product-page .top > div form input::-moz-placeholder {
  color: var(--color);
  text-transform: uppercase;
}
.product-page .top > div form input:-ms-input-placeholder {
  color: var(--color);
  text-transform: uppercase;
}
.product-page .top > div form input::placeholder {
  color: var(--color);
  text-transform: uppercase;
}
.product-page .top > div form button {
  font-size: 0;
  width: 74px;
  height: 74px;
  border: 0;
  border-radius: 50%;
  background-color: var(--color2);
}
.swiper-slide.category {
  width: 13em;
  position: relative;
}
.swiper.category .slick-track {
  display: block;
  margin-left: auto;
}
.c-category-egg {
  color: white;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 10em;
  position: absolute;
  inset: auto;
}
.c-img-contain.category-bag.margin-16 {
  width: 13em;
  height: auto;
}
.base-pro-box {
  border: 1px solid rgba(172, 128, 19, 0.43);
  border-radius: 10px;
}
.base-pro-box .img {
  border-radius: inherit;
}
.base-pro-box .img div {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.base-pro-box .hov {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.base-pro-box .def img {
  background-color: var(--color);
}
.base-pro-box:hover .hov {
  opacity: 1;
}
.base-pro-box:hover .def {
  opacity: 0;
}
.m-page {
  font-size: 0;
  text-align: center;
}
.m-page a,
.m-page span {
  margin: 7px;
  font-size: 24px;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
}
.m-page span {
  color: #FFFFFF;
  background-color: var(--color2);
  border-color: var(--color2);
}
@media screen and (max-width: 1000px) {
  .product-page .cate {
    display: none;
  }
  .product-page .top {
    display: none;
  }
}
.prodet-1 {
  background-color: var(--bg);
  padding-top: 10em;
  padding-bottom: 8em;
}
.prodet-1 .mbx {
  margin-bottom: 3em;
}
.prodet-1 .slick img {
  background-color: #FFFFFF;
  border-radius: 1em;
}
.prodet-1 .slick li {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-1 .slick .slick-current li {
  opacity: 1;
}
.prodet-2 {
  padding-top: 4em;
  padding-bottom: 4em;
}
.prodet-2 .content strong {
  font-weight: normal;
  text-transform: uppercase;
  background-color: var(--color2);
  padding: .5em 1em;
  border-radius: .5em;
}
.prodet-2 .img {
  margin-left: -5em;
  margin-right: -5em;
}
.prodet-3 {
  background-color: #FFFFFF;
  border-radius: 4em 4em 0 0;
  padding-top: 5em;
  padding-bottom: 4em;
}
.prodet-3 .form input,
.prodet-3 .form textarea {
  width: 100%;
  padding: 1em;
  border: 0;
  border: 1px solid #b3b2b2;
}
.prodet-4 {
  padding-top: 8em;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .prodet-1 {
    padding-top: 6em;
    padding-bottom: 4.5em;
  }
  .prodet-1 .left {
    padding: 0;
  }
  .prodet-2 .img {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
  .prodet-3 {
    padding-top: 4em;
    border-radius: 1.25em 1.25em 0 0;
  }
  .prodet-3 .form input,
  .prodet-3 .form textarea {
    padding: .5em;
  }
  .prodet-4 {
    padding-top: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .prodet-1 .left {
    width: 100%;
  }
  .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 2em;
  }
  .prodet-2 .left {
    width: 100%;
  }
  .prodet-2 .right {
    width: 100%;
    margin-top: 2em;
  }
}






/* news */
.news-page {
  padding: 65px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .header ul li:first-child {
  padding-left: 0;
}
.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}
.news-page .content {
  margin-top: 65px;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 0 5em 0 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 5em 0 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 36px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 34px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}



.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
}









.faq-page {
  padding-top: 4.5em;
}

.faq-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.faq-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.faq-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.faq-page .box {
  padding: 1.472% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 24px 41px 28px 50px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
   
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
  .faq-page{
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}


.gallery-page {
  padding-top: 4.5em;
}

.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block; 
  font-size: 18px; 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0; 
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.35);
  background: white;
  padding: 30px 10px;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}



@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    /*width: 100%;*/
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5{
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div{
    margin-top: 0;
  }
  .gallery-page{
    padding-top: 30px;
  }
}




/* contact */
.contact-1 li .box {
  height: 100%;
  background-color: var(--color2);
  border: 1px solid var(--color2);
  border-radius: 10px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.contact-1 li .box .btns a {
  line-height: 3.75em;
  color: var(--color2);
  background-color: var(--color);
  border-radius: 1.875em;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.contact-1 li .box:hover {
  background-color: transparent;
}
.contact-1 li .box:hover .btns a {
  color: var(--color);
  background-color: var(--color2);
}
.contact-2 .left .form input {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--color);
  padding: 1.7em 0;
}
.contact-2 .left .form input::-webkit-input-placeholder {
  color: var(--color);
}
.contact-2 .left .form input:-moz-placeholder {
  color: var(--color);
}
.contact-2 .left .form input::-moz-placeholder {
  color: var(--color);
}
.contact-2 .left .form input:-ms-input-placeholder {
  color: var(--color);
}
.contact-2 .left .form input::placeholder {
  color: var(--color);
}


.contact-2 .right {
  min-height: 300px;
}

.contact-2 .right img {
  border-radius: 1em;
}

