<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-dark: #333333;
  --cr-gray: #666666;
  --cr-black: #111111;
  --cr-lightgray: #999999;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
  white-space: nowrap;
}

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

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

.icw .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-black {
  color: var(--cr-black) !important;
}

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

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

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

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

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

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

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

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

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

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

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

@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-inline-w767 {
  display: none;
}

.show-w414 {
  display: none;
}

.show-w375 {
  display: none;
}

.show-w360 {
  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;
  }

  .show-inline-w767 {
    display: inline-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;
  }
}

/*============================== 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 .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;
}

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

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

/*============================== 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);
}

/* button for nav floating apply */
#navigation-page-sticky .btn.btn-xs.btn-green {
  padding: 0;
}

/*============================== swiper ===============================*/
.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: var(--cr-light);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}

.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;
  border-top: 2px solid #256d47;
  border-left: 2px solid #256d47;
  visibility: visible;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
}

.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;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  border: 1px solid #dddddd;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--cr-light);
  opacity: 1;
  transition: var(--tsition);
}

.swiper-pagination-bullet-active {
  background: #00a94f;
  border-color: #00a94f;
  opacity: 1;
  width: 24px;
}

@media screen and (max-width: 767px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .swiper-horizontal&gt;.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 24px;
  }
}

/*============================== tab ===============================*/
.tab-control {
  position: relative;
  height: 32px;
  position: relative;
}

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

.tab {
  position: relative;
  z-index: 3;
}

.tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 48px;
}

.tab .control a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: var(--tsition);
}

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

.tab .selector {
  height: 3px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.tab.active {
  overflow: visible;
}

.tab.active .control {
  display: block;
  flex-wrap: inherit;
  width: auto;
  margin-left: -16px;
  margin-right: -41px;
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 15px 5px;
  background-color: #f4f4f4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 8px 32px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 4px;
  color: #999;
}

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

.tab-content,
.inner-tab-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: var(--tsition);
}

.tab-content.active,
.inner-tab-content.active {
  opacity: 1;
  height: auto;
  /* overflow: visible; */
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .sc-faqs .tab {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sc-faqs .sc-heading {
    margin-bottom: 16px;
  }

  .sc-faqs .tab::-webkit-scrollbar {
    display: none;
  }

  .tab .control {
    gap: 16px;
    width: 100%;
  }

  .tab-control {
    margin-bottom: 16px;
  }
}

/*============================== PAGE ===============================*/
.section-highlight-banner .image img {
  width: 100%;
}
.sc-request-channels .sc-inner {
  padding: 48px 0;
}

.sc-request-channels .sc-heading {
  text-align: center;
  margin-bottom: 24px;
}

.sc-request-channels .wrapper .thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 156px;
}

.sc-request-channels .wrapper .content {
  padding: 16px;
  height: 174px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sc-request-channels .item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
}

/* request-channels-table */
.sc-request-channels .table-wrapper table {
  border-radius: 8px;
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0px 1px 3px 0px #0000001a;
}

.sc-request-channels .table-wrapper table th {
  color: var(--cr-light);
  background: var(--cr-green);
  border: 1px solid #e8e8e8;
  width: 50%;
  text-align: center;
  padding: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.sc-request-channels .table-wrapper table td {
  color: var(--cr-gray);
  background: var(--cr-light);
  border: 1px solid #e8e8e8;
  padding: 16px 24px;
}

.sc-request-channels .table-wrapper table td ol {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sc-request-channels .table-wrapper table th {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px;
  }
  .sc-request-channels .table-wrapper table td {
    padding: 16px;
  }
  .sc-request-channels .table-wrapper table td p {
    font-size: 13px;
  }
  .sc-request-channels .table-wrapper table td {
    font-size: 13px;
    padding: 16px;
  }
  .sc-request-channels .table-wrapper table td ol {
    padding-left: 20px;
    margin: 8px 0;
  }
  .sc-request-channels .sc-content .remark-desc p {
    line-height: 1.5;
  }
}
/* END request-channels-table */

.sc-request-channels .sc-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .sc-request-channels .sc-heading {
    margin-bottom: 32px;
  }

  .sc-request-channels .wrapper {
    height: 236px;
    margin-top: 48px;
  }

  .sc-request-channels .wrapper .thumb {
    left: 0;
    width: 150px;
    top: -56px;
    margin: auto;
    z-index: 0;
  }

  .sc-request-channels .wrapper .content {
    padding-top: 56px;
  }

  .sc-request-channels .item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    row-gap: 0;
    column-gap: 16px;
  }

  .sc-request-channels .item-list li:first-child {
    margin-bottom: 32px;
  }

  .sc-request-channels .item-list li:has(&gt; .wrapper.bgI) {
    grid-column: span 2;
  }

  .sc-request-channels .item-list li:has(&gt; .wrapper.bgII),
  .sc-request-channels .item-list li:has(&gt; .wrapper.bgIII) {
    grid-column: span 1;
  }
  .sc-request-channels .wrapper.bgI {
    margin: 0;
    height: auto;
  }
  .sc-request-channels .wrapper.bgI .content {
    padding: 16px;
  }
  .sc-request-channels .wrapper.bgI .thumb {
    margin: 0;
    left: unset;
    top: unset;    
  }
  .sc-request-channels .sc-content {
    gap: 24px;
  }
}

