@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 .aiwc-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .aiwc-editorial, .tc-wp-content-root .aiwc-editorial section, .tc-wp-content-root .aiwc-editorial div, .tc-wp-content-root .aiwc-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .aiwc-editorial .aiwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .aiwc-editorial .aiwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .aiwc-editorial .aiwc-section-soft{
  background:
    radial-gradient(circle at 12% 0%, rgba(77, 117, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.tc-wp-content-root .aiwc-editorial .aiwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .aiwc-editorial .aiwc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .aiwc-editorial .aiwc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(77, 117, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(77, 117, 255, 0.1), rgba(14, 190, 170, 0.1));
  color: #3352d6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .aiwc-editorial .aiwc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4d75ff, #0ebead);
  box-shadow: 0 0 0 5px rgba(77, 117, 255, 0.11);
}.tc-wp-content-root .aiwc-editorial h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .aiwc-editorial .aiwc-heading p{
  margin: 16px auto 0;
  color: #5f6b80;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .aiwc-editorial .aiwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .aiwc-editorial .aiwc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(25, 34, 52, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(34, 47, 75, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .aiwc-editorial .aiwc-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(77, 117, 255, 0.24), rgba(14, 190, 170, 0.18));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.tc-wp-content-root .aiwc-editorial .aiwc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(77, 117, 255, 0.18);
  box-shadow: 0 24px 60px rgba(34, 47, 75, 0.12);
}.tc-wp-content-root .aiwc-editorial .aiwc-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .aiwc-editorial .aiwc-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .aiwc-editorial h3{
  margin: 0;
  color: #172033;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .aiwc-editorial .aiwc-card p, .tc-wp-content-root .aiwc-editorial .aiwc-step-card p{
  margin: 0;
  color: #657084;
  line-height: 1.68;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4d75ff, #0ebead);
  box-shadow: 0 14px 28px rgba(77, 117, 255, 0.2);
  transition: transform 220ms ease;
}.tc-wp-content-root .aiwc-editorial .aiwc-card:hover .aiwc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .aiwc-editorial .aiwc-icon::before, .tc-wp-content-root .aiwc-editorial .aiwc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-lines::before{
  top: 14px;
  left: 12px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.86), 0 16px 0 rgba(255, 255, 255, 0.7);
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-spark::before{
  top: 11px;
  left: 21px;
  width: 4px;
  height: 24px;
  border-radius: 99px;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-spark::after{
  top: 21px;
  left: 11px;
  width: 24px;
  height: 4px;
  border-radius: 99px;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-speed::before{
  top: 23px;
  left: 10px;
  width: 25px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(-18deg);
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-speed::after{
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-target::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-target::after{
  top: 20px;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-reader::before{
  top: 12px;
  left: 12px;
  width: 22px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-reader::after{
  top: 18px;
  left: 20px;
  width: 14px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-copy::before{
  top: 10px;
  left: 16px;
  width: 16px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .aiwc-editorial .aiwc-icon-copy::after{
  top: 16px;
  left: 10px;
  width: 16px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .aiwc-editorial .aiwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .aiwc-editorial .aiwc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(77, 117, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 20px 54px rgba(34, 47, 75, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .aiwc-editorial .aiwc-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #4d75ff, #0ebead);
}.tc-wp-content-root .aiwc-editorial .aiwc-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 62px rgba(34, 47, 75, 0.11);
}.tc-wp-content-root .aiwc-editorial .aiwc-step-number{
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #172033, #30405f);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(23, 32, 51, 0.18);
}.tc-wp-content-root .aiwc-editorial .aiwc-step-content{
  min-width: 0;
}.tc-wp-content-root .aiwc-editorial .aiwc-step-content h3{
  margin-bottom: 9px;
}.tc-wp-content-root .aiwc-editorial .aiwc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(14, 190, 170, 0.1);
  color: #087f76;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-content-root .aiwc-editorial .aiwc-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(77, 117, 255, 0.12), transparent 40%);
}.tc-wp-content-root .aiwc-editorial .aiwc-benefit-mark{
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(77, 117, 255, 0.12), rgba(14, 190, 170, 0.14));
  position: relative;
}.tc-wp-content-root .aiwc-editorial .aiwc-benefit-mark::before{
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 18px;
  height: 10px;
  border-bottom: 3px solid #0ebead;
  border-left: 3px solid #0ebead;
  transform: rotate(-45deg);
}.tc-wp-content-root .aiwc-editorial .aiwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .aiwc-editorial .aiwc-reveal.aiwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .aiwc-editorial .aiwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .aiwc-editorial .aiwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .aiwc-editorial h2{
    font-size: 27px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .aiwc-editorial h3{
    font-size: 18px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card p, .tc-wp-content-root .aiwc-editorial .aiwc-step-card p{
    margin-top: 9px;
    font-size: 14.5px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .aiwc-editorial .aiwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .aiwc-editorial .aiwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .aiwc-editorial h2{
    font-size: 30px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .aiwc-editorial h3{
    font-size: 19px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card p, .tc-wp-content-root .aiwc-editorial .aiwc-step-card p{
    margin-top: 10px;
    font-size: 15px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
    border-radius: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .aiwc-editorial .aiwc-section{
    padding: 66px 0;
  }.tc-wp-content-root .aiwc-editorial .aiwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .aiwc-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card{
    padding: 26px;
  }.tc-wp-content-root .aiwc-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card p, .tc-wp-content-root .aiwc-editorial .aiwc-step-card p{
    margin-top: 10px;
    font-size: 15.5px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .aiwc-editorial .aiwc-section{
    padding: 82px 0;
  }.tc-wp-content-root .aiwc-editorial .aiwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .aiwc-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .aiwc-editorial .aiwc-card{
    padding: 28px;
  }.tc-wp-content-root .aiwc-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card p, .tc-wp-content-root .aiwc-editorial .aiwc-step-card p{
    margin-top: 10px;
    font-size: 15.5px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-number{
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .aiwc-editorial .aiwc-section{
    padding: 96px 0;
  }.tc-wp-content-root .aiwc-editorial .aiwc-container{
    padding: 0 34px;
  }.tc-wp-content-root .aiwc-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-grid-3, .tc-wp-content-root .aiwc-editorial .aiwc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .aiwc-editorial .aiwc-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card{
    padding: 30px;
  }.tc-wp-content-root .aiwc-editorial h3{
    font-size: 21px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-card p, .tc-wp-content-root .aiwc-editorial .aiwc-step-card p{
    margin-top: 11px;
    font-size: 16px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .aiwc-editorial .aiwc-step-number{
    font-size: 20px;
  }}

.tc-wp-content-root .aiwc-feature-card {}
.tc-wp-content-root .aiwc-use-card {}