<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
: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: .3s ease-in-out;
  --radius: 8px;
}

/*============================== 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 .text-bold {
  font-weight: 600;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-dark);
  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 {
  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 a {
  text-decoration: none;
}

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

.icw input[type="text"], .icw input[type="password"], .icw input[type="date"], .icw input[type="datetime"], .icw input[type="datetime-local"], .icw input[type="month"], .icw input[type="week"], .icw input[type="email"], .icw input[type="number"], .icw input[type="search"], .icw input[type="tel"], .icw input[type="time"], .icw input[type="url"], .icw textarea, .icw select {
  height: 57px !important;
  color: var(--cr-green);
  border: 1px solid #bbb !important;
  font-weight: 600;
}

.icw input[type="text"]:focus, .icw input[type="password"]:focus, .icw input[type="date"]:focus, .icw input[type="datetime"]:focus, .icw input[type="datetime-local"]:focus, .icw input[type="month"]:focus, .icw input[type="week"]:focus, .icw input[type="email"]:focus, .icw input[type="number"]:focus, .icw input[type="search"]:focus, .icw input[type="tel"]:focus, .icw input[type="time"]:focus, .icw input[type="url"]:focus, .icw textarea:focus, .icw select:focus, input[type=radio].css-checkbox + .css-label, input[type=checkbox].css-checkbox + .css-label, .select .chosen-container-active .chosen-single, .select .chosen-container-active .chosen-drop, .select .chosen-container-single .chosen-single, .select-transparent select, .select-transparent .chosen-container-single .chosen-single, .icw-form .filled input, .icw-form .filled textarea, .icw-form .filled select {
  color: var(--cr-green) !important;
}

.icw .main .btn {
  border-radius: 8px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 600;
}

.icw .main .btn {
  overflow: hidden;
  position: relative;
  z-index: 1
}

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

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

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

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

.icw .main .btn-secondary {
  color: #03730F;
  background-color: #64FD30;
}

.icw .main .btn-secondary:before {
  background-color: #bbff85;
}

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

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

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

  .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.3em;
  }

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

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

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

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

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

/*============================== Hidden &amp; Visible ===============================*/
.show-w1199 {
  display: none;
}

.show-w991 {
  display: none;
}

.show-w767 {
  display: none;
}

.show-w414 {
  display: none;
}

.show-w375 {
  display: none;
}

.show-w360 {
  display: none;
}

.show-w320 {
  display: none;
}

.show-w280 {
  display: none;
}

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

  .hide-w1199 {
    display: none;
  }
}

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

  .hide-w991 {
    display: none;
  }
}

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

  .hide-w767 {
    display: none;
  }
}

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

  .hide-w414 {
    display: none;
  }
}

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

  .hide-w375 {
    display: none;
  }
}

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

  .hide-w360 {
    display: none;
  }
}

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

  .hide-w320 {
    display: none;
  }
}

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

  .hide-w280 {
    display: none;
  }
}

/*============================== 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;
  font-weight: 600;
}

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

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

.icw .container, .icw .container-xxs, .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-xxs {
  max-width: 750px;
}

.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: 24px;
  }
}

.icw .mb-8 {
  margin-bottom: 8px;
}

.icw .mb-32 {
  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 .8s,color .3s .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);
}

.bodyPage.caltax {
  padding-top: 0;
}

/*============================== Accordion ===============================*/
.accordion {
  position: relative;
}

.accordion:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-title {
  position: relative;
  padding: 20px 64px 20px 22px;
  background: #fff;
  border-left: 3px solid #00A850;
  color: #333;
  word-wrap: break-word;
  cursor: pointer;
}

