@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-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .ttbv-bottom-content, .tc-wp-content-root .ttbv-bottom-content div, .tc-wp-content-root .ttbv-bottom-content section, .tc-wp-content-root .ttbv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.09), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(255, 0, 80, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #a1073c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00d8d0, #ff2f70);
  box-shadow: 0 0 0 5px rgba(0, 216, 208, 0.12);
}.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6475;
  line-height: 1.75;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-card, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(21, 32, 54, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-card::before, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.28), transparent 52%);
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-card:hover, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card:hover, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ttbv-bottom-content .ttbv-card:hover::before, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content h3{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content p{
  margin: 10px 0 0;
  color: #657083;
  line-height: 1.72;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0fd6cf, #ff2f70);
  box-shadow: 0 14px 28px rgba(255, 47, 112, 0.18);
  transition: transform 240ms ease;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-card:hover .ttbv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon::before, .tc-wp-content-root .ttbv-bottom-content .ttbv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 999px;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-frame::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-frame::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-path::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.88), 0 14px 0 rgba(255, 255, 255, 0.76);
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-icon-check::before{
  width: 20px;
  height: 11px;
  left: 13px;
  top: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttbv-bottom-content .ttbv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.12));
  overflow: hidden;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-step-card::after{
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 80, 0.12));
}.tc-wp-content-root .ttbv-bottom-content .ttbv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ttbv-bottom-content .ttbv-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-badge-dot{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(0, 216, 208, 0.14), rgba(255, 47, 112, 0.13));
  border: 1px solid rgba(255, 47, 112, 0.14);
  position: relative;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-badge-dot::before{
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00d8d0, #ff2f70);
  box-shadow: 0 0 0 6px rgba(0, 216, 208, 0.1);
}.tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card{
  text-align: left;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-trust-mark{
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00d8d0, #ff2f70);
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(0, 216, 208, 0.18);
}.tc-wp-content-root .ttbv-bottom-content .ttbv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ttbv-bottom-content .ttbv-reveal.ttbv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttbv-bottom-content .ttbv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttbv-bottom-content .ttbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttbv-bottom-content .ttbv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttbv-bottom-content .ttbv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttbv-bottom-content .ttbv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-grid-3, .tc-wp-content-root .ttbv-bottom-content .ttbv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card{
    padding: 30px;
    height: 100%;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card h3, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-trust-card p, .tc-wp-content-root .ttbv-bottom-content .ttbv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ttbv-bottom-content .ttbv-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}