@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 .ttpc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .ttpc-bottom-content, .tc-wp-content-root .ttpc-bottom-content section, .tc-wp-content-root .ttpc-bottom-content div, .tc-wp-content-root .ttpc-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-section{
  position: relative;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(28, 121, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f6f8fb 100%);
}.tc-wp-content-root .ttpc-bottom-content .ttpc-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(28, 121, 255, 0.18);
  border-radius: 999px;
  background: rgba(28, 121, 255, 0.07);
  color: #165fd1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1c79ff, #23c4a7);
  box-shadow: 0 0 0 5px rgba(28, 121, 255, 0.1);
}.tc-wp-content-root .ttpc-bottom-content h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-section-head p{
  margin: 16px auto 0;
  color: #5a667a;
  line-height: 1.7;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-card, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-card{
  position: relative;
  border: 1px solid rgba(25, 35, 55, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-card::after, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(28, 121, 255, 0.12), rgba(35, 196, 167, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-card:hover, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card:hover, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(28, 121, 255, 0.28);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.11);
}.tc-wp-content-root .ttpc-bottom-content .ttpc-card:hover::after, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1c79ff, #23c4a7);
  box-shadow: 0 12px 24px rgba(28, 121, 255, 0.22);
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon::before, .tc-wp-content-root .ttpc-bottom-content .ttpc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-clock{
  position: relative;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-clock::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-clock::after{
  width: 8px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-42deg);
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-chart{
  position: relative;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-chart::before{
  width: 4px;
  height: 18px;
  left: 13px;
  bottom: 12px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 8px -6px 0 #ffffff, 16px -12px 0 #ffffff;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-target{
  position: relative;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-target::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-target::after{
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-percent{
  position: relative;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-percent::before{
  width: 22px;
  height: 3px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-percent::after{
  width: 7px;
  height: 7px;
  left: 12px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 14px 14px 0 -2px transparent, 14px 14px 0 0 #ffffff;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-wallet{
  position: relative;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-wallet::before{
  width: 24px;
  height: 17px;
  left: 10px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-wallet::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-check{
  position: relative;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 12px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttpc-bottom-content h3{
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-copy p{
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(28, 121, 255, 0.38), rgba(35, 196, 167, 0.22)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 43px;
  width: 1px;
  background: linear-gradient(180deg, rgba(28, 121, 255, 0), rgba(28, 121, 255, 0.28), rgba(35, 196, 167, 0));
}.tc-wp-content-root .ttpc-bottom-content .ttpc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1c79ff, #23c4a7);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(28, 121, 255, 0.22);
}.tc-wp-content-root .ttpc-bottom-content .ttpc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1763d7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card::before{
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1c79ff, #23c4a7);
}.tc-wp-content-root .ttpc-bottom-content .ttpc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttpc-bottom-content .ttpc-reveal.ttpc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttpc-bottom-content .ttpc-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttpc-bottom-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-grid, .tc-wp-content-root .ttpc-bottom-content .ttpc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttpc-bottom-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-copy p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttpc-bottom-content .ttpc-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-container{
    padding: 0 20px;
  }.tc-wp-content-root .ttpc-bottom-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-grid, .tc-wp-content-root .ttpc-bottom-content .ttpc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttpc-bottom-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-copy p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttpc-bottom-content .ttpc-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-container{
    padding: 0 24px;
  }.tc-wp-content-root .ttpc-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-grid, .tc-wp-content-root .ttpc-bottom-content .ttpc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttpc-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-copy p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttpc-bottom-content .ttpc-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttpc-bottom-content h2{
    font-size: 38px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-card{
    padding: 28px;
  }.tc-wp-content-root .ttpc-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttpc-bottom-content .ttpc-section{
    padding: 96px 0;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttpc-bottom-content h2{
    font-size: 44px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-grid-3, .tc-wp-content-root .ttpc-bottom-content .ttpc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card{
    min-height: 100%;
    padding: 30px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-step-card{
    padding: 30px;
    gap: 24px;
  }.tc-wp-content-root .ttpc-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttpc-bottom-content .ttpc-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-benefit-card p, .tc-wp-content-root .ttpc-bottom-content .ttpc-step-copy p{
    font-size: 15.5px;
  }}

.tc-wp-content-root .ttpc-use-card {}