.accordion-title:after {
  font-family: 'icongarage';
  content: "\e90f";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.accordion-title.active:after {
  content: "\e910";
}

.accordion-title:after, .accordion-title:hover, .accordion-title.active {
  color: #00A850;
}

.accordion-content .entry-content {
  padding: 5px 64px 25px 25px;
  background: #fff;
  font-size: 14px;
}

/*============================== sc-faq ===============================*/
.sc-faqs {
  background: #fafafa;
}

.sc-faqs .accordion {
  border-radius: 8px;
  background: var(--cr-light);
  padding: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 16px;
}

.sc-faqs .accordion:not(:last-child) {
  margin-bottom: 16px;
}

.sc-faqs .accordion-title {
  border-left: 0;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  padding-right: 48px;
}

@media screen and (min-width: 768px) {
  .sc-faqs .accordion-title {
    font-size: 18px;
  }
}

.sc-faqs .accordion-title:after, .sc-faqs .accordion-title:before {
  content: "";
  font-size: 0;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  background-color: var(--cr-green);
  transition: var(--tsition);
}

.sc-faqs .accordion-title:after {
  top: 1px;
}

.sc-faqs .accordion-title:before {
  transform: rotate(90deg);
}

/* .sc-faqs .accordion-title:hover, */
.sc-faqs .accordion-title.active {
  color: var(--cr-light);
  background-color: var(--cr-green);
}

.sc-faqs .accordion-title:hover:after, .sc-faqs .accordion-title:hover:before {
  background-color: var(--cr-green);
}

.sc-faqs .accordion-title.active:after {
  background-color: var(--cr-light);
}

.sc-faqs .accordion-title.active:before {
  opacity: 0;
}

.sc-faqs .accordion-content .content-wrapper {
  padding: 16px;
  padding-left: 0;
  border-left: 0;
  color: #333;
  word-wrap: break-word;
}

.sc-faqs .accordion-content .content-wrapper .link {
  text-decoration: underline;
  font-family: "kurious-looped";
  font-size: 16px;
  color: var(--cr-green);
}

.icw .sc-faqs .accordion-content .content-wrapper p {
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  /* margin-bottom: 0; */
}

.sc-faqs .accordion-content .content-wrapper p + ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.sc-faqs .accordion-content .content-wrapper strong {
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}

.sc-faqs .accordion-content ul {
  margin: 0;
  margin-left: 1.2em;
  list-style: disc;
  margin-bottom: 16px;
}

.sc-faqs .accordion-content ul &gt; li {
  position: relative;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  list-style-type: disc;
}

.sc-faqs .accordion-content ul &gt; li + li {
  /* margin-top: 5px; */
}

/* .sc-faqs .accordion-content ul &gt; li &gt; ul &gt; li:before{content: '-';position: absolute;right: 100%;top: 0px;text-align: left;width: 15px;} */
.sc-faqs .accordion-content ol {
  counter-reset: section;
  /* margin-left: 1.2em; */
  padding-left: 1em;
}

.sc-faqs .accordion-content ol &gt; li {
  position: relative;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  list-style-type: none;
}

.sc-faqs .accordion-content ol &gt; li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  right: 100%;
  top: 1px;
  text-align: left;
  width: 18px;
}

.sc-faqs .accordion-content ol &gt; li.heading {
  font-weight: 600;
  color: var(--cr-green);
  margin-bottom: 16px;
  &amp;:last-of-type {
    margin-bottom: 0px;
  }
}

.sc-faqs .accordion-content ol &gt; li.heading li {
  color: var(--cr-dark);
}

.sc-faqs .accordion-content ol &gt; li.heading:before {
  font-weight: 600;
  color: var(--cr-green);
}

.sc-faqs .accordion-content ol &gt; li + li {
  /* margin-top: 5px; */
}

.sc-faqs .accordion-content .link-tel {
  color: var(--cr-light);
  white-space: nowrap;
  text-decoration: none;
  color: var(--cr-light);
  background-color: var(--cr-green);
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}

.sc-faqs .accordion-content .link-tel {
  display: none;
}

.sc-faqs .accordion-content .link-tel .icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.sc-faqs .sc-accordion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.sc-faqs .btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 32px;
  gap: 24px;
}

.sc-faqs .accordion-content .content-wrapper .box-tax {
  background: #FAFAFA;
  padding: 16px;
  margin-bottom: 16px;
  line-height: 2;
  border-radius: 8px;
  p {
    line-height: 2;
    margin-bottom: 0;
  }
}

