@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 .dac-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .dac-editorial-wrap, .tc-wp-content-root .dac-editorial-wrap section, .tc-wp-content-root .dac-editorial-wrap div, .tc-wp-content-root .dac-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dac-editorial-wrap .dac-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .dac-editorial-wrap .dac-section-white{
  background: #ffffff;
}.tc-wp-content-root .dac-editorial-wrap .dac-section-soft{
  background:
    radial-gradient(circle at top left, rgba(42, 115, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f6f8fc 100%);
}.tc-wp-content-root .dac-editorial-wrap .dac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dac-editorial-wrap .dac-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dac-editorial-wrap .dac-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(42, 115, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(42, 115, 255, 0.1), rgba(0, 193, 167, 0.1));
  color: #2458c8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dac-editorial-wrap .dac-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dac-editorial-wrap .dac-section-head p{
  margin: 14px auto 0;
  color: #596579;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .dac-editorial-wrap .dac-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dac-editorial-wrap .dac-card, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 33, 61, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .dac-editorial-wrap .dac-card::before, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(42, 115, 255, 0.14), rgba(0, 193, 167, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .dac-editorial-wrap .dac-card:hover, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(42, 115, 255, 0.24);
  box-shadow: 0 24px 60px rgba(22, 34, 62, 0.12);
}.tc-wp-content-root .dac-editorial-wrap .dac-card:hover::before, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dac-editorial-wrap .dac-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-step-card h3{
  position: relative;
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dac-editorial-wrap .dac-card p, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card p, .tc-wp-content-root .dac-editorial-wrap .dac-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.65;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2a73ff, #00c1a7);
  box-shadow: 0 14px 26px rgba(42, 115, 255, 0.24);
}.tc-wp-content-root .dac-editorial-wrap .dac-icon::before, .tc-wp-content-root .dac-editorial-wrap .dac-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-graph::before{
  left: 12px;
  bottom: 12px;
  width: 22px;
  height: 2px;
  transform: rotate(-28deg);
  border-radius: 2px;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-graph::after{
  left: 14px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: 14px 14px 0 #ffffff;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-check::before{
  left: 13px;
  top: 22px;
  width: 10px;
  height: 4px;
  transform: rotate(42deg);
  border-radius: 4px;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-check::after{
  left: 20px;
  top: 18px;
  width: 18px;
  height: 4px;
  transform: rotate(-48deg);
  border-radius: 4px;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-variable::before{
  left: 13px;
  top: 15px;
  width: 20px;
  height: 16px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-right: 0;
  background: transparent;
  transform: skewX(-12deg);
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-variable::after{
  left: 22px;
  top: 10px;
  width: 3px;
  height: 27px;
  border-radius: 4px;
  transform: rotate(28deg);
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-system::before{
  left: 11px;
  top: 14px;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-system::after{
  left: 12px;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 18px 9px 0 #ffffff, 7px 18px 0 #ffffff;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-study::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-study::after{
  left: 17px;
  top: 18px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-ready::before{
  left: 13px;
  top: 12px;
  width: 20px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .dac-editorial-wrap .dac-icon-ready::after{
  left: 18px;
  top: 19px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .dac-editorial-wrap .dac-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dac-editorial-wrap .dac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(42, 115, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(22, 34, 62, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .dac-editorial-wrap .dac-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(22, 34, 62, 0.12);
}.tc-wp-content-root .dac-editorial-wrap .dac-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #2a73ff 0%, #00c1a7 100%);
  box-shadow: 0 16px 30px rgba(42, 115, 255, 0.26);
}.tc-wp-content-root .dac-editorial-wrap .dac-step-content{
  min-width: 0;
}.tc-wp-content-root .dac-editorial-wrap .dac-pill{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #eef6ff;
  color: #2458c8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .dac-editorial-wrap .dac-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .dac-editorial-wrap .dac-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(42, 115, 255, 0.12), rgba(0, 193, 167, 0.16));
  border: 1px solid rgba(42, 115, 255, 0.16);
}.tc-wp-content-root .dac-editorial-wrap .dac-benefit-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 8px;
  height: 3px;
  border-radius: 3px;
  background: #1f66f2;
  transform: rotate(42deg);
}.tc-wp-content-root .dac-editorial-wrap .dac-benefit-mark::after{
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 15px;
  height: 3px;
  border-radius: 3px;
  background: #00a990;
  transform: rotate(-48deg);
}.tc-wp-content-root .dac-editorial-wrap .dac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .dac-editorial-wrap .dac-reveal.dac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dac-editorial-wrap .dac-section{
    padding: 46px 0;
  }.tc-wp-content-root .dac-editorial-wrap .dac-container{
    padding: 0 14px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card p, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card p, .tc-wp-content-root .dac-editorial-wrap .dac-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dac-editorial-wrap .dac-section{
    padding: 52px 0;
  }.tc-wp-content-root .dac-editorial-wrap .dac-container{
    padding: 0 18px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card p, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card p, .tc-wp-content-root .dac-editorial-wrap .dac-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dac-editorial-wrap .dac-section{
    padding: 58px 0;
  }.tc-wp-content-root .dac-editorial-wrap .dac-container{
    padding: 0 22px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card p, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card p, .tc-wp-content-root .dac-editorial-wrap .dac-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dac-editorial-wrap .dac-section{
    padding: 72px 0;
  }.tc-wp-content-root .dac-editorial-wrap .dac-container{
    padding: 0 30px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card p, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card p, .tc-wp-content-root .dac-editorial-wrap .dac-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dac-editorial-wrap .dac-section{
    padding: 88px 0;
  }.tc-wp-content-root .dac-editorial-wrap .dac-container{
    padding: 0 32px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dac-editorial-wrap .dac-card, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card h3, .tc-wp-content-root .dac-editorial-wrap .dac-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-card p, .tc-wp-content-root .dac-editorial-wrap .dac-benefit-card p, .tc-wp-content-root .dac-editorial-wrap .dac-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .dac-editorial-wrap .dac-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}