@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 .oklch-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .oklch-editorial-wrap, .tc-wp-content-root .oklch-editorial-wrap div, .tc-wp-content-root .oklch-editorial-wrap section, .tc-wp-content-root .oklch-editorial-wrap article, .tc-wp-content-root .oklch-editorial-wrap span, .tc-wp-content-root .oklch-editorial-wrap h2, .tc-wp-content-root .oklch-editorial-wrap h3, .tc-wp-content-root .oklch-editorial-wrap p{
  box-sizing: border-box;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-section{
  position: relative;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-section-white{
  background: #ffffff;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-section-soft{
  background:
    radial-gradient(circle at 16% 10%, rgba(0, 171, 164, 0.08), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(127, 86, 217, 0.08), transparent 32%),
    #f8fafc;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 171, 164, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 171, 164, 0.1), rgba(127, 86, 217, 0.1));
  color: #075e5b;
  font-weight: 750;
  line-height: 1;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head p{
  margin: 16px auto 0;
  color: #526174;
  line-height: 1.72;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-card, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-card::before, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #00aba4, #7f56d9, #ff7a59);
  opacity: 0.9;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-card:hover, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 171, 164, 0.35);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .oklch-editorial-wrap .oklch-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card p{
  margin: 10px 0 0;
  color: #5b6778;
  line-height: 1.68;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(0, 171, 164, 0.14), rgba(127, 86, 217, 0.14));
}.tc-wp-content-root .oklch-editorial-wrap .oklch-icon::before{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00aba4, #7f56d9);
  box-shadow: 10px 4px 0 rgba(255, 122, 89, 0.7);
  transition: transform 260ms ease;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-card:hover .oklch-icon::before{
  transform: translateX(3px) rotate(10deg);
}.tc-wp-content-root .oklch-editorial-wrap .oklch-pill{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 171, 164, 0.1);
  color: #06706a;
  font-weight: 760;
  line-height: 1;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88));
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-step-card::after{
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(127, 86, 217, 0.15), transparent 68%);
}.tc-wp-content-root .oklch-editorial-wrap .oklch-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(127, 86, 217, 0.28);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .oklch-editorial-wrap .oklch-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #00aba4, #7f56d9);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(0, 171, 164, 0.24);
}.tc-wp-content-root .oklch-editorial-wrap .oklch-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-mark{
  width: 50px;
  height: 50px;
  margin: 0 0 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(0, 171, 164, 0.18), rgba(127, 86, 217, 0.18)),
    #ffffff;
  position: relative;
}.tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-mark::before{
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  width: 13px;
  height: 22px;
  border-right: 3px solid #00aba4;
  border-bottom: 3px solid #00aba4;
  transform: rotate(42deg);
}.tc-wp-content-root .oklch-editorial-wrap .oklch-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .oklch-editorial-wrap .oklch-reveal.oklch-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 .oklch-editorial-wrap .oklch-section{
    padding: 54px 0;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-container{
    padding: 0 14px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-kicker{
    font-size: 12px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card-grid, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-grid-six, .tc-wp-content-root .oklch-editorial-wrap .oklch-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .oklch-editorial-wrap .oklch-section{
    padding: 60px 0;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-container{
    padding: 0 18px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-kicker{
    font-size: 12px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card-grid, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-grid-six, .tc-wp-content-root .oklch-editorial-wrap .oklch-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .oklch-editorial-wrap .oklch-section{
    padding: 68px 0;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-container{
    padding: 0 22px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card-grid, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-grid-six, .tc-wp-content-root .oklch-editorial-wrap .oklch-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .oklch-editorial-wrap .oklch-section{
    padding: 82px 0;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-container{
    padding: 0 32px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-kicker{
    font-size: 13px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card-grid{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-grid-six, .tc-wp-content-root .oklch-editorial-wrap .oklch-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-card{
    padding: 32px;
    gap: 24px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .oklch-editorial-wrap .oklch-section{
    padding: 96px 0;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-container{
    padding: 0 36px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-kicker{
    font-size: 13px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-list{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-grid-six, .tc-wp-content-root .oklch-editorial-wrap .oklch-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card h3, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-benefit-card p, .tc-wp-content-root .oklch-editorial-wrap .oklch-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-card{
    padding: 36px;
    gap: 28px;
  }.tc-wp-content-root .oklch-editorial-wrap .oklch-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}

.tc-wp-content-root .oklch-icon-a {}
.tc-wp-content-root .oklch-icon-b {}
.tc-wp-content-root .oklch-icon-c {}
.tc-wp-content-root .oklch-icon-d {}
.tc-wp-content-root .oklch-icon-e {}
.tc-wp-content-root .oklch-icon-f {}