.icw .sc-faqs dd {
  margin-left: 16px;
  -webkit-margin-start: 16px;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .sc-faqs .btn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
  }
}

/*============================== CUSTOM CALTAX FORM ===============================*/
.icw [class^='Home_title'] {
  padding-top: 0;
  h3 {
    text-align: center
  }
}

.icw [class^='Home_incomeValue'] h3 {
  font-size: 20px;
  font-weight: 600;
  color: #37c49a;
}

.icw [class^='Home_taxValue'] h3 {
  font-size: 20px;
  font-weight: 600;
  color: #d52856;
}

.icw [class^='Home_buyFundSection'] h3 {
  font-weight: 600;
}

.icw input[class^='inputText_alignRight'] {
  text-align: end;
}

.icw input[class^='stepper_stepDescriptionActive'] {
  font-weight: 600;
}

.icw [class^='Home_noteSectionBody'] {
  font-size: 13px;
}

/*######################### swiper #########################*/
.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  margin: 24px 0 0 -5px;
  padding: 0;
  display: flex;
  justify-content: center;
  width: calc(100vw - 16px);
  bottom: 0px;
  position: relative;
}

.icw .swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border-radius: 50px;
  border: 0;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  background: var(--cr-light);
  transition: var(--tsition);
}

.icw .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--cr-green);
}

/*############################ tab ###################################*/
.tab-content {
  display: none;
}

.icw .main .tab-control {
  text-align: center;
  border-bottom: 1px solid var(--cr-border);
}

.icw .main .tab {
  position: relative;
  display: block;
  vertical-align: top;
}

.icw .main .tab .control, .icw .main .tab .selector {
  border-radius: 45px;
  overflow: hidden;
}

.icw .main .tab .control {
  display: table;
  table-layout: fixed;
  width: auto;
  width: 100%;
}

.icw .main .tab .control a {
  padding: 5px 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  color: var(--cr-gray);
  font-size: 16px;
  transition: var(--tsition);
  font-weight: 600;
}

.icw .main .tab .control a.active {
  color: var(--cr-dark);
  pointer-events: none;
  font-weight: 600;
}

.icw .main .tab .selector {
  display: inline-block;
  height: 3px;
  position: absolute;
  background-color: var(--cr-green);
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.icw .main .tab-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.icw .main .tab-content.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
  display: block;
}

/*============================== sc-recommend ===============================*/
.sc-recommend {
  background-color: var(--cr-light);
}

.sc-recommend .sc-inner {
  padding: 48px 0 0;
  /* background-image: linear-gradient(135deg, rgba(255,255,255,1) 50%, rgba(0,169,79,0.29735644257703087) 100%); */
}

.sc-recommend.sc-top .sc-inner {
  padding-top: 90px;
}

.sc-recommend .sc-heading {
  margin-bottom: 24px;
}

.sc-recommend .sc-menu {
  margin-bottom: 24px;
  position: relative;
}

.sc-recommend .sc-menu:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 70px;
  background: linear-gradient(135deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 90%);
  pointer-events: none;
}

.sc-recommend .sc-content .tab-control {
  position: relative;
  height: 35px;
  border-bottom: 0;
}

.sc-recommend .sc-content .tab-control:before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #DBDBDB;
  border-radius: 50px;
  z-index: 4;
}

.sc-recommend .sc-content .timebar {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0px;
  height: 2px;
  background-color: #BCBCBC;
  transition: 0ms ease-in-out;
  border-radius: 50px;
}

.sc-recommend .sc-content .tab {
  position: relative;
  z-index: 2;
  overflow: auto;
  margin-right: 25px;
}

.sc-recommend .sc-content .tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: fit-content;
  border-radius: 0;
  gap: 16px;
}

.sc-recommend .sc-content .tab .control:after {
  content: '';
  display: table;
  clear: both;
}

