<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######################## Root ######################## */
:root {
  --cr-light: #ffffff;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #b91213;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}

/* ######################## Utility ######################## */
/* @@@@@@@@@@@@@@@ TEXT @@@@@@@@@@@@@@ */
.nowrap {
  white-space: nowrap !important;
}

.icw .text-light {
  color: var(--cr-light) !important;
}

.icw .text-black,
.text-black {
  color: var(--cr-black) !important;
}

.icw .text-dark {
  color: var(--cr-dark) !important;
}

.icw .text-green,
.text-green {
  color: var(--cr-green) !important;
}

.icw .text-gray {
  color: var(--cr-gray) !important;
}

.icw .text-lightgray {
  color: var(--cr-lightgray) !important;
}

.icw .text-red {
  color: var(--cr-red) !important;
}

.icw .text-warning {
  color: var(--cr-warning) !important;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: "kurious-looped";
  z-index: inherit;
}

.icw .main strong {
  font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
  margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
  font-family: "kurious-looped";
  margin: 0;
}

.icw h1,
.icw .h1 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}

.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}

.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}

.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}

.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}

.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.5em;
}

.icw p {
  font-family: "kurious-looped";
  font-size: 16px;
}

.icw p strong {
  font-weight: 600;
}

.icw p.desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}

.icw p.desc strong {
  font-weight: 600;
}

