body {
  overflow-x: hidden;
}
html.lenis {
  height: auto;
}
.modular-main {
  overflow-x: hidden;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.title-line--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title-line--white::before {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0px #fff;
  box-shadow: 0 4px 20px 0px #fff;
}
.title-line--primary::before {
  background-color: var(--c-primary);
  -webkit-box-shadow: 0 4px 20px 0px var(--c-primary);
  box-shadow: 0 4px 20px 0px var(--c-primary);
}

.title-line::before {
  content: "";
  display: block;
  width: max(3.2vw, 4rem);
  height: max(0.278vw, 2px);
  border-radius: 0.278vw;
  margin-top: max(2vw, 2rem);
}
.faderight {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(2deg) translate3d(0, 20px, 0);
  transform: rotate(2deg) translate3d(0, 20px, 0);
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 200% 0%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    color-stop(80%, #000),
    to(rgba(0, 0, 0, 0))
  );
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 80%,
    rgba(0, 0, 0, 0) 100%
  );
}
.faderight.notfade {
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    color-stop(100%, #000),
    to(rgba(0, 0, 0, 0))
  );
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 100%,
    rgba(0, 0, 0, 0) 100%
  );
}
.faderight.nottransform {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.is-active .faderight {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.is-active .delay-02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.is-active .delay-05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.is-active .delay-07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.is-active .delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.is-active .delay-15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.is-active .delay-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.is-active .delay-25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@-webkit-keyframes fadeRight {
  0% {
    -webkit-mask-position: 200% 0;
    -webkit-transform: rotate(2deg) translate3d(0, 20px, 0);
    transform: rotate(2deg) translate3d(0, 20px, 0);
  }
  100% {
    -webkit-mask-position: 50% 0;
    -webkit-transform: rotate(0deg) translate3d(0, 0px, 0);
    transform: rotate(0deg) translate3d(0, 0px, 0);
  }
}
@keyframes fadeRight {
  0% {
    -webkit-mask-position: 200% 0;
    -webkit-transform: rotate(2deg) translate3d(0, 20px, 0);
    transform: rotate(2deg) translate3d(0, 20px, 0);
  }
  100% {
    -webkit-mask-position: 50% 0;
    -webkit-transform: rotate(0deg) translate3d(0, 0px, 0);
    transform: rotate(0deg) translate3d(0, 0px, 0);
  }
}
.split-title pre {
  display: inline-block;
}
.split-title {
  overflow: hidden;
  line-height: 1;
}
.split-title span {
  display: inline-block;
  overflow: hidden;
}
.split-title i {
  display: inline-block;
  white-space-collapse: preserve;
  min-width: 1rem;
}
/* hero */
.intro-wrapper {
}
.intro-wrapper .panel {
}
.panel--hero {
}
.section-hero {
  overflow: hidden;
  /* height: 100vh; */
  /* height: calc((var(--vh, 1vh) * 100)); */
  position: relative;
  background-color: var(--c-primary);
}
@media (min-width: 1200px) {
  .section-hero {
    height: calc((var(--vh, 1vh) * 100));
  }
}
.hero-img {
  height: 100%;
}
.hero-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;

  height: 100%;
}
.hero-overlay-black {
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(1.1) translateY(-1.5vw);
  -ms-transform: scaleX(1.1) translateY(-1.5vw);
  transform: scaleX(1.1) translateY(-1.5vw);
  width: 100%;
}
@media (max-width: 576px) {
  .hero-overlay-black {
    -webkit-transform: scaleX(1.1) rotate(-1.5deg);
    -ms-transform: scaleX(1.1) rotate(-1.5deg);
    transform: scaleX(1.1) rotate(-1.5deg);
    height: 19vw;
  }
}
.hero-overlay-primary {
  position: absolute;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  bottom: -2px;
  -webkit-transform: scaleX(1) translateY(0rem) scaleY(1);
  -ms-transform: scaleX(1) translateY(0rem) scaleY(1);
  transform: scaleX(1) translateY(0rem) scaleY(1);
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .hero-overlay-primary {
    -webkit-transform: scaleX(1) translateY(0rem) scaleY(1.4);
    -ms-transform: scaleX(1) translateY(0rem) scaleY(1.4);
    transform: scaleX(1) translateY(0rem) scaleY(1.4);
  }
}
.hero-leaf {
  position: absolute;
  inset: 0;
  overflow-x: clip;
  z-index: 4;
}
.hero-wrapper {
  position: relative;
}
.hero-leaf--right {
  position: absolute;
  right: calc(-1 * var(--width-right) / 3);
  width: max(22.5rem, 20vw);
  bottom: calc(-1 * var(--width-right) / 5);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.hero-leaf--left {
  position: absolute;
  left: -5vw;
  width: 28vw;
  width: max(31rem, 28vw);
  bottom: -8vw;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
/* .hero-leaf--right {
  position: absolute;
  right: -7rem;
  right: min(-4vw, -7rem);
  bottom: -5vw;
}
.hero-leaf--left {
  position: absolute;
  left: min(-2vw, -7rem);
  width: 28vw;
  width: max(31rem, 28vw);
  bottom: -8vw;
} */
@media (max-width: 768px) {
  .hero-leaf--left {
    left: -14rem;
    bottom: -15rem;
    width: 32rem;
  }
  .hero-leaf--right {
    bottom: -7rem;
    width: 21rem;
  }
}
@media (max-width: 576px) {
  .hero-leaf--left {
    width: 28rem;
  }
  .hero-leaf--right {
    bottom: -7rem;
    width: 18rem;
  }
}
.active .scroll-down--box {
  opacity: 0;
}
.scroll-down--box {
  -webkit-transition: 0.7s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: 0.7s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: 0.7s cubic-bezier(0.39, 0.58, 0.57, 1);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  bottom: 1vw;
}
.scroll-down {
}
.scroll-down i {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#d1d1d1)
  );
  background: -o-linear-gradient(bottom, #fff 0%, #d1d1d1 100%);
  background: linear-gradient(0deg, #fff 0%, #d1d1d1 100%);
  -webkit-filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.15));
  -webkit-backdrop-filter: blur(max(1.806vw, 26px));
  backdrop-filter: blur(max(1.806vw, 26px));
  font-size: max(2.5rem, 2vw);
  width: max(4.4rem, 4vw);
  border-radius: max(8rem, 8vw);
  height: max(8rem, 8vw);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--c-primary);
  cursor: pointer;
}
.scroll-down::before {
  content: "";
  border-radius: 71.529px 71.529px 0px 0px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(32, 41, 20, 0.2)),
    to(rgba(86, 110, 53, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(32, 41, 20, 0.2) 0%,
    rgba(86, 110, 53, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(32, 41, 20, 0.2) 0%,
    rgba(86, 110, 53, 0) 100%
  );
  border-radius: max(8rem, 8vw);
  z-index: -1;
  position: absolute;
  inset: min(-3px, -0.3vw);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.is-active.scroll-down::before {
  opacity: 1;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
/* about */

.about--pattern-right,
.about--pattern-left {
  background: url(../img/pattern.webp);
  position: absolute;
  background-repeat: no-repeat;
  inset: 0;
  opacity: 0.6;
}
.about--pattern-left {
  background-position: -200%;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(70%, rgba(0, 0, 0, 1)),
    to(transparent)
  );
  -webkit-mask-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 70%,
    transparent 100%
  );
  left: -5vw;
  background-size: 88vw;
  top: -10vw;
}
.about--pattern-left::before {
  background-image: -o-radial-gradient(var(--c-primary) 0%, transparent 88%);
  background-image: radial-gradient(var(--c-primary) 0%, transparent 88%);
  content: "";
  position: absolute;
  inset: 0;
}
.about--pattern-right {
  background-position: 200%;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(55%, rgba(0, 0, 0, 1)),
    to(transparent)
  );
  -webkit-mask-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 55%,
    transparent 100%
  );
  top: 0;
  background-size: 88vw;
  left: -28vw;
}
.about--pattern-right::before {
  background-image: -o-radial-gradient(var(--c-primary) 0%, transparent 64%);
  background-image: radial-gradient(var(--c-primary) 0%, transparent 64%);
  content: "";
  position: absolute;
  inset: 0;
}
@media (max-width: 576px) {
  .about--pattern-right,
  .about--pattern-left {
    opacity: 0.9;
  }
  .about--pattern-left {
    background-position: -40rem;
    background-size: 71rem;
  }
  .about--pattern-left::before {
  }
  .about--pattern-right {
    background-position: 12rem;
    background-size: 71rem;
    opacity: 0.6;
  }
  .about--pattern-right::before {
  }
}
.section-about {
  background-color: var(--c-primary);
  padding-top: 4rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  position: relative;
}
@media (max-width: 1200px) {
  .section-about {
    margin-bottom: 8rem;
  }
}
.section-about.has-story::before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 24vw;
  z-index: 1;
  bottom: -1px;
}
@media (max-width: 1199px) {
  .section-about::before {
    height: 15rem;
  }
}
.about-toptitle {
  font-size: max(20px, 3vw);
  letter-spacing: max(1.111vw, 1.6px);
  color: var(--c-neutral-000);
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: max(1.389vw, 2rem);
  font-weight: 200;
}