.sc-recommend .sc-content .tab .control a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0;
  transition: none;
  border-bottom: 3px solid transparent;
  text-decoration: none !important;
}

.sc-recommend .sc-content .tab .control a.active {
  font-weight: 600;
  pointer-events: none;
  border-bottom-color: var(--cr-green);
}

.sc-recommend .sc-content .tab .selector {
  display: none;
  height: 2px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}

.sc-recommend .sc-content .tab.active {
  overflow: visible;
}

.sc-recommend .sc-content .tab.active .control {
  display: block;
  flex-wrap: inherit;
  width: auto;
  margin-left: -15px;
  margin-right: -40px;
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 5px 5px 15px 5px;
  background-color: var(--color-light);
  text-align: left;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.sc-recommend .sc-content .tab.active .control:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: 0px;
  background-color: #e5e5e5;
}

.sc-recommend .sc-content .tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #efefef;
  margin: 5px;
}

.sc-recommend .sc-content .tab.active .control a.active {
  border-color: var(--cr-green);
}

.sc-recommend .action-dropdown {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 5px;
  right: 0;
  width: 25px;
  height: 20px;
  border-left: 1px solid #E5E5E5;
  align-items: center;
  justify-content: flex-end;
}

.sc-recommend .action-dropdown .link {
  display: block;
  position: relative;
  width: 25px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  text-align: right;
}

.sc-recommend .action-dropdown .link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin: auto;
  transition: var(--transition);
  transform: rotate(135deg);
  top: -8px;
  right: 0;
  bottom: 0;
  margin-right: 3px;
  border-top: 2px solid var(--cr-gray);
  border-right: 2px solid var(--cr-gray);
}

.sc-recommend .action-dropdown .link.active:before {
  transform: rotate(-45deg);
  top: 5px;
}

.sc-recommend .tab-dropdown {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.sc-recommend .tab-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.sc-recommend .tab-dropdown .txt {
  font-weight: 500;
  font-size: 16px;
  color: var(--cr-gray);
  line-height: 32px;
  text-align: left;
}

.sc-recommend .product-list {
  display: block;
}

.sc-recommend .head .thumb {
  display: none;
}

.sc-recommend .head .txt {
  color: var(--cr-light);
  text-align: center;
}

.sc-recommend .head h3.txt {
  margin-bottom: 24px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}

.sc-recommend .body .inner {
  display: flex;
  flex-direction: column-reverse;
}

.sc-recommend .body .btn-box {
  margin-top: 24px;
}

.sc-recommend #tab02 .body .btn-box .btn{
  color: var(--cr-light);
}

.sc-recommend .product-list {
  padding: 24px 16px 48px;
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 0;
}

.sc-recommend .sc-content .tab-content:nth-child(5n+2) .product-list {
  background-image: url(../img/product/BG_Calculate_tax-green.png);
  background-size: auto 100%;
  background-position: center;
}

.sc-recommend .sc-content .tab-content:nth-child(5n+3) .product-list,
.sc-recommend .sc-content .tab-content.bg-gray .product-list {
  background-image: url(../img/product/BG_Calculate_tax-grey.png);
  background-size: auto 100%;
  background-position: center;
}

.sc-recommend .sc-content .tab-content.bg-gray .product-list {
  margin-bottom: 16px;
}

.sc-question .sc-inner {
  padding: 32px 0;
}

.sc-question .box-img {
  position: relative;
}
.icw .main .sc-question .btn-white {
  color: var(--cr-green) !important;
  background-color: var(--cr-light);
  max-width: 156px;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  /* display: block; */
}

.icw .main .sc-question .btn-white:hover {
  color: var(--cr-light) !important;
}

.icw .main .sc-question .btn-white:before {
  background-color: #0BC160;
}

@media screen and (min-width: 768px) {
  .icw .main .sc-question .btn-white {
    right: auto;
    bottom: 48px;
    left: 48px;
  }
  
  .sc-question {
    background-color: #F3F3F3;
  }

  .sc-question .sc-inner {
    padding: 64px 0;
  }
}

