@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 .dtf-content-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .dtf-content-wrap, .tc-wp-content-root .dtf-content-wrap section, .tc-wp-content-root .dtf-content-wrap div, .tc-wp-content-root .dtf-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dtf-content-wrap .dtf-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .dtf-content-wrap .dtf-section-white{
  background: #ffffff;
}.tc-wp-content-root .dtf-content-wrap .dtf-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(30, 144, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(24, 191, 157, 0.08), transparent 30%),
    #f7fafc;
}.tc-wp-content-root .dtf-content-wrap .dtf-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dtf-content-wrap .dtf-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dtf-content-wrap .dtf-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 144, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 144, 255, 0.1), rgba(24, 191, 157, 0.1));
  color: #126e8a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .dtf-content-wrap h2{
  margin: 0;
  color: #121a2b;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dtf-content-wrap .dtf-section-head p{
  margin: 16px auto 0;
  color: #586276;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .dtf-content-wrap .dtf-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dtf-content-wrap .dtf-card, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 26, 43, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(25, 38, 62, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .dtf-content-wrap .dtf-card::before, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(30, 144, 255, 0.28), rgba(24, 191, 157, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .dtf-content-wrap .dtf-card:hover, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(30, 144, 255, 0.18);
  box-shadow: 0 24px 60px rgba(25, 38, 62, 0.13);
}.tc-wp-content-root .dtf-content-wrap .dtf-card:hover::before, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dtf-content-wrap .dtf-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-step-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .dtf-content-wrap .dtf-card p, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card p, .tc-wp-content-root .dtf-content-wrap .dtf-step-card p{
  margin: 10px 0 0;
  color: #5d687b;
  line-height: 1.68;
  font-weight: 450;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e90ff, #18bf9d);
  box-shadow: 0 14px 26px rgba(30, 144, 255, 0.22);
}.tc-wp-content-root .dtf-content-wrap .dtf-icon::before, .tc-wp-content-root .dtf-content-wrap .dtf-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
  transition: transform 240ms ease;
}.tc-wp-content-root .dtf-content-wrap .dtf-card:hover .dtf-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-ruler::before{
  width: 22px;
  height: 5px;
  left: 12px;
  top: 20px;
  border-radius: 8px;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-ruler::after{
  width: 3px;
  height: 13px;
  left: 17px;
  top: 16px;
  border-radius: 8px;
  box-shadow: 7px 0 0 rgba(255, 255, 255, 0.85), 14px 0 0 rgba(255, 255, 255, 0.7);
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-layout::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 6px;
  background: transparent;
  border: 3px solid #ffffff;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-layout::after{
  width: 16px;
  height: 3px;
  left: 15px;
  top: 22px;
  border-radius: 8px;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-scale::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 8px;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-scale::after{
  width: 4px;
  height: 24px;
  left: 21px;
  top: 11px;
  border-radius: 8px;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-note::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 5px;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-note::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 19px;
  border-radius: 6px;
  background: #1e90ff;
  box-shadow: 0 6px 0 #18bf9d;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}.tc-wp-content-root .dtf-content-wrap .dtf-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 23px;
  border-radius: 8px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .dtf-content-wrap .dtf-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dtf-content-wrap .dtf-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(18, 26, 43, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96));
  box-shadow: 0 18px 46px rgba(25, 38, 62, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .dtf-content-wrap .dtf-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 82px;
  bottom: -25px;
  width: 2px;
  background: linear-gradient(180deg, rgba(30, 144, 255, 0.25), rgba(24, 191, 157, 0));
}.tc-wp-content-root .dtf-content-wrap .dtf-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .dtf-content-wrap .dtf-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 58px rgba(25, 38, 62, 0.12);
}.tc-wp-content-root .dtf-content-wrap .dtf-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1e90ff, #18bf9d);
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
  box-shadow: 0 16px 30px rgba(30, 144, 255, 0.22);
}.tc-wp-content-root .dtf-content-wrap .dtf-step-content{
  min-width: 0;
}.tc-wp-content-root .dtf-content-wrap .dtf-badge{
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(30, 144, 255, 0.1);
  color: #176e91;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .dtf-content-wrap .dtf-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .dtf-content-wrap .dtf-benefit-mark{
  display: block;
  width: 54px;
  height: 6px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1e90ff, #18bf9d);
}.tc-wp-content-root .dtf-content-wrap .dtf-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .dtf-content-wrap .dtf-reveal.dtf-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dtf-content-wrap .dtf-section{
    padding: 46px 0;
  }.tc-wp-content-root .dtf-content-wrap .dtf-container{
    padding: 0 14px;
  }.tc-wp-content-root .dtf-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card p, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card p, .tc-wp-content-root .dtf-content-wrap .dtf-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtf-content-wrap .dtf-section{
    padding: 54px 0;
  }.tc-wp-content-root .dtf-content-wrap .dtf-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtf-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card p, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card p, .tc-wp-content-root .dtf-content-wrap .dtf-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtf-content-wrap .dtf-section{
    padding: 62px 0;
  }.tc-wp-content-root .dtf-content-wrap .dtf-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtf-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card p, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card p, .tc-wp-content-root .dtf-content-wrap .dtf-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtf-content-wrap .dtf-section{
    padding: 78px 0;
  }.tc-wp-content-root .dtf-content-wrap .dtf-container{
    padding: 0 30px;
  }.tc-wp-content-root .dtf-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-grid-three, .tc-wp-content-root .dtf-content-wrap .dtf-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card p, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card p, .tc-wp-content-root .dtf-content-wrap .dtf-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-step-card{
    gap: 22px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dtf-content-wrap .dtf-section{
    padding: 94px 0;
  }.tc-wp-content-root .dtf-content-wrap .dtf-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtf-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card h3, .tc-wp-content-root .dtf-content-wrap .dtf-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-card p, .tc-wp-content-root .dtf-content-wrap .dtf-benefit-card p, .tc-wp-content-root .dtf-content-wrap .dtf-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dtf-content-wrap .dtf-step-card{
    gap: 26px;
    padding: 32px;
  }}