@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 .ttdc-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttdc-content, .tc-wp-content-root .ttdc-content section, .tc-wp-content-root .ttdc-content div, .tc-wp-content-root .ttdc-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttdc-content .ttdc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttdc-content .ttdc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttdc-content .ttdc-section-soft{
  background: linear-gradient(180deg, #f7fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .ttdc-content .ttdc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttdc-content .ttdc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttdc-content .ttdc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(25, 128, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(25, 128, 255, 0.1), rgba(15, 198, 181, 0.12));
  color: #0767c6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttdc-content .ttdc-heading h2{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttdc-content .ttdc-heading p{
  margin: 16px auto 0;
  color: #596579;
  line-height: 1.7;
}.tc-wp-content-root .ttdc-content .ttdc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttdc-content .ttdc-card, .tc-wp-content-root .ttdc-content .ttdc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(22, 34, 51, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 42px rgba(18, 32, 53, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttdc-content .ttdc-card::before, .tc-wp-content-root .ttdc-content .ttdc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(25, 128, 255, 0.16), rgba(15, 198, 181, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ttdc-content .ttdc-card:hover, .tc-wp-content-root .ttdc-content .ttdc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(25, 128, 255, 0.24);
  box-shadow: 0 24px 58px rgba(18, 32, 53, 0.13);
}.tc-wp-content-root .ttdc-content .ttdc-card:hover::before, .tc-wp-content-root .ttdc-content .ttdc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttdc-content .ttdc-card h3, .tc-wp-content-root .ttdc-content .ttdc-benefit-card h3, .tc-wp-content-root .ttdc-content .ttdc-step-copy h3{
  position: relative;
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttdc-content .ttdc-card p, .tc-wp-content-root .ttdc-content .ttdc-benefit-card p, .tc-wp-content-root .ttdc-content .ttdc-step-copy p{
  position: relative;
  margin: 11px 0 0;
  color: #5d6878;
  line-height: 1.65;
}.tc-wp-content-root .ttdc-content .ttdc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1980ff 0%, #0fc6b5 100%);
  box-shadow: 0 14px 26px rgba(25, 128, 255, 0.22);
}.tc-wp-content-root .ttdc-content .ttdc-icon::before, .tc-wp-content-root .ttdc-content .ttdc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ttdc-content .ttdc-icon-speed::before{
  width: 24px;
  height: 4px;
  top: 22px;
  left: 12px;
  border-radius: 99px;
}.tc-wp-content-root .ttdc-content .ttdc-icon-speed::after{
  width: 9px;
  height: 9px;
  top: 14px;
  right: 12px;
  border-radius: 50%;
}.tc-wp-content-root .ttdc-content .ttdc-icon-size::before{
  width: 24px;
  height: 18px;
  top: 15px;
  left: 12px;
  border-radius: 5px;
}.tc-wp-content-root .ttdc-content .ttdc-icon-size::after{
  width: 16px;
  height: 3px;
  top: 22px;
  left: 16px;
  border-radius: 99px;
  background: #1980ff;
}.tc-wp-content-root .ttdc-content .ttdc-icon-cloud::before{
  width: 24px;
  height: 14px;
  left: 12px;
  top: 20px;
  border-radius: 12px;
}.tc-wp-content-root .ttdc-content .ttdc-icon-cloud::after{
  width: 14px;
  height: 14px;
  left: 18px;
  top: 13px;
  border-radius: 50%;
}.tc-wp-content-root .ttdc-content .ttdc-icon-network::before{
  width: 6px;
  height: 6px;
  left: 12px;
  top: 21px;
  border-radius: 50%;
  box-shadow: 10px -8px 0 #ffffff, 20px 0 0 #ffffff;
}.tc-wp-content-root .ttdc-content .ttdc-icon-network::after{
  width: 25px;
  height: 3px;
  left: 12px;
  top: 23px;
  border-radius: 99px;
  transform: rotate(-18deg);
}.tc-wp-content-root .ttdc-content .ttdc-icon-backup::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #ffffff;
}.tc-wp-content-root .ttdc-content .ttdc-icon-backup::after{
  width: 10px;
  height: 4px;
  top: 14px;
  left: 25px;
  border-radius: 99px;
  transform: rotate(35deg);
}.tc-wp-content-root .ttdc-content .ttdc-icon-decision::before{
  width: 22px;
  height: 4px;
  top: 16px;
  left: 13px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ttdc-content .ttdc-icon-decision::after{
  width: 6px;
  height: 6px;
  top: 15px;
  left: 29px;
  border-radius: 50%;
  box-shadow: -12px 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ttdc-content .ttdc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttdc-content .ttdc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(25, 128, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 50px rgba(20, 40, 70, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttdc-content .ttdc-step-card::after{
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 74px;
  width: 1px;
  background: linear-gradient(180deg, rgba(25, 128, 255, 0.05), rgba(25, 128, 255, 0.32), rgba(15, 198, 181, 0.06));
}.tc-wp-content-root .ttdc-content .ttdc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(15, 198, 181, 0.28);
  box-shadow: 0 26px 58px rgba(20, 40, 70, 0.12);
}.tc-wp-content-root .ttdc-content .ttdc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1980ff 0%, #0fc6b5 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(25, 128, 255, 0.22);
}.tc-wp-content-root .ttdc-content .ttdc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(25, 128, 255, 0.1);
  color: #0a6fd5;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttdc-content .ttdc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .ttdc-content .ttdc-benefit-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1980ff, #0fc6b5);
}.tc-wp-content-root .ttdc-content .ttdc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttdc-content .ttdc-reveal.ttdc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttdc-content .ttdc-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttdc-content .ttdc-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttdc-content .ttdc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttdc-content .ttdc-card, .tc-wp-content-root .ttdc-content .ttdc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttdc-content .ttdc-card h3, .tc-wp-content-root .ttdc-content .ttdc-benefit-card h3, .tc-wp-content-root .ttdc-content .ttdc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ttdc-content .ttdc-card p, .tc-wp-content-root .ttdc-content .ttdc-benefit-card p, .tc-wp-content-root .ttdc-content .ttdc-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ttdc-content .ttdc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-card::after{
    display: none;
  }.tc-wp-content-root .ttdc-content .ttdc-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttdc-content .ttdc-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttdc-content .ttdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttdc-content .ttdc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttdc-content .ttdc-card, .tc-wp-content-root .ttdc-content .ttdc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttdc-content .ttdc-card h3, .tc-wp-content-root .ttdc-content .ttdc-benefit-card h3, .tc-wp-content-root .ttdc-content .ttdc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ttdc-content .ttdc-card p, .tc-wp-content-root .ttdc-content .ttdc-benefit-card p, .tc-wp-content-root .ttdc-content .ttdc-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttdc-content .ttdc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-card::after{
    display: none;
  }.tc-wp-content-root .ttdc-content .ttdc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
    border-radius: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttdc-content .ttdc-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttdc-content .ttdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttdc-content .ttdc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttdc-content .ttdc-card, .tc-wp-content-root .ttdc-content .ttdc-benefit-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ttdc-content .ttdc-card h3, .tc-wp-content-root .ttdc-content .ttdc-benefit-card h3, .tc-wp-content-root .ttdc-content .ttdc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ttdc-content .ttdc-card p, .tc-wp-content-root .ttdc-content .ttdc-benefit-card p, .tc-wp-content-root .ttdc-content .ttdc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttdc-content .ttdc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-card::after{
    display: none;
  }.tc-wp-content-root .ttdc-content .ttdc-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
    border-radius: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttdc-content .ttdc-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttdc-content .ttdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttdc-content .ttdc-grid-three, .tc-wp-content-root .ttdc-content .ttdc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttdc-content .ttdc-card, .tc-wp-content-root .ttdc-content .ttdc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttdc-content .ttdc-card h3, .tc-wp-content-root .ttdc-content .ttdc-benefit-card h3, .tc-wp-content-root .ttdc-content .ttdc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ttdc-content .ttdc-card p, .tc-wp-content-root .ttdc-content .ttdc-benefit-card p, .tc-wp-content-root .ttdc-content .ttdc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttdc-content .ttdc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttdc-content .ttdc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttdc-content .ttdc-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ttdc-content .ttdc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttdc-content .ttdc-grid-three, .tc-wp-content-root .ttdc-content .ttdc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttdc-content .ttdc-card, .tc-wp-content-root .ttdc-content .ttdc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttdc-content .ttdc-card h3, .tc-wp-content-root .ttdc-content .ttdc-benefit-card h3, .tc-wp-content-root .ttdc-content .ttdc-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ttdc-content .ttdc-card p, .tc-wp-content-root .ttdc-content .ttdc-benefit-card p, .tc-wp-content-root .ttdc-content .ttdc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttdc-content .ttdc-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-card{
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .ttdc-content .ttdc-step-number{
    font-size: 21px;
  }}