@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 .ttk-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttk-editorial, .tc-wp-content-root .ttk-editorial .ttk-section, .tc-wp-content-root .ttk-editorial .ttk-container, .tc-wp-content-root .ttk-editorial .ttk-card, .tc-wp-content-root .ttk-editorial .ttk-step, .tc-wp-content-root .ttk-editorial .ttk-benefit{
  box-sizing: border-box;
}.tc-wp-content-root .ttk-editorial .ttk-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttk-editorial .ttk-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f8fb 100%);
}.tc-wp-content-root .ttk-editorial .ttk-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttk-editorial .ttk-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttk-editorial .ttk-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.1), rgba(99, 102, 241, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .ttk-editorial .ttk-eyebrow::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}.tc-wp-content-root .ttk-editorial .ttk-section-head h2{
  margin: 0;
  color: #121826;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttk-editorial .ttk-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
}.tc-wp-content-root .ttk-editorial .ttk-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttk-editorial .ttk-card, .tc-wp-content-root .ttk-editorial .ttk-benefit{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 31, 54, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttk-editorial .ttk-card::before, .tc-wp-content-root .ttk-editorial .ttk-benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.45), rgba(99, 102, 241, 0.18), rgba(245, 158, 11, 0.18));
  opacity: 0;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.tc-wp-content-root .ttk-editorial .ttk-card:hover, .tc-wp-content-root .ttk-editorial .ttk-benefit:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.24);
  box-shadow: 0 24px 60px rgba(20, 31, 54, 0.12);
}.tc-wp-content-root .ttk-editorial .ttk-card:hover::before, .tc-wp-content-root .ttk-editorial .ttk-benefit:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttk-editorial .ttk-card h3, .tc-wp-content-root .ttk-editorial .ttk-benefit h3, .tc-wp-content-root .ttk-editorial .ttk-step h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttk-editorial .ttk-card p, .tc-wp-content-root .ttk-editorial .ttk-benefit p, .tc-wp-content-root .ttk-editorial .ttk-step p{
  margin: 10px 0 0;
  color: #606b7d;
  line-height: 1.68;
}.tc-wp-content-root .ttk-editorial .ttk-icon{
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(99, 102, 241, 0.14));
  position: relative;
}.tc-wp-content-root .ttk-editorial .ttk-icon::before, .tc-wp-content-root .ttk-editorial .ttk-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ttk-editorial .ttk-icon-clock::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #0f766e;
  border-radius: 50%;
}.tc-wp-content-root .ttk-editorial .ttk-icon-clock::after{
  width: 8px;
  height: 8px;
  left: 24px;
  top: 17px;
  border-left: 2px solid #6366f1;
  border-bottom: 2px solid #6366f1;
}.tc-wp-content-root .ttk-editorial .ttk-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.tc-wp-content-root .ttk-editorial .ttk-icon-route::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 2px solid #0f766e;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0;
}.tc-wp-content-root .ttk-editorial .ttk-icon-route::after{
  width: 8px;
  height: 8px;
  right: 11px;
  bottom: 12px;
  border-radius: 50%;
  background: #6366f1;
}.tc-wp-content-root .ttk-editorial .ttk-icon-check::before{
  width: 20px;
  height: 11px;
  left: 14px;
  top: 17px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttk-editorial .ttk-icon-focus::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #6366f1;
  border-radius: 50%;
}.tc-wp-content-root .ttk-editorial .ttk-icon-focus::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #14b8a6;
}.tc-wp-content-root .ttk-editorial .ttk-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 15px;
  top: 10px;
  border: 2px solid #0f766e;
  border-radius: 6px;
}.tc-wp-content-root .ttk-editorial .ttk-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 14px;
  border-radius: 50%;
  background: #6366f1;
}.tc-wp-content-root .ttk-editorial .ttk-card:hover .ttk-icon{
  transform: translateY(-2px);
}.tc-wp-content-root .ttk-editorial .ttk-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttk-editorial .ttk-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  position: relative;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfffd 55%, #f7f8ff 100%);
  box-shadow: 0 20px 55px rgba(20, 31, 54, 0.08);
}.tc-wp-content-root .ttk-editorial .ttk-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #14b8a6, #6366f1);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 15px 30px rgba(20, 184, 166, 0.24);
}.tc-wp-content-root .ttk-editorial .ttk-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .ttk-editorial .ttk-benefit{
  overflow: hidden;
}.tc-wp-content-root .ttk-editorial .ttk-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(99, 102, 241, 0.16));
  position: relative;
}.tc-wp-content-root .ttk-editorial .ttk-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttk-editorial .ttk-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttk-editorial .ttk-reveal.ttk-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttk-editorial .ttk-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttk-editorial .ttk-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttk-editorial .ttk-card-grid, .tc-wp-content-root .ttk-editorial .ttk-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttk-editorial .ttk-grid-3, .tc-wp-content-root .ttk-editorial .ttk-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttk-editorial .ttk-card, .tc-wp-content-root .ttk-editorial .ttk-benefit{
    padding: 22px;
  }.tc-wp-content-root .ttk-editorial .ttk-card h3, .tc-wp-content-root .ttk-editorial .ttk-benefit h3, .tc-wp-content-root .ttk-editorial .ttk-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ttk-editorial .ttk-card p, .tc-wp-content-root .ttk-editorial .ttk-benefit p, .tc-wp-content-root .ttk-editorial .ttk-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttk-editorial .ttk-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttk-editorial .ttk-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttk-editorial .ttk-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttk-editorial .ttk-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttk-editorial .ttk-card-grid, .tc-wp-content-root .ttk-editorial .ttk-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttk-editorial .ttk-grid-3, .tc-wp-content-root .ttk-editorial .ttk-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttk-editorial .ttk-card, .tc-wp-content-root .ttk-editorial .ttk-benefit{
    padding: 24px;
  }.tc-wp-content-root .ttk-editorial .ttk-card h3, .tc-wp-content-root .ttk-editorial .ttk-benefit h3, .tc-wp-content-root .ttk-editorial .ttk-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ttk-editorial .ttk-card p, .tc-wp-content-root .ttk-editorial .ttk-benefit p, .tc-wp-content-root .ttk-editorial .ttk-step p{
    font-size: 15px;
  }.tc-wp-content-root .ttk-editorial .ttk-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttk-editorial .ttk-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttk-editorial .ttk-section{
    padding: 66px 0;
  }.tc-wp-content-root .ttk-editorial .ttk-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttk-editorial .ttk-card-grid, .tc-wp-content-root .ttk-editorial .ttk-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttk-editorial .ttk-grid-3, .tc-wp-content-root .ttk-editorial .ttk-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttk-editorial .ttk-card, .tc-wp-content-root .ttk-editorial .ttk-benefit{
    padding: 26px;
  }.tc-wp-content-root .ttk-editorial .ttk-card h3, .tc-wp-content-root .ttk-editorial .ttk-benefit h3, .tc-wp-content-root .ttk-editorial .ttk-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ttk-editorial .ttk-card p, .tc-wp-content-root .ttk-editorial .ttk-benefit p, .tc-wp-content-root .ttk-editorial .ttk-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttk-editorial .ttk-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttk-editorial .ttk-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttk-editorial .ttk-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttk-editorial .ttk-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttk-editorial .ttk-card-grid, .tc-wp-content-root .ttk-editorial .ttk-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttk-editorial .ttk-grid-3, .tc-wp-content-root .ttk-editorial .ttk-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttk-editorial .ttk-card, .tc-wp-content-root .ttk-editorial .ttk-benefit{
    padding: 28px;
  }.tc-wp-content-root .ttk-editorial .ttk-card h3, .tc-wp-content-root .ttk-editorial .ttk-benefit h3, .tc-wp-content-root .ttk-editorial .ttk-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ttk-editorial .ttk-card p, .tc-wp-content-root .ttk-editorial .ttk-benefit p, .tc-wp-content-root .ttk-editorial .ttk-step p{
    font-size: 15.8px;
  }.tc-wp-content-root .ttk-editorial .ttk-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttk-editorial .ttk-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttk-editorial .ttk-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttk-editorial .ttk-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttk-editorial .ttk-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .ttk-editorial .ttk-card-grid, .tc-wp-content-root .ttk-editorial .ttk-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttk-editorial .ttk-grid-3, .tc-wp-content-root .ttk-editorial .ttk-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttk-editorial .ttk-card, .tc-wp-content-root .ttk-editorial .ttk-benefit{
    padding: 30px;
  }.tc-wp-content-root .ttk-editorial .ttk-card h3, .tc-wp-content-root .ttk-editorial .ttk-benefit h3, .tc-wp-content-root .ttk-editorial .ttk-step h3{
    font-size: 22px;
  }.tc-wp-content-root .ttk-editorial .ttk-card p, .tc-wp-content-root .ttk-editorial .ttk-benefit p, .tc-wp-content-root .ttk-editorial .ttk-step p{
    font-size: 16px;
  }.tc-wp-content-root .ttk-editorial .ttk-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ttk-editorial .ttk-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}

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