@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");
@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");

/* 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-cv-page{
  position: relative;
  overflow: hidden;
  color: #1F2937;
  font-family: "Inter", sans-serif;
  background: #FFFFFF;
}.tc-wp-tool-root .lx-cv-page *{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-cv-page a{
  text-decoration: none;
}.tc-wp-tool-root .lx-cv-container{
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-tool-root .lx-cv-hero{
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 120px 0 90px;
  color: #FFFFFF;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
}.tc-wp-tool-root .lx-cv-hero-bg, .tc-wp-tool-root .lx-cv-final-bg{
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(7,23,44,.94), rgba(11,31,58,.82), rgba(10,15,24,.9)), url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-karola-g-7876000-1.jpg");
  background-size: cover;
  background-position: center;
}.tc-wp-tool-root .lx-cv-hero:after, .tc-wp-tool-root .lx-cv-final-cta:after{
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
}.tc-wp-tool-root .lx-cv-hero-grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}.tc-wp-tool-root .lx-cv-badge, .tc-wp-tool-root .lx-cv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
}.tc-wp-tool-root .lx-cv-badge{
  color: #0B1F3A;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  padding: 10px 15px;
}.tc-wp-tool-root .lx-cv-kicker{
  color: #C9A227;
  background: rgba(201,162,39,0.10);
  padding: 9px 14px;
}.tc-wp-tool-root .lx-cv-hero h1, .tc-wp-tool-root .lx-cv-page h2{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.06;
  margin: 18px 0;
  color: inherit;
}.tc-wp-tool-root .lx-cv-hero h1{
  font-size: clamp(42px, 5vw, 74px);
  max-width: 850px;
}.tc-wp-tool-root .lx-cv-page h2{
  font-size: clamp(31px, 3vw, 50px);
  color: #0B1F3A;
}.tc-wp-tool-root .lx-cv-page h3{
  margin: 0;
  color: #0B1F3A;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  line-height: 1.35;
}.tc-wp-tool-root .lx-cv-page p{
  color: #6B7280;
  font-size: 16px;
  line-height: 1.78;
  margin: 0 0 16px;
}.tc-wp-tool-root .lx-cv-hero p, .tc-wp-tool-root .lx-cv-dark p, .tc-wp-tool-root .lx-cv-final-content p{
  color: rgba(255,255,255,.78);
}.tc-wp-tool-root .lx-cv-hero-content > p{
  max-width: 760px;
  font-size: 18px;
}.tc-wp-tool-root .lx-cv-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}.tc-wp-tool-root .lx-cv-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 23px;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
  transition: .28s ease;
}.tc-wp-tool-root .lx-cv-btn-gold{
  color: #0B1F3A;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  box-shadow: 0 18px 42px rgba(201,162,39,.26);
}.tc-wp-tool-root .lx-cv-btn-outline{
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}.tc-wp-tool-root .lx-cv-btn:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .lx-cv-trust{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}.tc-wp-tool-root .lx-cv-trust span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
}.tc-wp-tool-root .lx-cv-trust i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-cv-dashboard{
  position: relative;
  border: 1px solid rgba(201,162,39,.35);
  border-radius: 18px;
  padding: 30px;
  background: linear-gradient(150deg, rgba(255,255,255,.13), rgba(255,255,255,.05));
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(0,0,0,.36);
  transition: .28s ease;
}.tc-wp-tool-root .lx-cv-dashboard:hover{
  transform: translateY(-6px);
}.tc-wp-tool-root .lx-cv-float-badge{
  position: absolute;
  right: 24px;
  top: -18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #0B1F3A;
  background: #D4AF37;
  font: 800 12px "Plus Jakarta Sans", sans-serif;
}.tc-wp-tool-root .lx-cv-dashboard-head{
  display: flex;
  gap: 18px;
  align-items: flex-start;
}.tc-wp-tool-root .lx-cv-dashboard-head > i{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #0B1F3A;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  font-size: 24px;
}.tc-wp-tool-root .lx-cv-dashboard h2{
  margin: 0 0 8px;
  font-size: 31px;
  color: #FFFFFF;
}.tc-wp-tool-root .lx-cv-status{
  display: block;
  margin: 22px 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: #EFE3B8;
  background: rgba(201,162,39,.13);
  border: 1px solid rgba(201,162,39,.2);
  font: 800 13px "Plus Jakarta Sans", sans-serif;
}.tc-wp-tool-root .lx-cv-dashboard-rows{
  display: grid;
  gap: 10px;
}.tc-wp-tool-root .lx-cv-dashboard-rows div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  padding: 13px 15px;
  border-radius: 10px;
  color: #FFFFFF;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
}.tc-wp-tool-root .lx-cv-dashboard-rows strong{
  color: #D4AF37;
}.tc-wp-tool-root .lx-cv-snapshot{
  margin-top: 18px;
  padding: 20px;
  border-radius: 14px;
  background: rgba(10,15,24,.7);
  border: 1px solid rgba(255,255,255,.08);
}.tc-wp-tool-root .lx-cv-snapshot h3{
  color: #FFFFFF;
  margin-bottom: 12px;
}.tc-wp-tool-root .lx-cv-snapshot ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}.tc-wp-tool-root .lx-cv-snapshot li{
  color: rgba(255,255,255,.78);
  font-size: 14px;
}.tc-wp-tool-root .lx-cv-snapshot li:before, .tc-wp-tool-root .lx-cv-check-grid span:before, .tc-wp-tool-root .lx-cv-info-grid span:before{
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #C9A227;
  margin-right: 9px;
}.tc-wp-tool-root .lx-cv-section{
  padding: 105px 0;
}.tc-wp-tool-root .lx-cv-light{
  background: #F7F8FA;
}.tc-wp-tool-root .lx-cv-cream{
  background: #FAF7EF;
}.tc-wp-tool-root .lx-cv-two-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}.tc-wp-tool-root .lx-cv-image-wrap{
  position: relative;
  min-height: 470px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(11,31,58,.17);
}.tc-wp-tool-root .lx-cv-image-wrap img{
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}.tc-wp-tool-root .lx-cv-copy h2{
  margin-top: 14px;
}.tc-wp-tool-root .lx-cv-mini-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}.tc-wp-tool-root .lx-cv-mini-grid div, .tc-wp-tool-root .lx-cv-warning-card, .tc-wp-tool-root .lx-cv-dispute-card, .tc-wp-tool-root .lx-cv-timeline div{
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  box-shadow: 0 16px 42px rgba(11,31,58,.08);
  transition: .28s ease;
}.tc-wp-tool-root .lx-cv-mini-grid div{
  padding: 20px;
  border-radius: 12px;
}.tc-wp-tool-root .lx-cv-mini-grid i, .tc-wp-tool-root .lx-cv-warning-card i, .tc-wp-tool-root .lx-cv-dispute-card i{
  color: #C9A227;
  font-size: 24px;
  margin-bottom: 13px;
}.tc-wp-tool-root .lx-cv-mini-grid h3{
  font-size: 15px;
}.tc-wp-tool-root .lx-cv-section-head{
  max-width: 880px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-tool-root .lx-cv-section-head h2{
  margin-top: 15px;
}.tc-wp-tool-root .lx-cv-warning-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-cv-warning-card{
  padding: 28px;
  border-radius: 14px;
}.tc-wp-tool-root .lx-cv-warning-card:hover, .tc-wp-tool-root .lx-cv-dispute-card:hover{
  transform: translateY(-6px);
  border-color: rgba(201,162,39,.35);
}.tc-wp-tool-root .lx-cv-dispute-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-cv-dispute-card{
  position: relative;
  min-height: 100%;
  padding: 30px 24px;
  border-radius: 14px;
  overflow: hidden;
}.tc-wp-tool-root .lx-cv-dispute-card:before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #0B1F3A;
  transition: .28s ease;
}.tc-wp-tool-root .lx-cv-dispute-card:hover:before{
  background: #C9A227;
}.tc-wp-tool-root .lx-cv-dispute-card i{
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201,162,39,0.10);
}.tc-wp-tool-root .lx-cv-dispute-card p{
  margin-top: 12px;
  font-size: 15px;
}.tc-wp-tool-root .lx-cv-docs{
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F8FA 100%);
}.tc-wp-tool-root .lx-cv-check-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  margin-top: 24px;
}.tc-wp-tool-root .lx-cv-check-grid span, .tc-wp-tool-root .lx-cv-info-grid span{
  padding: 13px 14px;
  border-radius: 8px;
  color: #1F2937;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  font: 700 14px "Plus Jakarta Sans", sans-serif;
}.tc-wp-tool-root .lx-cv-overlay-image:after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,15,24,.78));
}.tc-wp-tool-root .lx-cv-image-note{
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 14px;
  background: rgba(255,255,255,.94);
}.tc-wp-tool-root .lx-cv-image-note p{
  margin-bottom: 0;
  font-size: 14px;
}.tc-wp-tool-root .lx-cv-dark{
  position: relative;
  color: #FFFFFF;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
}.tc-wp-tool-root .lx-cv-dark h2, .tc-wp-tool-root .lx-cv-dark h3{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-cv-resolution-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-cv-resolution-grid div{
  padding: 28px;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  transition: .28s ease;
}.tc-wp-tool-root .lx-cv-resolution-grid div:hover{
  transform: translateY(-6px);
  border-color: rgba(201,162,39,.35);
}.tc-wp-tool-root .lx-cv-resolution-grid i{
  color: #D4AF37;
  font-size: 28px;
  margin-bottom: 16px;
}.tc-wp-tool-root .lx-cv-feature-list{
  display: grid;
  gap: 18px;
  max-width: 1050px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-cv-feature-list div{
  position: relative;
  padding: 28px 32px 28px 92px;
  border-left: 4px solid #C9A227;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 14px 38px rgba(11,31,58,.07);
}.tc-wp-tool-root .lx-cv-feature-list span{
  position: absolute;
  left: 28px;
  top: 28px;
  color: #C9A227;
  font: 800 24px "Plus Jakarta Sans", sans-serif;
}.tc-wp-tool-root .lx-cv-feature-list p{
  margin: 8px 0 0;
}.tc-wp-tool-root .lx-cv-timeline{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-cv-timeline:before{
  content: "";
  position: absolute;
  top: 30px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: #C9A227;
}.tc-wp-tool-root .lx-cv-timeline div{
  position: relative;
  z-index: 1;
  padding: 72px 24px 26px;
  border-radius: 14px;
}.tc-wp-tool-root .lx-cv-timeline span{
  position: absolute;
  top: 0;
  left: 24px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #FFFFFF;
  background: #0B1F3A;
  border: 4px solid #D4AF37;
  font: 800 20px "Plus Jakarta Sans", sans-serif;
}.tc-wp-tool-root .lx-cv-info-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}.tc-wp-tool-root .lx-cv-challenge-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-cv-challenge-grid div{
  overflow: hidden;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 18px 48px rgba(11,31,58,.09);
  border: 1px solid rgba(15,26,46,0.08);
  transition: .28s ease;
}.tc-wp-tool-root .lx-cv-challenge-grid div:hover{
  transform: translateY(-6px);
  border-color: rgba(201,162,39,.35);
}.tc-wp-tool-root .lx-cv-challenge-grid i{
  display: block;
  padding: 30px;
  color: #D4AF37;
  background: #0B1F3A;
  font-size: 32px;
}.tc-wp-tool-root .lx-cv-challenge-grid h3{
  padding: 24px;
}.tc-wp-tool-root .lx-cv-faq{
  background: #F7F8FA;
}.tc-wp-tool-root .lx-cv-faq-list{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-cv-faq-item{
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  box-shadow: 0 14px 34px rgba(11,31,58,.06);
}.tc-wp-tool-root .lx-cv-faq-question{
  width: 100%;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: #FFFFFF;
  background: #0B1F3A;
  font: 800 16px "Plus Jakarta Sans", sans-serif;
  text-align: left;
}.tc-wp-tool-root .lx-cv-faq-question i{
  color: #D4AF37;
  transition: .28s ease;
}.tc-wp-tool-root .lx-cv-faq-item.lx-cv-active .lx-cv-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-cv-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}.tc-wp-tool-root .lx-cv-faq-answer p{
  margin: 0;
  padding: 20px 22px;
}.tc-wp-tool-root .lx-cv-final-cta{
  position: relative;
  padding: 115px 0;
  color: #FFFFFF;
  text-align: center;
  background: #0A0F18;
}.tc-wp-tool-root .lx-cv-final-bg{
  background-image: linear-gradient(90deg, rgba(7,23,44,.94), rgba(11,31,58,.82), rgba(10,15,24,.94)), url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-karola-g-7876314.jpg0");
}.tc-wp-tool-root .lx-cv-final-content{
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-cv-final-content h2{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-cv-center-actions{
  justify-content: center;
}@media (max-width: 1350px) {.tc-wp-tool-root .lx-cv-hero-grid{
    gap: 46px;
  }}@media (max-width: 1200px) {.tc-wp-tool-root .lx-cv-dispute-grid, .tc-wp-tool-root .lx-cv-resolution-grid, .tc-wp-tool-root .lx-cv-challenge-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-cv-timeline{
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 22px;
  }.tc-wp-tool-root .lx-cv-timeline:before{
    display: none;
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-cv-hero-grid, .tc-wp-tool-root .lx-cv-two-col{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-cv-dashboard{
    max-width: 760px;
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-cv-section{
    padding: 82px 0;
  }.tc-wp-tool-root .lx-cv-warning-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-cv-info-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-cv-hero{
    min-height: auto;
    padding: 105px 0 76px;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-cv-container{
    padding-left: 20px;
    padding-right: 20px;
  }.tc-wp-tool-root .lx-cv-hero-content, .tc-wp-tool-root .lx-cv-section-head, .tc-wp-tool-root .lx-cv-final-content{
    text-align: center;
  }.tc-wp-tool-root .lx-cv-badge, .tc-wp-tool-root .lx-cv-kicker{
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root .lx-cv-actions, .tc-wp-tool-root .lx-cv-trust{
    justify-content: center;
  }.tc-wp-tool-root .lx-cv-btn{
    width: 100%;
  }.tc-wp-tool-root .lx-cv-mini-grid, .tc-wp-tool-root .lx-cv-warning-grid, .tc-wp-tool-root .lx-cv-dispute-grid, .tc-wp-tool-root .lx-cv-resolution-grid, .tc-wp-tool-root .lx-cv-challenge-grid, .tc-wp-tool-root .lx-cv-timeline{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-cv-image-wrap{
    min-height: 360px;
  }.tc-wp-tool-root .lx-cv-feature-list div{
    padding: 26px;
  }.tc-wp-tool-root .lx-cv-feature-list span{
    position: static;
    display: block;
    margin-bottom: 8px;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-cv-section{
    padding: 66px 0;
  }.tc-wp-tool-root .lx-cv-dashboard{
    padding: 22px;
  }.tc-wp-tool-root .lx-cv-dashboard-head{
    flex-direction: column;
  }.tc-wp-tool-root .lx-cv-check-grid, .tc-wp-tool-root .lx-cv-info-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-cv-faq-question{
    padding: 18px;
    font-size: 15px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-cv-hero h1{
    font-size: 38px;
  }.tc-wp-tool-root .lx-cv-page h2{
    font-size: 30px;
  }.tc-wp-tool-root .lx-cv-float-badge{
    position: static;
    display: inline-flex;
    margin-bottom: 16px;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-cv-container{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-tool-root .lx-cv-hero h1{
    font-size: 34px;
  }}.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-cv-intro {}