@media screen and (min-width: 992px) {
  .sc-recommend #tab02 .body .btn-box .btn{
    color: var(--cr-green) !important;
  }
}

.swiper-recommend {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  padding: 0 16px;
}

.swiper-recommend .swiper-pagination {
  margin-top: 24px;
}

.swiper-recommend .item {
  padding: 0 0px;
  width: auto;
}

.swiper-recommend .item .thumb img {
  height: auto;
  object-fit: cover;
}

.swiper-recommend .wrapper {
  width: 250px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.swiper-recommend .-tag .thumb {
  height: auto;
}

.swiper-recommend .thumb {
  position: relative;
  overflow: hidden;
  /* height: 174px; */
  height: 150px;
  text-align: center;
}

.swiper-recommend .content {
  padding: 16px;
  background-color: var(--cr-light);
}

.swiper-recommend .content .tags {
  display: none;
}

.swiper-recommend .content .title {
  margin: 0 0 8px;
  color: var(--cr-black);
  font-weight: 600;
  font-size: 16px;
  height: 3.0em;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
}

.swiper-recommend .content .desc {
  margin: 0;
  color: var(--cr-gray);
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  font-family: kurious-looped;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  -webkit-box-orient: vertical;
}

.swiper-recommend .content .link {
  margin-top: 8px;
  text-decoration: underline;
}

.swiper-recommend .wrapper.-tag {
  position: relative;
}

.swiper-recommend .wrapper.-tag .thumb &gt; img {
  object-fit: cover;
  object-position: top center;
}

.swiper-recommend .wrapper.-tag .content {
  padding: 16px 16px 18px 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

.swiper-recommend .wrapper.-tag .content .tags {
  border-radius: 20px;
  border: 1px solid #CCEEDC;
  background: var(--cr-light);
  padding: 2px 12px;
  line-height: 1.53em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 600;
  color: var(--cr-green);
  margin-bottom: 8px;
}

.swiper-recommend .wrapper.-tag .content .title {
  color: var(--cr-light);
}

.swiper-recommend .wrapper.-tag .content .desc {
  display: none;
}

/*######################### RESPONSIVE #########################*/
@media screen and (min-width: 200px) {
  .sc-interesting {
    background-color: #F4F4F4;
  }

  .sc-interesting .sc-inner {
    padding: 48px 0;
  }

  .sc-interesting.sc-top .sc-inner {
    padding-top: 90px;
  }

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

  .swiper-interesting-main {
    margin: 0 0;
    width: auto;
  }

  .swiper-interesting-main .swiper-pagination-bullet {
    background: #D9D9D9;
  }

  .swiper-interesting-main .swiper-pagination-bullet-active {
    background: var(--cr-green);
  }

  .swiper-interesting-main .item {
    padding: 0 0px;
    width: auto;
  }

  .swiper-interesting-main .wrapper {
    position: relative;
    width: 300px;
    display: block;
  }

  .swiper-interesting-main .thumb {
    position: relative;
    z-index: 0;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
  }

  .swiper-interesting-main .content {
    position: absolute;
    z-index: 1;
    text-align: center;
    left: 0;
    bottom: 24px;
    right: 0;
    width: 200px;
    margin: auto;
  }

  .swiper-interesting-main .content a.link {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
  }

  .swiper-interesting-main .content .btn {
    margin-top: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
  }

  .swiper-interesting-main .content .btn:before {
    background-color: #0BC160;
  }

  .swiper-interesting-main .content a.link {
    color: var(--cr-light);
  }

  .swiper-interesting-main .content .btn {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }

  .swiper-interesting-main .content.typeI a.link {
    color: var(--cr-light);
  }

  .swiper-interesting-main .content.typeI .btn {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }

  .swiper-interesting-main .content.typeII a.link {
    color: var(--cr-light);
  }

  .swiper-interesting-main .content.typeII .btn {
    color: var(--cr-green);
    background-color: var(--cr-light);
  }

  .swiper-interesting-main .content.typeII .btn:hover {
    color: var(--cr-light);
  }

  .swiper-interesting-main .content.typeIII a.link {
    color: var(--cr-green);
  }

  .swiper-interesting-main .content.typeIII .btn {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }

  .swiper-interesting-nav {
    display: none;
    margin-top: 16px;
  }

  .swiper-interesting-nav .item {
    padding: 0 8px;
  }

  .swiper-interesting-nav .thumb {
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.5;
    transition: var(--tsition);
  }

  .swiper-interesting-nav .thumb &gt; img {
    height: 60px;
    object-fit: cover;
    object-position: center;
  }

  .swiper-interesting-nav .swiper-slide-thumb-active .thumb {
    opacity: 1;
  }

  .sc-recommend {
    background-color: var(--cr-light);
  }

  .sc-recommend .sc-inner {
    padding: 48px 0 0;
    /* background-image: linear-gradient(135deg, rgba(255,255,255,1) 50%, rgba(0,169,79,0.29735644257703087) 100%); */
  }

  .sc-recommend.sc-top .sc-inner {
    padding-top: 90px;
  }

  .sc-recommend .sc-heading {
    margin-bottom: 24px;
  }

  .sc-recommend .sc-menu {
    margin-bottom: 24px;
    position: relative;
  }

  .sc-recommend .sc-menu:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 70px;
    background: linear-gradient(135deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 90%);
    pointer-events: none;
  }

  .sc-recommend .sc-content .tab-control {
    position: relative;
    height: 35px;
    border-bottom: 0;
  }

  .sc-recommend .sc-content .tab-control:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #DBDBDB;
    border-radius: 50px;
    z-index: 4;
  }

  .sc-recommend .sc-content .timebar {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0px;
    height: 2px;
    background-color: #BCBCBC;
    transition: 0ms ease-in-out;
    border-radius: 50px;
  }

  .sc-recommend .sc-content .tab {
    position: relative;
    z-index: 2;
    overflow: auto;
    margin-right: 25px;
  }

  .sc-recommend .sc-content .tab .control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: fit-content;
    border-radius: 0;
    gap: 16px;
  }

  .sc-recommend .sc-content .tab .control:after {
    content: '';
    display: table;
    clear: both;
  }

  .sc-recommend .sc-content .tab .control a.link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 1.6;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-dark);
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0;
    transition: none;
    border-bottom: 3px solid transparent;
    text-decoration: none !important;
  }

  .sc-recommend .sc-content .tab .control a.active {
    font-weight: 600;
    pointer-events: none;
    border-bottom-color: var(--cr-green);
  }

  .sc-recommend .sc-content .tab .selector {
    display: none;
    height: 2px;
    background-color: var(--cr-green);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  }

  .sc-recommend .sc-content .tab.active {
    overflow: visible;
  }

  .sc-recommend .sc-content .tab.active .control {
    display: flex;
    flex-wrap: inherit;
    width: auto;
    margin-left: -15px;
    margin-right: -40px;
    position: relative;
    z-index: 1;
    top: 40px;
    padding: 5px 5px 15px 5px;
    background-color: var(--color-light);
    text-align: left;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    background:#fff;
    flex-wrap: wrap;
    gap: 12px;
  }

  .sc-recommend .sc-content .tab.active .control:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    height: 0px;
    background-color: #e5e5e5;
  }

  .sc-recommend .sc-content .tab.active .control a {
    display: inline-flex;
    height: auto;
    padding: 8px 16px;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: #fff;
    margin: 0;
  }

  .sc-recommend .sc-content .tab.active .control a.active {
    border-color: var(--cr-green);
    background:var(--cr-green);
    color:var(--cr-light)
  }

  .sc-recommend .action-dropdown {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 5px;
    right: 16px;
    width: 25px;
    height: 20px;
    border-left: 1px solid #E5E5E5;
    align-items: center;
    justify-content: flex-end;
  }

  .sc-recommend .action-dropdown .link {
    display: block;
    position: relative;
    width: 25px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: right;
  }

  .sc-recommend .action-dropdown .link:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    margin: auto;
    transition: var(--transition);
    transform: rotate(135deg);
    top: -8px;
    right: 0;
    bottom: 0;
    margin-right: 3px;
    border-top: 1px solid var(--cr-green);
    border-right: 1px solid var(--cr-green);
  }

  .sc-recommend .action-dropdown .link.active:before {
    transform: rotate(-45deg);
    top: 5px;
  }

  .sc-recommend .tab-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }

  .sc-recommend .tab-dropdown.active {
    opacity: 1;
    visibility: visible;
  }

  .sc-recommend .tab-dropdown .txt {
    font-weight: 600;
    font-size: 16px;
    color: var(--cr-dark);
    line-height: 32px;
    text-align: left;
  }

  .sc-recommend .product-list {
    display: block;
  }

  .sc-recommend .head .thumb {
    display: none;
  }

  .sc-recommend .head .txt {
    color: var(--cr-light);
  }

  .sc-recommend .body .inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .sc-recommend .body .btn-box {
    margin-top: 24px;
  }

  .swiper-recommend {
    position: relative;
    overflow: hidden;
  }

  .swiper-recommend .swiper-pagination {
    margin-top: 24px;
  }

  .swiper-recommend .item {
    padding: 0 0px;
    width: auto;
  }

  .swiper-recommend .item .thumb img {
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .swiper-recommend .wrapper {
    width: 250px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  }

  .swiper-recommend .-tag .thumb {
    height: auto;
  }

  .swiper-recommend .thumb {
    position: relative;
    overflow: hidden;
    /*height: 174px; text-align: center;*/
  }

  .swiper-recommend .content {
    padding: 16px;
    background-color: var(--cr-light);
  }

  .swiper-recommend .content .tags {
    display: none;
  }

  .swiper-recommend .content .title {
    margin: 0 0 8px;
    color: var(--cr-black);
    font-weight: 600;
    font-size: 16px;
    height: 3.0em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
  }

  .swiper-recommend .content .desc {
    margin: 0;
    color: var(--cr-gray);
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    font-family: kurious-looped;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    -webkit-box-orient: vertical;
  }

  .swiper-recommend .wrapper.-tag {
    position: relative;
  }

  .swiper-recommend .wrapper.-tag .thumb &gt; img {
    object-fit: cover;
    object-position: top center;
  }

  .swiper-recommend .wrapper.-tag .content {
    padding: 16px 16px 18px 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
  }

  .swiper-recommend .wrapper.-tag .content .tags {
    border-radius: 20px;
    border: 1px solid #CCEEDC;
    background: var(--cr-light);
    padding: 2px 12px;
    line-height: 1.53em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 600;
    color: var(--cr-green);
    margin-bottom: 8px;
  }

  .swiper-recommend .wrapper.-tag .content .title {
    color: var(--cr-light);
  }

  .swiper-recommend .wrapper.-tag .content .desc {
    display: none;
  }
}

