@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 .ttbv-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttbv-content, .tc-wp-content-root .ttbv-content section, .tc-wp-content-root .ttbv-content div, .tc-wp-content-root .ttbv-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttbv-content .ttbv-section{
  position: relative;
}.tc-wp-content-root .ttbv-content .ttbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttbv-content .ttbv-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}.tc-wp-content-root .ttbv-content .ttbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttbv-content .ttbv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttbv-content .ttbv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .ttbv-content .ttbv-kicker::before, .tc-wp-content-root .ttbv-content .ttbv-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00f2ea, #ff0050);
}.tc-wp-content-root .ttbv-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ttbv-content .ttbv-heading p{
  margin: 14px auto 0;
  color: #5b6475;
  max-width: 680px;
}.tc-wp-content-root .ttbv-content .ttbv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttbv-content .ttbv-card, .tc-wp-content-root .ttbv-content .ttbv-trust-card, .tc-wp-content-root .ttbv-content .ttbv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(20, 28, 45, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(24, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttbv-content .ttbv-card{
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .ttbv-content .ttbv-card::before, .tc-wp-content-root .ttbv-content .ttbv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(0, 242, 234, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 0, 80, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ttbv-content .ttbv-card:hover, .tc-wp-content-root .ttbv-content .ttbv-trust-card:hover, .tc-wp-content-root .ttbv-content .ttbv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 191, 183, 0.28);
  box-shadow: 0 24px 58px rgba(24, 32, 51, 0.13);
}.tc-wp-content-root .ttbv-content .ttbv-card:hover::before, .tc-wp-content-root .ttbv-content .ttbv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttbv-content .ttbv-icon{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #00f2ea 0%, #7c3aed 52%, #ff0050 100%);
  box-shadow: 0 12px 24px rgba(124, 58, 237, 0.2);
}.tc-wp-content-root .ttbv-content .ttbv-icon::after{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 14px auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 8px 0 0 -5px #ffffff;
}.tc-wp-content-root .ttbv-content .ttbv-dot{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #00c7be;
  box-shadow: 18px 0 0 #ff0050, 36px 0 0 #7c3aed;
}.tc-wp-content-root .ttbv-content h3{
  position: relative;
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ttbv-content .ttbv-card p, .tc-wp-content-root .ttbv-content .ttbv-step-card p, .tc-wp-content-root .ttbv-content .ttbv-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5f6879;
}.tc-wp-content-root .ttbv-content .ttbv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttbv-content .ttbv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .ttbv-content .ttbv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #0f766e 48%, #ff0050 100%);
  box-shadow: 0 16px 34px rgba(15, 118, 110, 0.2);
}.tc-wp-content-root .ttbv-content .ttbv-trust-card{
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .ttbv-content .ttbv-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(0, 242, 234, 0.12);
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .ttbv-content .ttbv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ttbv-content .ttbv-reveal.ttbv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttbv-content .ttbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttbv-content .ttbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttbv-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ttbv-content .ttbv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ttbv-content .ttbv-grid, .tc-wp-content-root .ttbv-content .ttbv-steps{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ttbv-content .ttbv-card, .tc-wp-content-root .ttbv-content .ttbv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }.tc-wp-content-root .ttbv-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttbv-content .ttbv-card p, .tc-wp-content-root .ttbv-content .ttbv-step-card p, .tc-wp-content-root .ttbv-content .ttbv-trust-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttbv-content .ttbv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttbv-content .ttbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttbv-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ttbv-content .ttbv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttbv-content .ttbv-grid, .tc-wp-content-root .ttbv-content .ttbv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttbv-content .ttbv-card, .tc-wp-content-root .ttbv-content .ttbv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }.tc-wp-content-root .ttbv-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttbv-content .ttbv-card p, .tc-wp-content-root .ttbv-content .ttbv-step-card p, .tc-wp-content-root .ttbv-content .ttbv-trust-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttbv-content .ttbv-section{
    padding: 68px 0;
  }.tc-wp-content-root .ttbv-content .ttbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttbv-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ttbv-content .ttbv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttbv-content .ttbv-grid, .tc-wp-content-root .ttbv-content .ttbv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttbv-content .ttbv-card, .tc-wp-content-root .ttbv-content .ttbv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ttbv-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttbv-content .ttbv-card p, .tc-wp-content-root .ttbv-content .ttbv-step-card p, .tc-wp-content-root .ttbv-content .ttbv-trust-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttbv-content .ttbv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ttbv-content .ttbv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttbv-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ttbv-content .ttbv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttbv-content .ttbv-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttbv-content .ttbv-grid-six, .tc-wp-content-root .ttbv-content .ttbv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttbv-content .ttbv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ttbv-content .ttbv-card, .tc-wp-content-root .ttbv-content .ttbv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-card{
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .ttbv-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttbv-content .ttbv-card p, .tc-wp-content-root .ttbv-content .ttbv-step-card p, .tc-wp-content-root .ttbv-content .ttbv-trust-card p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttbv-content .ttbv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ttbv-content .ttbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttbv-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ttbv-content .ttbv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ttbv-content .ttbv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttbv-content .ttbv-grid-six, .tc-wp-content-root .ttbv-content .ttbv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttbv-content .ttbv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttbv-content .ttbv-card, .tc-wp-content-root .ttbv-content .ttbv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .ttbv-content .ttbv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .ttbv-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttbv-content .ttbv-card p, .tc-wp-content-root .ttbv-content .ttbv-step-card p, .tc-wp-content-root .ttbv-content .ttbv-trust-card p{
    font-size: 16px;
  }}