@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.2/css/all.min.css");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .lx-about-wrap{
  position: relative;
  font-family: "Inter", sans-serif;
  color: #152033;
  background: #f6f8fb;
  overflow: hidden;
}.tc-wp-tool-root .lx-about-wrap *, .tc-wp-tool-root .lx-about-wrap *::before, .tc-wp-tool-root .lx-about-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-about-section{
  padding: 92px 0;
}.tc-wp-tool-root .lx-about-hero{
  background:
    linear-gradient(135deg, rgba(11, 37, 69, 0.94), rgba(23, 67, 102, 0.9)),
    radial-gradient(circle at 85% 20%, rgba(214, 167, 78, 0.28), transparent 32%);
  color: #fff;
  min-height: 720px;
  display: flex;
  align-items: center;
}.tc-wp-tool-root .lx-about-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c99638;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 13px;
  margin-bottom: 14px;
}.tc-wp-tool-root .lx-about-kicker::before{
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
  border-radius: 20px;
}.tc-wp-tool-root .lx-about-hero h1{
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 800;
  margin: 0 0 24px;
  max-width: 760px;
}.tc-wp-tool-root .lx-about-hero p{
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0;
}.tc-wp-tool-root .lx-about-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}.tc-wp-tool-root .lx-about-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}.tc-wp-tool-root .lx-about-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .lx-about-btn-primary{
  background: #c99638;
  color: #111827;
  box-shadow: 0 18px 38px rgba(201, 150, 56, 0.28);
}.tc-wp-tool-root .lx-about-btn-primary:hover{
  background: #e0ae4d;
  color: #111827;
}.tc-wp-tool-root .lx-about-btn-light{
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}.tc-wp-tool-root .lx-about-btn-light:hover{
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}.tc-wp-tool-root .lx-about-hero-panel{
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 36px;
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .lx-about-panel-icon{
  width: 76px;
  height: 76px;
  border-radius: 8px;
  background: #c99638;
  display: grid;
  place-items: center;
  color: #111827;
  font-size: 32px;
  margin-bottom: 26px;
}.tc-wp-tool-root .lx-about-hero-panel h2{
  font-size: 30px;
  line-height: 1.18;
  font-weight: 800;
  margin: 0 0 16px;
}.tc-wp-tool-root .lx-about-hero-panel p{
  font-size: 16px;
  line-height: 1.7;
}.tc-wp-tool-root .lx-about-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-about-stats div{
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px 10px;
  text-align: center;
}.tc-wp-tool-root .lx-about-stats strong{
  display: block;
  font-size: 26px;
  color: #f2c36b;
  line-height: 1;
  margin-bottom: 8px;
}.tc-wp-tool-root .lx-about-stats span{
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}.tc-wp-tool-root .lx-about-content-box, .tc-wp-tool-root .lx-about-feature-card, .tc-wp-tool-root .lx-about-practice-card, .tc-wp-tool-root .lx-about-team-card, .tc-wp-tool-root .lx-about-testimonial-card, .tc-wp-tool-root .lx-about-faq-item{
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(20, 32, 51, 0.06);
}.tc-wp-tool-root .lx-about-content-box{
  height: 100%;
  padding: 42px;
}.tc-wp-tool-root .lx-about-content-box h2, .tc-wp-tool-root .lx-about-section-head h2, .tc-wp-tool-root .lx-about-cta-box h2{
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  margin: 0 0 18px;
  color: #122033;
}.tc-wp-tool-root .lx-about-content-box p{
  color: #5f6b7a;
  line-height: 1.8;
  margin: 0 0 16px;
}.tc-wp-tool-root .lx-about-dark-box{
  background: #122033;
  border-color: #122033;
}.tc-wp-tool-root .lx-about-dark-box h2, .tc-wp-tool-root .lx-about-dark-box p{
  color: #fff;
}.tc-wp-tool-root .lx-about-dark-box p{
  color: rgba(255, 255, 255, 0.76);
}.tc-wp-tool-root .lx-about-section-head{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}.tc-wp-tool-root .lx-about-section-head .lx-about-kicker{
  justify-content: center;
}.tc-wp-tool-root .lx-about-feature-card, .tc-wp-tool-root .lx-about-practice-card, .tc-wp-tool-root .lx-about-team-card{
  height: 100%;
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.tc-wp-tool-root .lx-about-feature-card:hover, .tc-wp-tool-root .lx-about-practice-card:hover, .tc-wp-tool-root .lx-about-team-card:hover{
  transform: translateY(-6px);
  border-color: rgba(201, 150, 56, 0.55);
  box-shadow: 0 24px 60px rgba(20, 32, 51, 0.11);
}.tc-wp-tool-root .lx-about-feature-card i, .tc-wp-tool-root .lx-about-practice-card i{
  width: 58px;
  height: 58px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #eef4f8;
  color: #174366;
  font-size: 24px;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-about-feature-card h3, .tc-wp-tool-root .lx-about-practice-card h3, .tc-wp-tool-root .lx-about-team-card h3, .tc-wp-tool-root .lx-about-step h3, .tc-wp-tool-root .lx-about-testimonial-card h3{
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 12px;
  color: #122033;
}.tc-wp-tool-root .lx-about-feature-card p, .tc-wp-tool-root .lx-about-practice-card p, .tc-wp-tool-root .lx-about-team-card p, .tc-wp-tool-root .lx-about-step p, .tc-wp-tool-root .lx-about-testimonial-card p, .tc-wp-tool-root .lx-about-faq-item p, .tc-wp-tool-root .lx-about-cta-box p{
  color: #5f6b7a;
  line-height: 1.75;
  margin: 0;
}.tc-wp-tool-root .lx-about-practice{
  background: #fff;
}.tc-wp-tool-root .lx-about-practice-card{
  background: #f8fafc;
}.tc-wp-tool-root .lx-about-team{
  background: #eef4f8;
}.tc-wp-tool-root .lx-about-avatar{
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #174366, #122033);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-about-team-card span{
  display: block;
  color: #c99638;
  font-weight: 800;
  margin-bottom: 14px;
}.tc-wp-tool-root .lx-about-timeline{
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}.tc-wp-tool-root .lx-about-step{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: start;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 8px;
  padding: 28px;
}.tc-wp-tool-root .lx-about-step > span{
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: #174366;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 22px;
}.tc-wp-tool-root .lx-about-testimonials{
  background: #122033;
}.tc-wp-tool-root .lx-about-testimonials .lx-about-section-head h2{
  color: #fff;
}.tc-wp-tool-root .lx-about-slider{
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 18px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-about-testimonial-track{
  position: relative;
  min-height: 250px;
}.tc-wp-tool-root .lx-about-testimonial-card{
  position: absolute;
  inset: 0;
  padding: 38px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}.tc-wp-tool-root .lx-about-testimonial-card.lx-about-active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}.tc-wp-tool-root .lx-about-testimonial-card p{
  font-size: 18px;
  color: #364152;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-about-slider-btn{
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: #c99638;
  color: #111827;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}.tc-wp-tool-root .lx-about-slider-btn:hover{
  background: #e0ae4d;
  transform: translateY(-2px);
}.tc-wp-tool-root .lx-about-dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}.tc-wp-tool-root .lx-about-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
}.tc-wp-tool-root .lx-about-dot.lx-about-active{
  background: #c99638;
}.tc-wp-tool-root .lx-about-faq-list{
  max-width: 930px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-about-faq-item{
  overflow: hidden;
}.tc-wp-tool-root .lx-about-faq-item button{
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  color: #122033;
  font-weight: 800;
  font-size: 17px;
  cursor: pointer;
}.tc-wp-tool-root .lx-about-faq-item i{
  color: #c99638;
  transition: transform 0.25s ease;
}.tc-wp-tool-root .lx-about-faq-item p{
  display: none;
  padding: 0 24px 24px;
}.tc-wp-tool-root .lx-about-faq-item.lx-about-open p{
  display: block;
}.tc-wp-tool-root .lx-about-faq-item.lx-about-open i{
  transform: rotate(45deg);
}.tc-wp-tool-root .lx-about-cta{
  padding-top: 40px;
}.tc-wp-tool-root .lx-about-cta-box{
  text-align: center;
  background:
    linear-gradient(135deg, rgba(18, 32, 51, 0.96), rgba(23, 67, 102, 0.94)),
    radial-gradient(circle at 20% 20%, rgba(201, 150, 56, 0.24), transparent 28%);
  border-radius: 8px;
  padding: 64px 36px;
  color: #fff;
}.tc-wp-tool-root .lx-about-cta-box h2{
  color: #fff;
}.tc-wp-tool-root .lx-about-cta-box p{
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .lx-about-wrap [data-aos]{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}.tc-wp-tool-root .lx-about-wrap [data-aos].lx-about-aos-show{
  opacity: 1;
  transform: translateY(0);
}@media (max-width: 991px) {.tc-wp-tool-root .lx-about-section{
    padding: 72px 0;
  }.tc-wp-tool-root .lx-about-hero{
    min-height: auto;
    padding: 96px 0;
  }.tc-wp-tool-root .lx-about-hero-panel{
    margin-top: 20px;
  }}@media (max-width: 767px) {.tc-wp-tool-root .lx-about-section{
    padding: 56px 0;
  }.tc-wp-tool-root .lx-about-hero{
    padding: 72px 0;
  }.tc-wp-tool-root .lx-about-hero h1{
    font-size: 40px;
  }.tc-wp-tool-root .lx-about-hero p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-about-hero-actions, .tc-wp-tool-root .lx-about-btn{
    width: 100%;
  }.tc-wp-tool-root .lx-about-content-box, .tc-wp-tool-root .lx-about-hero-panel, .tc-wp-tool-root .lx-about-feature-card, .tc-wp-tool-root .lx-about-practice-card, .tc-wp-tool-root .lx-about-team-card{
    padding: 26px;
  }.tc-wp-tool-root .lx-about-stats{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-about-step{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-about-slider{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-about-slider-btn{
    display: none;
  }.tc-wp-tool-root .lx-about-testimonial-track{
    min-height: 330px;
  }.tc-wp-tool-root .lx-about-testimonial-card{
    padding: 28px;
  }.tc-wp-tool-root .lx-about-cta-box{
    padding: 46px 24px;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .align-items-center {}
.tc-wp-tool-root .align-items-stretch {}
.tc-wp-tool-root .col-lg-3 {}
.tc-wp-tool-root .col-lg-4 {}
.tc-wp-tool-root .col-lg-5 {}
.tc-wp-tool-root .col-lg-6 {}
.tc-wp-tool-root .col-lg-7 {}
.tc-wp-tool-root .col-md-6 {}
.tc-wp-tool-root .col-xl-4 {}
.tc-wp-tool-root .container {}
.tc-wp-tool-root .g-4 {}
.tc-wp-tool-root .lx-about-difference {}
.tc-wp-tool-root .lx-about-faq {}
.tc-wp-tool-root .lx-about-intro {}
.tc-wp-tool-root .lx-about-next {}
.tc-wp-tool-root .lx-about-prev {}
.tc-wp-tool-root .lx-about-process {}
.tc-wp-tool-root .row {}