@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-233 .tc-wp-content-root img, .wpc-scope-233 .tc-wp-content-root video, .wpc-scope-233 .tc-wp-content-root svg, .wpc-scope-233 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --hsc-accent: #2563eb;
  --hsc-accent-2: #06b6d4;
  --hsc-accent-3: #7c3aed;
  --hsc-text: #172033;
  --hsc-muted: #5f6b7a;
  --hsc-border: rgba(37, 99, 235, 0.14);
  --hsc-soft: #f7f9fc;
  --hsc-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --hsc-shadow-hover: 0 24px 60px rgba(37, 99, 235, 0.14);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-section{
  position: relative;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-section-white{
  background: #ffffff;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-section-soft{
  background:
    radial-gradient(circle at 12% 0%, rgba(6, 182, 212, 0.08), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(124, 58, 237, 0.08), transparent 30%),
    var(--hsc-soft);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--hsc-accent);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-kicker::before, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--hsc-accent), var(--hsc-accent-2));
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-section-header h2{
  margin: 0;
  color: var(--hsc-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-section-header p{
  margin: 16px auto 0;
  max-width: 720px;
  color: var(--hsc-muted);
  line-height: 1.7;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-card, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--hsc-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-card::before, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hsc-accent), var(--hsc-accent-2), var(--hsc-accent-3));
  opacity: 0.9;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-card:hover, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card:hover, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-step-card:hover{
  transform: translateY(-6px);
  border-color: var(--hsc-border);
  box-shadow: var(--hsc-shadow-hover);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-card h3, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card h3, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-step-card h3{
  margin: 0;
  color: var(--hsc-text);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-card p, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card p, .wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-step-card p{
  margin: 10px 0 0;
  color: var(--hsc-muted);
  line-height: 1.68;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(6, 182, 212, 0.14));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-icon::before{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--hsc-accent);
  font-weight: 800;
  font-size: 20px;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-icon-sigma::before{
  content: "Σ";
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-icon-radian::before{
  content: "π";
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-icon-speed::before{
  content: "↯";
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-icon-precision::before{
  content: "±";
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-icon-study::before{
  content: "√";
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-icon-clean::before{
  content: "ƒ";
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-card:hover .hsc-icon{
  transform: translateY(-2px);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.14), transparent 32%);
  box-shadow: var(--hsc-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 50%;
  width: 2px;
  height: 120%;
  background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.22), transparent);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--hsc-accent), var(--hsc-accent-2));
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.24);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-step-content{
  min-width: 0;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  color: var(--hsc-accent);
  font-weight: 750;
  line-height: 1;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.08));
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card{
  text-align: left;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-benefit-mark{
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hsc-accent), var(--hsc-accent-2));
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-benefit-mark::after{
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  width: 10px;
  height: 18px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-233 .tc-wp-content-root .hsc-editorial-content .hsc-reveal.hsc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .hsc-editorial-content .hsc-section{
    padding: 52px 0;
  }.tc-wp-content-root .hsc-editorial-content .hsc-container{
    padding: 0 14px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header h2{
    font-size: 26px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card p, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card p, .tc-wp-content-root .hsc-editorial-content .hsc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-card::after{
    display: none;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hsc-editorial-content .hsc-section{
    padding: 58px 0;
  }.tc-wp-content-root .hsc-editorial-content .hsc-container{
    padding: 0 18px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header h2{
    font-size: 29px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card p, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card p, .tc-wp-content-root .hsc-editorial-content .hsc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-card::after{
    display: none;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hsc-editorial-content .hsc-section{
    padding: 64px 0;
  }.tc-wp-content-root .hsc-editorial-content .hsc-container{
    padding: 0 22px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header h2{
    font-size: 33px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card p, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card p, .tc-wp-content-root .hsc-editorial-content .hsc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-card::after{
    display: none;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hsc-editorial-content .hsc-section{
    padding: 78px 0;
  }.tc-wp-content-root .hsc-editorial-content .hsc-container{
    padding: 0 30px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header h2{
    font-size: 40px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card p, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card p, .tc-wp-content-root .hsc-editorial-content .hsc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-badge{
    padding: 9px 14px;
    font-size: 12.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hsc-editorial-content .hsc-section{
    padding: 92px 0;
  }.tc-wp-content-root .hsc-editorial-content .hsc-container{
    padding: 0 32px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hsc-editorial-content .hsc-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card h3, .tc-wp-content-root .hsc-editorial-content .hsc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-card p, .tc-wp-content-root .hsc-editorial-content .hsc-benefit-card p, .tc-wp-content-root .hsc-editorial-content .hsc-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-step-number{
    width: 70px;
    height: 70px;
    font-size: 18px;
  }.tc-wp-content-root .hsc-editorial-content .hsc-badge{
    padding: 9px 14px;
    font-size: 12.5px;
  }}.wpc-scope-233 .tc-wp-content-root .hsc-benefit-grid{}