.icw .caption {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.icw .caption strong {
  font-weight: 600;
}

.icw a.link {
  font-family: "kurious-looped";
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

.icw ul {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 200px) {
  .icw h1,
  .icw .h1 {
    font-size: 28px;
    line-height: 1.5em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.5em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .icw h1,
  .icw .h1 {
    font-size: 42px;
    line-height: 1.5em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.5em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.5em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/* @@@@@@@@@@@@@@@ Layout @@@@@@@@@@@@@@ */
.icw button,
.icw input,
.icw select,
.icw textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  min-width: inherit;
  font: inherit;
  text-transform: none;
  text-align: left;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icw input::placeholder {
  color: #999;
  font-family: "kurious-looped";
}

.icw .container:before,
.icw .container:after {
  content: "";
  display: table;
  clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.icw .container {
  max-width: 1172px;
}

.icw .container-xs {
  max-width: 830px;
}

.icw .container-sm {
  max-width: 930px;
}

.icw .container-md {
  max-width: 1030px;
}

.icw .a-left {
  text-align: left;
}

.icw .a-center {
  text-align: center;
}

.icw .a-right {
  text-align: right;
}

.icw .row-0 {
  margin: 0px;
}

.icw .row-0 &gt; div {
  padding: 0px;
}

.icw .row-20 {
  margin: 0 -10px;
}

.icw .row-20 &gt; div {
  padding: 0 10px;
}

.icw .row-flex {
  display: flex;
  flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
  align-items: center;
}

.icw .row-flex &gt; div {
  float: none;
}

.icw .row-flex &gt; .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.icw .row-flex &gt; .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.icw .row-flex &gt; .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.icw .row-flex &gt; .col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.icw .item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icw .item-list:after {
  content: "";
  display: table;
  clear: both;
}

.icw .item-list &gt; li {
  float: left;
}

.icw .section {
  position: relative;
}

.icw .section .sc-inner {
  position: relative;
}

.icw .section .sc-heading {
  text-align: center;
}

@media screen and (min-width: 200px) {
  .section .sc-inner {
    padding: 48px 0;
  }

  .section .sc-heading {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .section .sc-inner {
    padding: 64px 0;
  }

  .section .sc-heading {
    margin-bottom: 32px;
  }
}

/* @@@@@@@@@@@@@@@ Button @@@@@@@@@@@@@@ */
.icw .btn {
  padding: 0 32px;
  width: auto;
  min-width: 120px;
  font-family: "kurious-looped";
  font-weight: 600;
  border: 0;
  font-size: 16px;
  height: 48px;
  background: transparent;
  color: var(--cr-gray);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  transition: var(--tsition);
  line-height: 1.5em;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: +1;
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
  color: var(--cr-gray);
  background-color: transparent;
  outline: 0;
  outline-offset: 0;
}

.icw .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: var(--tsition);
  opacity: 0;
}

.icw .btn:hover:before {
  left: 0;
  opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
  color: var(--cr-gray);
  background-color: transparent;
  border-color: var(--cr-border);
  opacity: 0.5;
}

.icw .btn.fluid {
  width: 100%;
  min-width: inherit;
}

.icw .btn.btn-primary {
  background: var(--cr-green);
  color: var(--cr-light);
  transition: all 0.8s, color 0.3s 0.3s;
}

.icw .btn.btn-primary:hover {
  background: var(--cr-green);
  color: var(--cr-light);
  border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
  background-color: #0bc160;
}

.icw .btn.btn-secondary {
  background: var(--cr-light);
  color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
  background: var(--cr-light);
  color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
  background-color: var(--cr-green);
}

/* @@@@@@@@@@@@@@@ Magnific popup @@@@@@@@@@@@@@ */
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mfp-wrap.mfp-ready .mfp-container {
  opacity: 1;
  padding: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  visibility: visible;
}

.mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  background-color: #00a950;
  color: #fff;
  top: -15px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
  font-size: 0px;
  transition: var(--tsition);
  position: absolute;
}

#popup-qr-code .mfp-close {
  top: -15px;
  right: -15px;
  position: absolute;
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 2px;
  background-color: var(--cr-light);
  margin: auto;
  transition: var(--tsition);
}

.mfp-close-btn-in .mfp-close:before {
  transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
  transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:hover:before {
  background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:hover:after {
  background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:active {
  top: 0px;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  background: rgba(0, 0, 0, 0.2);
  z-index: 100001;
}

@media screen and (max-width: 1024px) {
  .mfp-close-btn-in .mfp-close {
    top: -15px;
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }

  #popup-qr-code .mfp-close {
    /* top: -76px; */
    top: -36px;
    right: 16px;
  }
}

/* @@@@@@@@@@@@@@@ Swiper @@@@@@@@@@@@@@ */
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 0.35;
}

.swiper-initialized:hover
  .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.swiper-initialized:hover
  .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: #ffffff;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: var(--tsition);
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev {
  left: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  left: 2px;
  border-top: 2px solid var(--cr-green2);
  border-left: 2px solid var(--cr-green2);
  visibility: visible;
  transition: var(--tsition);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button-next:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
  text-align: center;
  margin: 0;
  padding-top: 32px;
  position: relative;
  bottom: 0;
}

.swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ddd;
  opacity: 1;
  transition: var(--tsition);
}

.swiper-pagination-bullet-active {
  background: var(--cr-green);
  border-color: var(--cr-green);
  opacity: 1;
  width: 24px;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-horizontal
  &gt; .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0;
}

.swiper-horizontal
  &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: var(--tsition);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 12px;
  }

  .swiper-horizontal
    &gt; .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 4px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-horizontal &gt; .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 24px;
  }
}

/* @@@@@@@@@@@@@@@ Hiden and Visible @@@@@@@@@@@@@@ */
.icw .show-w1199 {
  display: none;
}

.icw .show-w991 {
  display: none;
}

.icw .show-w767 {
  display: none;
}

.icw .show-w414 {
  display: none;
}

.icw .show-w375 {
  display: none;
}

.icw .show-w360 {
  display: none;
}

.icw .show-w320 {
  display: none;
}

.icw .show-w280 {
  display: none;
}

@media (max-width: 1199px) {
  .icw .show-w1199 {
    display: block;
  }

  .icw .hide-w1199 {
    display: none;
  }
}

@media (max-width: 991px) {
  .icw .show-w991 {
    display: block;
  }

  .icw .hide-w991 {
    display: none;
  }
}

@media (max-width: 767px) {
  .icw .show-w767 {
    display: block;
  }

  .icw .hide-w767 {
    display: none;
  }
}

@media (max-width: 414px) {
  .icw .show-w414 {
    display: block;
  }

  .icw .hide-w414 {
    display: none;
  }
}

@media (max-width: 375px) {
  .icw .show-w375 {
    display: block;
  }

  .icw .hide-w375 {
    display: none;
  }
}

@media (max-width: 360px) {
  .icw .show-w360 {
    display: block;
  }

  .icw .hide-w360 {
    display: none;
  }
}

@media (max-width: 320px) {
  .icw .show-w320 {
    display: block;
  }

  .icw .hide-w320 {
    display: none;
  }
}

@media (max-width: 280px) {
  .icw .show-w280 {
    display: block;
  }

  .icw .hide-w280 {
    display: none;
  }
}

/* ===== Page Start ===== */
/* ######################## Navigation bar ######################## */
@media screen and (min-width: 1140px) {
  nav#navigation-page-sticky.stickyNav {
    display: none !important;
  }
}
/* ######################## End Navigation bar #################### */

