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

/* 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 .tsv-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #17202f;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tsv-bottom-content, .tc-wp-content-root .tsv-bottom-content div, .tc-wp-content-root .tsv-bottom-content section, .tc-wp-content-root .tsv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .tsv-bottom-content .tsv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tsv-bottom-content .tsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tsv-bottom-content .tsv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.09), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(254, 44, 85, 0.08), transparent 26%),
    #f8fafc;
}.tc-wp-content-root .tsv-bottom-content .tsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tsv-bottom-content .tsv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tsv-bottom-content .tsv-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #c9184a;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tsv-bottom-content .tsv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-bottom-content .tsv-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6472;
  line-height: 1.7;
}.tc-wp-content-root .tsv-bottom-content .tsv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tsv-bottom-content .tsv-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .tsv-bottom-content .tsv-info-card, .tc-wp-content-root .tsv-bottom-content .tsv-use-card, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card, .tc-wp-content-root .tsv-bottom-content .tsv-step-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .tsv-bottom-content .tsv-info-card::before, .tc-wp-content-root .tsv-bottom-content .tsv-use-card::before, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), transparent 42%, rgba(254, 44, 85, 0.10));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .tsv-bottom-content .tsv-info-card:hover, .tc-wp-content-root .tsv-bottom-content .tsv-use-card:hover, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card:hover, .tc-wp-content-root .tsv-bottom-content .tsv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .tsv-bottom-content .tsv-info-card:hover::before, .tc-wp-content-root .tsv-bottom-content .tsv-use-card:hover::before, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tsv-bottom-content .tsv-info-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-use-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tsv-bottom-content .tsv-info-card p, .tc-wp-content-root .tsv-bottom-content .tsv-use-card p, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card p, .tc-wp-content-root .tsv-bottom-content .tsv-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6472;
  line-height: 1.65;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 32px rgba(254, 44, 85, 0.18);
}.tc-wp-content-root .tsv-bottom-content .tsv-icon::before, .tc-wp-content-root .tsv-bottom-content .tsv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-search::before{
  width: 17px;
  height: 17px;
  left: 13px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-search::after{
  width: 12px;
  height: 3px;
  left: 28px;
  top: 30px;
  border-radius: 8px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 13px;
  height: 28px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 62% 42%, 100% 42%, 35% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-frame::before{
  inset: 13px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-frame::after{
  width: 12px;
  height: 3px;
  left: 18px;
  top: 23px;
  border-radius: 8px;
  background: #ffffff;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-path::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-path::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 11px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-phone::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-phone::after{
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 13px;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-calendar::before{
  width: 24px;
  height: 22px;
  left: 12px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .tsv-bottom-content .tsv-icon-calendar::after{
  width: 18px;
  height: 3px;
  left: 15px;
  top: 22px;
  border-radius: 8px;
  background: #ffffff;
}.tc-wp-content-root .tsv-bottom-content .tsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tsv-bottom-content .tsv-step-card{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.90)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.12));
}.tc-wp-content-root .tsv-bottom-content .tsv-step-card::after{
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
}.tc-wp-content-root .tsv-bottom-content .tsv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .tsv-bottom-content .tsv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tsv-bottom-content .tsv-card-dot{
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.20));
}.tc-wp-content-root .tsv-bottom-content .tsv-card-dot::after{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .tsv-bottom-content .tsv-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #c9184a;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tsv-bottom-content .tsv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .tsv-bottom-content .tsv-reveal.tsv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsv-bottom-content .tsv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tsv-bottom-content .tsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-eyebrow{
    font-size: 12px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card, .tc-wp-content-root .tsv-bottom-content .tsv-use-card, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-use-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card p, .tc-wp-content-root .tsv-bottom-content .tsv-use-card p, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card p, .tc-wp-content-root .tsv-bottom-content .tsv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsv-bottom-content .tsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tsv-bottom-content .tsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-eyebrow{
    font-size: 12px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card, .tc-wp-content-root .tsv-bottom-content .tsv-use-card, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-use-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card p, .tc-wp-content-root .tsv-bottom-content .tsv-use-card p, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card p, .tc-wp-content-root .tsv-bottom-content .tsv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsv-bottom-content .tsv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tsv-bottom-content .tsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-eyebrow{
    font-size: 13px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card, .tc-wp-content-root .tsv-bottom-content .tsv-use-card, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-use-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card p, .tc-wp-content-root .tsv-bottom-content .tsv-use-card p, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card p, .tc-wp-content-root .tsv-bottom-content .tsv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsv-bottom-content .tsv-section{
    padding: 76px 0;
  }.tc-wp-content-root .tsv-bottom-content .tsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-eyebrow{
    font-size: 13px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card, .tc-wp-content-root .tsv-bottom-content .tsv-use-card, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-use-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card p, .tc-wp-content-root .tsv-bottom-content .tsv-use-card p, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card p, .tc-wp-content-root .tsv-bottom-content .tsv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-card{
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tsv-bottom-content .tsv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tsv-bottom-content .tsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-eyebrow{
    font-size: 13px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card, .tc-wp-content-root .tsv-bottom-content .tsv-use-card, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-use-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card h3, .tc-wp-content-root .tsv-bottom-content .tsv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-info-card p, .tc-wp-content-root .tsv-bottom-content .tsv-use-card p, .tc-wp-content-root .tsv-bottom-content .tsv-trust-card p, .tc-wp-content-root .tsv-bottom-content .tsv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-card{
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .tsv-bottom-content .tsv-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}