@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

#txt-info#txt-info,
#txt-info#txt-info * {
  box-sizing: border-box !important;
}

#txt-info#txt-info {
  --txt-color1: #C91A8A !important;
  --txt-color2: #2D7CD8 !important;
  --txt-accent: #E8B021 !important;
  --txt-grad: linear-gradient(135deg,#C91A8A,#2D7CD8) !important;
  --txt-grad-soft: linear-gradient(135deg,rgba(201,26,138,.045),rgba(45,124,216,.035)) !important;
  --txt-grad-strong: linear-gradient(135deg,rgba(201,26,138,.075),rgba(45,124,216,.055)) !important;
  --txt-ink: #171527 !important;
  --txt-body: #667085 !important;
  --txt-border: rgba(201,26,138,.15) !important;
  --txt-wh: #FFFFFF !important;
  --txt-ow: #FCF5FA !important;
  --txt-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(--txt-ink) !important;
}

#txt-info#txt-info .txt-inner {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

#txt-info#txt-info .txt-sec {
  padding: 80px 24px !important;
  width: 100% !important;
}

#txt-info#txt-info .txt-s1 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#txt-info#txt-info .txt-s3 {
  padding-bottom: 40px !important;
  margin-bottom: 0 !important;
}

#txt-info#txt-info .txt-bg-wh {
  background: var(--txt-wh) !important;
}

#txt-info#txt-info .txt-bg-ow {
  background: var(--txt-ow) !important;
}

#txt-info#txt-info .txt-hb {
  max-width: 760px !important;
  margin: 0 auto 36px !important;
  text-align: center !important;
}

#txt-info#txt-info 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(--txt-ink) !important;
}

#txt-info#txt-info .txt-hb p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: var(--txt-body) !important;
  margin: 0 auto !important;
}

#txt-info#txt-info .txt-gx {
  background: var(--txt-grad) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

#txt-info#txt-info .txt-g3 {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 26px !important;
}

#txt-info#txt-info .txt-g4 {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 26px !important;
}

#txt-info#txt-info .txt-ca,
#txt-info#txt-info .txt-cb {
  background: var(--txt-wh) !important;
  border-radius: 12px !important;
  border: 1px solid var(--txt-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;
}

#txt-info#txt-info .txt-ca {
  padding: 42px 32px 38px !important;
}

#txt-info#txt-info .txt-cb {
  padding: 36px 28px 32px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

#txt-info#txt-info .txt-ci {
  width: 68px !important;
  height: 68px !important;
  border-radius: var(--txt-r) !important;
  background: var(--txt-grad-soft) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  color: var(--txt-color1) !important;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, filter .28s ease !important;
}

#txt-info#txt-info .txt-ico {
  font-size: 1.5rem !important;
  color: var(--txt-color1) !important;
  display: block !important;
  line-height: 1 !important;
  transition: transform .28s ease, filter .28s ease, color .28s ease !important;
}

#txt-info#txt-info h3 {
  font-size: 1.05rem !important;
  line-height: 1.35 !important;
  font-weight: 750 !important;
  color: var(--txt-ink) !important;
  margin: 0 0 10px !important;
  letter-spacing: -.02em !important;
  transition: color .28s ease, transform .28s ease !important;
}

#txt-info#txt-info .txt-cd p {
  font-size: .92rem !important;
  line-height: 1.65 !important;
  color: var(--txt-body) !important;
  margin: 0 !important;
}

#txt-info#txt-info .txt-badge {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: rgba(201,26,138,.58) !important;
  background: rgba(201,26,138,.07) !important;
  border: 1px solid rgba(201,26,138,.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;
}

#txt-info#txt-info .txt-fbar {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 0 !important;
  background: var(--txt-grad) !important;
  border-radius: 0 0 12px 12px !important;
  transition: height .28s ease !important;
}

#txt-info#txt-info .txt-s1 .txt-ca::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 0 !important;
  height: 2px !important;
  background: var(--txt-grad) !important;
  transition: width .28s ease, left .28s ease !important;
}

#txt-info#txt-info .txt-s1 .txt-ca:hover,
#txt-info#txt-info .txt-s1 .txt-ca:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(201,26,138,.07) !important;
}

#txt-info#txt-info .txt-s1 .txt-ca:hover::after,
#txt-info#txt-info .txt-s1 .txt-ca:focus-visible::after {
  left: 14px !important;
  width: 72px !important;
}

