@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 .ktg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
}.tc-wp-content-root .ktg-editorial-wrap, .tc-wp-content-root .ktg-editorial-wrap div, .tc-wp-content-root .ktg-editorial-wrap section, .tc-wp-content-root .ktg-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(22, 119, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.1), rgba(10, 190, 156, 0.1));
  color: #0969da;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #536174;
  font-weight: 400;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-card, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 43, 76, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(31, 50, 82, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-card::before, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1677ff, #18b6a7, #7c5cff);
  opacity: 0.9;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-card:hover, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card:hover, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(22, 119, 255, 0.26);
  box-shadow: 0 24px 58px rgba(31, 50, 82, 0.13);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card p{
  margin: 10px 0 0;
  color: #59677a;
  line-height: 1.68;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1677ff, #18b6a7);
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.2);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon::before, .tc-wp-content-root .ktg-editorial-wrap .ktg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon-cluster::before{
  width: 10px;
  height: 10px;
  left: 11px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 13px 0 0 #ffffff, 7px 15px 0 #ffffff;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon-search::before{
  width: 15px;
  height: 15px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon-search::after{
  width: 12px;
  height: 3px;
  left: 25px;
  top: 29px;
  border-radius: 4px;
  transform: rotate(45deg);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon-speed::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: transparent;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-icon-polish::before{
  width: 20px;
  height: 4px;
  left: 13px;
  top: 21px;
  border-radius: 6px;
  box-shadow: 0 -8px 0 rgba(255, 255, 255, 0.9), 0 8px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 43, 76, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(31, 50, 82, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 74px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(22, 119, 255, 0.35), rgba(24, 182, 167, 0));
}.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #1677ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(22, 119, 255, 0.24);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(22, 119, 255, 0.09);
  color: #0969da;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.14), rgba(24, 182, 167, 0.16));
}.tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #129b7f;
  border-bottom: 3px solid #129b7f;
  transform: rotate(-45deg);
}.tc-wp-content-root .ktg-editorial-wrap .ktg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ktg-editorial-wrap .ktg-reveal.ktg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ktg-editorial-wrap .ktg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-grid, .tc-wp-content-root .ktg-editorial-wrap .ktg-grid-three, .tc-wp-content-root .ktg-editorial-wrap .ktg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-steps{
    gap: 16px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card::after{
    display: none;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ktg-editorial-wrap .ktg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-grid, .tc-wp-content-root .ktg-editorial-wrap .ktg-grid-three, .tc-wp-content-root .ktg-editorial-wrap .ktg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-steps{
    gap: 18px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card::after{
    display: none;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ktg-editorial-wrap .ktg-section{
    padding: 66px 0;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-grid, .tc-wp-content-root .ktg-editorial-wrap .ktg-grid-three, .tc-wp-content-root .ktg-editorial-wrap .ktg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-steps{
    gap: 20px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card::after{
    display: none;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ktg-editorial-wrap .ktg-section{
    padding: 82px 0;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-grid-three, .tc-wp-content-root .ktg-editorial-wrap .ktg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-steps{
    gap: 22px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ktg-editorial-wrap .ktg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card h3, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-benefit-card p, .tc-wp-content-root .ktg-editorial-wrap .ktg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-steps{
    gap: 24px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ktg-editorial-wrap .ktg-step-number{
    font-size: 21px;
  }}

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