@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");

/* 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-bl-page{
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #1f2937;
  font-family: "Inter", sans-serif;
}.tc-wp-tool-root .lx-bl-page *{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-bl-page a{
  text-decoration: none;
}.tc-wp-tool-root .lx-bl-container{
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 2;
}.tc-wp-tool-root .lx-bl-page h1, .tc-wp-tool-root .lx-bl-page h2, .tc-wp-tool-root .lx-bl-page h3{
  font-family: "Playfair Display", serif;
  margin: 0;
  line-height: 1.08;
  color: #0b1f3a;
}.tc-wp-tool-root .lx-bl-page p{
  margin: 0;
  color: #6b7280;
  line-height: 1.75;
  font-size: 16px;
}.tc-wp-tool-root .lx-bl-section{
  padding: 110px 0;
}.tc-wp-tool-root .lx-bl-badge, .tc-wp-tool-root .lx-bl-kicker, .tc-wp-tool-root .lx-bl-status-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  border-radius: 999px;
}.tc-wp-tool-root .lx-bl-badge{
  padding: 11px 16px;
  background: rgba(201, 162, 39, 0.12);
  color: #d4af37;
  border: 1px solid rgba(201, 162, 39, 0.26);
  font-size: 13px;
}.tc-wp-tool-root .lx-bl-kicker{
  color: #c9a227;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.16);
  padding: 9px 14px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 18px;
}.tc-wp-tool-root .lx-bl-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
  transition: 0.28s ease;
  border: 1px solid transparent;
}.tc-wp-tool-root .lx-bl-btn-gold{
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 50%, #c9a227 100%);
  color: #07172c;
  box-shadow: 0 18px 42px rgba(201, 162, 39, 0.26);
}.tc-wp-tool-root .lx-bl-btn-gold:hover{
  color: #07172c;
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(201, 162, 39, 0.34);
}.tc-wp-tool-root .lx-bl-btn-outline{
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .lx-bl-btn-outline:hover{
  color: #ffffff;
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(201, 162, 39, 0.12);
  transform: translateY(-3px);
}.tc-wp-tool-root .lx-bl-hero{
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 130px 0 110px;
  background:
    linear-gradient(145deg, rgba(10, 15, 24, 0.94) 0%, rgba(11, 31, 58, 0.88) 50%, rgba(10, 15, 24, 0.95) 100%),
    url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-sora-shimazaki-5668500.jpg") center/cover no-repeat;
}.tc-wp-tool-root .lx-bl-hero-overlay, .tc-wp-tool-root .lx-bl-final-overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(201, 162, 39, 0.15), transparent 28%),
    linear-gradient(90deg, rgba(7, 23, 44, 0.92), rgba(7, 23, 44, 0.68));
  z-index: 1;
}.tc-wp-tool-root .lx-bl-hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.78fr);
  gap: 70px;
  align-items: center;
}.tc-wp-tool-root .lx-bl-hero-content h1{
  color: #ffffff;
  font-size: clamp(42px, 5.4vw, 74px);
  max-width: 820px;
  margin-top: 22px;
}.tc-wp-tool-root .lx-bl-hero-content p{
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  max-width: 760px;
  margin-top: 24px;
}.tc-wp-tool-root .lx-bl-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}.tc-wp-tool-root .lx-bl-trust-row{
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root .lx-bl-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}.tc-wp-tool-root .lx-bl-trust-row i{
  color: #d4af37;
}.tc-wp-tool-root .lx-bl-hero-panel{
  position: relative;
}.tc-wp-tool-root .lx-bl-dashboard{
  position: relative;
  padding: 34px;
  border-radius: 8px;
  background: rgba(11, 31, 58, 0.74);
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  transition: 0.28s ease;
}.tc-wp-tool-root .lx-bl-dashboard:hover{
  transform: translateY(-6px);
}.tc-wp-tool-root .lx-bl-dashboard h2{
  color: #ffffff;
  font-size: 34px;
  margin: 18px 0 12px;
}.tc-wp-tool-root .lx-bl-dashboard p{
  color: rgba(255, 255, 255, 0.72);
}.tc-wp-tool-root .lx-bl-status-pill{
  padding: 8px 12px;
  background: rgba(201, 162, 39, 0.14);
  color: #efe3b8;
  border: 1px solid rgba(201, 162, 39, 0.24);
  font-size: 12px;
}.tc-wp-tool-root .lx-bl-dashboard-list{
  display: grid;
  gap: 12px;
  margin: 26px 0;
}.tc-wp-tool-root .lx-bl-dashboard-list div{
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
}.tc-wp-tool-root .lx-bl-dashboard-list i, .tc-wp-tool-root .lx-bl-snapshot li::marker{
  color: #d4af37;
}.tc-wp-tool-root .lx-bl-snapshot{
  padding: 22px;
  background: rgba(10, 15, 24, 0.44);
  border-left: 3px solid #c9a227;
  border-radius: 6px;
}.tc-wp-tool-root .lx-bl-snapshot h3{
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}.tc-wp-tool-root .lx-bl-snapshot ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}.tc-wp-tool-root .lx-bl-float-badge{
  position: absolute;
  right: -18px;
  top: -24px;
  z-index: 3;
  padding: 13px 16px;
  border-radius: 6px;
  background: #ffffff;
  color: #0b1f3a;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 13px;
}.tc-wp-tool-root .lx-bl-float-badge i{
  color: #c9a227;
}.tc-wp-tool-root .lx-bl-two-col{
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 68px;
  align-items: center;
}.tc-wp-tool-root .lx-bl-two-col-reverse{
  grid-template-columns: 1fr 0.92fr;
}.tc-wp-tool-root .lx-bl-image-wrap{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.14);
}.tc-wp-tool-root .lx-bl-image-wrap img{
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}.tc-wp-tool-root .lx-bl-image-wrap:hover img{
  transform: scale(1.04);
}.tc-wp-tool-root .lx-bl-content h2, .tc-wp-tool-root .lx-bl-section-head h2{
  font-size: clamp(34px, 4vw, 52px);
  margin-bottom: 20px;
}.tc-wp-tool-root .lx-bl-content p + p, .tc-wp-tool-root .lx-bl-section-head p + p{
  margin-top: 15px;
}.tc-wp-tool-root .lx-bl-feature-stack{
  display: grid;
  gap: 14px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-bl-feature-stack div{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(11, 31, 58, 0.06);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  color: #0b1f3a;
}.tc-wp-tool-root .lx-bl-feature-stack i{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 162, 39, 0.1);
  color: #c9a227;
}.tc-wp-tool-root .lx-bl-contact-lawyer, .tc-wp-tool-root .lx-bl-services, .tc-wp-tool-root .lx-bl-challenges{
  background: #f7f8fa;
}.tc-wp-tool-root .lx-bl-section-head{
  max-width: 870px;
  margin: 0 auto 52px;
  text-align: center;
}.tc-wp-tool-root .lx-bl-section-head-light h2, .tc-wp-tool-root .lx-bl-section-head-light p{
  color: #ffffff;
}.tc-wp-tool-root .lx-bl-section-head-light p{
  color: rgba(255, 255, 255, 0.72);
}.tc-wp-tool-root .lx-bl-warning-grid, .tc-wp-tool-root .lx-bl-services-grid, .tc-wp-tool-root .lx-bl-risk-grid, .tc-wp-tool-root .lx-bl-challenge-grid{
  display: grid;
  gap: 22px;
}.tc-wp-tool-root .lx-bl-warning-grid{
  grid-template-columns: repeat(3, 1fr);
}.tc-wp-tool-root .lx-bl-warning-card{
  min-height: 190px;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.07);
  transition: 0.28s ease;
}.tc-wp-tool-root .lx-bl-warning-card:hover, .tc-wp-tool-root .lx-bl-service-card:hover, .tc-wp-tool-root .lx-bl-risk-card:hover, .tc-wp-tool-root .lx-bl-challenge-card:hover{
  transform: translateY(-6px);
}.tc-wp-tool-root .lx-bl-warning-card i{
  font-size: 30px;
  color: #c9a227;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-bl-warning-card h3, .tc-wp-tool-root .lx-bl-service-card h3, .tc-wp-tool-root .lx-bl-risk-card h3, .tc-wp-tool-root .lx-bl-challenge-card h3{
  font-size: 24px;
}.tc-wp-tool-root .lx-bl-services-grid{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .lx-bl-service-card{
  position: relative;
  min-height: 355px;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.07);
  transition: 0.28s ease;
  overflow: hidden;
}.tc-wp-tool-root .lx-bl-service-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: #0b1f3a;
}.tc-wp-tool-root .lx-bl-service-card:hover{
  border-color: rgba(201, 162, 39, 0.45);
}.tc-wp-tool-root .lx-bl-service-card i{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 162, 39, 0.1);
  color: #c9a227;
  font-size: 24px;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-bl-service-card p{
  margin-top: 14px;
  font-size: 15px;
}.tc-wp-tool-root .lx-bl-check-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-bl-check-grid span, .tc-wp-tool-root .lx-bl-info-grid span{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 15px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #0b1f3a;
}.tc-wp-tool-root .lx-bl-check-grid i, .tc-wp-tool-root .lx-bl-info-grid i{
  color: #c9a227;
}.tc-wp-tool-root .lx-bl-image-card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 23, 44, 0.72), transparent 55%);
}.tc-wp-tool-root .lx-bl-image-overlay{
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  padding: 24px;
  border-radius: 8px;
  background: rgba(7, 23, 44, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .lx-bl-image-overlay h3{
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 8px;
}.tc-wp-tool-root .lx-bl-image-overlay p{
  color: rgba(255, 255, 255, 0.76);
}.tc-wp-tool-root .lx-bl-risk{
  background: linear-gradient(145deg, #0a0f18 0%, #0b1f3a 50%, #0a0f18 100%);
  position: relative;
}.tc-wp-tool-root .lx-bl-risk-grid{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .lx-bl-risk-card{
  min-height: 270px;
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.28s ease;
}.tc-wp-tool-root .lx-bl-risk-card i{
  color: #d4af37;
  font-size: 30px;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-bl-risk-card h3{
  color: #ffffff;
}.tc-wp-tool-root .lx-bl-risk-card p{
  color: rgba(255, 255, 255, 0.68);
  margin-top: 14px;
}.tc-wp-tool-root .lx-bl-why-list{
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-bl-why-item{
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 24px;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-left: 4px solid #c9a227;
  box-shadow: 0 16px 38px rgba(11, 31, 58, 0.06);
}.tc-wp-tool-root .lx-bl-why-item span{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 34px;
  color: #c9a227;
}.tc-wp-tool-root .lx-bl-why-item h3{
  font-size: 25px;
  margin-bottom: 8px;
}.tc-wp-tool-root .lx-bl-process{
  background: #f7f8fa;
}.tc-wp-tool-root .lx-bl-timeline{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-bl-timeline::before{
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 31px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c9a227, transparent);
}.tc-wp-tool-root .lx-bl-step{
  position: relative;
  z-index: 2;
  padding: 82px 24px 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.07);
}.tc-wp-tool-root .lx-bl-step span{
  position: absolute;
  top: 14px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0b1f3a;
  color: #d4af37;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  box-shadow: 0 0 0 7px #f7f8fa;
}.tc-wp-tool-root .lx-bl-step h3{
  font-size: 23px;
  margin-bottom: 12px;
}.tc-wp-tool-root .lx-bl-info{
  background: #faf7ef;
}.tc-wp-tool-root .lx-bl-info-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}.tc-wp-tool-root .lx-bl-challenge-grid{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .lx-bl-challenge-card{
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: stretch;
  min-height: 150px;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(11, 31, 58, 0.07);
  transition: 0.28s ease;
}.tc-wp-tool-root .lx-bl-challenge-card:hover{
  border-color: rgba(201, 162, 39, 0.45);
}.tc-wp-tool-root .lx-bl-challenge-card div{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b1f3a;
  color: #d4af37;
  font-size: 27px;
}.tc-wp-tool-root .lx-bl-challenge-card h3{
  display: flex;
  align-items: center;
  padding: 22px;
  font-size: 22px;
}.tc-wp-tool-root .lx-bl-faq-list{
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-bl-faq-item{
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15, 26, 46, 0.08);
  box-shadow: 0 14px 32px rgba(11, 31, 58, 0.06);
}.tc-wp-tool-root .lx-bl-faq-question{
  width: 100%;
  border: 0;
  background: #0b1f3a;
  color: #ffffff;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}.tc-wp-tool-root .lx-bl-faq-question i{
  color: #d4af37;
  transition: 0.28s ease;
}.tc-wp-tool-root .lx-bl-faq-item.lx-bl-active .lx-bl-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-bl-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}.tc-wp-tool-root .lx-bl-faq-answer p{
  padding: 22px 24px;
}.tc-wp-tool-root .lx-bl-final-cta{
  position: relative;
  padding: 120px 0;
  background:
    linear-gradient(145deg, rgba(10, 15, 24, 0.9), rgba(11, 31, 58, 0.88)),
    url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-sora-shimazaki-5668858.jpg") center/cover no-repeat;
}.tc-wp-tool-root .lx-bl-final-content{
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-tool-root .lx-bl-final-content h2{
  color: #ffffff;
  font-size: clamp(36px, 4.8vw, 58px);
  margin: 20px 0;
}.tc-wp-tool-root .lx-bl-final-content p{
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}.tc-wp-tool-root .lx-bl-center-actions{
  justify-content: center;
}@media (max-width: 1350px) {.tc-wp-tool-root .lx-bl-container{
    max-width: 1180px;
  }.tc-wp-tool-root .lx-bl-services-grid, .tc-wp-tool-root .lx-bl-risk-grid, .tc-wp-tool-root .lx-bl-challenge-grid{
    grid-template-columns: repeat(2, 1fr);
  }}@media (max-width: 1200px) {.tc-wp-tool-root .lx-bl-hero-grid, .tc-wp-tool-root .lx-bl-two-col, .tc-wp-tool-root .lx-bl-two-col-reverse{
    gap: 44px;
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-bl-hero-grid, .tc-wp-tool-root .lx-bl-two-col, .tc-wp-tool-root .lx-bl-two-col-reverse{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-bl-warning-grid, .tc-wp-tool-root .lx-bl-info-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-bl-timeline{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-bl-timeline::before{
    display: none;
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-bl-section{
    padding: 82px 0;
  }.tc-wp-tool-root .lx-bl-hero{
    min-height: auto;
    padding: 105px 0 82px;
  }.tc-wp-tool-root .lx-bl-hero-content{
    text-align: center;
  }.tc-wp-tool-root .lx-bl-hero-actions, .tc-wp-tool-root .lx-bl-trust-row{
    justify-content: center;
  }.tc-wp-tool-root .lx-bl-float-badge{
    right: 18px;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-bl-container{
    padding-left: 20px;
    padding-right: 20px;
  }.tc-wp-tool-root .lx-bl-services-grid, .tc-wp-tool-root .lx-bl-risk-grid, .tc-wp-tool-root .lx-bl-challenge-grid, .tc-wp-tool-root .lx-bl-timeline, .tc-wp-tool-root .lx-bl-check-grid, .tc-wp-tool-root .lx-bl-warning-grid, .tc-wp-tool-root .lx-bl-info-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-bl-image-wrap, .tc-wp-tool-root .lx-bl-image-wrap img{
    min-height: 390px;
  }.tc-wp-tool-root .lx-bl-why-item{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .lx-bl-service-card{
    min-height: auto;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-bl-section{
    padding: 68px 0;
  }.tc-wp-tool-root .lx-bl-hero{
    padding: 82px 0 68px;
  }.tc-wp-tool-root .lx-bl-hero-content h1{
    font-size: 38px;
  }.tc-wp-tool-root .lx-bl-hero-content p, .tc-wp-tool-root .lx-bl-final-content p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-bl-btn, .tc-wp-tool-root .lx-bl-hero-actions{
    width: 100%;
  }.tc-wp-tool-root .lx-bl-dashboard{
    padding: 24px;
  }.tc-wp-tool-root .lx-bl-dashboard h2{
    font-size: 29px;
  }.tc-wp-tool-root .lx-bl-section-head{
    margin-bottom: 36px;
  }.tc-wp-tool-root .lx-bl-section-head h2, .tc-wp-tool-root .lx-bl-content h2{
    font-size: 32px;
  }.tc-wp-tool-root .lx-bl-image-overlay{
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
  }.tc-wp-tool-root .lx-bl-faq-question{
    padding: 18px;
    font-size: 15px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-bl-container{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-tool-root .lx-bl-hero-content h1{
    font-size: 34px;
  }.tc-wp-tool-root .lx-bl-warning-card, .tc-wp-tool-root .lx-bl-service-card, .tc-wp-tool-root .lx-bl-risk-card, .tc-wp-tool-root .lx-bl-why-item, .tc-wp-tool-root .lx-bl-step{
    padding-left: 22px;
    padding-right: 22px;
  }.tc-wp-tool-root .lx-bl-float-badge{
    position: relative;
    right: auto;
    top: auto;
    display: inline-flex;
    margin-bottom: 14px;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-bl-hero-content h1{
    font-size: 31px;
  }.tc-wp-tool-root .lx-bl-page p{
    font-size: 15px;
  }.tc-wp-tool-root .lx-bl-section-head h2, .tc-wp-tool-root .lx-bl-content h2{
    font-size: 29px;
  }}.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 .lx-bl-contracts {}
.tc-wp-tool-root .lx-bl-faq {}
.tc-wp-tool-root .lx-bl-intro {}
.tc-wp-tool-root .lx-bl-why {}