#txt-info#txt-info .txt-s1 .txt-ca:hover .txt-ci,
#txt-info#txt-info .txt-s1 .txt-ca:focus-visible .txt-ci {
  transform: scale(1.035) translateY(-1px) !important;
}

#txt-info#txt-info .txt-s2 .txt-cb:hover,
#txt-info#txt-info .txt-s2 .txt-cb:focus-visible {
  transform: translateY(-2px) !important;
  box-shadow: 0 9px 26px rgba(45,124,216,.08) !important;
  border-color: rgba(45,124,216,.28) !important;
}

#txt-info#txt-info .txt-s2 .txt-cb:hover .txt-ci,
#txt-info#txt-info .txt-s2 .txt-cb:focus-visible .txt-ci {
  transform: rotateY(8deg) scale(1.035) !important;
  background: var(--txt-grad-strong) !important;
}

#txt-info#txt-info .txt-s2 .txt-cb:hover .txt-badge,
#txt-info#txt-info .txt-s2 .txt-cb:focus-visible .txt-badge {
  transform: translateY(-2px) !important;
  background: rgba(232,176,33,.13) !important;
  color: #9E6E00 !important;
  border-color: rgba(232,176,33,.30) !important;
}

#txt-info#txt-info .txt-s2 .txt-cb:hover .txt-fbar,
#txt-info#txt-info .txt-s2 .txt-cb:focus-visible .txt-fbar {
  height: 4px !important;
}

#txt-info#txt-info .txt-s3 .txt-ca {
  border-left: 3px solid transparent !important;
}

#txt-info#txt-info .txt-s3 .txt-ca:hover,
#txt-info#txt-info .txt-s3 .txt-ca:focus-visible {
  transform: translateY(-2px) !important;
  border-left-color: var(--txt-color1) !important;
  box-shadow: 0 8px 24px rgba(201,26,138,.08) !important;
  background: linear-gradient(135deg,rgba(201,26,138,.018),rgba(45,124,216,.012)),#FFFFFF !important;
}

#txt-info#txt-info .txt-s3 .txt-ca:hover .txt-ci,
#txt-info#txt-info .txt-s3 .txt-ca:focus-visible .txt-ci {
  transform: translateX(2px) scale(1.035) !important;
}

#txt-info#txt-info .txt-ca:focus-visible,
#txt-info#txt-info .txt-cb:focus-visible {
  outline: 2px solid var(--txt-color1) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 4px rgba(201,26,138,.14),0 10px 28px rgba(201,26,138,.09) !important;
}

@media (max-width: 1099px) {
  #txt-info#txt-info .txt-sec {
    padding: 60px 16px !important;
  }

  #txt-info#txt-info .txt-g3,
  #txt-info#txt-info .txt-g4 {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 16px !important;
  }

  #txt-info#txt-info .txt-ci {
    width: 48px !important;
    height: 48px !important;
  }

  #txt-info#txt-info .txt-ico {
    font-size: 1.1rem !important;
  }

  #txt-info#txt-info h2 {
    font-size: 1.4rem !important;
  }

  #txt-info#txt-info h3 {
    font-size: .925rem !important;
  }

  #txt-info#txt-info .txt-cd p {
    font-size: .825rem !important;
  }
}

@media (max-width: 639px) {
  #txt-info#txt-info .txt-sec {
    padding: 32px 12px !important;
  }

  #txt-info#txt-info .txt-s1 {
    padding-top: 0 !important;
  }

  #txt-info#txt-info .txt-s3 {
    padding-bottom: 40px !important;
  }

  #txt-info#txt-info .txt-hb {
    margin-bottom: 22px !important;
  }

  #txt-info#txt-info .txt-g3,
  #txt-info#txt-info .txt-g4 {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #txt-info#txt-info h2 {
    font-size: 1rem !important;
    line-height: 1.22 !important;
    margin-top: 32px !important;
  }

  #txt-info#txt-info .txt-ci {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 14px !important;
  }

  #txt-info#txt-info .txt-ico {
    font-size: .9rem !important;
  }

  #txt-info#txt-info h3 {
    font-size: .8rem !important;
  }

  #txt-info#txt-info .txt-cd p {
    font-size: .75rem !important;
  }

  #txt-info#txt-info .txt-ca,
  #txt-info#txt-info .txt-cb {
    padding: 24px 18px 22px !important;
  }
}