<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*============================== Hidden &amp; Visible ===============================*/
.show-w1199 {
  display: none !important;
}
.show-w991 {
  display: none !important;
}
.show-w767 {
  display: none !important;
}
.show-inline-w767 {
  display: none !important;
}
.show-w414 {
  display: none !important;
}
.show-w375 {
  display: none !important;
}
.show-w360 {
  display: none !important;
}

@media (max-width: 1199px) {
  .show-w1199 {
      display: block !important;
  }
  .hide-w1199 {
      display: none !important;
  }
}
@media (max-width: 991px) {
  .show-w991 {
      display: block !important;
  }
  .hide-w991 {
      display: none !important;
  }
}
@media (max-width: 767px) {
  .show-w767 {
      display: block !important;
  }
  .show-inline-w767 {
      display: inline !important;
  }
  .hide-w767 {
      display: none !important;
  }
}
@media (max-width: 414px) {
  .show-w414 {
      display: block !important;
  }
  .hide-w414 {
      display: none !important;
  }
}
@media (max-width: 375px) {
  .show-w375 {
      display: block !important;
  }
  .hide-w375 {
      display: none !important;
  }
}
@media (max-width: 360px) {
  .show-w360 {
      display: block !important;
  }
  .hide-w360 {
      display: none !important;
  }
}
/*################################## syle Hero banner #################################*/
.sc-hero-banner .image img {
  width: 100%;
  height: auto;
}