.text-about-wrappper {
  margin-bottom: max(2.778vw, 2rem);
  text-align: center;
}
.about-title {
  font-size: max(18px, 2.778vw);
  color: var(--c-neutral-000);
  font-weight: 300;
  letter-spacing: max(0.139vw, 0.2rem);
  display: block;
}

.about-content .title-line::before {
  width: max(4.5vw, 4rem);
  height: max(0.278vw, 2px);
  border-radius: 0.278vw;
  margin-top: max(2vw, 2rem);
}
.about-desc {
  color: var(--c-neutral-000);
  text-align: center;
  font-size: var(--fs-16);
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.64px;
}
.section-about .btns--box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sw--about {
  margin-top: max(8.333vw, 7rem);
  pointer-events: none;
}

/* .scroll-in .fade {
  transform: translateX(0) translateZ(0);
  -webkit-mask-size: 100% 200%;
  -webkit-mask-position: 0 200%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 80%,
    rgba(0, 0, 0, 0) 100%
  );
}
.scroll-in.is-in .fade {
  animation-name: fade;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade {
  0% {
    -webkit-mask-position: 0 200%;
  }

  100% {
    -webkit-mask-position: 0 50%;
  }
} */
/* 
.is-active .about-desc {
  transition: transform 2s ease 0.2s, -webkit-mask-position 1s linear 0.2s;
  transition: transform 2s ease 0.2s, mask-position 1s linear 0.2s;
  transition: transform 2s ease 0.2s, mask-position 1s linear 0.2s,
    -webkit-mask-position 1s linear 0.2s;
}
.is-active .btns--box.about {
  transition: transform 2s ease 0.5s, -webkit-mask-position 1s linear 0.5s;
  transition: transform 2s ease 0.5s, mask-position 1s linear 0.5s;
  transition: transform 2s ease 0.5s, mask-position 1s linear 0.5s,
    -webkit-mask-position 1s linear 0.5s;
} */
.sw--about .swiper-wrapper {
  --swiper-wrapper-transition-timing-function: linear;
  overflow: visible;
}
.story-item::before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  inset: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.story-item {
  position: relative;
  overflow: hidden;
  border-radius: max(0.556vw, 8px);
}
.story-item__img {
}
.story-item__img img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.is-active .story-item__img img {
  -webkit-transition: 3s 1s;
  -o-transition: 3s 1s;
  transition: 3s 1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.story-item__text {
  position: absolute;
  bottom: max(1.667vw, 2.4rem);
  left: max(1.667vw, 2.4rem);
  right: max(1.667vw, 2.4rem);
  z-index: 3;
}
.story-item__title {
  color: #fff;
  font-size: var(--fs-16);
  margin-bottom: max(8px, 0.556vw);
  line-height: 1.5;
}
.story-item__subtitle {
  color: #fff;
  border-radius: max(64px, 4.444vw);
  background: rgba(224, 120, 57, 0.7);
  -webkit-backdrop-filter: blur(max(3px, 0.208vw));
  backdrop-filter: blur(max(3px, 0.208vw));
  text-align: center;
  line-height: 1.5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: max(6px, 0.417vw) max(16px, 1.111vw);
  font-size: var(--fs-12);
}
/* .sw--about.mask-r {
  transition: transform 2s ease, -webkit-mask-position 1s linear;
  transition: transform 2s ease, mask-position 1s linear;
  transition: transform 2s ease, mask-position 1s linear,
    -webkit-mask-position 1s linear;
} */
.sw-about-wrapper {
  overflow: hidden;
  z-index: 3;
  position: relative;
}
/* attr */
.section-attr {
  position: relative;
  margin-bottom: max(10vw, 9rem);
}
@media (min-width: 1200px) {
  .section-attr {
    background: #fff;
  }
}
.attr-one {
  position: relative;
}
/* .asd {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #fff 50%, #fafafa 50%);
} */
.attr-title-wrapper {
  margin-bottom: max(2.778vw, 4rem);
  text-align: center;
}
.attribute-title {
  font-size: var(--fs-36);
  letter-spacing: 1px;
  display: block;
}
.attribute-desc {
  font-size: var(--fs-16);
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.64px;
  margin: 0 auto;
  margin-top: max(2.778vw, 2rem);
}
@media (min-width: 1200px) {
  .attribute-desc {
    max-width: 68vw;
  }
}

.attr-imgs {
  position: relative;
  padding-top: max(3rem, 3vw);
  /* padding-top: 21vw;  */
  /* height: 100vh; */
  /* display: flex; */
  /* overflow: hidden; */
}
@media (max-width: 768px) {
  .attr-imgs {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .attr-imgs {
    font-size: 9px;
  }
}
@media (max-width: 400px) {
  .attr-imgs {
    font-size: 8px;
  }
}
.afsan {
  position: absolute;
  padding-top: min(4vw);
}
.attr-imgs .img {
  position: absolute;
}
.attr-imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.attr-svg {
  width: 100%;
  height: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  /* fill: #fafafa; */
  fill: #f7f7f7;
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  bottom: -50%;
  margin-top: auto;
}
.attr-item__icon {
  width: max(3.889vw, 4.5rem);
  height: max(3.889vw, 4.5rem);
  position: relative;
  margin-bottom: max(2.153vw, 2rem);
  display: block;
}
.attr-item__title {
  font-size: var(--fs-18);
  font-weight: 300;
  margin-bottom: max(1.2rem, 0.833vw);
  display: block;
  position: relative;
}
.attr-item__link {
  margin-top: auto;
  color: var(--c-secondary);
  font-size: var(--fs-13);
  margin-top: max(2.778vw, 2rem);
}
.attr-item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(-1 * max(2.778vw, 2rem));
  height: max(3.8rem, 3.333vw);
  background-color: var(--c-secondary);
  border-radius: 0 max(1.8rem, 3.333vw) max(1.8rem, 3.333vw) 0;
  width: max(0.208vw, 3px);
}
.attr-swiper-items .swiper-button-next,
.attr-swiper-items .swiper-button-prev {
  top: 55%;
}
@media (min-width: 576px) {
  .attr-swiper-items .swiper-pagination {
    display: none;
  }
}
@media (max-width: 576px) {
  .attr-swiper-items .swiper-button-next,
  .attr-swiper-items .swiper-button-prev {
    display: none;
  }
}
.attr-item__subtitle {
  font-size: var(--fs-14);
  color: #939699;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sw--attr {
  overflow: visible;
}
.attr-item__icon img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  width: 100%;
  height: 100%;
  margin-left: max(0.5vw, 8px);
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.attr-item__icon i {
  width: max(2.361vw, 3.4rem);
  height: max(2.361vw, 3.4rem);
  background-color: rgba(224, 120, 57, 0.2);
  border-radius: 50%;
  bottom: -0.2vw;
  left: 0;
  display: block;
  position: absolute;
}
.attr-item {
  border-radius: max(0.833vw, 12px);
  border: max(0.069vw, 1px) solid #e8e8e8;
  background: #fff;
  padding: max(1.8rem, 3.333vw) max(2.778vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
/* .is-active .attr-svg {
  transform: scaleY(1);
} */
.imgs {
  z-index: 3;
  overflow-x: clip;
  /* position: absolute;
  inset: 0; */
  --w-center: max(23em, 25vw);
  --w-right: max(17em, 17.3vw);
  --w-left: max(16em, 17.6vw);
}
.attr-img--center {
  position: relative !important;
  margin: 0 auto;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* width: 25vw; */
  width: var(--w-center);

  bottom: 4vw;
  z-index: 3;
}
.section-attr {
  overflow: hidden;
}
.attr-img--right {
  -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
  width: var(--w-right);
  left: max(19em, 52.3vw);
  bottom: 6vw;
  -webkit-filter: blur(9px);
  filter: blur(9px);
  z-index: 2;
}
.attr-img--left {
  right: max(20em, 54vw);
  width: var(--w-left);
  bottom: 0vw;
  -webkit-transform: rotate(344deg);
  -ms-transform: rotate(344deg);
  transform: rotate(344deg);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  z-index: 2;
}
/* seeds */
.attr-seeds .img {
  z-index: 1;
  left: 50%;
}
.attr-seed__0 {
  width: max(63px, 5vw);
  -webkit-transform: translateX(calc(-1.23 * var(--w-left)));
  -ms-transform: translateX(calc(-1.23 * var(--w-left)));
  transform: translateX(calc(-1.23 * var(--w-left)));
  bottom: 20%;
}
.attr-seed__1 {
  width: max(40px, 3.4vw);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: translateX(calc(-1.23 * var(--w-left)));
  -ms-transform: translateX(calc(-1.23 * var(--w-left)));
  transform: translateX(calc(-1.23 * var(--w-left)));
  bottom: 66%;
}
.attr-seed__2 {
  width: max(44px, 4.4vw);
  bottom: 70%;
  -webkit-transform: translateX(calc((-1.1 * var(--w-center)) / 2));
  -ms-transform: translateX(calc((-1.1 * var(--w-center)) / 2));
  transform: translateX(calc((-1.1 * var(--w-center)) / 2));
}
.attr-seed__3 {
  width: max(50px, 5.8vw);
  bottom: 85%;
  -webkit-transform: translateX(calc((var(--w-center)) / 2.2));
  -ms-transform: translateX(calc((var(--w-center)) / 2.2));
  transform: translateX(calc((var(--w-center)) / 2.2));
}
.attr-seed__4 {
  width: max(45px, 5vw);
  bottom: 75%;
  -webkit-transform: translateX(calc(1.7 * (max(20em, 25vw)) / 2));
  -ms-transform: translateX(calc(1.7 * (max(20em, 25vw)) / 2));
  transform: translateX(calc(1.7 * (max(20em, 25vw)) / 2));
}
.attr-seed__5 {
  width: max(47px, 5.5vw);
  bottom: 34%;
  -webkit-transform: translateX(calc(0.8 * var(--w-right)));
  -ms-transform: translateX(calc(0.8 * var(--w-right)));
  transform: translateX(calc(0.8 * var(--w-right)));
}
.attr-seed__6 {
  width: max(47px, 5.5vw);
  bottom: 16%;
  -webkit-transform: translateX(calc((var(--w-right))));
  -ms-transform: translateX(calc((var(--w-right))));
  transform: translateX(calc((var(--w-right))));
}
.attr-swiper-items {
  position: relative;
}
.attr-swiper-items::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 42%;
  z-index: 0;
  pointer-events: none;
}
/* .attr-seed__0 {
  transform: scale(0.5) rotate(90deg) translateX(50%);
  right: 50%;
  bottom: 20%;
}
.is-active .attr-seed__0 {
  transform: none;
  width: max(6em, 5vw);
  right: max(31em, 77vw);
  bottom: 23%;
}
.attr-seed__1 {
  transform: scale(0.5) rotate(90deg) translateX(50%);
  right: 50%;
  bottom: 20%;
}
.is-active .attr-seed__1 {
  bottom: var(--w-center);
  width: max(4em, 3.4vw);
  right: max(32em, 70vw);
  transform: rotate(180deg);
  filter: blur(2px);
}
.attr-seed__2 {
  transform: scale(0.5) rotate(90deg) translateX(50%);
  right: 50%;
  bottom: 20%;
}
.is-active .attr-seed__2 {
  transform: none;
  bottom: max(26em, 29vw);
  width: max(3.6em, 4.4vw);
  right: max(26em, 60.4vw);
}
.attr-seed__3 {
  transform: scale(0.5) rotate(90deg) translateX(50%);
  right: 50%;
  bottom: 20%;
}
.is-active .attr-seed__3 {
  transform: none;
  bottom: 34vw;
  width: 5.8vw;
  right: 34%;
}
.attr-seed__4 {
  transform: scale(0.5) rotate(90deg) translateX(50%);
  right: 50%;
  bottom: 20%;
}
.is-active .attr-seed__4 {
  transform: none;
  bottom: 29vw;
  width: 5vw;
  right: 25%;
}
.attr-seed__5 {
  transform: scale(0.5) rotate(90deg) translateX(50%);
  right: 50%;
  bottom: 20%;
}
.is-active .attr-seed__5 {
  transform: none;
  bottom: 18vw;
  width: 5.5vw;
  right: 28.5%;
  transform: rotate(89deg);
}
.attr-seed__4 {
  transform: scale(0.5) rotate(90deg) translateX(50%);
  right: 50%;
  bottom: 20%;
}
.is-active .attr-seed__6 {
  transform: none;
  bottom: 10vw;
  width: 5.5vw;
  right: 26.5%;
  transform: rotate(262deg);
} */

/* .attr-swiper-items {
  position: absolute;
  bottom: 20vw;
  z-index: 3;
  width: 100%;
} */
.attr-back-svg {
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  width: 100%;
  z-index: 40;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  bottom: 0;
  right: 0;
  left: 0;
}
/* tabproduct */

@media (min-width: 768px) {
  .product-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: max(2.083vw, 2rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-tabs--detail {
    padding-left: var(--gutter-x);
  }
}
@media (min-width: 992px) {
  .product-contents--sw {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 65vw;
    max-width: 65vw;
  }
  .product-tabs--detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 34vw;
  }
}

@media (max-width: 992px) {
  .product-contents--sw {
    width: 58vw;
    max-width: 58vw;
  }
  .product-tabs--detail {
    max-width: 42vw;
  }
}
@media (max-width: 768px) {
  .product-tabs--detail,
  .product-contents--sw {
    width: 100%;
    max-width: none;
  }
  .sw--product,
  .product-tabs--detail {
    width: 100%;
    padding-left: var(--gutter-x);
    padding-right: var(--gutter-x);
    margin-left: auto;
    margin-right: auto;
  }
  .producttab--title-wrapper {
    text-align: center;
  }
  .btns--producttab,
  .producttab--title-wrapper .title-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .texts--producttab {
    border: 1px solid var(--c-secondary);
    padding: max(1.389vw, 2rem);
    border-radius: 16px;
  }
  .product-tabs--detail {
    margin-bottom: 4.5rem;
  }
}
.sw--product .swiper-wrapper {
  overflow: visible;
}
.sw--product {
  overflow: visible;
}
.tabcontent {
  position: relative;
}
.btn--producticon svg {
  position: absolute;
  top: calc(16px + max(3.472vw, 4rem));
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn--producticon.active svg {
  opacity: 1;
}
@media (min-width: 768px) {
  .sw--product {
    padding-left: max(2vw, 3rem);
    -webkit-mask-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(96%, rgba(0, 0, 0, 1)),
      to(transparent)
    );
    -webkit-mask-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 1) 96%,
      transparent 100%
    );
  }
  .btn--producticon svg {
    display: none;
  }
  .products__maincards .swiper-pagination {
    display: none;
  }
}
@media (max-width: 768px) {
  .products__maincards .arr-blur {
    display: none;
  }
  .texts--producttab,
  .btns--producttab {
    -webkit-mask-image: unset;
    mask-image: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
  .img-hover {
    display: none;
  }
}

.producttab--title {
  font-size: var(--fs-32);
  letter-spacing: 1px;
  display: block;
}
.btns--producttab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: max(0.8vw, 1rem);
  margin-bottom: max(3.472vw, 4rem);
}

