@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap") !important;
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css") !important;

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root#chn-info#chn-info, .tc-wp-content-root#chn-info#chn-info *{
  box-sizing: border-box !important;
}.tc-wp-content-root#chn-info#chn-info{
  --chn-color1: #7935c4 !important;
  --chn-color2: #1b9b91 !important;
  --chn-accent: #c78b23 !important;
  --chn-grad: linear-gradient(135deg, #7935c4, #1b9b91) !important;
  --chn-grad-soft: linear-gradient(135deg, rgba(121, 53, 196, .045), rgba(27, 155, 145, .035)) !important;
  --chn-grad-strong: linear-gradient(135deg, rgba(121, 53, 196, .075), rgba(27, 155, 145, .055)) !important;
  --chn-ink: #141424 !important;
  --chn-body: #667085 !important;
  --chn-border: rgba(121, 53, 196, .15) !important;
  --chn-wh: #ffffff !important;
  --chn-ow: #f7f3fb !important;
  --chn-r: 12px !important;
  margin-top: -25px !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  font-family: Inter, sans-serif !important;
  color: var(--chn-ink) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-inner{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root#chn-info#chn-info .chn-sec{
  padding: 80px 24px !important;
  width: 100% !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s1{
  padding-top: 0 !important;
  margin-top: 0 !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s3{
  padding-bottom: 40px !important;
  margin-bottom: 0 !important;
}.tc-wp-content-root#chn-info#chn-info .chn-bg-wh{
  background: var(--chn-wh) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-bg-ow{
  background: var(--chn-ow) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-hb{
  max-width: 760px !important;
  margin: 0 auto 36px !important;
  text-align: center !important;
}.tc-wp-content-root#chn-info#chn-info .chn-hb h2{
  margin-top: 48px !important;
  margin-bottom: 12px !important;
  font-family: Inter, sans-serif !important;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: -.04em !important;
  text-align: center !important;
  color: var(--chn-ink) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-hb p{
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: var(--chn-body) !important;
  margin: 0 auto !important;
}.tc-wp-content-root#chn-info#chn-info .chn-gx{
  background: var(--chn-grad) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}.tc-wp-content-root#chn-info#chn-info .chn-g3{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
}.tc-wp-content-root#chn-info#chn-info .chn-g4{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 26px !important;
}.tc-wp-content-root#chn-info#chn-info .chn-ca, .tc-wp-content-root#chn-info#chn-info .chn-cb{
  background: var(--chn-wh) !important;
  border-radius: 12px !important;
  border: 1px solid var(--chn-border) !important;
  position: relative !important;
  overflow: hidden !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity .5s ease, transform .5s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease !important;
}.tc-wp-content-root#chn-info#chn-info .chn-ca{
  padding: 42px 32px 38px !important;
}.tc-wp-content-root#chn-info#chn-info .chn-cb{
  padding: 36px 28px 32px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}.tc-wp-content-root#chn-info#chn-info .chn-ci{
  width: 68px !important;
  height: 68px !important;
  border-radius: var(--chn-r) !important;
  background: var(--chn-grad-soft) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  color: var(--chn-color1) !important;
  flex-shrink: 0 !important;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, filter .28s ease !important;
}.tc-wp-content-root#chn-info#chn-info .chn-ico{
  font-size: 1.5rem !important;
  color: var(--chn-color1) !important;
  display: block !important;
  line-height: 1 !important;
  width: 1em !important;
  height: 1em !important;
  text-align: center !important;
  transition: transform .28s ease, filter .28s ease, color .28s ease !important;
}.tc-wp-content-root#chn-info#chn-info .chn-ca h3, .tc-wp-content-root#chn-info#chn-info .chn-cb h3{
  font-size: 1.05rem !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
  color: var(--chn-ink) !important;
  margin: 0 0 10px !important;
  letter-spacing: -.02em !important;
  transition: color .28s ease, transform .28s ease !important;
}.tc-wp-content-root#chn-info#chn-info .chn-cd p{
  font-size: .92rem !important;
  line-height: 1.65 !important;
  color: var(--chn-body) !important;
  margin: 0 !important;
}.tc-wp-content-root#chn-info#chn-info .chn-badge{
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: rgba(121, 53, 196, .58) !important;
  background: rgba(121, 53, 196, .055) !important;
  border: 1px solid rgba(121, 53, 196, .10) !important;
  border-radius: 9999px !important;
  padding: 4px 10px !important;
  line-height: 1 !important;
  transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease !important;
}.tc-wp-content-root#chn-info#chn-info .chn-fbar{
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 0 !important;
  background: var(--chn-grad) !important;
  border-radius: 0 0 12px 12px !important;
  transition: height .28s ease !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s1 .chn-ca::after{
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background: var(--chn-grad) !important;
  opacity: .75 !important;
  transition: width .28s ease, left .28s ease !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s1 .chn-ca:hover{
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 22px rgba(121, 53, 196, .08) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s1 .chn-ca:hover::after{
  left: 14px !important;
  width: 72px !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s1 .chn-ca:hover .chn-ci{
  transform: translateY(-2px) scale(1.03) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s2 .chn-cb:hover{
  transform: translateY(-3px) !important;
  border-color: rgba(121, 53, 196, .34) !important;
  box-shadow: 0 0 0 1px rgba(121, 53, 196, .12), 0 10px 26px rgba(121, 53, 196, .09) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s2 .chn-cb:hover .chn-ci{
  transform: scale(1.04) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s2 .chn-cb:hover .chn-badge{
  transform: translateY(-2px) !important;
  background: rgba(199, 139, 35, .09) !important;
  color: #8a5b0d !important;
  border-color: rgba(199, 139, 35, .22) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s2 .chn-cb:hover .chn-fbar{
  height: 4px !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s3 .chn-ca{
  border-left: 3px solid transparent !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s3 .chn-ca:hover{
  transform: translateY(-3px) !important;
  border-left-color: var(--chn-color1) !important;
  box-shadow: 0 10px 28px rgba(121, 53, 196, .09) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s3 .chn-ca:hover .chn-ci{
  transform: translateX(2px) scale(1.03) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-s3 .chn-ca:hover h3{
  color: var(--chn-color1) !important;
}.tc-wp-content-root#chn-info#chn-info .chn-ca:focus-visible, .tc-wp-content-root#chn-info#chn-info .chn-cb:focus-visible{
  outline: 2px solid var(--chn-color1) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 4px rgba(121, 53, 196, .14), 0 12px 30px rgba(121, 53, 196, .10) !important;
}@media (max-width: 1099px) {.tc-wp-content-root#chn-info#chn-info .chn-sec{
    padding: 60px 16px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-g3, .tc-wp-content-root#chn-info#chn-info .chn-g4{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-ci{
    width: 48px !important;
    height: 48px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-ico{
    font-size: 1.1rem !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-hb h2{
    font-size: 1.4rem !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-ca h3, .tc-wp-content-root#chn-info#chn-info .chn-cb h3{
    font-size: .925rem !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-cd p{
    font-size: .825rem !important;
  }}@media (max-width: 639px) {.tc-wp-content-root#chn-info#chn-info .chn-sec{
    padding: 32px 12px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-s1{
    padding-top: 0 !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-s3{
    padding-bottom: 40px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-hb{
    margin-bottom: 22px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-g3, .tc-wp-content-root#chn-info#chn-info .chn-g4{
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-hb h2{
    font-size: 1rem !important;
    line-height: 1.22 !important;
    margin-top: 32px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-ci{
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 14px !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-ico{
    font-size: .9rem !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-ca h3, .tc-wp-content-root#chn-info#chn-info .chn-cb h3{
    font-size: .8rem !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-cd p{
    font-size: .75rem !important;
  }.tc-wp-content-root#chn-info#chn-info .chn-ca, .tc-wp-content-root#chn-info#chn-info .chn-cb{
    padding: 24px 18px 22px !important;
  }}

.tc-wp-content-root .chn-cb-body {}