/*################################## syle search-insure #####################################*/
.search-insure {background-color: #F5F5F5; position: relative; padding: 24px 16px; border-radius: 8px;}
.search-insure .sc-content {display: grid; grid-template-columns: 1fr 103px; min-height: 69px;     align-items: center; margin-bottom: 24px;}
.search-insure .sc-content .title {    font-family: "kurious-looped";  font-size: 20px; font-weight: 600; line-height: 1.5; color: #333333;}
.search-insure .thumb {position: absolute; width: 113px; top: 0;right: 0;}
.search-insure .btn-search:hover,
.search-insure .btn-search:focus ,
.search-insure .btn-search {display: flex; align-items: center; gap: 8px; border-radius: 8px; background-color: #ffffff; color: #00A94F; justify-content: center; height: 48px; padding-top: 0; padding-bottom: 0; font-size: 20px; line-height: 1.5; font-weight: 600; font-family: "kurious-looped";}
.search-insure .btn-search .icon{ font-size: 24px; color: #00A94F;}
@media screen and (max-width: 767px) {
  .search-insure .sc-content {grid-template-columns: 1fr 90.5px;}
  .search-insure .sc-content .title { font-size: 18px; }
  .search-insure {border: 1px solid #00A94F; background-color: #E5F6ED;}
}

/*################################## syle side-bar #####################################*/
.side-bar-inner {display: flex; flex-direction: column; gap: 24px;}
@media screen and (min-width: 1141px) {
  .side-bar-inner { position: sticky; top: 130px; padding-bottom: 128px;}
}

/*################################## syle content #####################################*/
.content-layout .layout {display: grid; grid-template-columns: 66.229% 369px; gap: 16px;}
@media screen and (max-width: 1140px) {
  .content-layout{ padding-bottom: 32px; }
  .content-layout .layout{grid-template-columns: 100%; gap: 0;}
}
.icw .content .sc-inner {
  /* padding: 50px 0 65px; */
  padding: 30px 0 96px;
}

.icw .mt-15 {
  margin-top: 15px !important;
}

.icw .sc-content p,
.icw .sc-content ol li,
.icw .sc-content ul li {
  /* font-family: Kanit, sans-serif; */
  color: #666;
  margin-bottom: 10px;
}

.icw .sc-content ol {
  padding-left: 15px;
}

.icw .sc-content ol li {
  list-style: decimal;
  padding-left: 5px;
}

.icw .sc-content ul li {
  list-style: disc;
  padding-left: 5px;
}

.icw .sc-content ul ul li {
  list-style: circle;
  padding-left: 5px;
}

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

.icw .table-content {
  width: 100%;
  margin: 20px auto 25px;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px 1px rgb(0 0 0 / 10%);
}

.icw .table-content .bg-gray {
  background-color: #f4f4f4;
}

.icw .table-content tr .bg-green {
  background-color: #edfff5;
  color: #00a94f;
}

.icw .table-content thead {
  background-color: #00A850;
}

.icw .table-content thead th{
  color: #fff;
}

.icw .table-content thead th, .icw .table-content tbody td {
  font-family: "kurious-looped";
  padding: 10px;
  border: 1px solid #f4f4f4;
}

.icw .img-graph {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
  display: block;
}

.icw .sc-content .tb {
  display: table;
}

.icw .sc-content .tb-cell {
  display: table-cell;
}

.icw .sc-content .tb-cell img {
  width: 100%;
}

.compn-overflow .compn-overflow-wrapper .compn {
  max-width: 990px;
}

.icw .pr-20-pc {
  padding-right: 20px;
}

.icw .img-content {
  margin: 20px auto;
}

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

.section ul li &gt; ul li::before {
  content: '';
}

.margin-auto {
    margin: auto;
    display: block;
}


/*###########################  relate_promotion ########################### */
.icw .rl-promo {
  background-color: #fff;
}

.icw .rl-promo .default-item .content {
  background-color: #f7f7f7;
}

.slick-initialized .slick-slide {
  padding: 0 17px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: 'icongarage';
  font-size: 12px;
  color: inherit;
  line-height: 35px;
  color: #00a850;
}

.slick-slider .slick-prev:before {
  content: '\e904';
}

.slick-slider .slick-next:before {
  content: '\e905';
}

/*########################### consult ###########################*/
.sc-consult {background-color: #E5F6ED;}
.sc-consult .sc-content {display: grid; grid-template-columns: 50% minmax(300px , 514px); gap: 64px;}
.sc-consult .sc-content .title {color: #00A94F; margin-bottom: 4px; font-family: "kurious-looped"; line-height: 1.5; font-weight: 600; font-size: 33px;}
.sc-consult .sc-content .desc {color: #333333; font-size: 18px; font-weight: 600;margin-bottom: 24px; line-height: 1.5;  font-family: "kurious-looped";}
.sc-consult .sc-content .entry {display: flex; flex-direction: column; gap: 10px;}
.sc-consult .sc-content .entry .entry-item {background-color: #fff; display: flex; gap: 8px; padding: 16px 8px; color: #333333; font-size: 16px; text-decoration: none; border-radius: 8px; max-width: 354px;  font-family: "kurious-looped"; line-height: 1.5;}
.sc-consult .sc-content .entry .entry-item span {text-decoration: none; font-family: "kurious-looped"; line-height: 1.5;}
.sc-consult .sc-content .entry .entry-item .icon {color: #00A94F;font-size: 24px;}
@media screen and (max-width: 767px) {
  .sc-consult .sc-content{ gap: 16px; grid-template-columns: 1fr;}
  .sc-consult .sc-content .title {font-size: 24px;}
  .sc-consult .sc-content .desc {font-size: 16px;}
  .sc-consult .sc-content .entry .entry-item {font-size: 13px; max-width: 100%;}
}


/*########################### table zoom ###########################*/
.icw .more.content {
  color: #00a94f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  position: relative;
}

.icw .more.content::after {
  margin-left: 3px;
}

.icw .more.content:hover {
  color: #13c165;
}

.icw .more.content span {
  text-decoration: underline;
}

.text-zoom {
  text-align: center;
}

.text-zoom p {
  display: inline-block;
  font-size: 14px;
}

.text-zoom img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.table .image {
  margin: 15px 0;
}

.icw .table .bg-gray {
  background-color: #f8f8f8 !important;
  border-radius: 0;
}
/*########################### end table zoom ###########################*/

/*########################### popup ###########################*/
.popup-open .mfp-content {
  width: 100%;
  max-width: 1170px;
  margin: 50px 0;
  text-align: center;
}
.popup-open .mfp-container {
  padding-left: 15px;
  padding-right: 15px;
}

.popup-open .mfp-content .mfp-close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 120;
  opacity: 1;
}

.popup-open .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-personal {
  min-width: 1000px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business {
  min-width: 700px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business td,
.compn-overflow .compn-overflow-wrapper .compn.tb-personal td {
  border-right: 1px solid rgba(230, 230, 230, 0.7);
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  border-collapse: collapse;
}

.popup-open .mfp-content .sc-container {
  padding: 50px 15px;
}

.qn-content .table {
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .popup-open .mfp-content .mfp-close {
    right: -10px !important;
  }
}

/*########################### end popup ###########################*/
/*########################### breakpoints ###################################*/
@media screen and (max-width: 991px) {
  .slick-slider .slick-next {
    right: 10px;
  }
  .slick-slider .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .icw .table-content thead th,
  .icw .table-content tbody td {
    padding: 10px;
  }
  .icw .table-content {
    width: 100%;
  }
  .icw .table.table1 {
    min-width: 700px;
  }
  .icw .sc-content .tb {
    display: block;
  }

  .icw .sc-content .tb-cell {
    display: block;
  }

  .icw .pr-20-pc {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .icw .content .sc-inner {
    padding: 25px 0 40px;
    
  }

  .icw .table-content {
    margin: 20px auto;
  }
}

@media screen and (max-width : 1140px) {
  .icw .content .sc-inner {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 413px) {
  .icw .visible-w414 {
    display: block;
  }
}


/* get */
</pre></body></html>