@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 .hpc-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --hpc-accent: #0ea5e9;
  --hpc-accent-2: #14b8a6;
  --hpc-ink: #172033;
  --hpc-muted: #5f6b7a;
  --hpc-soft: #f7fafc;
  --hpc-border: rgba(23, 32, 51, 0.1);
  --hpc-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --hpc-shadow-hover: 0 24px 60px rgba(14, 165, 233, 0.16);
}.tc-wp-content-root .hpc-editorial .hpc-section{
  width: 100%;
  position: relative;
}.tc-wp-content-root .hpc-editorial .hpc-section-white{
  background: #ffffff;
}.tc-wp-content-root .hpc-editorial .hpc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8f7 100%);
}.tc-wp-content-root .hpc-editorial .hpc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .hpc-editorial .hpc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .hpc-editorial .hpc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(20, 184, 166, 0.1));
  color: #087ea4;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .hpc-editorial .hpc-heading h2{
  margin: 0;
  color: var(--hpc-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .hpc-editorial .hpc-heading p{
  margin: 16px auto 0;
  color: var(--hpc-muted);
  line-height: 1.75;
}.tc-wp-content-root .hpc-editorial .hpc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .hpc-editorial .hpc-card{
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hpc-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--hpc-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .hpc-editorial .hpc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hpc-accent), var(--hpc-accent-2));
  opacity: 0.9;
}.tc-wp-content-root .hpc-editorial .hpc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(14, 165, 233, 0.28);
  box-shadow: var(--hpc-shadow-hover);
}.tc-wp-content-root .hpc-editorial .hpc-card h3, .tc-wp-content-root .hpc-editorial .hpc-step-card h3{
  margin: 0;
  color: var(--hpc-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .hpc-editorial .hpc-card p, .tc-wp-content-root .hpc-editorial .hpc-step-card p{
  margin: 10px 0 0;
  color: var(--hpc-muted);
  line-height: 1.7;
}.tc-wp-content-root .hpc-editorial .hpc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(20, 184, 166, 0.16));
  position: relative;
}.tc-wp-content-root .hpc-editorial .hpc-icon::before, .tc-wp-content-root .hpc-editorial .hpc-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hpc-accent), var(--hpc-accent-2));
}.tc-wp-content-root .hpc-editorial .hpc-icon-code::before{
  width: 18px;
  height: 3px;
  left: 14px;
  top: 15px;
}.tc-wp-content-root .hpc-editorial .hpc-icon-code::after{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 27px;
}.tc-wp-content-root .hpc-editorial .hpc-icon-layout::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 12px;
  border-radius: 5px;
}.tc-wp-content-root .hpc-editorial .hpc-icon-layout::after{
  width: 10px;
  height: 4px;
  left: 18px;
  top: 31px;
}.tc-wp-content-root .hpc-editorial .hpc-icon-audit::before{
  width: 18px;
  height: 18px;
  left: 12px;
  top: 11px;
  background: transparent;
  border: 3px solid var(--hpc-accent);
}.tc-wp-content-root .hpc-editorial .hpc-icon-audit::after{
  width: 13px;
  height: 4px;
  left: 27px;
  top: 29px;
  transform: rotate(45deg);
}.tc-wp-content-root .hpc-editorial .hpc-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  background: conic-gradient(from 215deg, var(--hpc-accent), var(--hpc-accent-2), transparent 72%);
}.tc-wp-content-root .hpc-editorial .hpc-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 22px;
  transform: rotate(-25deg);
}.tc-wp-content-root .hpc-editorial .hpc-icon-balance::before{
  width: 26px;
  height: 3px;
  left: 10px;
  top: 16px;
}.tc-wp-content-root .hpc-editorial .hpc-icon-balance::after{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 22px;
  border-radius: 6px;
}.tc-wp-content-root .hpc-editorial .hpc-icon-workflow::before{
  width: 9px;
  height: 9px;
  left: 10px;
  top: 12px;
  box-shadow: 17px 0 0 var(--hpc-accent-2), 8px 16px 0 var(--hpc-accent);
}.tc-wp-content-root .hpc-editorial .hpc-icon-workflow::after{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 24px;
  opacity: 0.75;
}.tc-wp-content-root .hpc-editorial .hpc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .hpc-editorial .hpc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .hpc-editorial .hpc-step-card::after{
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.16), rgba(20, 184, 166, 0));
}.tc-wp-content-root .hpc-editorial .hpc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .hpc-editorial .hpc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--hpc-accent), var(--hpc-accent-2));
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(14, 165, 233, 0.25);
}.tc-wp-content-root .hpc-editorial .hpc-step-content{
  min-width: 0;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .hpc-editorial .hpc-tag{
  display: inline-flex;
  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;
}.tc-wp-content-root .hpc-editorial .hpc-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .hpc-editorial .hpc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hpc-accent), var(--hpc-accent-2));
  position: relative;
  box-shadow: 0 12px 26px rgba(20, 184, 166, 0.24);
}.tc-wp-content-root .hpc-editorial .hpc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .hpc-editorial .hpc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .hpc-editorial .hpc-reveal.hpc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .hpc-editorial .hpc-section{
    padding: 48px 0;
  }.tc-wp-content-root .hpc-editorial .hpc-container{
    padding: 0 14px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .hpc-editorial .hpc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hpc-editorial .hpc-card{
    padding: 24px 20px;
  }.tc-wp-content-root .hpc-editorial .hpc-card h3, .tc-wp-content-root .hpc-editorial .hpc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hpc-editorial .hpc-card p, .tc-wp-content-root .hpc-editorial .hpc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .hpc-editorial .hpc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hpc-editorial .hpc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .hpc-editorial .hpc-section{
    padding: 54px 0;
  }.tc-wp-content-root .hpc-editorial .hpc-container{
    padding: 0 18px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .hpc-editorial .hpc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hpc-editorial .hpc-card{
    padding: 26px 22px;
  }.tc-wp-content-root .hpc-editorial .hpc-card h3, .tc-wp-content-root .hpc-editorial .hpc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hpc-editorial .hpc-card p, .tc-wp-content-root .hpc-editorial .hpc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .hpc-editorial .hpc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hpc-editorial .hpc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .hpc-editorial .hpc-section{
    padding: 62px 0;
  }.tc-wp-content-root .hpc-editorial .hpc-container{
    padding: 0 22px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .hpc-editorial .hpc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hpc-editorial .hpc-card{
    padding: 28px 24px;
  }.tc-wp-content-root .hpc-editorial .hpc-card h3, .tc-wp-content-root .hpc-editorial .hpc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hpc-editorial .hpc-card p, .tc-wp-content-root .hpc-editorial .hpc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .hpc-editorial .hpc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hpc-editorial .hpc-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .hpc-editorial .hpc-section{
    padding: 78px 0;
  }.tc-wp-content-root .hpc-editorial .hpc-container{
    padding: 0 32px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .hpc-editorial .hpc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hpc-editorial .hpc-card{
    padding: 30px 26px;
  }.tc-wp-content-root .hpc-editorial .hpc-card h3, .tc-wp-content-root .hpc-editorial .hpc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hpc-editorial .hpc-card p, .tc-wp-content-root .hpc-editorial .hpc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hpc-editorial .hpc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hpc-editorial .hpc-step-card{
    gap: 22px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .hpc-editorial .hpc-section{
    padding: 96px 0;
  }.tc-wp-content-root .hpc-editorial .hpc-container{
    padding: 0 36px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .hpc-editorial .hpc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .hpc-editorial .hpc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hpc-editorial .hpc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hpc-editorial .hpc-card{
    padding: 32px 28px;
  }.tc-wp-content-root .hpc-editorial .hpc-card h3, .tc-wp-content-root .hpc-editorial .hpc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hpc-editorial .hpc-card p, .tc-wp-content-root .hpc-editorial .hpc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .hpc-editorial .hpc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hpc-editorial .hpc-step-card{
    gap: 26px;
    padding: 34px;
  }}