@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 .tttc-content{
  width: 100%;
  overflow-x: hidden;
  color: #182133;
  font-family: inherit;
  line-height: 1.6;
}.tc-wp-content-root .tttc-content, .tc-wp-content-root .tttc-content div, .tc-wp-content-root .tttc-content section, .tc-wp-content-root .tttc-content article{
  box-sizing: border-box;
}.tc-wp-content-root .tttc-content .tttc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tttc-content .tttc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tttc-content .tttc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f6f7fb 100%);
}.tc-wp-content-root .tttc-content .tttc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tttc-content .tttc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tttc-content .tttc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(58, 134, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(58, 134, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #2262c6;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .tttc-content .tttc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .tttc-content .tttc-heading p{
  margin: 14px auto 0;
  color: #5f6b7a;
  line-height: 1.75;
}.tc-wp-content-root .tttc-content .tttc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tttc-content .tttc-card, .tc-wp-content-root .tttc-content .tttc-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 34, 54, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tttc-content .tttc-card::before, .tc-wp-content-root .tttc-content .tttc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #3a86ff, #00c4a7);
  opacity: 0.9;
}.tc-wp-content-root .tttc-content .tttc-card:hover, .tc-wp-content-root .tttc-content .tttc-benefit-card:hover, .tc-wp-content-root .tttc-content .tttc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(58, 134, 255, 0.24);
  box-shadow: 0 24px 54px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .tttc-content .tttc-card h3, .tc-wp-content-root .tttc-content .tttc-benefit-card h3, .tc-wp-content-root .tttc-content .tttc-step-card h3{
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tttc-content .tttc-card p, .tc-wp-content-root .tttc-content .tttc-benefit-card p, .tc-wp-content-root .tttc-content .tttc-step-card p{
  margin: 10px 0 0;
  color: #5f6b7a;
  line-height: 1.7;
}.tc-wp-content-root .tttc-content .tttc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(58, 134, 255, 0.14), rgba(0, 196, 167, 0.14));
  box-shadow: inset 0 0 0 1px rgba(58, 134, 255, 0.13);
}.tc-wp-content-root .tttc-content .tttc-icon::before, .tc-wp-content-root .tttc-content .tttc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .tttc-content .tttc-icon-clock::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 2px solid #2d78ed;
  border-radius: 50%;
}.tc-wp-content-root .tttc-content .tttc-icon-clock::after{
  width: 8px;
  height: 2px;
  left: 23px;
  top: 22px;
  background: #00a88f;
  box-shadow: -4px -5px 0 -1px #2d78ed;
  transform-origin: left center;
}.tc-wp-content-root .tttc-content .tttc-icon-shift::before{
  width: 20px;
  height: 14px;
  left: 13px;
  top: 17px;
  border: 2px solid #2d78ed;
  border-radius: 6px;
}.tc-wp-content-root .tttc-content .tttc-icon-shift::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  background: #00a88f;
}.tc-wp-content-root .tttc-content .tttc-icon-check::before{
  width: 18px;
  height: 10px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #00a88f;
  border-bottom: 3px solid #00a88f;
  transform: rotate(-45deg);
}.tc-wp-content-root .tttc-content .tttc-icon-plan::before{
  width: 20px;
  height: 22px;
  left: 13px;
  top: 12px;
  border: 2px solid #2d78ed;
  border-radius: 6px;
}.tc-wp-content-root .tttc-content .tttc-icon-plan::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 20px;
  background: #00a88f;
  box-shadow: 0 6px 0 rgba(0, 168, 143, 0.8);
}.tc-wp-content-root .tttc-content .tttc-icon-record::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
  border: 2px solid #2d78ed;
}.tc-wp-content-root .tttc-content .tttc-icon-record::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #00a88f;
}.tc-wp-content-root .tttc-content .tttc-icon-fast::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border-top: 3px solid #2d78ed;
  border-bottom: 3px solid #00a88f;
  transform: skewX(-22deg);
}.tc-wp-content-root .tttc-content .tttc-icon-fast::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 19px;
  border-top: 3px solid #2d78ed;
  border-right: 3px solid #2d78ed;
  transform: rotate(45deg);
}.tc-wp-content-root .tttc-content .tttc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tttc-content .tttc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(20, 34, 54, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tttc-content .tttc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  width: 1px;
  background: linear-gradient(180deg, rgba(58, 134, 255, 0), rgba(58, 134, 255, 0.28), rgba(0, 196, 167, 0));
}.tc-wp-content-root .tttc-content .tttc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #3a86ff, #00c4a7);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(58, 134, 255, 0.24);
}.tc-wp-content-root .tttc-content .tttc-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tttc-content .tttc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(58, 134, 255, 0.09);
  color: #2262c6;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .tttc-content .tttc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a86ff, #00c4a7);
  box-shadow: 0 14px 26px rgba(0, 196, 167, 0.2);
  position: relative;
}.tc-wp-content-root .tttc-content .tttc-benefit-mark::after{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tttc-content .tttc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tttc-content .tttc-reveal.tttc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tttc-content .tttc-section{
    padding: 46px 0;
  }.tc-wp-content-root .tttc-content .tttc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tttc-content .tttc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .tttc-content .tttc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .tttc-content .tttc-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .tttc-content .tttc-card, .tc-wp-content-root .tttc-content .tttc-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .tttc-content .tttc-card h3, .tc-wp-content-root .tttc-content .tttc-benefit-card h3, .tc-wp-content-root .tttc-content .tttc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tttc-content .tttc-card p, .tc-wp-content-root .tttc-content .tttc-benefit-card p, .tc-wp-content-root .tttc-content .tttc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tttc-content .tttc-steps{
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .tttc-content .tttc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .tttc-content .tttc-step-card::after{
    display: none;
  }.tc-wp-content-root .tttc-content .tttc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tttc-content .tttc-section{
    padding: 52px 0;
  }.tc-wp-content-root .tttc-content .tttc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tttc-content .tttc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .tttc-content .tttc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tttc-content .tttc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tttc-content .tttc-card, .tc-wp-content-root .tttc-content .tttc-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .tttc-content .tttc-card h3, .tc-wp-content-root .tttc-content .tttc-benefit-card h3, .tc-wp-content-root .tttc-content .tttc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tttc-content .tttc-card p, .tc-wp-content-root .tttc-content .tttc-benefit-card p, .tc-wp-content-root .tttc-content .tttc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tttc-content .tttc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tttc-content .tttc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .tttc-content .tttc-step-card::after{
    display: none;
  }.tc-wp-content-root .tttc-content .tttc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tttc-content .tttc-section{
    padding: 58px 0;
  }.tc-wp-content-root .tttc-content .tttc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tttc-content .tttc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .tttc-content .tttc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tttc-content .tttc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tttc-content .tttc-card, .tc-wp-content-root .tttc-content .tttc-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .tttc-content .tttc-card h3, .tc-wp-content-root .tttc-content .tttc-benefit-card h3, .tc-wp-content-root .tttc-content .tttc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tttc-content .tttc-card p, .tc-wp-content-root .tttc-content .tttc-benefit-card p, .tc-wp-content-root .tttc-content .tttc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tttc-content .tttc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tttc-content .tttc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px;
  }.tc-wp-content-root .tttc-content .tttc-step-card::after{
    display: none;
  }.tc-wp-content-root .tttc-content .tttc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tttc-content .tttc-section{
    padding: 74px 0;
  }.tc-wp-content-root .tttc-content .tttc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tttc-content .tttc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .tttc-content .tttc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tttc-content .tttc-grid-six, .tc-wp-content-root .tttc-content .tttc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tttc-content .tttc-grid{
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .tttc-content .tttc-card, .tc-wp-content-root .tttc-content .tttc-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .tttc-content .tttc-card h3, .tc-wp-content-root .tttc-content .tttc-benefit-card h3, .tc-wp-content-root .tttc-content .tttc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tttc-content .tttc-card p, .tc-wp-content-root .tttc-content .tttc-benefit-card p, .tc-wp-content-root .tttc-content .tttc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tttc-content .tttc-steps{
    gap: 20px;
    margin-top: 40px;
  }.tc-wp-content-root .tttc-content .tttc-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .tttc-content .tttc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tttc-content .tttc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tttc-content .tttc-container{
    padding: 0 34px;
  }.tc-wp-content-root .tttc-content .tttc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .tttc-content .tttc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tttc-content .tttc-grid-six, .tc-wp-content-root .tttc-content .tttc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tttc-content .tttc-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tttc-content .tttc-card, .tc-wp-content-root .tttc-content .tttc-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .tttc-content .tttc-card h3, .tc-wp-content-root .tttc-content .tttc-benefit-card h3, .tc-wp-content-root .tttc-content .tttc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tttc-content .tttc-card p, .tc-wp-content-root .tttc-content .tttc-benefit-card p, .tc-wp-content-root .tttc-content .tttc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tttc-content .tttc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tttc-content .tttc-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .tttc-content .tttc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}