.btn--producticon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--c-secondary);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: max(0.694vw, 1rem);
  min-width: max(10.972vw, 12rem);
  font-size: var(--fs-13);
  padding: max(0.556vw, 5px) max(0.556vw, 12px);
}
.btn--producticon.active {
  background: var(--c-secondary);
  color: #fff;
}
.btn--producticon:not(.active):hover {
  color: var(--c-secondary);
}
.btn--producticon.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.btn--producticon img {
  width: max(1.597vw, 23px);
  -o-object-fit: contain;
  object-fit: contain;
  height: max(1.597vw, 23px);
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.producttab--title-wrapper {
  margin-bottom: max(3.889vw, 4rem);
}
.texts--producttab .title {
  font-size: var(--fs-18);
  letter-spacing: 0.72px;
  margin-bottom: max(0.833vw, 1rem);
  font-weight: 400;
}
.texts--producttab .desc {
  color: #939699;
  font-size: var(--fs-14);
}
.texts--producttab .btn {
  margin-top: max(3.7vw, 4rem);
}
.texts--producttab {
  border-left: 1px solid var(--c-secondary);
  padding-left: max(1.389vw, 2rem);
}
/* map */
.section-map {
  position: relative;
  margin-bottom: max(8.958vw, 8rem);
  overflow: hidden;
}
.map--title {
  font-size: var(--fs-36);
  letter-spacing: 1px;
  display: block;
}
.map-title--wrapper {
  margin-bottom: max(2.778vw, 4rem);
  text-align: center;
}
.section-map .bg-svg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  height: 100%;
  width: 100%;
}
.is-active .bg-svg {
  opacity: 1;
}
.map-wrapper {
  background: #ffffffb5;
  z-index: 3;
  position: relative;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border-radius: 0.3vw;
  padding: 1rem;
  border: 2px solid #fff;
  overflow: hidden;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
@media (max-width: 992px) {
  .map-wrapper {
    border-bottom: none;
    border-radius: 8px 8px 0 0;
  }
}
.map-wrapper::before {
  content: "";
  position: absolute;
  background-image: -o-radial-gradient(
    top,
    ellipse,
    rgb(237 177 127 / 17%) 0,
    rgba(0, 128, 0, 0) 100%
  );
  background-image: radial-gradient(
    ellipse at top,
    rgb(237 177 127 / 17%) 0,
    rgba(0, 128, 0, 0) 100%
  );
  right: -2%;
  top: 0%;
  width: 22%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  height: 65%;
  z-index: 2;
}
.map--img {
  position: relative;

  margin: auto;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
@media (min-width: 1200px) {
  .map--img {
    max-width: 61vw;
  }
}
.map-wrapper img {
  width: 100%;
}
.map__paths {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.map__paths .line {
  stroke-width: 0.1px;
  stroke: var(--c-secondary);
  /* stroke-dasharray: 1; */
}
.location__svg {
  top: var(--top);
  left: var(--left);
  position: absolute;
}
.location__svg i {
  width: 0.8vw;
  height: 0.8vw;
  background: var(--c-secondary);
  display: block;
  border-radius: 50%;
  border: 0.1vw solid #fff;
  z-index: 5;
  -webkit-box-shadow: 0 0px 0px 0.3vw #e078394d;
  box-shadow: 0 0px 0px 0.3vw #e078394d;
  position: absolute;
  top: -0.4vw;
  left: -0.4vw;
}
.location__title {
  top: var(--top);
  left: var(--left);
  position: absolute;
  line-height: 1;
  z-index: 6;
}
.location__title i {
  background-color: #000;
  color: #fff;
  font-size: var(--fs-12);
  line-height: 1;
  padding: max(0.3vw, 3px) max(0.7vw, 4px);
  border-radius: 0.3vw;
  top: -2.6vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
}

.location__title i::before {
  content: "";
  border: 0.3vw solid transparent;
  top: 99%;
  border-bottom-width: 0;
  border-top-color: #000;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 6;
}

.fadetop {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  -webkit-mask-size: 100% 200%;
  -webkit-mask-position: 0% 199.9%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(80%, #000),
    to(rgba(0, 0, 0, 0))
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 80%,
    rgba(0, 0, 0, 0) 100%
  );
}
.is-active .fadetop {
  -webkit-animation: fadeEffectTop 3s ease 1s forwards;
  animation: fadeEffectTop 3s ease 1s forwards;
}

@-webkit-keyframes fadeEffectTop {
  0% {
    -webkit-mask-position: 0 200%;
  }

  100% {
    -webkit-mask-position: 0 50%;
  }
}

@keyframes fadeEffectTop {
  0% {
    -webkit-mask-position: 0 200%;
  }

  100% {
    -webkit-mask-position: 0 50%;
  }
}
/* .tabcontent {

  transform: translateX(0) translateZ(0);
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 200% 0%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 80%,
    rgba(0, 0, 0, 0) 100%
  );

  -webkit-animation: fadeEffect 1.5s forwards;
  animation: fadeEffect 1.5s forwards;
} */

/* @keyframes fadeEffectTop {
  0% {
    -webkit-mask-position: 200% 0;
  }
  100% {
    -webkit-mask-position: 50% 0;
  }
} */
.exports--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: max(0.556vw, 8px);
  border: max(0.069vw, 1px) solid #f5f5f5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .exports--lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
  }
}
.exports--lists {
  margin-top: max(2.014vw, 2rem);
}
.exports--lists:first-child {
  margin-top: max(1.111vw, 16px);
}
.exports-info-wrapper {
  margin: auto;
  position: relative;
  z-index: 8;
  -webkit-mask-size: 100% 200%;
  -webkit-mask-position: 0% 199.9%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(80%, #000),
    to(rgba(0, 0, 0, 0))
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 80%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (min-width: 992px) {
  .exports-info-wrapper {
    max-width: 58.8vw;
    margin-top: -6.5vw;
    border-radius: max(0.556vw, 8px);
    background: #fff;
    padding: max(1.389vw, 2rem);
    border: max(0.069vw, 1px) solid #f2f2f2;
  }
}
@media (max-width: 992px) {
  .exports-info-wrapper {
    border-radius: 0px 0px 8px 8px;
    background: #ffffffb5;
  }
}
.exports--info {
  padding: 0 max(1.389vw, 2rem);
  /* max-height: 24vw; */
  overflow-y: auto;
}

.export-human {
  width: max(5.903vw, 7.5rem);
}
@media (max-width: 992px) {
  .exports--info {
    max-height: 68rem;
  }
  .export-human {
    width: 9.9rem;
    position: relative;
  }
  .export-human::before {
    content: "";
    background-color: #fafafa;
    border-radius: 50%;
    width: 160%;
    height: 160%;
    bottom: -50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

@media (min-width: 992px) {
  .export-human img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
.export-product {
  border-radius: 0 11vw 11vw 0/0 17vw 17vw 0;
  background: #f3f3f3;
  width: max(5.903vw, 7.5rem);
  /* height: max(5.972vw, 8rem); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: max(0.347vw, 4px);
}
@media (max-width: 1200px) {
  .export-product {
    display: none;
  }
}
.export-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: max(1vw, 10px);
}
.export-map .mapimg {
  width: max(4.514vw, 41px);
  height: max(3.889vw, 41px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: max(0.833vw, 8px);
}
.export-map .maptitle {
  font-size: var(--fs-14);
}
.export-map .icon-arrow-right {
  width: max(2.778vw, 3rem);
  height: max(2.778vw, 3rem);
  border-radius: 50%;
  border: max(0.069vw, 1px) solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3.333vw;
}
.export-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.map-leaf--bt {
  position: absolute;
  bottom: -6vw;
  width: max(12.5rem, 17vw);
  right: -7.5vw;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
.map-leaf--tp {
  position: absolute;
  top: -2vw;
  width: max(9rem, 16vw);
  left: -7.5vw;
  -webkit-filter: blur(9px);
  filter: blur(9px);
  z-index: 5;
}
@media (max-width: 1200px) {
  .map-leaf--bt {
    right: -15.5vw;
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  .map-leaf--tp {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    top: -10vw;
  }
}
/* service */
.section-services {
  margin-bottom: max(8.958vw, 8rem);
  position: relative;
}
@media (max-width: 992px) {
  .section-services {
    background-image: -o-linear-gradient(
      283deg,
      #bf6631 0%,
      rgba(224, 120, 57, 0) 46.69%
    );
    background-image: linear-gradient(
      167deg,
      #bf6631 0%,
      rgba(224, 120, 57, 0) 46.69%
    );
    background-color: var(--c-secondary);
    padding: 4rem 0;
    margin-bottom: 0;
  }
}
.bg-services {
  background: url(../img/pattern.webp);
  position: absolute;
  background-repeat: no-repeat;
  inset: 0;
  opacity: 0.6;
  background-position: 0;
  -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 1) 0%, transparent 70%);
  left: -49vw;
  background-size: 88vw;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform;
}
.services-title {
  font-size: var(--fs-36);
  letter-spacing: 1px;
  display: block;
}
.service--title-wrapper {
  margin-bottom: max(3.333vw, 3rem);
}
.service--content .btn {
  margin-top: max(5vw, 4rem);
}
@media (max-width: 992px) {
  .service--content {
    margin-bottom: 5rem;
    text-align: center;
  }
  .service--title-wrapper .title-line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bg-services {
    background-size: 144vw;
    top: -93vw;
    left: 9vw;
  }
}
.service-wrapper {
  gap: 4vw;
  color: #fff;
  position: relative;
}

.service-wrapper .swiper-pagination-bullet,
.service-wrapper .swiper-pagination-bullet-active {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #ffffff;
}
@media (min-width: 576px) {
  .service-wrapper .sw {
    display: none;
  }
}
@media (max-width: 576px) {
  .service--items {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .service-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1.5fr;
    grid-template-columns: 2fr 1.5fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .service-wrapper {
    background-color: var(--c-secondary);
    background-image: -o-linear-gradient(
      342deg,
      #bf6631 0%,
      rgba(224, 120, 57, 0) 46.69%
    );
    background-image: linear-gradient(
      108deg,
      #bf6631 0%,
      rgba(224, 120, 57, 0) 46.69%
    );
    border-radius: max(1.667vw, 24px);
    padding: 6vw;
  }
}
.editor-content.main-content {
  line-height: 2.5;
}
.service--items {
  gap: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.section-tabproduct {
  margin-bottom: max(8.958vw, 8rem);
}
.service-item {
  background: rgba(201, 108, 51, 1);
  padding: 1.8vw 1.5vw 3vw;
  border-radius: max(8px, 0.556vw);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* opacity: 0; */
}
@media (max-width: 576px) {
  .service-item {
    padding: 2rem;
  }
}
.service-item:hover {
  color: #fff;
}
.service-item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5vw;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service-item--wrap:nth-child(1) {
  -webkit-transform: translateY(-1.5vw);
  -ms-transform: translateY(-1.5vw);
  transform: translateY(-1.5vw);
}
.service-item--wrap:nth-child(2) {
  -webkit-transform: translateY(1.5vw);
  -ms-transform: translateY(1.5vw);
  transform: translateY(1.5vw);
}
.service-item__icon {
  width: max(7rem, 5vw);
  height: max(7rem, 5vw);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(255 255 255 / 10%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: max(1.1vw, 1rem);
  margin-bottom: max(1.181vw, 1.7rem);
}
.service-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.service-item__icon::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  background-image: -o-radial-gradient(#ffffff6e 50%, #ffffff00 70%);
  background-image: radial-gradient(#ffffff6e 50%, #ffffff00 70%);
  border-radius: 50%;
  bottom: -3.5vw;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  z-index: 0;
  z-index: -1;
}
.service-item__title {
  font-weight: 400;
  margin-bottom: max(0.2vw, 4px);
}
.service-item__subtitle {
  font-size: var(--fs-12);
}
/* content */
.blockcontent-title {
  font-size: var(--fs-32);
  display: block;
  line-height: 1.5;
}
.blockcontent--title {
  margin-bottom: max(3.333vw, 3rem);
}
.blockcontent-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blockcontent--title.mobile {
  text-align: center;
}
.blockcontent--title.mobile .title-line {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .blockcontent-wrapper {
    display: block;
  }
  .blockcontent--imgs {
    margin-bottom: 2rem;
  }
}
.blockcontent--imgs img {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.blockcontent--imgs {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  overflow: hidden;
}
.blockcontent--imgs,
.blockcontent--text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-blockcontent {
  background: #f9f9f9;
  padding: max(4.556vw, 5rem) 0;
}
/* catalog */
.ctlg-wrapper {
  /* transform: scale(0.8); */
  position: relative;
  padding: 5.7vw 0;
  height: 100%;
}
.ctlg--title {
  font-size: 10.139vw;
  font-weight: 200;
  position: absolute;
  z-index: -1;
  /* overflow: hidden; */
}

.ctlg-imgs .img {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.ctlg-imgs {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.ctlg-imgs .img0 {
  width: max(4.958vw, 4em);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  top: 66%;
  position: absolute;
  left: 26%;
}
.ctlg-imgs .img1 {
  width: max(4.958vw, 4em);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  top: 28%;
  position: absolute;
  left: 14%;
}
.ctlg-imgs .img2 {
  width: max(6.958vw, 4.5em);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  top: 21%;
  position: absolute;
  left: 64%;
}
.ctlg-imgs .img3 {
  width: max(5.958vw, 4.5em);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  top: 29%;
  position: absolute;
  left: 79%;
}
.ctlg-imgs .img4 {
  width: max(5.958vw, 4.5em);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  top: 63%;
  position: absolute;
  left: 79%;
}
.ctlg--title i {
}
.ctlg-bg {
  position: absolute;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0.8) scaleY(0.6);
  -ms-transform: scaleX(0.8) scaleY(0.6);
  transform: scaleX(0.8) scaleY(0.6);
}
.section-catalog {
  /* margin: 10vw 0; */
  /* margin-bottom: 100vh; */
  overflow: hidden;
  position: relative;
  height: calc((var(--vh, 1vh) * 100));
}
.ctlg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.ctlg-inner img {
  max-height: 24.833vw;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 34.514vw;
}
.ctlg-wrapper .btn {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-17vh);
  -ms-transform: translateY(-17vh);
  transform: translateY(-17vh);
  z-index: 5;
}

@media (max-width: 768px) {
  .ctlg--title {
    font-size: min(7rem, 12vw);
  }
  .ctlg--title i {
    display: block;
    line-height: 1.3;
  }
  .ctlg-bg {
    width: 88%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: auto;
  }
  .section-catalog {
    overflow: visible;
  }
  .section-catalog,
  .section-blockcontent {
    margin-bottom: max(8.958vw, 8rem);
  }
  .ctlg-inner img {
    max-width: 78%;
    max-height: none;
  }
  .ctlg-wrapper .btn {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media (max-width: 450px) {
  .ctlg-bg {
    height: 82%;
  }
  .section-blockcontent {
    margin-bottom: 0;
  }
  .ctlg-wrapper .btn {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  .section-catalog {
    margin-bottom: max(6.958vw, 4rem);
  }
}
/* blog */
.title--blog {
  font-size: var(--fs-36);
  letter-spacing: 1px;
  display: block;
  line-height: 1.5;
}
.section-blog {
  margin-bottom: max(8.958vw, 8rem);
  overflow: hidden;
}
.mobile .section-blog .title--between {
  justify-content: center;
  text-align: center;
}
.mobile .section-blog .title-line {
  justify-content: center;
}
.mobile .section-blog .btn--full {
  display: flex;
  width: max-content;
  margin-top: 3rem;
}
.title-blog--wrapper .title-line::before {
  margin-top: max(1vw, 1rem);
}
.title--between {
  margin-bottom: max(2.167vw, 4rem);
}
.section-blog .arr-blur {
  top: 39%;
}
@media (min-width: 1200px) {
  .section-blog .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1200px) {
  .section-blog .arr-blur {
    display: none;
  }
}
/*!
 * Percent-Preloader CSS - v1
 * @author JDM Digital - https://jdmdigital.co
 * Copyright (c) 2022
 */
.preloader {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: var(--c-primary);
  opacity: 1;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 1s ease-out 0.3s;
  -o-transition: 1s ease-out 0.3s;
  transition: 1s ease-out 0.3s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  /* clip-path: circle(112.1% at 50% 100%); */
  /* clip-path: polygon(
    0% 0%,
    0% 100%,
    0 70%,
    0 56%,
    100% 41%,
    100% 40%,
    0 56%,
    0 100%,
    100% 100%,
    100% 0%
  ); */
}
.page-loaded .percentage,
.page-loaded .loader-progress--wrapper,
.page-loaded .preloader img {
  opacity: 0;
}
.page-loaded .preloader {
  opacity: 0;
  pointer-events: none;
  /* transform: scale(0.5); */
  /* clip-path: inset(100% 0 0 0); */
  /* clip-path: circle(0% at 50% 100%); */
}
.preloader svg {
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  fill: #fff;
  opacity: 0.5;
  z-index: 2;
  margin: auto;
}
.preloader svg path {
  opacity: 0;
  -webkit-animation-name: preload;
  animation-name: preload;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  translate: 0% 50%;
  scale: 1;
  /* rotate: -45deg; */
}
.preloader img {
  /* position: absolute;
  inset: 0; */
  width: max(25%, 35rem);
  opacity: 0.7;
  /* height: 100%;
  opacity: 0.5; */
  z-index: 2;
  /* margin: auto; */
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.preloader .full {
  /* opacity: 1; */
  z-index: 4;
}
/* .preloader svg path:nth-child(1) {
  animation-delay: 0s;
}
.preloader svg path:nth-child(2) {
  animation-delay: 0.1s;
}
.preloader svg path:nth-child(3) {
  animation-delay: 0.15s;
}
.preloader svg path:nth-child(4) {
  animation-delay: 0.2s;
}
.preloader svg path:nth-child(5) {
  animation-delay: 0.25s;
}
.preloader svg path:nth-child(6) {
  animation-delay: 0.3s;
}
@keyframes preload {
  100% {
    translate: none;
    opacity: 1;
    rotate: 0deg;
    scale: 1;
  } */
/* } */
/* .preloader .inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
} */

.loader-progress--wrapper {
  width: max(20%, 24rem);
  background: #ffffff40;
  height: max(0.2vw, 3px);
  border-radius: 4px;
  position: relative;
  margin-top: 2vw;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.loader-progress {
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  right: 100%;
  position: absolute;
  background: #fff;
  height: 100%;
  left: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0px 19px #ffffff75;
  box-shadow: 0 0px 19px #ffffff75;
}
.preloader .percentage {
  font-size: max(1.1vw, 18px);
  line-height: 1;
  font-weight: 300;
  color: #fff;
  position: absolute;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: max(1.1vw, 11px);
  right: max(1.1vw, 11px);
}

/**************************/
/*iland*/
/**************************/
.iland {
  position: fixed;
  bottom: 0.5vw;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
  -webkit-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
@media (max-width: 1200px) {
  .iland {
    display: none;
  }
}
.iland.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.iland--inner {
  background-color: rgba(25, 25, 26, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 6.667vw;
  height: 6.222vw;
  width: 44%;
  pointer-events: all;
  position: relative;
}

/* .iland.open .iland--inner {
  width: 63.2%;
  height: 53vh;
  border-radius: 2.778vw;
} */
.iland-back,
.iland-front {
  position: absolute;
  inset: 0;
}
.iland-front--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.iland-front--map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  gap: 0.694vw;
  font-size: var(--fs-14);
}
.iland-front--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  inset: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3vw;
  /* transform: scaleY(0); */
  opacity: 0;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
i.iland-front__img {
  width: 4.417vw;
  height: 3.653vw;
}
i.iland-front__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.iland-front--product {
  isolation: isolate;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.iland-front--product img {
  width: 3.958vw;
  height: 3.958vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.iland-front--product svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.iland-front--items.active {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.iland-front--product .icon-lg-arr {
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 0.625vw;
  z-index: -1;
}
.iland-button {
  line-height: 1;
  position: absolute;
  background: rgb(214 211 211);
  border-radius: 3.889vw;
  height: 2.292vw;
  width: 10.556vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotateX(180deg);
  transform: translateX(-50%) translateY(-50%) rotateX(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  font-size: 1.389vw;
  color: #fff;
  cursor: pointer;

  z-index: 10;
}
.iland-button i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.iland.open .iland--inner .iland-button i {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.iland-front {
  /* opacity: 0; */
}
.iland-back--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: max(0.556vw, 8px);
  border: max(0.069vw, 1px) solid rgba(255, 255, 255, 0.1);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.iland-back--items:first-child {
  margin-top: max(1.111vw, 16px);
}
.iland-back__img {
  border-radius: 0 11vw 11vw 0/0 17vw 17vw 0;
  background: rgba(67, 67, 67, 0.3);
  width: max(5.903vw, 7.5rem);
  /* height: max(5.972vw, 8rem); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: max(0.347vw, 4px);
}
.iland-back-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: max(1vw, 10px);
}
.iland-back-map .mapimg {
  width: max(4.514vw, 41px);
  height: max(3.889vw, 41px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: max(0.833vw, 8px);
}
.iland-back-map .maptitle {
  font-size: var(--fs-14);
}
.iland-back-map .icon-arrow-right {
  width: max(2.778vw, 3rem);
  height: max(2.778vw, 3rem);
  border-radius: 50%;
  border: max(0.069vw, 1px) solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3.333vw;
  color: var(--c-secondary);
}
.iland-back__human {
  width: max(5.903vw, 7.5rem);
}
.iland-back__human img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: 100% 88%;
  -ms-transform-origin: 100% 88%;
  transform-origin: 100% 88%;
}
.iland-back--items {
  margin-top: max(2.014vw, 2rem);
}
.iland-back {
  padding: 2vw 2vw;
  opacity: 0;
}
.iland-back--inner {
  padding: 2vw 3vw;
  overflow-y: auto;
  height: 100%;
}