@media screen and (max-width: 1139px) {
  #navigation-header.header.fixed:not(.tiny) .header-mobile {
    background: linear-gradient(180deg,
        rgba(51, 51, 51, 1),
        rgba(0, 0, 0, 0) 86%);
  }
}

@media screen and (min-width: 200px) {

  /*############################ sc-request-channels ###################################*/
  .sc-request-channels {
    background: var(--cr-light);
  }

  .sc-request-channels .sc-heading .title {
    margin-bottom: 8px;
    line-height: 1.5em;
  }

  .sc-request-channels .item-list&gt;li {
    width: 100%;
    list-style: none;
  }

  .sc-request-channels .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
  }

  .sc-request-channels .wrapper.bgI {
    background: #3b8880;
  }

  .sc-request-channels .wrapper.bgII {
    background: #85d5be;
  }

  .sc-request-channels .wrapper.bgIII {
    background: #66b6a0;
  }

  .sc-request-channels .wrapper.bgIV {
    background: #3e8b70;
  }

  .sc-request-channels .wrapper.bgV {
    background: #339e81;
  }

  .sc-request-channels .wrapper.bgVI {
    background: #0a6a60;
  }

  .sc-request-channels .wrapper .content .txt {
    color: var(--cr-light);
  }

  .sc-request-channels .wrapper .content .txt .show-w767 {
    display: inline;
  }

  .sc-request-channels .wrapper .content .desc {
    color: var(--cr-light);
    text-decoration: underline;
    font-weight: 600;
    font-family: "kurious-looped";
  }

  .sc-request-channels .note {
    padding-top: 24px;
  }

  /*############################ sc-faq ###################################*/
  @media screen and (min-width: 200px) {
    .sc-faqs {
      background-image: url(../../../../../SiteCollectionDocuments/business/services/auditconfirmation/img/bg-faq-mb.png);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: contain;
      background-position:center center;
      overflow: hidden;
      background-color: #FAFAFA;
    }

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

    .sc-faqs .sc-inner .container {
      max-width: 850px;
      width: 100%;
      margin: 0 auto;
    }

    .sc-faqs .title-container {
      display: flex;
      flex-direction: column;
      line-height: 0;
    }

    .sc-faqs .container {
      position: relative;
    }

    /* .sc-faqs .container::before {background-image: url(../img/bg-faq.png);width: 391px;height: 158px;background-size: cover;background-repeat: no-repeat;position: absolute;bottom: -70px;left: -0px;} */
    .sc-faqs .sc-heading {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
    }

    .sc-faqs .sc-heading .title {
      font-size: 28px;
      line-height: 1.5em;
    }

    .sc-faqs .sc-heading .desc {
      font-size: 16px;
      line-height: 1.5em;
    }

    .sc-faqs .accordion-group .accordion-block+.s-title {
      margin-top: 40px;
    }

    .sc-faqs .accordion-group .accordion-block {
      max-width: 850px;
      margin-left: auto;
      margin-right: auto;
    }

    .sc-faqs .accordion-group .accordion-block+.accordion-block {
      margin-top: 16px;
    }

    .sc-faqs .accordion-title {
      background: var(--color-light);
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }

    .sc-faqs .accordion-title {
      position: relative;
      padding: 16px 50px 16px 16px;
      cursor: pointer;
      color: var(--cr-dark);
      word-wrap: break-word;
      font-family: "kurious-looped";
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5em;
      border-radius: 8px;
      background-color: transparent;
      transition: var(--transition);
      margin-bottom: 0;
      margin-top: 16px;
      background-color: var(--color-light);
    }

    .sc-faqs .accordion-title:first-child {
      margin-top: 0;
    }

    .sc-faqs .accordion-title:after {
      font-family: "icongarage";
      content: "\e90f";
      font-size: 14px;
      line-height: 1;
      width: 18px;
      height: 18px;
      margin: auto;
      position: absolute;
      right: 16px;
      top: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
    }

    .sc-faqs .accordion-title.active:after,
    .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title.active:after {
      content: "\e910";
    }

    .sc-faqs .accordion-title:after,
    .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title:after {
      color: var(--color-primary);
    }

    .sc-faqs .accordion-title:hover:after,
    .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title:hover:after {
      color: var(--color-light);
    }

    .sc-faqs .accordion-title:hover,
    .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title:hover {
      color: var(--color-light);
      background-color: var(--color-primary);
    }

    .sc-faqs .accordion-title.active,
    .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title.active {
      color: var(--color-light);
      background-color: var(--color-primary);
      border-radius: 8px 8px 0 0;
    }

    .sc-faqs .accordion-title.active:after,
    .sc-coverage .sc-content .inner-tab-content-wrapper .accordion-title.active:after {
      color: var(--color-light);
    }

    .sc-faqs .accordion-content {
      padding: 16px;
      font-family: "kurious-looped";
      margin: 0;
      background-color: var(--color-light);
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
      border-radius: 0 0 8px 8px;
    }

    .sc-faqs .accordion-content .hr {
      border-top: 1px solid #eee;
      width: 100%;
      margin-top: 16px;
      margin-bottom: 16px;
    }

    .sc-faqs .accordion-content .remark .remark-title {
      margin-bottom: 8px;
    }

    .sc-faqs .accordion-content .remark .remark-desc {
      font-size: 13px;
    }

    .sc-faqs .accordion-content .remark .list-remark {
      margin-right: 16px;
    }

    .sc-faqs .accordion-content a {
      color: var(--color-primary);
      text-decoration: underline;
      font-weight: 600;
      word-break: break-all;
    }

    .sc-faqs .accordion-content p,
    .sc-faqs .accordion-content dd {
      line-height: 1.5em;
      margin: 0;
      color: var(--cr-dark);
    }

    .sc-faqs .accordion-content p strong,
    .sc-faqs .accordion-content dd strong {
      font-weight: 600;
      color: var(--color-black);
    }

    .sc-faqs .accordion-content p:last-child,
    .sc-faqs .accordion-content dd:last-child {
      margin-bottom: 0;
    }

    .sc-faqs .accordion-content ul {
      margin: 0 0 16px 1.2em;
      padding: 0;
    }

    .sc-faqs .accordion-content ul:last-child {
      margin-bottom: 0;
    }

    .sc-faqs .accordion-content ul li::marker {
      font-size: 13px;
    }

    .sc-faqs .accordion-content ul strong {
      color: var(--color-black);
    }

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

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

    .sc-faqs .accordion-content ol {
      margin: 0 0 0px 1.5em;
      padding: 0;
      line-height: 1.5;
      padding-bottom: 0.5rem;
    }

    .sc-faqs .accordion-content ol:last-child {
      margin-bottom: 0;
    }

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

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

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

    .sc-faqs .accordion-content .link-tel {
      color: var(--cr-gray);
    }

    .sc-faqs .ic-telephone {
      display: inline-block;
    }

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

    .sc-faqs .accordion-content .link-tel+.link-tel {
      margin-right: 0;
    }

    .sc-faqs .accordion-content .no-phone {
      pointer-events: none;
      color: inherit;
      text-decoration: none;
    }

    .sc-faqs .accordion-content a[x-apple-data-detectors].no-phone {
      color: inherit !important;
      text-decoration: none !important;
      font-size: inherit !important;
      font-family: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important;
    }
  }

  @media screen and (min-width: 768px) { 
    .sc-faqs {
      background-image: url(../../../../../SiteCollectionDocuments/business/services/auditconfirmation/img/bg-faq-dt.png);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
    }

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

    .sc-faqs .sc-heading {
      margin-bottom: 40px;
    }

    .sc-faqs .sc-heading .title {
      font-size: 33px;
    }

    .sc-faqs .accordion-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5em;
    }
  }

  .sc-faqs .accordion-content .warning-tip-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: none;
    border-top: 1px solid #ececec;
    padding-top: 16px;
    margin-top: 16px;
  }

  .sc-faqs .accordion-content ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sc-faqs .warning-tip-wrapper p,
  .sc-faqs .warning-tip-wrapper ul li {
    font-size: 13px;
    line-height: 1.5em;
  }

  .sc-faqs .accordion-content .warning-tip-wrapper ul {
    position: relative;
    margin: 0;
    padding-left: 16px;
  }

  .sc-faqs .accordion-content .warning-tip-wrapper ul li {
    list-style-type: none;
  }

  .sc-faqs .accordion-content .warning-tip-wrapper ul::after {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
  }

  .sc-faqs .accordion-content .warning-tip-wrapper ul::after {
    content: none;
    list-style-type: disc;
  }

  .sc-faqs .accordion-content .warning-tip-wrapper ul::after {
    list-style-type: disc;
  }

  .sc-faqs .accordion-content .warning-tip-wrapper ul::after {
    font-size: 0.75em;
  }

  /*############################ sc-shortcut ###################################*/
  .sc-shortcut {
    background-color: var(--cr-light);
    overflow: hidden;
  }

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

  .sc-shortcut .sc-inner {
    padding: 40px 0;
  }

  .sc-shortcut .item-list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .sc-shortcut .item-list&gt;li {
    width: 100%;
    border-bottom: 1px solid var(--cr-border);
  }

  .sc-shortcut .item-list&gt;li+li {
    margin-top: 8px;
  }

  .sc-shortcut .wrapper {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    padding: 8px 0;
  }

  .sc-shortcut .icon {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .sc-shortcut .icon img {
    height: 20px;
    display: block;
    margin: 0 auto;
  }

  .sc-shortcut .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 16px;
  }

  .sc-shortcut .txt {
    font-size: 16px;
    color: var(--cr-green);
    margin: 0;
    line-height: 1.5em;
  }

  .sc-shortcut .txt strong {
    font-weight: 600;
    color: var(--cr-dark);
  }

  .sc-shortcut .txt .a-link {
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
  }

  #navigation-header.fx-fixbarcc-footer .footer-slogan,
  #navigation-footer .footer-slogan {
    margin-bottom: 0px;
    padding-bottom: 0;
    height: 64px;
  }
  .sc-faqs .sc-heading {
    margin-bottom: 24px;
  }

  .sc-faqs .tab-control {
    margin-bottom: 40px;
  }

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

  .sc-shortcut .item-list {
    margin: -9px;
    display: flex;
    justify-content: center;
  }

  .sc-shortcut .item-list&gt;li {
    width: calc(100% / 2);
    border: 0;
    padding: 9px;
  }

  .sc-shortcut .item-list&gt;li+li {
    margin-top: 0;
  }

  .sc-shortcut .wrapper {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sc-shortcut .wrapper:before {
    display: none;
  }

  .sc-shortcut .content {
    padding-left: 0;
    padding-top: 15px;
  }

  .sc-shortcut .icon img {
    height: 25px;
  }

  .sc-shortcut .txt {
    line-height: 1.4em;
    min-height: 2.8em;
    color: var(--cr-dark);
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .sc-shortcut .item-list {
    flex-direction: column;
    padding: 0 9px;
  }
  .sc-shortcut .item-list&gt;li {
    width: 100%;
    border-bottom: 1px solid var(--cr-border);
    padding: 0;
  }
  .sc-shortcut .item-list&gt;li:last-child {
    border-bottom: none;
  }
  .sc-shortcut .wrapper {
    border: none;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .sc-shortcut .content {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  /* .sc-request-channels .item-list &gt; li{width: calc(100%/3);} */
  /* .sc-request-channels .item-list &gt; li:last-child{width: calc(100%/3);} */

  .sc-request-details .row-flex {
    display: flex;
  }

  .sc-shortcut .item-list&gt;li {
    width: calc(100% / 5);
  }
}

@media screen and (min-width: 1200px) {
  .sc-shortcut .icon img {
    height: 27px;
  }

  .sc-shortcut .wrapper {
    transition: var(--transition);
    transform: scale(1);
  }

  .sc-shortcut .wrapper:hover {
    transform: scale(1.05);
  }
}

/* ########### custom scrollbar #############*/
/* width */
.img-overflow::-webkit-scrollbar {
  height: 3px;
  pointer-events: all;
  display: block;
}

/* Track */
.img-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.img-overflow::-webkit-scrollbar-thumb {
  background: #00a94f;
  border-radius: 10px;
}

/* Handle on hover */
.img-overflow::-webkit-scrollbar-thumb:hover {
  background: #00a94f;
}

/*############################ sc-about-service ###################################*/
.sc-about-service {
  background: #F0FAF7;
}
.sc-about-service .sc-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sc-about-service .sc-heading .title {
  font-weight: 600;
  line-height: 1.5;
}

/*############################ END sc-about-service ###############################*/

/*############################ sc-request-details ###################################*/
.sc-request-details {
  background: #F0FAF7;
}

.sc-request-details .sc-heading {
  margin-bottom: 32px;
  text-align: center;
}

.sc-request-details .sc-content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sc-request-details .sc-content .request-detail-wrapper {
  display: flex;
  flex-direction: column;
}

.sc-request-details .sc-content .request-detail-wrapper .request-note {
  background: #ffffff;
  padding: 16px 32px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 1px 3px 0px #0000001A;
  font-size: 13px;
}

.sc-request-details .sc-content .request-detail-wrapper .request-detail {
  border-radius: 0;
  box-shadow: none;
}

.sc-request-details .sc-content .request-detail {
  background: #ffffff;
  border-top: 5px solid #00a94f;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 1px 3px 0px #0000001A;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 32px;
}

.sc-request-details .sc-content .request-detail ul,
.sc-request-details .sc-content .request-note ol {
  margin: 0;
}

.sc-request-details .sc-content .request-note ol {
  padding-left: 18px;
}

.sc-request-details .sc-content .request-detail .request-detail-text p,
.sc-request-details .sc-content .request-detail .request-detail-text ul li {
  line-height: 30px;
}

/* side bar on mobile */
@media screen and (min-width: 200px) {
  .sc-request-details .sc-heading{text-align: center; margin-bottom: 24px;}
  .sc-request-details .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
  .sc-request-details .sc-content{position: static;}
  .sc-request-details .zoom{margin-bottom: 16px; text-align: center;}
  .sc-request-details .zoom .txt{font-weight: 600; font-family: 'kurious-looped'; color: var(--cr-green); margin: 0;}
  .sc-request-details .zoom .txt .icon{margin-right: 8px;}
  .sc-request-details .box-thumb{margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px solid #00A94F;}
  .sc-request-details .box-thumb.last-child{border-bottom: none;}
  .sc-request-details .box-thumb h3{font-family: 'kurious-looped';font-size: 26px;font-weight: 600;line-height: 39px;text-align: center;color: #333333;margin-bottom: 16px;}
  .sc-request-details .box-thumb .text-scroll{display: flex;gap:8px;justify-content: center;align-items: center;margin-bottom: 16px;}
  .sc-request-details .box-thumb .text-scroll i{color: var(--cr-green);font-size: 24px;}
  .sc-request-details .box-thumb .text-scroll p{margin: 0;}
  .sc-request-details .box-thumb .img-overflow{width: 100%;max-width: 100%;overflow-x: scroll;padding-bottom: 20px;}
  .sc-request-details .box-thumb .img-overflow img{width: 837px;max-width: none;}
  .sc-request-details .box-info{background: #F4FEF8;}
  .sc-request-details .box-info + .box-info{margin-top: 24px; padding-top: 24px; border-top: 1px solid #DBDBDB;}
  .sc-request-details .box-info .col p{margin:0px 0px 4px;text-decoration: underline;}
  .sc-request-details .wrapper{position: fixed; z-index: 19001; top: 0; transform: translateX(100%);  height: calc(100dvh); width: 100vw; transition: var(--tsition); background: #F0FAF7;}
  .sc-request-details .wrapper.protection-active{transform: translateX(-4%); overflow: auto; display: flex; flex-direction: column; justify-content: space-between; pointer-events: visible;}
  .sc-request-details .back-mobile { width: 40px; height: 40px; position: absolute; z-index: 9; top: 16px; left: 16px;}
  .sc-request-details .inner{padding: 70px 16px 24px; position: relative;}
  .sc-request-details .row-flex{margin: -8px; display: block;}
  .sc-request-details .row-flex &gt; div{padding: 8px;}
  .sc-request-details .h-title{font-size: 28px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px;}
  .sc-request-details .h-title strong{font-weight: 600;}
  .sc-request-details .s-title{font-size: 16px; line-height: 1.5em; color: var(--cr-dark); margin-bottom: 16px;}
  .sc-request-details .s-title strong{font-weight: 600;}
  .sc-request-details p.desc{color: var(--cr-gray); margin-bottom: 0; line-height: 1.9em;}
  .sc-request-details .ol-list{position: static; padding-left: 1.3em; margin: 0;}
  .sc-request-details .ol-list &gt; li{color: var(--cr-gray); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
  .sc-request-details .note{padding: 16px; background: #FAFAFA;}
  .sc-request-details .note small{font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; color: var(--cr-gray); line-height: 1.5em; position: relative; padding-left: 1em;}
  .sc-request-details .note small:before{content: '*'; position: absolute; top: 0; left: 0;}
  .sc-request-details .nav-mobile-link{display: flex; align-items: center; text-decoration: none; color: var(--cr-dark); position: relative; font-weight: 600;}
  .sc-request-details .nav-mobile-link:before { content: ""; position: absolute; width: 12px; height: 12px; transform: rotate(45deg); top: 0px; right: 0; bottom: 0;
      margin: auto; border-top: 2px solid var(--cr-green); border-right: 2px solid var(--cr-green);
  }
  .sc-request-details .nav-mobile-link .icon{margin-right: 16px; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px;}
  .sc-request-details .nav-mobile-link .icon &gt; img{width: 24px; height: 24px;}
    
  .sc-request-details .wrapper .note p{
    font-size: 13px;
    line-height: 20px;
  }

  .sc-request-details .pl-20{padding-left: 16px ;}
}

@media screen and (min-width: 768px) { 
  .sc-request-details .sc-heading{margin-bottom: 40px;}
  .sc-request-details .zoom{display: none;}
  .sc-request-details .box-thumb{margin-bottom: 40px;}
  .sc-request-details .box-thumb .text-scroll{display: none;}
  .sc-request-details .box-thumb .img-overflow{width: 100%;max-width: 100%;overflow-x: hidden;padding-bottom: 20px;}
  .sc-request-details .box-thumb .img-overflow img{width: 100%; max-width: 100%;}
  .sc-request-details .box-info + .box-info{margin-top: 32px; padding-top: 0;}
  .sc-request-details .wrapper{position: relative; z-index: 0; top: auto; left: auto; height: auto; width: auto; background: none; transform: none;}
  .sc-request-details .wrapper.protection-active{left: 0%; overflow: auto; display: block;}
  .sc-request-details .inner{padding: 0px; background: transparent;}
  .sc-request-details .note{padding: 16px 32px;}
  .sc-request-details .h-title{font-size: 20px; text-align: left; margin-bottom: 32px;}
  .sc-request-details .nav-mobile-link{display: none;}
  .sc-request-details .back-mobile {display: none;}
}
@media screen and (min-width: 992px) {
  .sc-request-details .row-flex{display: flex;}
}

@media screen and (max-width: 767px) {  
  .sc-request-details .box-info {background: transparent;}
  .sc-request-details .sc-content .request-detail {border: none; padding: 16px; box-shadow: none; background: #F0FAF7;}
  .sc-request-details .sc-content .request-detail h4 {text-align: center;}
  .sc-request-details .sc-content .request-detail ul {padding-left: 20px;}
  .sc-request-details .sc-content .request-detail-wrapper .request-note {padding: 16px; box-shadow: none; background: #F0FAF7;}
  
}


/*############################ END sc-request-details ###############################*/</pre></body></html>