@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 .scc-editorial-content{
  width: 100%;
  overflow: hidden;
  color: #142033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .scc-editorial-content, .tc-wp-content-root .scc-editorial-content section, .tc-wp-content-root .scc-editorial-content div, .tc-wp-content-root .scc-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .scc-editorial-content .scc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .scc-editorial-content .scc-section-white{
  background: #ffffff;
}.tc-wp-content-root .scc-editorial-content .scc-section-soft{
  background: linear-gradient(180deg, #f8fbfc 0%, #f3f7f8 100%);
}.tc-wp-content-root .scc-editorial-content .scc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .scc-editorial-content .scc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .scc-editorial-content .scc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(23, 150, 136, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(23, 150, 136, 0.1), rgba(45, 118, 232, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .scc-editorial-content .scc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .scc-editorial-content .scc-section-head p{
  margin: 16px auto 0;
  color: #5a6678;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .scc-editorial-content .scc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .scc-editorial-content .scc-card, .tc-wp-content-root .scc-editorial-content .scc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .scc-editorial-content .scc-card::before, .tc-wp-content-root .scc-editorial-content .scc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(23, 150, 136, 0.35), rgba(45, 118, 232, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms 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 .scc-editorial-content .scc-card:hover, .tc-wp-content-root .scc-editorial-content .scc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(23, 150, 136, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .scc-editorial-content .scc-card:hover::before, .tc-wp-content-root .scc-editorial-content .scc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .scc-editorial-content .scc-card h3, .tc-wp-content-root .scc-editorial-content .scc-step-card h3, .tc-wp-content-root .scc-editorial-content .scc-benefit-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .scc-editorial-content .scc-card p, .tc-wp-content-root .scc-editorial-content .scc-step-card p, .tc-wp-content-root .scc-editorial-content .scc-benefit-card p{
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .scc-editorial-content .scc-icon{
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #2d76e8);
  box-shadow: 0 12px 30px rgba(23, 150, 136, 0.22);
}.tc-wp-content-root .scc-editorial-content .scc-icon::before, .tc-wp-content-root .scc-editorial-content .scc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .scc-editorial-content .scc-icon-line::before{
  left: 12px;
  bottom: 14px;
  width: 24px;
  height: 3px;
  border-radius: 4px;
  transform: rotate(-28deg);
}.tc-wp-content-root .scc-editorial-content .scc-icon-line::after{
  right: 11px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}.tc-wp-content-root .scc-editorial-content .scc-icon-chart::before{
  left: 13px;
  bottom: 12px;
  width: 4px;
  height: 16px;
  border-radius: 4px;
  box-shadow: 9px -6px 0 #ffffff, 18px -12px 0 #ffffff;
}.tc-wp-content-root .scc-editorial-content .scc-icon-chart::after{
  left: 11px;
  bottom: 10px;
  width: 28px;
  height: 2px;
  border-radius: 4px;
}.tc-wp-content-root .scc-editorial-content .scc-icon-target::before{
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .scc-editorial-content .scc-icon-target::after{
  left: 21px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.tc-wp-content-root .scc-editorial-content .scc-icon-check::before{
  left: 14px;
  top: 24px;
  width: 10px;
  height: 4px;
  border-radius: 4px;
  transform: rotate(45deg);
}.tc-wp-content-root .scc-editorial-content .scc-icon-check::after{
  left: 21px;
  top: 19px;
  width: 17px;
  height: 4px;
  border-radius: 4px;
  transform: rotate(-45deg);
}.tc-wp-content-root .scc-editorial-content .scc-icon-dots::before{
  left: 12px;
  top: 19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: 10px -5px 0 #ffffff, 21px -1px 0 #ffffff, 15px 10px 0 #ffffff;
}.tc-wp-content-root .scc-editorial-content .scc-icon-note::before{
  left: 14px;
  top: 12px;
  width: 20px;
  height: 24px;
  border-radius: 4px;
}.tc-wp-content-root .scc-editorial-content .scc-icon-note::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  box-shadow: 0 6px 0 #14b8a6, 0 12px 0 #14b8a6;
}.tc-wp-content-root .scc-editorial-content .scc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .scc-editorial-content .scc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .scc-editorial-content .scc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .scc-editorial-content .scc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #14b8a6, #2d76e8);
  box-shadow: 0 14px 34px rgba(45, 118, 232, 0.22);
}.tc-wp-content-root .scc-editorial-content .scc-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: calc(100% + 2px);
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(23, 150, 136, 0.45), rgba(23, 150, 136, 0));
}.tc-wp-content-root .scc-editorial-content .scc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .scc-editorial-content .scc-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .scc-editorial-content .scc-use-card{
  background:
    radial-gradient(circle at 88% 14%, rgba(45, 118, 232, 0.09), transparent 34%),
    #ffffff;
}.tc-wp-content-root .scc-editorial-content .scc-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.14), transparent 36%);
}.tc-wp-content-root .scc-editorial-content .scc-benefit-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.15), rgba(45, 118, 232, 0.15));
  position: relative;
}.tc-wp-content-root .scc-editorial-content .scc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  width: 15px;
  height: 8px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-content-root .scc-editorial-content .scc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .scc-editorial-content .scc-reveal.scc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .scc-editorial-content .scc-section{
    padding: 48px 0;
  }.tc-wp-content-root .scc-editorial-content .scc-container{
    padding: 0 14px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .scc-editorial-content .scc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .scc-editorial-content .scc-card, .tc-wp-content-root .scc-editorial-content .scc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .scc-editorial-content .scc-card h3, .tc-wp-content-root .scc-editorial-content .scc-step-card h3, .tc-wp-content-root .scc-editorial-content .scc-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .scc-editorial-content .scc-card p, .tc-wp-content-root .scc-editorial-content .scc-step-card p, .tc-wp-content-root .scc-editorial-content .scc-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .scc-editorial-content .scc-steps{
    gap: 18px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .scc-editorial-content .scc-section{
    padding: 54px 0;
  }.tc-wp-content-root .scc-editorial-content .scc-container{
    padding: 0 18px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .scc-editorial-content .scc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .scc-editorial-content .scc-card, .tc-wp-content-root .scc-editorial-content .scc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .scc-editorial-content .scc-card h3, .tc-wp-content-root .scc-editorial-content .scc-step-card h3, .tc-wp-content-root .scc-editorial-content .scc-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .scc-editorial-content .scc-card p, .tc-wp-content-root .scc-editorial-content .scc-step-card p, .tc-wp-content-root .scc-editorial-content .scc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .scc-editorial-content .scc-steps{
    gap: 18px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .scc-editorial-content .scc-section{
    padding: 60px 0;
  }.tc-wp-content-root .scc-editorial-content .scc-container{
    padding: 0 22px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .scc-editorial-content .scc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .scc-editorial-content .scc-card, .tc-wp-content-root .scc-editorial-content .scc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .scc-editorial-content .scc-card h3, .tc-wp-content-root .scc-editorial-content .scc-step-card h3, .tc-wp-content-root .scc-editorial-content .scc-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .scc-editorial-content .scc-card p, .tc-wp-content-root .scc-editorial-content .scc-step-card p, .tc-wp-content-root .scc-editorial-content .scc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .scc-editorial-content .scc-steps{
    gap: 20px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .scc-editorial-content .scc-section{
    padding: 76px 0;
  }.tc-wp-content-root .scc-editorial-content .scc-container{
    padding: 0 30px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .scc-editorial-content .scc-grid-three, .tc-wp-content-root .scc-editorial-content .scc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .scc-editorial-content .scc-card, .tc-wp-content-root .scc-editorial-content .scc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .scc-editorial-content .scc-card h3, .tc-wp-content-root .scc-editorial-content .scc-step-card h3, .tc-wp-content-root .scc-editorial-content .scc-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .scc-editorial-content .scc-card p, .tc-wp-content-root .scc-editorial-content .scc-step-card p, .tc-wp-content-root .scc-editorial-content .scc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .scc-editorial-content .scc-steps{
    gap: 22px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .scc-editorial-content .scc-section{
    padding: 92px 0;
  }.tc-wp-content-root .scc-editorial-content .scc-container{
    padding: 0 32px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .scc-editorial-content .scc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .scc-editorial-content .scc-grid-three, .tc-wp-content-root .scc-editorial-content .scc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .scc-editorial-content .scc-card, .tc-wp-content-root .scc-editorial-content .scc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .scc-editorial-content .scc-card h3, .tc-wp-content-root .scc-editorial-content .scc-step-card h3, .tc-wp-content-root .scc-editorial-content .scc-benefit-card h3{
    font-size: 22px;
  }.tc-wp-content-root .scc-editorial-content .scc-card p, .tc-wp-content-root .scc-editorial-content .scc-step-card p, .tc-wp-content-root .scc-editorial-content .scc-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .scc-editorial-content .scc-steps{
    gap: 24px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .scc-editorial-content .scc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}

.tc-wp-content-root .scc-step-content {}