@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 .wwc-editorial-sections{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .wwc-editorial-sections, .tc-wp-content-root .wwc-editorial-sections div, .tc-wp-content-root .wwc-editorial-sections section, .tc-wp-content-root .wwc-editorial-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .wwc-editorial-sections .wwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .wwc-editorial-sections .wwc-section-white{
  background:
    radial-gradient(circle at 10% 10%, rgba(24, 141, 255, 0.08), transparent 28%),
    #ffffff;
}.tc-wp-content-root .wwc-editorial-sections .wwc-section-soft{
  background:
    radial-gradient(circle at 90% 18%, rgba(46, 213, 167, 0.11), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f5f8fb 100%);
}.tc-wp-content-root .wwc-editorial-sections .wwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .wwc-editorial-sections .wwc-heading-wrap{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .wwc-editorial-sections .wwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(24, 141, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 141, 255, 0.1), rgba(46, 213, 167, 0.1));
  color: #1268c4;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-sections h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-sections .wwc-heading-wrap p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #566176;
  line-height: 1.72;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-sections .wwc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .wwc-editorial-sections .wwc-card, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .wwc-editorial-sections .wwc-card::before, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(24, 141, 255, 0.38), rgba(46, 213, 167, 0.22), transparent 62%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -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 .wwc-editorial-sections .wwc-card:hover, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(24, 141, 255, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .wwc-editorial-sections .wwc-card:hover::before, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .wwc-editorial-sections .wwc-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-sections .wwc-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card p{
  margin: 10px 0 0;
  color: #596477;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #188dff, #2ed5a7);
  box-shadow: 0 12px 26px rgba(24, 141, 255, 0.22);
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon::before, .tc-wp-content-root .wwc-editorial-sections .wwc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 260ms ease;
}.tc-wp-content-root .wwc-editorial-sections .wwc-card:hover .wwc-icon::after{
  transform: translateX(3px);
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-lines::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.78), 0 14px 0 rgba(255, 255, 255, 0.58);
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-lines::after{
  width: 12px;
  height: 3px;
  left: 12px;
  top: 29px;
  border-radius: 99px;
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-target::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-target::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-read::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 4px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-read::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 23px;
  border-radius: 99px;
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-edit::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(-35deg);
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-edit::after{
  width: 7px;
  height: 7px;
  left: 28px;
  top: 15px;
  border-radius: 2px;
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-pages::before{
  width: 18px;
  height: 22px;
  left: 15px;
  top: 12px;
  border-radius: 4px;
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-pages::after{
  width: 18px;
  height: 22px;
  left: 11px;
  top: 16px;
  border-radius: 4px;
  opacity: 0.55;
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-flow::before{
  width: 7px;
  height: 7px;
  left: 12px;
  top: 20px;
  border-radius: 50%;
  box-shadow: 13px -7px 0 rgba(255, 255, 255, 0.78), 22px 6px 0 rgba(255, 255, 255, 0.58);
}.tc-wp-content-root .wwc-editorial-sections .wwc-icon-flow::after{
  width: 22px;
  height: 3px;
  left: 15px;
  top: 23px;
  border-radius: 99px;
  opacity: 0.82;
}.tc-wp-content-root .wwc-editorial-sections .wwc-step-list{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .wwc-editorial-sections .wwc-step-list::before{
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 34px;
  width: 2px;
  background: linear-gradient(180deg, rgba(24, 141, 255, 0.32), rgba(46, 213, 167, 0.32));
}.tc-wp-content-root .wwc-editorial-sections .wwc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .wwc-editorial-sections .wwc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .wwc-editorial-sections .wwc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #188dff, #2ed5a7);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(24, 141, 255, 0.22);
}.tc-wp-content-root .wwc-editorial-sections .wwc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 141, 255, 0.12), rgba(46, 213, 167, 0.14));
  color: #1268c4;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}.tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card{
  padding-top: 30px;
}.tc-wp-content-root .wwc-editorial-sections .wwc-benefit-mark{
  display: block;
  width: 54px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 99px;
  background: linear-gradient(90deg, #188dff, #2ed5a7);
}.tc-wp-content-root .wwc-editorial-sections .wwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .wwc-editorial-sections .wwc-reveal.wwc-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .wwc-editorial-sections .wwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .wwc-editorial-sections h2{
    font-size: 26px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-heading-wrap p{
    font-size: 14px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-list{
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-list::before{
    display: none;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .wwc-editorial-sections .wwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .wwc-editorial-sections h2{
    font-size: 29px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-heading-wrap p{
    font-size: 15px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-list::before{
    display: none;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .wwc-editorial-sections .wwc-section{
    padding: 66px 0;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .wwc-editorial-sections h2{
    font-size: 32px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-heading-wrap p{
    font-size: 15.5px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-list::before{
    display: none;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .wwc-editorial-sections .wwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .wwc-editorial-sections h2{
    font-size: 40px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-heading-wrap p{
    font-size: 16.5px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-number{
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .wwc-editorial-sections .wwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .wwc-editorial-sections h2{
    font-size: 46px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-heading-wrap p{
    font-size: 17px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-list{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-step-number{
    font-size: 22px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .wwc-editorial-sections .wwc-reveal, .tc-wp-content-root .wwc-editorial-sections .wwc-card, .tc-wp-content-root .wwc-editorial-sections .wwc-benefit-card, .tc-wp-content-root .wwc-editorial-sections .wwc-step-card, .tc-wp-content-root .wwc-editorial-sections .wwc-icon::before, .tc-wp-content-root .wwc-editorial-sections .wwc-icon::after{
    transition: none;
  }.tc-wp-content-root .wwc-editorial-sections .wwc-reveal{
    opacity: 1;
    transform: none;
  }}

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