/* ######################## sc-theme-products ######################## */
.sc-theme-products {
  background-color: #fafafa;
}
.sc-theme-products .sc-heading .h-title {
  margin-bottom: 8px;
}
.sc-theme-products .container {
  max-width: none;
  padding: 0;
}
.sc-theme-products .sc-content {
  max-width: none;
}
.sc-theme-products .products-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sc-theme-products .product-item {
  position: relative;
}
.sc-theme-products .product-item .product-img {
  height: 600px;
}
.sc-theme-products .product-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-theme-products .product-item .product-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  display: inline-block;
  padding: 32px;
}
.sc-theme-products .product-content .text-wrapper {
  margin-bottom: 24px;
}
.sc-theme-products .text-wrapper .desc {
  font-size: 20px;
}
.sc-theme-products .product-content .product-logo {
  max-height: 48px;
  width: auto;
  margin-bottom: 8px;
}
.sc-theme-products .btn.btn-primary {
  font-size: 16px;
  padding: 8px 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sc-theme-products .sc-heading {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sc-theme-products .product-item .product-img {
    height: 480px;
  }
  .sc-theme-products .product-item .product-content {
    padding: 24px 16px;
    width: 100%;
  }
  .sc-theme-products .product-content .product-logo {
    max-height: 32px;
  }
  .sc-theme-products .text-wrapper .desc {
    font-size: 16px;
  }
  .sc-theme-products .btn.btn-primary.show-w767 {
    display: inline-block;
  }
}

/* @@@@@@@@@@@@@@@ product-popup @@@@@@@@@@@@@@ */
.mfp-wrap.mfp-ready.popup-product .mfp-content {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  padding: 24px 0;
  align-items: center;
  background: transparent;
  height: auto;
  max-width: 100%;
}
.popup-product .sc-inner-popup {
  padding: 100px 0;
}
.popup-product .container-popup {
  position: relative;
}
.popup-product .qr-popup-wrapper {
  display: flex;
  min-width: 1000px;
  height: 472px;
  border-radius: 8px;
}
.popup-product .w-50 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-product .qr-popup-text {
  max-width: 415px;
}
.popup-product .title {
  color: #00a94f;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
.popup-product p.desc {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.popup-product .bg-left {
  border-radius: 8px 0 0 8px;
  background-color: #ffffff;
}
.popup-product .bg-right {
  background: linear-gradient(96.12deg, #2eaa99 0.54%, #2a9489 100%);
  border-radius: 0 8px 8px 0;
}
.popup-product .product-popup-qr {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.popup-product .product-popup-qr .text-sub {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.popup-product .ezyQR {
  width: 250px;
  height: 250px;
  border-radius: 8px;
}

/* ######################## End sc-theme-products ##################### */
</pre></body></html>