@media screen and (min-width: 716px) {
  .sc-recommend .sc-inner {
    /* background-image: linear-gradient(160deg, rgba(255,255,255,1) 50%, rgba(0,169,79,0.29735644257703087) 100%); */
  }

  .sc-recommend .body .btn-box {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-recommend .content {
    padding: 16px 24px;
  }

  .swiper-recommend .content .title {
    font-size: 18px;
  }

  .swiper-recommend .wrapper.-tag .thumb &gt; img {
    height: 292px;
  }

  .swiper-recommend .wrapper.-tag .content {
    padding: 16px 24px 18px 24px;
  }
}

@media screen and (min-width: 992px) {
  .swiper-interesting-main {
    width: 100%;
  }

  .swiper-interesting-main .item {
    width: 100%;
  }

  .swiper-interesting-main .swiper-pagination {
    display: none;
  }

  .swiper-interesting-main .wrapper {
    width: 100%;
  }

  .swiper-interesting-main .content {
    left: 48px;
    bottom: 48px;
    right: auto;
    width: 174px;
    text-align: left;
  }

  .swiper-interesting-nav {
    display: block;
    width: 704px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .sc-recommend {
    background: #FAFAFA;
  }

  .sc-recommend .sc-inner {
    background-image: none;
  }

  .sc-recommend .sc-content .tab-control {
    display: none;
  }

  .sc-recommend .sc-content .tab-content {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
    display: block;
  }

  .sc-recommend .sc-content .tab-content + .tab-content {
    margin-top: 24px;
  }

  .sc-recommend .sc-content .tab-content:nth-child(5n+2) .product-list {
    background-image: url(../img/product/BG_Calculate_tax-green.png);
    background-size: cover;
  }
  
  .sc-recommend .sc-content .tab-content:nth-child(5n+3) .product-list,
  .sc-recommend .sc-content .tab-content.bg-gray .product-list {
    background-image: url(../img/product/BG_Calculate_tax-grey.png);
    background-size: cover;
  }

  .sc-recommend .product-list {
    padding: 32px 40px 24px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: nowrap;
  }

  .sc-recommend .head {
    display: block;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
  }

  .sc-recommend .head .thumb {
    display: block;
  }

  .sc-recommend .head .txt {
    margin: 0 0 10px 0;
    text-align: left;
  }
  .sc-recommend .head h3.txt {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .sc-recommend .head .thumb {
    margin-left: -40px;
    padding-right: 52px;
  }

  .sc-recommend .head .thumb img {
    height: 320px;
  }

  .sc-recommend .body {
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .sc-recommend .body .inner {
    width: 620px;
    margin-right: -40px;
    overflow: hidden;
    display: block;
  }

  .sc-recommend .body .btn-box {
    width: auto;
    margin-bottom: 24px;
    margin-top: 5px;
    text-align: right;
    padding-right: 40px;
  }

  .sc-recommend .body .btn-box .btn {
    display: inline;
    background-color: transparent;
    color: var(--cr-green);
    height: auto;
    padding: 0;
    font-size: 16px;
    text-decoration: underline !important;
  }

  .sc-recommend .body .btn-box .btn:before {
    display: none;
  }

  .sc-recommend .body .btn-box .btn:hover {
    background-color: transparent;
  }

  .swiper-recommend {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .swiper-recommend .wrapper {
    width: 290px;
  }

  .swiper-recommend .wrapper.-tag .thumb &gt; img {
    height: auto;
  }

  .swiper-recommend .swiper-pagination {
    justify-content: flex-start;
    padding-left: 0px;
  }
}

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

  .sc-interesting.sc-top .sc-inner {
    padding-top: 200px;
  }

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

  .sc-interesting .sc-heading &gt; .h2.text-dark {
    color: var(--cr-black) !important;
  }

  .sc-interesting .sc-content {
    overflow: hidden;
  }

  .swiper-interesting-main .content {
    width: 200px;
  }

  .swiper-interesting-main .content a.link {
    font-size: 16px;
  }

  .swiper-interesting-nav {
    padding: 36px 0 16px;
    margin-top: 0;
  }

  .swiper-interesting-nav .item {
    transition: var(--tsition);
    transform: scale(1.0);
  }

  .swiper-interesting-nav .item:hover {
    transform: scale(1.15);
  }

  .sc-recommend .sc-inner {
    padding: 64px 0;
  }

  .sc-recommend .head .thumb {
    padding-right: 0;
    width: 350px;
  }

  .sc-recommend .body .inner {
    width: 711px;
    padding: 0 24px;
  }

  .sc-recommend .body .btn-box {
    padding-right: 16px;
  }

  .swiper-recommend .wrapper {
    transition: var(--tsition);
    transform: scale(1.0);
    box-shadow: -8px 4px 10px rgba(0, 0, 0, 0.1);
    background:#fff;
  }

  .swiper-recommend .wrapper:hover {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 1140px) {
  #navigation-footer .footer-sitemap .row-flex&gt;div {
      position: static;
  }
}</pre></body></html>